| 1 | [ Apr 24 06:37:36 Enabled. ] | ||
| 2 | [ Apr 24 06:37:36 Rereading configuration. ] | ||
| 3 | [ Apr 24 06:37:38 Rereading configuration. ] | ||
| 4 | [ Apr 24 06:37:44 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
| 5 | + set -o errexit | ||
| 6 | + set -o pipefail | ||
| 7 | + . /lib/svc/share/smf_include.sh | ||
| 8 | ++ SMF_EXIT_OK=0 | ||
| 9 | ++ SMF_EXIT_NODAEMON=94 | ||
| 10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
| 11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
| 12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
| 13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
| 14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
| 15 | ++ SMF_EXIT_ERR_PERM=100 | ||
| 16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
| 17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
| 18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
| 19 | + LISTEN_PORT=8123 | ||
| 20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
| 21 | + DATASTORE=/data | ||
| 22 | + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
| 23 | + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
| 24 | [ Apr 24 06:37:44 Method "start" exited with status 0. ] | ||
| 25 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 26 | Logging trace to /var/tmp/clickhouse-server.log | ||
| 27 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
| 28 | 2025.04.24 06:37:46.235814 [ 1 ] {} <Information> Application: Will watch for the process with pid 23275 | ||
| 29 | 2025.04.24 06:37:46.236233 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.04.24 06:37:46.484960 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23275 | ||
| 31 | 2025.04.24 06:37:46.485682 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.04.24 06:37:46.487801 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.04.24 06:37:46.706522 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.04.24 06:37:46.740738 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.04.24 06:37:46.740796 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.04.24 06:37:46.740811 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.04.24 06:37:46.740882 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.04.24 06:37:46.741306 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.04.24 06:37:46.743004 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 40 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 41 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 42 | 2025.04.24 06:37:46.743718 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.04.24 06:37:46.744569 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
| 44 | 2025.04.24 06:37:46.744595 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
| 45 | 2025.04.24 06:37:46.744611 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.04.24 06:37:46.744792 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.04.24 06:37:46.745757 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.04.24 06:37:46.751424 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.04.24 06:37:46.752176 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.04.24 06:37:46.753479 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.04.24 06:37:46.753543 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.04.24 06:37:46.755089 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 53 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 54 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 55 | 2025.04.24 06:37:46.755538 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.04.24 06:37:46.759960 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.04.24 06:37:46.760277 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.04.24 06:37:46.761853 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.04.24 06:37:46.762241 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.04.24 06:37:46.762684 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.04.24 06:37:46.763066 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.04.24 06:37:46.766089 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.04.24 06:37:46.766134 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.04.24 06:37:46.766223 [ 101 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.04.24 06:37:46.766405 [ 101 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.04.24 06:37:46.788359 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.04.24 06:37:46.788391 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000166184 sec | ||
| 68 | 2025.04.24 06:37:46.788444 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.04.24 06:37:46.788462 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.04.24 06:37:46.791218 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.04.24 06:37:46.793959 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.04.24 06:37:46.820840 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.04.24 06:37:46.820891 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.04.24 06:37:46.820915 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.04.24 06:37:46.820928 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.04.24 06:37:46.820959 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.04.24 06:37:46.820981 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.04.24 06:37:46.825013 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.04.24 06:37:46.825059 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.04.24 06:37:46.825081 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.04.24 06:37:46.825259 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.04.24 06:37:46.825279 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.04.24 06:37:46.825314 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.04.24 06:37:46.825333 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.04.24 06:37:46.825346 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.04.24 06:37:46.825374 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.04.24 06:37:46.825392 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.04.24 06:37:46.866950 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.04.24 06:37:46.874102 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.04.24 06:37:46.874147 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.8982e-05 sec | ||
| 91 | 2025.04.24 06:37:46.874168 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.04.24 06:37:46.874185 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.04.24 06:37:46.874218 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.04.24 06:37:46.874485 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.04.24 06:37:46.874545 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.04.24 06:37:46.874565 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.04.24 06:37:46.874581 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
| 98 | 2025.04.24 06:37:46.874599 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.04.24 06:37:46.883899 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.04.24 06:37:46.884187 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 117.09 MiB (RSS), difference: 92.32 MiB | ||
| 101 | 2025.04.24 06:37:46.886733 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 4.2721e-05 sec. | ||
| 102 | 2025.04.24 06:37:46.887837 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.04.24 06:37:46.887938 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.04.24 06:37:46.887961 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.04.24 06:37:47.783544 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42334 | ||
| 106 | 2025.04.24 06:37:47.783832 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.04.24 06:37:47.783889 [ 3 ] {} <Debug> TCP-Session: 2ea91228-e052-496b-8a4a-a3bb08c85944 Authenticating user 'default' from [fd00:1122:3344:101::c]:42334 | ||
| 108 | 2025.04.24 06:37:47.783925 [ 3 ] {} <Debug> TCP-Session: 2ea91228-e052-496b-8a4a-a3bb08c85944 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.04.24 06:37:47.783951 [ 3 ] {} <Debug> TCP-Session: 2ea91228-e052-496b-8a4a-a3bb08c85944 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.04.24 06:37:47.784043 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.04.24 06:37:47.784073 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 112 | 2025.04.24 06:37:47.784104 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 113 | 2025.04.24 06:37:47.785724 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62627 | ||
| 114 | 2025.04.24 06:37:47.785857 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 115 | 2025.04.24 06:37:47.785891 [ 4 ] {} <Debug> TCP-Session: 0acfdc09-c93d-40ed-a682-23324cee4df6 Authenticating user 'default' from [fd00:1122:3344:101::c]:62627 | ||
| 116 | 2025.04.24 06:37:47.785919 [ 4 ] {} <Debug> TCP-Session: 0acfdc09-c93d-40ed-a682-23324cee4df6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 117 | 2025.04.24 06:37:47.785966 [ 4 ] {} <Debug> TCP-Session: 0acfdc09-c93d-40ed-a682-23324cee4df6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 118 | 2025.04.24 06:37:47.786544 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36501 | ||
| 119 | 2025.04.24 06:37:47.786544 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64096 | ||
| 120 | 2025.04.24 06:37:47.786630 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:60056 | ||
| 121 | 2025.04.24 06:37:47.786862 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 122 | 2025.04.24 06:37:47.786895 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 123 | 2025.04.24 06:37:47.786904 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 124 | 2025.04.24 06:37:47.786930 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49629 | ||
| 125 | 2025.04.24 06:37:47.786964 [ 5 ] {} <Debug> TCP-Session: 39c9a966-ba26-4b63-8979-15d080b41415 Authenticating user 'default' from [fd00:1122:3344:101::c]:64096 | ||
| 126 | 2025.04.24 06:37:47.786965 [ 253 ] {} <Debug> TCP-Session: c23bcb22-f8e4-4617-b69a-febf8d974f00 Authenticating user 'default' from [fd00:1122:3344:101::c]:36501 | ||
| 127 | 2025.04.24 06:37:47.786988 [ 254 ] {} <Debug> TCP-Session: 0aff271c-fbe1-4b33-9933-b230fdc8fd42 Authenticating user 'default' from [fd00:1122:3344:101::c]:60056 | ||
| 128 | 2025.04.24 06:37:47.787144 [ 253 ] {} <Debug> TCP-Session: c23bcb22-f8e4-4617-b69a-febf8d974f00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 129 | 2025.04.24 06:37:47.787164 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 130 | 2025.04.24 06:37:47.787145 [ 5 ] {} <Debug> TCP-Session: 39c9a966-ba26-4b63-8979-15d080b41415 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 131 | 2025.04.24 06:37:47.787197 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46171 | ||
| 132 | 2025.04.24 06:37:47.787214 [ 254 ] {} <Debug> TCP-Session: 0aff271c-fbe1-4b33-9933-b230fdc8fd42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 133 | 2025.04.24 06:37:47.787242 [ 253 ] {} <Debug> TCP-Session: c23bcb22-f8e4-4617-b69a-febf8d974f00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 134 | 2025.04.24 06:37:47.787397 [ 254 ] {} <Debug> TCP-Session: 0aff271c-fbe1-4b33-9933-b230fdc8fd42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 135 | 2025.04.24 06:37:47.787437 [ 5 ] {} <Debug> TCP-Session: 39c9a966-ba26-4b63-8979-15d080b41415 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 136 | 2025.04.24 06:37:47.787304 [ 255 ] {} <Debug> TCP-Session: 9809fa4d-7610-4e01-896b-8f8a60dfafaa Authenticating user 'default' from [fd00:1122:3344:101::c]:49629 | ||
| 137 | 2025.04.24 06:37:47.787470 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34083 | ||
| 138 | 2025.04.24 06:37:47.787594 [ 255 ] {} <Debug> TCP-Session: 9809fa4d-7610-4e01-896b-8f8a60dfafaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 139 | 2025.04.24 06:37:47.787638 [ 255 ] {} <Debug> TCP-Session: 9809fa4d-7610-4e01-896b-8f8a60dfafaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 140 | 2025.04.24 06:37:47.787783 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 141 | 2025.04.24 06:37:47.787828 [ 256 ] {} <Debug> TCP-Session: 59a168b5-f396-4423-a1b7-1c1eab196658 Authenticating user 'default' from [fd00:1122:3344:101::c]:34083 | ||
| 142 | 2025.04.24 06:37:47.787856 [ 256 ] {} <Debug> TCP-Session: 59a168b5-f396-4423-a1b7-1c1eab196658 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 143 | 2025.04.24 06:37:47.787900 [ 256 ] {} <Debug> TCP-Session: 59a168b5-f396-4423-a1b7-1c1eab196658 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 144 | 2025.04.24 06:37:47.788139 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 145 | 2025.04.24 06:37:47.788180 [ 257 ] {} <Debug> TCP-Session: 824c1ed7-282a-4871-81d4-d9ff60737d46 Authenticating user 'default' from [fd00:1122:3344:101::c]:46171 | ||
| 146 | 2025.04.24 06:37:47.788199 [ 257 ] {} <Debug> TCP-Session: 824c1ed7-282a-4871-81d4-d9ff60737d46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2025.04.24 06:37:47.788262 [ 257 ] {} <Debug> TCP-Session: 824c1ed7-282a-4871-81d4-d9ff60737d46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2025.04.24 06:37:47.977132 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35164 | ||
| 149 | 2025.04.24 06:37:47.977257 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 150 | 2025.04.24 06:37:47.977296 [ 258 ] {} <Debug> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Authenticating user 'default' from [fd00:1122:3344:101::d]:35164 | ||
| 151 | 2025.04.24 06:37:47.977315 [ 258 ] {} <Debug> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2025.04.24 06:37:47.977328 [ 258 ] {} <Debug> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.04.24 06:37:47.977392 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 154 | 2025.04.24 06:37:47.977418 [ 258 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 155 | 2025.04.24 06:37:47.977442 [ 258 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 156 | 2025.04.24 06:37:47.980549 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51815 | ||
| 157 | 2025.04.24 06:37:47.980793 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 158 | 2025.04.24 06:37:47.980843 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56496 | ||
| 159 | 2025.04.24 06:37:47.980864 [ 259 ] {} <Debug> TCP-Session: 14fa650c-66ba-41fb-90e3-d66aeeb7309e Authenticating user 'default' from [fd00:1122:3344:101::d]:51815 | ||
| 160 | 2025.04.24 06:37:47.980842 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40768 | ||
| 161 | 2025.04.24 06:37:47.980981 [ 259 ] {} <Debug> TCP-Session: 14fa650c-66ba-41fb-90e3-d66aeeb7309e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 162 | 2025.04.24 06:37:47.981080 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 163 | 2025.04.24 06:37:47.981016 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50849 | ||
| 164 | 2025.04.24 06:37:47.981102 [ 259 ] {} <Debug> TCP-Session: 14fa650c-66ba-41fb-90e3-d66aeeb7309e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 165 | 2025.04.24 06:37:47.983520 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 166 | 2025.04.24 06:37:47.985498 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 167 | 2025.04.24 06:37:47.985524 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59405 | ||
| 168 | 2025.04.24 06:37:47.985563 [ 261 ] {} <Debug> TCP-Session: a2579626-009c-4ba1-acc9-41631cf2f13c Authenticating user 'default' from [fd00:1122:3344:101::d]:56496 | ||
| 169 | 2025.04.24 06:37:47.985629 [ 262 ] {} <Debug> TCP-Session: 7f30fb2c-c397-4028-80f9-38da8b7ffe48 Authenticating user 'default' from [fd00:1122:3344:101::d]:50849 | ||
| 170 | 2025.04.24 06:37:47.985641 [ 260 ] {} <Debug> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:40768 | ||
| 171 | 2025.04.24 06:37:47.985812 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62782 | ||
| 172 | 2025.04.24 06:37:47.985855 [ 261 ] {} <Debug> TCP-Session: a2579626-009c-4ba1-acc9-41631cf2f13c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 173 | 2025.04.24 06:37:47.985927 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47053 | ||
| 174 | 2025.04.24 06:37:47.985936 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 175 | 2025.04.24 06:37:47.985971 [ 261 ] {} <Debug> TCP-Session: a2579626-009c-4ba1-acc9-41631cf2f13c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 176 | 2025.04.24 06:37:47.985988 [ 260 ] {} <Debug> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 177 | 2025.04.24 06:37:47.986091 [ 263 ] {} <Debug> TCP-Session: d1eb70d9-69aa-4b24-a8d0-8ea8113da941 Authenticating user 'default' from [fd00:1122:3344:101::d]:59405 | ||
| 178 | 2025.04.24 06:37:47.986323 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 179 | 2025.04.24 06:37:47.986368 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 180 | 2025.04.24 06:37:47.986387 [ 263 ] {} <Debug> TCP-Session: d1eb70d9-69aa-4b24-a8d0-8ea8113da941 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 181 | 2025.04.24 06:37:47.986416 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 182 | 2025.04.24 06:37:47.986447 [ 265 ] {} <Debug> TCP-Session: fd4b1060-e34b-48f6-a4be-98fba2481232 Authenticating user 'default' from [fd00:1122:3344:101::d]:47053 | ||
| 183 | 2025.04.24 06:37:47.986493 [ 263 ] {} <Debug> TCP-Session: d1eb70d9-69aa-4b24-a8d0-8ea8113da941 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 184 | 2025.04.24 06:37:47.986534 [ 262 ] {} <Debug> TCP-Session: 7f30fb2c-c397-4028-80f9-38da8b7ffe48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 185 | 2025.04.24 06:37:47.986494 [ 260 ] {} <Debug> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 186 | 2025.04.24 06:37:47.986560 [ 265 ] {} <Debug> TCP-Session: fd4b1060-e34b-48f6-a4be-98fba2481232 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 187 | 2025.04.24 06:37:47.986678 [ 264 ] {} <Debug> TCP-Session: d6a9f4e3-d1d2-4d75-ba75-5f9d96ea4f8d Authenticating user 'default' from [fd00:1122:3344:101::d]:62782 | ||
| 188 | 2025.04.24 06:37:47.986699 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64997 | ||
| 189 | 2025.04.24 06:37:47.986753 [ 262 ] {} <Debug> TCP-Session: 7f30fb2c-c397-4028-80f9-38da8b7ffe48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 190 | 2025.04.24 06:37:47.986805 [ 264 ] {} <Debug> TCP-Session: d6a9f4e3-d1d2-4d75-ba75-5f9d96ea4f8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 191 | 2025.04.24 06:37:47.986750 [ 265 ] {} <Debug> TCP-Session: fd4b1060-e34b-48f6-a4be-98fba2481232 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 192 | 2025.04.24 06:37:47.986951 [ 264 ] {} <Debug> TCP-Session: d6a9f4e3-d1d2-4d75-ba75-5f9d96ea4f8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 193 | 2025.04.24 06:37:47.987704 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 194 | 2025.04.24 06:37:47.988346 [ 266 ] {} <Debug> TCP-Session: 28710128-a7f4-424b-b040-3fec79f16e63 Authenticating user 'default' from [fd00:1122:3344:101::d]:64997 | ||
| 195 | 2025.04.24 06:37:47.988372 [ 266 ] {} <Debug> TCP-Session: 28710128-a7f4-424b-b040-3fec79f16e63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 196 | 2025.04.24 06:37:47.988396 [ 266 ] {} <Debug> TCP-Session: 28710128-a7f4-424b-b040-3fec79f16e63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 197 | 2025.04.24 06:37:47.991837 [ 258 ] {605159be-e5fb-4cdd-9b64-b8d99237fd83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 198 | 2025.04.24 06:37:48.000588 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 117.78 MiB, peak 117.78 MiB, free memory in arenas 0.00 B, will set to 121.66 MiB (RSS), difference: 3.88 MiB | ||
| 199 | 2025.04.24 06:37:48.128182 [ 258 ] {605159be-e5fb-4cdd-9b64-b8d99237fd83} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:35164) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 200 | |||
| 201 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 202 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 203 | 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 | ||
| 204 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 205 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 206 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 207 | 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 | ||
| 208 | 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 | ||
| 209 | 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 | ||
| 210 | 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 | ||
| 211 | 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 | ||
| 212 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 214 | 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 | ||
| 215 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 216 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 217 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 218 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 219 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 220 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 221 | 20. _thrp_setup @ 0x0000000000116b27 in /system/lib/amd64/libc.so.1 | ||
| 222 | |||
| 223 | 2025.04.24 06:37:48.129574 [ 258 ] {605159be-e5fb-4cdd-9b64-b8d99237fd83} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 224 | |||
| 225 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 227 | 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 | ||
| 228 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 229 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 230 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 231 | 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 | ||
| 232 | 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 | ||
| 233 | 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 | ||
| 234 | 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 | ||
| 235 | 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 | ||
| 236 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 238 | 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 | ||
| 239 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 240 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 241 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 242 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 243 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 245 | 20. _thrp_setup @ 0x0000000000116b27 in /system/lib/amd64/libc.so.1 | ||
| 246 | |||
| 247 | 2025.04.24 06:37:48.129701 [ 258 ] {605159be-e5fb-4cdd-9b64-b8d99237fd83} <Debug> TCPHandler: Processed in 0.148854255 sec. | ||
| 248 | 2025.04.24 06:37:48.130207 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 249 | 2025.04.24 06:37:48.130454 [ 260 ] {9956097e-09d3-4a7b-81ba-2183ae32ec2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 250 | 2025.04.24 06:37:48.130788 [ 260 ] {9956097e-09d3-4a7b-81ba-2183ae32ec2c} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:40768) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 251 | |||
| 252 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 253 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 254 | 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 | ||
| 255 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 256 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 257 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 258 | 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 | ||
| 259 | 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 | ||
| 260 | 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 | ||
| 261 | 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 | ||
| 262 | 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 | ||
| 263 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 264 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 265 | 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 | ||
| 266 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 267 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 268 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 269 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 270 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 271 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 272 | 20. _thrp_setup @ 0x0000000000116b27 in /system/lib/amd64/libc.so.1 | ||
| 273 | |||
| 274 | 2025.04.24 06:37:48.130969 [ 260 ] {9956097e-09d3-4a7b-81ba-2183ae32ec2c} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 275 | |||
| 276 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 277 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 278 | 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 | ||
| 279 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 280 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 281 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 282 | 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 | ||
| 283 | 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 | ||
| 284 | 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 | ||
| 285 | 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 | ||
| 286 | 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 | ||
| 287 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 288 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 289 | 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 | ||
| 290 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 291 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 292 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 293 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 294 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 295 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 296 | 20. _thrp_setup @ 0x0000000000116b27 in /system/lib/amd64/libc.so.1 | ||
| 297 | |||
| 298 | 2025.04.24 06:37:48.131061 [ 260 ] {9956097e-09d3-4a7b-81ba-2183ae32ec2c} <Debug> TCPHandler: Processed in 0.001008662 sec. | ||
| 299 | 2025.04.24 06:37:48.131353 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 300 | 2025.04.24 06:37:48.132632 [ 258 ] {78193889-5077-4df2-a0e0-c15ad31eb357} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 301 | 2025.04.24 06:37:48.132764 [ 258 ] {78193889-5077-4df2-a0e0-c15ad31eb357} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 302 | 2025.04.24 06:37:48.134412 [ 258 ] {78193889-5077-4df2-a0e0-c15ad31eb357} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 303 | 2025.04.24 06:37:48.134434 [ 258 ] {78193889-5077-4df2-a0e0-c15ad31eb357} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.5432e-05 sec | ||
| 304 | 2025.04.24 06:37:48.134470 [ 258 ] {78193889-5077-4df2-a0e0-c15ad31eb357} <Trace> ReferentialDeps: No tables | ||
| 305 | 2025.04.24 06:37:48.134487 [ 258 ] {78193889-5077-4df2-a0e0-c15ad31eb357} <Trace> LoadingDeps: No tables | ||
| 306 | 2025.04.24 06:37:48.134511 [ 258 ] {78193889-5077-4df2-a0e0-c15ad31eb357} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 307 | 2025.04.24 06:37:48.135123 [ 258 ] {78193889-5077-4df2-a0e0-c15ad31eb357} <Debug> TCPHandler: Processed in 0.003888468 sec. | ||
| 308 | 2025.04.24 06:37:48.135259 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 309 | 2025.04.24 06:37:48.135456 [ 258 ] {f010587e-be65-4ee3-8697-c920cb70eab7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) /* The version table contains metadata about the `oximeter` database */ | ||
| 310 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 311 | 2025.04.24 06:37:48.135509 [ 258 ] {f010587e-be65-4ee3-8697-c920cb70eab7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 312 | 2025.04.24 06:37:48.149413 [ 258 ] {f010587e-be65-4ee3-8697-c920cb70eab7} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 313 | 2025.04.24 06:37:48.153737 [ 258 ] {f010587e-be65-4ee3-8697-c920cb70eab7} <Debug> oximeter.version (e0b17459-6989-458f-9e32-05fa1274e4f9): Loading data parts | ||
| 314 | 2025.04.24 06:37:48.154323 [ 258 ] {f010587e-be65-4ee3-8697-c920cb70eab7} <Debug> oximeter.version (e0b17459-6989-458f-9e32-05fa1274e4f9): There are no data parts | ||
| 315 | 2025.04.24 06:37:48.158548 [ 258 ] {f010587e-be65-4ee3-8697-c920cb70eab7} <Debug> TCPHandler: Processed in 0.023351926 sec. | ||
| 316 | 2025.04.24 06:37:48.158730 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 317 | 2025.04.24 06:37:48.159014 [ 258 ] {9221824d-d77e-45a3-b20f-bd5376dc4898} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) /* The measurement tables contain all individual samples from each timeseries. | ||
| 318 | * | ||
| 319 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 320 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 321 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 322 | * by all samples from the same timeseries. | ||
| 323 | * | ||
| 324 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 325 | * and then uses that to index quickly into the measurements tables. | ||
| 326 | */ | ||
| 327 | 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) | ||
| 328 | 2025.04.24 06:37:48.159098 [ 258 ] {9221824d-d77e-45a3-b20f-bd5376dc4898} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 329 | 2025.04.24 06:37:48.174361 [ 258 ] {9221824d-d77e-45a3-b20f-bd5376dc4898} <Debug> oximeter.measurements_bool (8ffa25e2-b550-4d55-8187-31d8686dfe28): Loading data parts | ||
| 330 | 2025.04.24 06:37:48.174620 [ 258 ] {9221824d-d77e-45a3-b20f-bd5376dc4898} <Debug> oximeter.measurements_bool (8ffa25e2-b550-4d55-8187-31d8686dfe28): There are no data parts | ||
| 331 | 2025.04.24 06:37:48.179305 [ 258 ] {9221824d-d77e-45a3-b20f-bd5376dc4898} <Debug> TCPHandler: Processed in 0.020648205 sec. | ||
| 332 | 2025.04.24 06:37:48.179505 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 333 | 2025.04.24 06:37:48.179693 [ 258 ] {c3452fac-239a-48f3-94ef-7bf10451082a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) 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) | ||
| 334 | 2025.04.24 06:37:48.179771 [ 258 ] {c3452fac-239a-48f3-94ef-7bf10451082a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 335 | 2025.04.24 06:37:48.186809 [ 258 ] {c3452fac-239a-48f3-94ef-7bf10451082a} <Debug> oximeter.measurements_i8 (a70a3146-f60a-4275-ac47-09effc8c2977): Loading data parts | ||
| 336 | 2025.04.24 06:37:48.187062 [ 258 ] {c3452fac-239a-48f3-94ef-7bf10451082a} <Debug> oximeter.measurements_i8 (a70a3146-f60a-4275-ac47-09effc8c2977): There are no data parts | ||
| 337 | 2025.04.24 06:37:48.188901 [ 258 ] {c3452fac-239a-48f3-94ef-7bf10451082a} <Debug> TCPHandler: Processed in 0.009453723 sec. | ||
| 338 | 2025.04.24 06:37:48.189049 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 339 | 2025.04.24 06:37:48.189273 [ 258 ] {5302e2ed-becf-4fad-9d85-a0705ca62c10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) 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) | ||
| 340 | 2025.04.24 06:37:48.189339 [ 258 ] {5302e2ed-becf-4fad-9d85-a0705ca62c10} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 341 | 2025.04.24 06:37:48.194603 [ 258 ] {5302e2ed-becf-4fad-9d85-a0705ca62c10} <Debug> oximeter.measurements_u8 (1e078813-dcba-4d88-9748-76067f27f7fd): Loading data parts | ||
| 342 | 2025.04.24 06:37:48.194811 [ 258 ] {5302e2ed-becf-4fad-9d85-a0705ca62c10} <Debug> oximeter.measurements_u8 (1e078813-dcba-4d88-9748-76067f27f7fd): There are no data parts | ||
| 343 | 2025.04.24 06:37:48.196821 [ 258 ] {5302e2ed-becf-4fad-9d85-a0705ca62c10} <Debug> TCPHandler: Processed in 0.007826826 sec. | ||
| 344 | 2025.04.24 06:37:48.196987 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 345 | 2025.04.24 06:37:48.197177 [ 258 ] {cbcfaa51-d335-474f-8308-5f3ebc336ff2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) 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) | ||
| 346 | 2025.04.24 06:37:48.197241 [ 258 ] {cbcfaa51-d335-474f-8308-5f3ebc336ff2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 347 | 2025.04.24 06:37:48.204078 [ 258 ] {cbcfaa51-d335-474f-8308-5f3ebc336ff2} <Debug> oximeter.measurements_i16 (b9ec6e14-08af-46e7-a337-3f4184bf69aa): Loading data parts | ||
| 348 | 2025.04.24 06:37:48.204239 [ 258 ] {cbcfaa51-d335-474f-8308-5f3ebc336ff2} <Debug> oximeter.measurements_i16 (b9ec6e14-08af-46e7-a337-3f4184bf69aa): There are no data parts | ||
| 349 | 2025.04.24 06:37:48.205984 [ 258 ] {cbcfaa51-d335-474f-8308-5f3ebc336ff2} <Debug> TCPHandler: Processed in 0.009055234 sec. | ||
| 350 | 2025.04.24 06:37:48.206140 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 351 | 2025.04.24 06:37:48.206327 [ 258 ] {bcd23420-4e7f-4825-97b3-e42f890ad459} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) 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) | ||
| 352 | 2025.04.24 06:37:48.206391 [ 258 ] {bcd23420-4e7f-4825-97b3-e42f890ad459} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 353 | 2025.04.24 06:37:48.211276 [ 258 ] {bcd23420-4e7f-4825-97b3-e42f890ad459} <Debug> oximeter.measurements_u16 (95d1a438-09bf-4bb0-a86d-37ef817b9236): Loading data parts | ||
| 354 | 2025.04.24 06:37:48.211447 [ 258 ] {bcd23420-4e7f-4825-97b3-e42f890ad459} <Debug> oximeter.measurements_u16 (95d1a438-09bf-4bb0-a86d-37ef817b9236): There are no data parts | ||
| 355 | 2025.04.24 06:37:48.213003 [ 258 ] {bcd23420-4e7f-4825-97b3-e42f890ad459} <Debug> TCPHandler: Processed in 0.006918276 sec. | ||
| 356 | 2025.04.24 06:37:48.213159 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 357 | 2025.04.24 06:37:48.213353 [ 258 ] {7e974f00-4cbd-47ed-ad00-b76c9dee9a76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) 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) | ||
| 358 | 2025.04.24 06:37:48.213408 [ 258 ] {7e974f00-4cbd-47ed-ad00-b76c9dee9a76} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 359 | 2025.04.24 06:37:48.219361 [ 258 ] {7e974f00-4cbd-47ed-ad00-b76c9dee9a76} <Debug> oximeter.measurements_i32 (0dfab8d3-5640-4f71-80e8-95ddefa8c143): Loading data parts | ||
| 360 | 2025.04.24 06:37:48.219525 [ 258 ] {7e974f00-4cbd-47ed-ad00-b76c9dee9a76} <Debug> oximeter.measurements_i32 (0dfab8d3-5640-4f71-80e8-95ddefa8c143): There are no data parts | ||
| 361 | 2025.04.24 06:37:48.222200 [ 258 ] {7e974f00-4cbd-47ed-ad00-b76c9dee9a76} <Debug> TCPHandler: Processed in 0.009095345 sec. | ||
| 362 | 2025.04.24 06:37:48.222347 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 363 | 2025.04.24 06:37:48.222537 [ 258 ] {b02e7ca2-c69f-4be9-9d16-b48dfcded3d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) 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) | ||
| 364 | 2025.04.24 06:37:48.222597 [ 258 ] {b02e7ca2-c69f-4be9-9d16-b48dfcded3d5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 365 | 2025.04.24 06:37:48.226111 [ 258 ] {b02e7ca2-c69f-4be9-9d16-b48dfcded3d5} <Debug> oximeter.measurements_u32 (97002b4a-a3b6-4603-ab9b-f5998cb1331d): Loading data parts | ||
| 366 | 2025.04.24 06:37:48.226273 [ 258 ] {b02e7ca2-c69f-4be9-9d16-b48dfcded3d5} <Debug> oximeter.measurements_u32 (97002b4a-a3b6-4603-ab9b-f5998cb1331d): There are no data parts | ||
| 367 | 2025.04.24 06:37:48.235764 [ 258 ] {b02e7ca2-c69f-4be9-9d16-b48dfcded3d5} <Debug> TCPHandler: Processed in 0.013473134 sec. | ||
| 368 | 2025.04.24 06:37:48.235937 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 369 | 2025.04.24 06:37:48.236172 [ 258 ] {7e6d9e12-70ea-4b98-81fa-f9796669ae86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) 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) | ||
| 370 | 2025.04.24 06:37:48.236241 [ 258 ] {7e6d9e12-70ea-4b98-81fa-f9796669ae86} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 371 | 2025.04.24 06:37:48.239105 [ 258 ] {7e6d9e12-70ea-4b98-81fa-f9796669ae86} <Debug> oximeter.measurements_i64 (d6da7056-6ca9-4423-bc35-18de1542bd5e): Loading data parts | ||
| 372 | 2025.04.24 06:37:48.239250 [ 258 ] {7e6d9e12-70ea-4b98-81fa-f9796669ae86} <Debug> oximeter.measurements_i64 (d6da7056-6ca9-4423-bc35-18de1542bd5e): There are no data parts | ||
| 373 | 2025.04.24 06:37:48.243676 [ 258 ] {7e6d9e12-70ea-4b98-81fa-f9796669ae86} <Debug> TCPHandler: Processed in 0.007805266 sec. | ||
| 374 | 2025.04.24 06:37:48.243833 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 375 | 2025.04.24 06:37:48.244059 [ 258 ] {8066569f-d096-40a6-bcf4-60df0f427375} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) 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) | ||
| 376 | 2025.04.24 06:37:48.244127 [ 258 ] {8066569f-d096-40a6-bcf4-60df0f427375} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 377 | 2025.04.24 06:37:48.246234 [ 258 ] {8066569f-d096-40a6-bcf4-60df0f427375} <Debug> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Loading data parts | ||
| 378 | 2025.04.24 06:37:48.246407 [ 258 ] {8066569f-d096-40a6-bcf4-60df0f427375} <Debug> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): There are no data parts | ||
| 379 | 2025.04.24 06:37:48.251362 [ 258 ] {8066569f-d096-40a6-bcf4-60df0f427375} <Debug> TCPHandler: Processed in 0.007592531 sec. | ||
| 380 | 2025.04.24 06:37:48.251523 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 381 | 2025.04.24 06:37:48.251764 [ 258 ] {e0ba173b-f066-4fa0-87b2-20b313a84c9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) 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) | ||
| 382 | 2025.04.24 06:37:48.251831 [ 258 ] {e0ba173b-f066-4fa0-87b2-20b313a84c9c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 383 | 2025.04.24 06:37:48.253943 [ 258 ] {e0ba173b-f066-4fa0-87b2-20b313a84c9c} <Debug> oximeter.measurements_f32 (a1ee67f6-36d1-4624-b235-ceb8e4f5b110): Loading data parts | ||
| 384 | 2025.04.24 06:37:48.254101 [ 258 ] {e0ba173b-f066-4fa0-87b2-20b313a84c9c} <Debug> oximeter.measurements_f32 (a1ee67f6-36d1-4624-b235-ceb8e4f5b110): There are no data parts | ||
| 385 | 2025.04.24 06:37:48.258440 [ 258 ] {e0ba173b-f066-4fa0-87b2-20b313a84c9c} <Debug> TCPHandler: Processed in 0.006987868 sec. | ||
| 386 | 2025.04.24 06:37:48.258595 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 387 | 2025.04.24 06:37:48.258819 [ 258 ] {8855c1c5-6f4a-42be-8ea3-340a2d6a0637} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) 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) | ||
| 388 | 2025.04.24 06:37:48.258887 [ 258 ] {8855c1c5-6f4a-42be-8ea3-340a2d6a0637} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 389 | 2025.04.24 06:37:48.260997 [ 258 ] {8855c1c5-6f4a-42be-8ea3-340a2d6a0637} <Debug> oximeter.measurements_f64 (ff6fd697-c84e-41d6-903a-ab6515d76d95): Loading data parts | ||
| 390 | 2025.04.24 06:37:48.261180 [ 258 ] {8855c1c5-6f4a-42be-8ea3-340a2d6a0637} <Debug> oximeter.measurements_f64 (ff6fd697-c84e-41d6-903a-ab6515d76d95): There are no data parts | ||
| 391 | 2025.04.24 06:37:48.268006 [ 258 ] {8855c1c5-6f4a-42be-8ea3-340a2d6a0637} <Debug> TCPHandler: Processed in 0.009475604 sec. | ||
| 392 | 2025.04.24 06:37:48.268139 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 393 | 2025.04.24 06:37:48.268345 [ 258 ] {9c749024-e5bc-4bcd-b084-0586c633583d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) 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) | ||
| 394 | 2025.04.24 06:37:48.268406 [ 258 ] {9c749024-e5bc-4bcd-b084-0586c633583d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 395 | 2025.04.24 06:37:48.270657 [ 258 ] {9c749024-e5bc-4bcd-b084-0586c633583d} <Debug> oximeter.measurements_string (4d0e235d-2790-4af8-ae9b-9adf734372ab): Loading data parts | ||
| 396 | 2025.04.24 06:37:48.270851 [ 258 ] {9c749024-e5bc-4bcd-b084-0586c633583d} <Debug> oximeter.measurements_string (4d0e235d-2790-4af8-ae9b-9adf734372ab): There are no data parts | ||
| 397 | 2025.04.24 06:37:48.275344 [ 258 ] {9c749024-e5bc-4bcd-b084-0586c633583d} <Debug> TCPHandler: Processed in 0.007259113 sec. | ||
| 398 | 2025.04.24 06:37:48.275486 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 399 | 2025.04.24 06:37:48.275668 [ 258 ] {4ca84dea-4abd-4a0f-a687-6ea7613d1806} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 400 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 401 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 402 | * a string isn't palatable for a few reasons. | ||
| 403 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 404 | * details. | ||
| 405 | */ | ||
| 406 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 407 | 2025.04.24 06:37:48.275732 [ 258 ] {4ca84dea-4abd-4a0f-a687-6ea7613d1806} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 408 | 2025.04.24 06:37:48.277715 [ 258 ] {4ca84dea-4abd-4a0f-a687-6ea7613d1806} <Debug> oximeter.measurements_bytes (ff1500e5-fa84-40ff-aa4d-a9d18842c49c): Loading data parts | ||
| 409 | 2025.04.24 06:37:48.277885 [ 258 ] {4ca84dea-4abd-4a0f-a687-6ea7613d1806} <Debug> oximeter.measurements_bytes (ff1500e5-fa84-40ff-aa4d-a9d18842c49c): There are no data parts | ||
| 410 | 2025.04.24 06:37:48.283042 [ 258 ] {4ca84dea-4abd-4a0f-a687-6ea7613d1806} <Debug> TCPHandler: Processed in 0.007609852 sec. | ||
| 411 | 2025.04.24 06:37:48.283175 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 412 | 2025.04.24 06:37:48.283376 [ 258 ] {52fc04dd-2622-4a67-b9fa-7510cc4010a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) 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) | ||
| 413 | 2025.04.24 06:37:48.283428 [ 258 ] {52fc04dd-2622-4a67-b9fa-7510cc4010a3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 414 | 2025.04.24 06:37:48.285641 [ 258 ] {52fc04dd-2622-4a67-b9fa-7510cc4010a3} <Debug> oximeter.measurements_cumulativei64 (d620733c-af91-43b9-9ae9-9cac96ea50a9): Loading data parts | ||
| 415 | 2025.04.24 06:37:48.285782 [ 258 ] {52fc04dd-2622-4a67-b9fa-7510cc4010a3} <Debug> oximeter.measurements_cumulativei64 (d620733c-af91-43b9-9ae9-9cac96ea50a9): There are no data parts | ||
| 416 | 2025.04.24 06:37:48.290308 [ 258 ] {52fc04dd-2622-4a67-b9fa-7510cc4010a3} <Debug> TCPHandler: Processed in 0.007185732 sec. | ||
| 417 | 2025.04.24 06:37:48.290454 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 418 | 2025.04.24 06:37:48.290646 [ 258 ] {36d404e4-b09b-44fe-a216-98830f863d9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) 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) | ||
| 419 | 2025.04.24 06:37:48.290701 [ 258 ] {36d404e4-b09b-44fe-a216-98830f863d9b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 420 | 2025.04.24 06:37:48.292720 [ 258 ] {36d404e4-b09b-44fe-a216-98830f863d9b} <Debug> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Loading data parts | ||
| 421 | 2025.04.24 06:37:48.292883 [ 258 ] {36d404e4-b09b-44fe-a216-98830f863d9b} <Debug> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): There are no data parts | ||
| 422 | 2025.04.24 06:37:48.300250 [ 258 ] {36d404e4-b09b-44fe-a216-98830f863d9b} <Debug> TCPHandler: Processed in 0.009849382 sec. | ||
| 423 | 2025.04.24 06:37:48.300413 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 424 | 2025.04.24 06:37:48.300622 [ 258 ] {dff521aa-a2fc-4a4b-9c83-be7c14a122fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) 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) | ||
| 425 | 2025.04.24 06:37:48.300681 [ 258 ] {dff521aa-a2fc-4a4b-9c83-be7c14a122fc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 426 | 2025.04.24 06:37:48.302941 [ 258 ] {dff521aa-a2fc-4a4b-9c83-be7c14a122fc} <Debug> oximeter.measurements_cumulativef32 (d8f4cd48-9f5f-44d5-89db-7166fb3cbb3f): Loading data parts | ||
| 427 | 2025.04.24 06:37:48.303234 [ 258 ] {dff521aa-a2fc-4a4b-9c83-be7c14a122fc} <Debug> oximeter.measurements_cumulativef32 (d8f4cd48-9f5f-44d5-89db-7166fb3cbb3f): There are no data parts | ||
| 428 | 2025.04.24 06:37:48.307746 [ 258 ] {dff521aa-a2fc-4a4b-9c83-be7c14a122fc} <Debug> TCPHandler: Processed in 0.007393257 sec. | ||
| 429 | 2025.04.24 06:37:48.307894 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 430 | 2025.04.24 06:37:48.308086 [ 258 ] {99144b7d-452d-4571-b0f3-8a856d8e8c35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) 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) | ||
| 431 | 2025.04.24 06:37:48.308148 [ 258 ] {99144b7d-452d-4571-b0f3-8a856d8e8c35} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 432 | 2025.04.24 06:37:48.310202 [ 258 ] {99144b7d-452d-4571-b0f3-8a856d8e8c35} <Debug> oximeter.measurements_cumulativef64 (bdc08de0-7182-43d3-8bd8-fe5991daa074): Loading data parts | ||
| 433 | 2025.04.24 06:37:48.310379 [ 258 ] {99144b7d-452d-4571-b0f3-8a856d8e8c35} <Debug> oximeter.measurements_cumulativef64 (bdc08de0-7182-43d3-8bd8-fe5991daa074): There are no data parts | ||
| 434 | 2025.04.24 06:37:48.315926 [ 258 ] {99144b7d-452d-4571-b0f3-8a856d8e8c35} <Debug> TCPHandler: Processed in 0.008085413 sec. | ||
| 435 | 2025.04.24 06:37:48.316078 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 436 | 2025.04.24 06:37:48.316345 [ 258 ] {4da5828d-146a-412b-9e31-6774a1affa2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 437 | * NOTE: Array types cannot be Nullable, see | ||
| 438 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 439 | * for more details. | ||
| 440 | * | ||
| 441 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 442 | * is unfortunate, and at this point relies on the fact that an | ||
| 443 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 444 | * to figure out another way to represent missing samples here. | ||
| 445 | */ | ||
| 446 | 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) | ||
| 447 | 2025.04.24 06:37:48.316412 [ 258 ] {4da5828d-146a-412b-9e31-6774a1affa2a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 448 | 2025.04.24 06:37:48.318841 [ 258 ] {4da5828d-146a-412b-9e31-6774a1affa2a} <Debug> oximeter.measurements_histogrami8 (70964dde-e110-4901-83cd-5011e4768ba4): Loading data parts | ||
| 449 | 2025.04.24 06:37:48.319008 [ 258 ] {4da5828d-146a-412b-9e31-6774a1affa2a} <Debug> oximeter.measurements_histogrami8 (70964dde-e110-4901-83cd-5011e4768ba4): There are no data parts | ||
| 450 | 2025.04.24 06:37:48.323452 [ 258 ] {4da5828d-146a-412b-9e31-6774a1affa2a} <Debug> TCPHandler: Processed in 0.007429187 sec. | ||
| 451 | 2025.04.24 06:37:48.323620 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 452 | 2025.04.24 06:37:48.323990 [ 258 ] {d2b2ed05-2e65-4c1a-873a-d76e68a742b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) 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) | ||
| 453 | 2025.04.24 06:37:48.324071 [ 258 ] {d2b2ed05-2e65-4c1a-873a-d76e68a742b2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 454 | 2025.04.24 06:37:48.326478 [ 258 ] {d2b2ed05-2e65-4c1a-873a-d76e68a742b2} <Debug> oximeter.measurements_histogramu8 (322841d6-75e2-4928-9b58-220dfc0aa84b): Loading data parts | ||
| 455 | 2025.04.24 06:37:48.326619 [ 258 ] {d2b2ed05-2e65-4c1a-873a-d76e68a742b2} <Debug> oximeter.measurements_histogramu8 (322841d6-75e2-4928-9b58-220dfc0aa84b): There are no data parts | ||
| 456 | 2025.04.24 06:37:48.332920 [ 258 ] {d2b2ed05-2e65-4c1a-873a-d76e68a742b2} <Debug> TCPHandler: Processed in 0.009368551 sec. | ||
| 457 | 2025.04.24 06:37:48.333075 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 458 | 2025.04.24 06:37:48.333337 [ 258 ] {5185dbde-3921-44e9-b648-59a338c78379} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 459 | 2025.04.24 06:37:48.333402 [ 258 ] {5185dbde-3921-44e9-b648-59a338c78379} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 460 | 2025.04.24 06:37:48.336114 [ 258 ] {5185dbde-3921-44e9-b648-59a338c78379} <Debug> oximeter.measurements_histogrami16 (3db74dfb-91fb-465e-9ad7-c10a45f857e6): Loading data parts | ||
| 461 | 2025.04.24 06:37:48.336283 [ 258 ] {5185dbde-3921-44e9-b648-59a338c78379} <Debug> oximeter.measurements_histogrami16 (3db74dfb-91fb-465e-9ad7-c10a45f857e6): There are no data parts | ||
| 462 | 2025.04.24 06:37:48.340748 [ 258 ] {5185dbde-3921-44e9-b648-59a338c78379} <Debug> TCPHandler: Processed in 0.007728124 sec. | ||
| 463 | 2025.04.24 06:37:48.340897 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 464 | 2025.04.24 06:37:48.341210 [ 258 ] {6a62f23e-ac0b-425f-a2e3-a256f9331460} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 465 | 2025.04.24 06:37:48.341293 [ 258 ] {6a62f23e-ac0b-425f-a2e3-a256f9331460} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 466 | 2025.04.24 06:37:48.343628 [ 258 ] {6a62f23e-ac0b-425f-a2e3-a256f9331460} <Debug> oximeter.measurements_histogramu16 (660764bf-d91b-423f-80a4-0cbf464f8aaa): Loading data parts | ||
| 467 | 2025.04.24 06:37:48.343792 [ 258 ] {6a62f23e-ac0b-425f-a2e3-a256f9331460} <Debug> oximeter.measurements_histogramu16 (660764bf-d91b-423f-80a4-0cbf464f8aaa): There are no data parts | ||
| 468 | 2025.04.24 06:37:48.348258 [ 258 ] {6a62f23e-ac0b-425f-a2e3-a256f9331460} <Debug> TCPHandler: Processed in 0.007422057 sec. | ||
| 469 | 2025.04.24 06:37:48.348420 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 470 | 2025.04.24 06:37:48.348745 [ 258 ] {221b338c-a475-4df9-8383-61288d8a889f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 471 | 2025.04.24 06:37:48.348827 [ 258 ] {221b338c-a475-4df9-8383-61288d8a889f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 472 | 2025.04.24 06:37:48.351188 [ 258 ] {221b338c-a475-4df9-8383-61288d8a889f} <Debug> oximeter.measurements_histogrami32 (fca62db4-c796-4385-9c9b-8ecd26cd8bb3): Loading data parts | ||
| 473 | 2025.04.24 06:37:48.351352 [ 258 ] {221b338c-a475-4df9-8383-61288d8a889f} <Debug> oximeter.measurements_histogrami32 (fca62db4-c796-4385-9c9b-8ecd26cd8bb3): There are no data parts | ||
| 474 | 2025.04.24 06:37:48.355794 [ 258 ] {221b338c-a475-4df9-8383-61288d8a889f} <Debug> TCPHandler: Processed in 0.007436238 sec. | ||
| 475 | 2025.04.24 06:37:48.355953 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 476 | 2025.04.24 06:37:48.356268 [ 258 ] {281046e3-0ed4-4ee2-afb9-6d89c8688b5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 477 | 2025.04.24 06:37:48.356355 [ 258 ] {281046e3-0ed4-4ee2-afb9-6d89c8688b5f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 478 | 2025.04.24 06:37:48.358630 [ 258 ] {281046e3-0ed4-4ee2-afb9-6d89c8688b5f} <Debug> oximeter.measurements_histogramu32 (08136b92-5c29-4392-a333-1e1c29b0ee93): Loading data parts | ||
| 479 | 2025.04.24 06:37:48.358768 [ 258 ] {281046e3-0ed4-4ee2-afb9-6d89c8688b5f} <Debug> oximeter.measurements_histogramu32 (08136b92-5c29-4392-a333-1e1c29b0ee93): There are no data parts | ||
| 480 | 2025.04.24 06:37:48.365238 [ 258 ] {281046e3-0ed4-4ee2-afb9-6d89c8688b5f} <Debug> TCPHandler: Processed in 0.009350161 sec. | ||
| 481 | 2025.04.24 06:37:48.365393 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 482 | 2025.04.24 06:37:48.365651 [ 258 ] {16f92b40-66cc-4f19-b054-ef83f8cda195} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 483 | 2025.04.24 06:37:48.365719 [ 258 ] {16f92b40-66cc-4f19-b054-ef83f8cda195} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 484 | 2025.04.24 06:37:48.368197 [ 258 ] {16f92b40-66cc-4f19-b054-ef83f8cda195} <Debug> oximeter.measurements_histogrami64 (e0c1d300-dc0c-422e-a88e-05dd165eaa4b): Loading data parts | ||
| 485 | 2025.04.24 06:37:48.368359 [ 258 ] {16f92b40-66cc-4f19-b054-ef83f8cda195} <Debug> oximeter.measurements_histogrami64 (e0c1d300-dc0c-422e-a88e-05dd165eaa4b): There are no data parts | ||
| 486 | 2025.04.24 06:37:48.372775 [ 258 ] {16f92b40-66cc-4f19-b054-ef83f8cda195} <Debug> TCPHandler: Processed in 0.007435358 sec. | ||
| 487 | 2025.04.24 06:37:48.372926 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 488 | 2025.04.24 06:37:48.373236 [ 258 ] {cd40ccd4-bb3c-46e1-a8f0-ba82f1d98e2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 489 | 2025.04.24 06:37:48.373325 [ 258 ] {cd40ccd4-bb3c-46e1-a8f0-ba82f1d98e2f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 490 | 2025.04.24 06:37:48.375591 [ 258 ] {cd40ccd4-bb3c-46e1-a8f0-ba82f1d98e2f} <Debug> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Loading data parts | ||
| 491 | 2025.04.24 06:37:48.375765 [ 258 ] {cd40ccd4-bb3c-46e1-a8f0-ba82f1d98e2f} <Debug> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): There are no data parts | ||
| 492 | 2025.04.24 06:37:48.380421 [ 258 ] {cd40ccd4-bb3c-46e1-a8f0-ba82f1d98e2f} <Debug> TCPHandler: Processed in 0.00756096 sec. | ||
| 493 | 2025.04.24 06:37:48.380599 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 494 | 2025.04.24 06:37:48.380923 [ 258 ] {73a7af8f-815d-4909-aef2-239d8463fc4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 495 | 2025.04.24 06:37:48.381005 [ 258 ] {73a7af8f-815d-4909-aef2-239d8463fc4c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 496 | 2025.04.24 06:37:48.383341 [ 258 ] {73a7af8f-815d-4909-aef2-239d8463fc4c} <Debug> oximeter.measurements_histogramf32 (13a5a13b-b295-47f4-87ca-48a894c3906c): Loading data parts | ||
| 497 | 2025.04.24 06:37:48.383513 [ 258 ] {73a7af8f-815d-4909-aef2-239d8463fc4c} <Debug> oximeter.measurements_histogramf32 (13a5a13b-b295-47f4-87ca-48a894c3906c): There are no data parts | ||
| 498 | 2025.04.24 06:37:48.388096 [ 258 ] {73a7af8f-815d-4909-aef2-239d8463fc4c} <Debug> TCPHandler: Processed in 0.00756137 sec. | ||
| 499 | 2025.04.24 06:37:48.388243 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 500 | 2025.04.24 06:37:48.388498 [ 258 ] {b9c9e830-0093-4804-beae-83bde5b029b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 501 | 2025.04.24 06:37:48.388567 [ 258 ] {b9c9e830-0093-4804-beae-83bde5b029b5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 502 | 2025.04.24 06:37:48.390844 [ 258 ] {b9c9e830-0093-4804-beae-83bde5b029b5} <Debug> oximeter.measurements_histogramf64 (e37f4cd3-b87a-4b13-abb6-8035c0ff42c9): Loading data parts | ||
| 503 | 2025.04.24 06:37:48.391041 [ 258 ] {b9c9e830-0093-4804-beae-83bde5b029b5} <Debug> oximeter.measurements_histogramf64 (e37f4cd3-b87a-4b13-abb6-8035c0ff42c9): There are no data parts | ||
| 504 | 2025.04.24 06:37:48.397773 [ 258 ] {b9c9e830-0093-4804-beae-83bde5b029b5} <Debug> TCPHandler: Processed in 0.009584907 sec. | ||
| 505 | 2025.04.24 06:37:48.397928 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 506 | 2025.04.24 06:37:48.398118 [ 258 ] {d2917d65-c0aa-466f-b194-0e1cbc40f756} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) /* The field tables store named dimensions of each timeseries. | ||
| 507 | * | ||
| 508 | * As with the measurement tables, there is one field table for each field data | ||
| 509 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 510 | * this behavior **must not** be relied upon for query correctness. | ||
| 511 | * | ||
| 512 | * The index for the fields differs from the measurements, however. Rows are | ||
| 513 | * sorted by timeseries name, then field name, field value, and finally | ||
| 514 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 515 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 516 | * usually then used to look up measurements. | ||
| 517 | * | ||
| 518 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 519 | * timeseries name and then key, since it would improve lookups where one | ||
| 520 | * already has the key. Realistically though, these tables are quite small and | ||
| 521 | * so performance benefits will be low in absolute terms. | ||
| 522 | * | ||
| 523 | * TTL: We use a materialized column to expire old field table records. This | ||
| 524 | * column is generated automatically by the database whenever a new row is | ||
| 525 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 526 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 527 | * record will remain during a deduplication, which will have the last | ||
| 528 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 529 | * measurement tables. | ||
| 530 | */ | ||
| 531 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 532 | 2025.04.24 06:37:48.398181 [ 258 ] {d2917d65-c0aa-466f-b194-0e1cbc40f756} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 533 | 2025.04.24 06:37:48.400841 [ 258 ] {d2917d65-c0aa-466f-b194-0e1cbc40f756} <Debug> oximeter.fields_bool (84fc13d7-3fc9-430a-8070-9e906a751db4): Loading data parts | ||
| 534 | 2025.04.24 06:37:48.401023 [ 258 ] {d2917d65-c0aa-466f-b194-0e1cbc40f756} <Debug> oximeter.fields_bool (84fc13d7-3fc9-430a-8070-9e906a751db4): There are no data parts | ||
| 535 | 2025.04.24 06:37:48.405576 [ 258 ] {d2917d65-c0aa-466f-b194-0e1cbc40f756} <Debug> TCPHandler: Processed in 0.007701683 sec. | ||
| 536 | 2025.04.24 06:37:48.405734 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 537 | 2025.04.24 06:37:48.405962 [ 258 ] {1e3201b5-f6a3-4815-a20c-f8ecfa2ac3ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 538 | 2025.04.24 06:37:48.406033 [ 258 ] {1e3201b5-f6a3-4815-a20c-f8ecfa2ac3ea} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 539 | 2025.04.24 06:37:48.408175 [ 258 ] {1e3201b5-f6a3-4815-a20c-f8ecfa2ac3ea} <Debug> oximeter.fields_i8 (e4efa8f0-e8d3-43d9-b750-ac2cdbfb806b): Loading data parts | ||
| 540 | 2025.04.24 06:37:48.408344 [ 258 ] {1e3201b5-f6a3-4815-a20c-f8ecfa2ac3ea} <Debug> oximeter.fields_i8 (e4efa8f0-e8d3-43d9-b750-ac2cdbfb806b): There are no data parts | ||
| 541 | 2025.04.24 06:37:48.413282 [ 258 ] {1e3201b5-f6a3-4815-a20c-f8ecfa2ac3ea} <Debug> TCPHandler: Processed in 0.007612861 sec. | ||
| 542 | 2025.04.24 06:37:48.413434 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 543 | 2025.04.24 06:37:48.413678 [ 258 ] {5efa9805-c011-43d1-aab2-118c94a7c215} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) 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.04.24 06:37:48.413748 [ 258 ] {5efa9805-c011-43d1-aab2-118c94a7c215} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 545 | 2025.04.24 06:37:48.416019 [ 258 ] {5efa9805-c011-43d1-aab2-118c94a7c215} <Debug> oximeter.fields_u8 (788ec107-c6c7-4ecf-8eae-6c824e50a883): Loading data parts | ||
| 546 | 2025.04.24 06:37:48.416177 [ 258 ] {5efa9805-c011-43d1-aab2-118c94a7c215} <Debug> oximeter.fields_u8 (788ec107-c6c7-4ecf-8eae-6c824e50a883): There are no data parts | ||
| 547 | 2025.04.24 06:37:48.420655 [ 258 ] {5efa9805-c011-43d1-aab2-118c94a7c215} <Debug> TCPHandler: Processed in 0.007285205 sec. | ||
| 548 | 2025.04.24 06:37:48.420811 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 549 | 2025.04.24 06:37:48.421039 [ 258 ] {6ce8d2bc-366c-41b2-b559-c22d378b3a42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) 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.04.24 06:37:48.421108 [ 258 ] {6ce8d2bc-366c-41b2-b559-c22d378b3a42} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 551 | 2025.04.24 06:37:48.423207 [ 258 ] {6ce8d2bc-366c-41b2-b559-c22d378b3a42} <Debug> oximeter.fields_i16 (6ff42f6f-4885-487d-9a78-1dd7a3795b79): Loading data parts | ||
| 552 | 2025.04.24 06:37:48.423367 [ 258 ] {6ce8d2bc-366c-41b2-b559-c22d378b3a42} <Debug> oximeter.fields_i16 (6ff42f6f-4885-487d-9a78-1dd7a3795b79): There are no data parts | ||
| 553 | 2025.04.24 06:37:48.430193 [ 258 ] {6ce8d2bc-366c-41b2-b559-c22d378b3a42} <Debug> TCPHandler: Processed in 0.009445773 sec. | ||
| 554 | 2025.04.24 06:37:48.430345 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 555 | 2025.04.24 06:37:48.430548 [ 258 ] {5b5791c8-5c7e-4367-b0cf-1003364f4ba6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) 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.04.24 06:37:48.430606 [ 258 ] {5b5791c8-5c7e-4367-b0cf-1003364f4ba6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 557 | 2025.04.24 06:37:48.432880 [ 258 ] {5b5791c8-5c7e-4367-b0cf-1003364f4ba6} <Debug> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Loading data parts | ||
| 558 | 2025.04.24 06:37:48.433105 [ 258 ] {5b5791c8-5c7e-4367-b0cf-1003364f4ba6} <Debug> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): There are no data parts | ||
| 559 | 2025.04.24 06:37:48.437593 [ 258 ] {5b5791c8-5c7e-4367-b0cf-1003364f4ba6} <Debug> TCPHandler: Processed in 0.007313204 sec. | ||
| 560 | 2025.04.24 06:37:48.437761 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 561 | 2025.04.24 06:37:48.437990 [ 258 ] {8b5878e0-7318-4856-84d6-6fa5d30ba766} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) 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.04.24 06:37:48.438067 [ 258 ] {8b5878e0-7318-4856-84d6-6fa5d30ba766} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 563 | 2025.04.24 06:37:48.440199 [ 258 ] {8b5878e0-7318-4856-84d6-6fa5d30ba766} <Debug> oximeter.fields_i32 (7e10a7b1-085f-4a60-9586-f5377c3e6c94): Loading data parts | ||
| 564 | 2025.04.24 06:37:48.440367 [ 258 ] {8b5878e0-7318-4856-84d6-6fa5d30ba766} <Debug> oximeter.fields_i32 (7e10a7b1-085f-4a60-9586-f5377c3e6c94): There are no data parts | ||
| 565 | 2025.04.24 06:37:48.445230 [ 258 ] {8b5878e0-7318-4856-84d6-6fa5d30ba766} <Debug> TCPHandler: Processed in 0.00753362 sec. | ||
| 566 | 2025.04.24 06:37:48.445396 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 567 | 2025.04.24 06:37:48.445659 [ 258 ] {91841b74-3fe9-4a3d-88cd-61ec0985aa06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) 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.04.24 06:37:48.445732 [ 258 ] {91841b74-3fe9-4a3d-88cd-61ec0985aa06} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 569 | 2025.04.24 06:37:48.448047 [ 258 ] {91841b74-3fe9-4a3d-88cd-61ec0985aa06} <Debug> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Loading data parts | ||
| 570 | 2025.04.24 06:37:48.448212 [ 258 ] {91841b74-3fe9-4a3d-88cd-61ec0985aa06} <Debug> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): There are no data parts | ||
| 571 | 2025.04.24 06:37:48.452700 [ 258 ] {91841b74-3fe9-4a3d-88cd-61ec0985aa06} <Debug> TCPHandler: Processed in 0.007374926 sec. | ||
| 572 | 2025.04.24 06:37:48.452865 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 573 | 2025.04.24 06:37:48.453093 [ 258 ] {f1893e30-12cd-4510-968f-fe0823504a2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) 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.04.24 06:37:48.453174 [ 258 ] {f1893e30-12cd-4510-968f-fe0823504a2d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 575 | 2025.04.24 06:37:48.455289 [ 258 ] {f1893e30-12cd-4510-968f-fe0823504a2d} <Debug> oximeter.fields_i64 (beea2b87-59d9-4740-8e7c-bbb5affb0483): Loading data parts | ||
| 576 | 2025.04.24 06:37:48.455455 [ 258 ] {f1893e30-12cd-4510-968f-fe0823504a2d} <Debug> oximeter.fields_i64 (beea2b87-59d9-4740-8e7c-bbb5affb0483): There are no data parts | ||
| 577 | 2025.04.24 06:37:48.462598 [ 258 ] {f1893e30-12cd-4510-968f-fe0823504a2d} <Debug> TCPHandler: Processed in 0.009796672 sec. | ||
| 578 | 2025.04.24 06:37:48.462786 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 579 | 2025.04.24 06:37:48.463012 [ 258 ] {c26b1592-436a-4807-8454-8f79e37e4b9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) 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.04.24 06:37:48.463084 [ 258 ] {c26b1592-436a-4807-8454-8f79e37e4b9c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 581 | 2025.04.24 06:37:48.465462 [ 258 ] {c26b1592-436a-4807-8454-8f79e37e4b9c} <Debug> oximeter.fields_u64 (cf42bf56-b92a-48f3-9bf2-67bd8854e726): Loading data parts | ||
| 582 | 2025.04.24 06:37:48.465642 [ 258 ] {c26b1592-436a-4807-8454-8f79e37e4b9c} <Debug> oximeter.fields_u64 (cf42bf56-b92a-48f3-9bf2-67bd8854e726): There are no data parts | ||
| 583 | 2025.04.24 06:37:48.470318 [ 258 ] {c26b1592-436a-4807-8454-8f79e37e4b9c} <Debug> TCPHandler: Processed in 0.007593941 sec. | ||
| 584 | 2025.04.24 06:37:48.470478 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 585 | 2025.04.24 06:37:48.470673 [ 258 ] {d7a62aca-b704-4ecc-9790-85569c545e61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) 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.04.24 06:37:48.470726 [ 258 ] {d7a62aca-b704-4ecc-9790-85569c545e61} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 587 | 2025.04.24 06:37:48.472839 [ 258 ] {d7a62aca-b704-4ecc-9790-85569c545e61} <Debug> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c): Loading data parts | ||
| 588 | 2025.04.24 06:37:48.473001 [ 258 ] {d7a62aca-b704-4ecc-9790-85569c545e61} <Debug> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c): There are no data parts | ||
| 589 | 2025.04.24 06:37:48.477926 [ 258 ] {d7a62aca-b704-4ecc-9790-85569c545e61} <Debug> TCPHandler: Processed in 0.007500959 sec. | ||
| 590 | 2025.04.24 06:37:48.478098 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 591 | 2025.04.24 06:37:48.478326 [ 258 ] {30fd8678-200f-4a44-8382-19c924acda88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) 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.04.24 06:37:48.478386 [ 258 ] {30fd8678-200f-4a44-8382-19c924acda88} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 593 | 2025.04.24 06:37:48.480508 [ 258 ] {30fd8678-200f-4a44-8382-19c924acda88} <Debug> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Loading data parts | ||
| 594 | 2025.04.24 06:37:48.480683 [ 258 ] {30fd8678-200f-4a44-8382-19c924acda88} <Debug> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): There are no data parts | ||
| 595 | 2025.04.24 06:37:48.485233 [ 258 ] {30fd8678-200f-4a44-8382-19c924acda88} <Debug> TCPHandler: Processed in 0.007196662 sec. | ||
| 596 | 2025.04.24 06:37:48.485401 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 597 | 2025.04.24 06:37:48.485602 [ 258 ] {538eff09-aefb-4a95-b41d-4348df95aaa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) 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.04.24 06:37:48.485663 [ 258 ] {538eff09-aefb-4a95-b41d-4348df95aaa8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 599 | 2025.04.24 06:37:48.487737 [ 258 ] {538eff09-aefb-4a95-b41d-4348df95aaa8} <Debug> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Loading data parts | ||
| 600 | 2025.04.24 06:37:48.487902 [ 258 ] {538eff09-aefb-4a95-b41d-4348df95aaa8} <Debug> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): There are no data parts | ||
| 601 | 2025.04.24 06:37:48.494939 [ 258 ] {538eff09-aefb-4a95-b41d-4348df95aaa8} <Debug> TCPHandler: Processed in 0.009602807 sec. | ||
| 602 | 2025.04.24 06:37:48.495130 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 603 | 2025.04.24 06:37:48.495423 [ 258 ] {bbc8af42-9c7c-4026-a226-91c6c7c12eff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) /* The timeseries schema table stores the extracted schema for the samples | ||
| 604 | * oximeter collects. | ||
| 605 | */ | ||
| 606 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
| 607 | 2025.04.24 06:37:48.495500 [ 258 ] {bbc8af42-9c7c-4026-a226-91c6c7c12eff} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 608 | 2025.04.24 06:37:48.497785 [ 258 ] {bbc8af42-9c7c-4026-a226-91c6c7c12eff} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f): Loading data parts | ||
| 609 | 2025.04.24 06:37:48.497945 [ 258 ] {bbc8af42-9c7c-4026-a226-91c6c7c12eff} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f): There are no data parts | ||
| 610 | 2025.04.24 06:37:48.502609 [ 258 ] {bbc8af42-9c7c-4026-a226-91c6c7c12eff} <Debug> TCPHandler: Processed in 0.00754375 sec. | ||
| 611 | 2025.04.24 06:37:48.502913 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 612 | 2025.04.24 06:37:48.503213 [ 260 ] {b02193d9-f425-42c1-a70c-ddcec21731fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 613 | 2025.04.24 06:37:48.504454 [ 260 ] {b02193d9-f425-42c1-a70c-ddcec21731fb} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 614 | 2025.04.24 06:37:48.523623 [ 268 ] {b02193d9-f425-42c1-a70c-ddcec21731fb} <Trace> oximeter.version (e0b17459-6989-458f-9e32-05fa1274e4f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 615 | 2025.04.24 06:37:48.523679 [ 268 ] {b02193d9-f425-42c1-a70c-ddcec21731fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 616 | 2025.04.24 06:37:48.529715 [ 268 ] {b02193d9-f425-42c1-a70c-ddcec21731fb} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 617 | 2025.04.24 06:37:48.530144 [ 268 ] {b02193d9-f425-42c1-a70c-ddcec21731fb} <Trace> oximeter.version (e0b17459-6989-458f-9e32-05fa1274e4f9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 618 | 2025.04.24 06:37:48.530468 [ 260 ] {b02193d9-f425-42c1-a70c-ddcec21731fb} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.027413 sec., 36.479042789917195 rows/sec., 583.66 B/sec. | ||
| 619 | 2025.04.24 06:37:48.530783 [ 260 ] {b02193d9-f425-42c1-a70c-ddcec21731fb} <Debug> TCPHandler: Processed in 0.027987171 sec. | ||
| 620 | 2025.04.24 06:37:49.000783 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 128.96 MiB, peak 128.96 MiB, free memory in arenas 0.00 B, will set to 139.80 MiB (RSS), difference: 10.83 MiB | ||
| 621 | 2025.04.24 06:37:49.399465 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63990 | ||
| 622 | 2025.04.24 06:37:49.399586 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 623 | 2025.04.24 06:37:49.399721 [ 269 ] {} <Debug> TCP-Session: a9bd88df-a14e-41c5-83b1-4802cec25482 Authenticating user 'default' from [fd00:1122:3344:101::b]:63990 | ||
| 624 | 2025.04.24 06:37:49.399747 [ 269 ] {} <Debug> TCP-Session: a9bd88df-a14e-41c5-83b1-4802cec25482 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 625 | 2025.04.24 06:37:49.399761 [ 269 ] {} <Debug> TCP-Session: a9bd88df-a14e-41c5-83b1-4802cec25482 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 626 | 2025.04.24 06:37:49.399888 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 627 | 2025.04.24 06:37:49.399914 [ 269 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 628 | 2025.04.24 06:37:49.400007 [ 269 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 629 | 2025.04.24 06:37:49.400520 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40129 | ||
| 630 | 2025.04.24 06:37:49.400678 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36290 | ||
| 631 | 2025.04.24 06:37:49.400667 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53852 | ||
| 632 | 2025.04.24 06:37:49.400747 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55186 | ||
| 633 | 2025.04.24 06:37:49.400521 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46228 | ||
| 634 | 2025.04.24 06:37:49.401056 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 635 | 2025.04.24 06:37:49.401215 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61573 | ||
| 636 | 2025.04.24 06:37:49.401258 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 637 | 2025.04.24 06:37:49.401434 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 638 | 2025.04.24 06:37:49.401437 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36178 | ||
| 639 | 2025.04.24 06:37:49.401434 [ 272 ] {} <Debug> TCP-Session: 4ec5f5fa-6029-4964-ac67-f2f96ea6c591 Authenticating user 'default' from [fd00:1122:3344:101::b]:36290 | ||
| 640 | 2025.04.24 06:37:49.401572 [ 270 ] {} <Debug> TCP-Session: ccd2ec73-2087-451b-beb8-8884a3f175cb Authenticating user 'default' from [fd00:1122:3344:101::b]:40129 | ||
| 641 | 2025.04.24 06:37:49.401627 [ 272 ] {} <Debug> TCP-Session: 4ec5f5fa-6029-4964-ac67-f2f96ea6c591 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 642 | 2025.04.24 06:37:49.401612 [ 271 ] {} <Debug> TCP-Session: db4d80ba-15a5-4810-86b9-a8b347da6f52 Authenticating user 'default' from [fd00:1122:3344:101::b]:46228 | ||
| 643 | 2025.04.24 06:37:49.401751 [ 270 ] {} <Debug> TCP-Session: ccd2ec73-2087-451b-beb8-8884a3f175cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 644 | 2025.04.24 06:37:49.401789 [ 271 ] {} <Debug> TCP-Session: db4d80ba-15a5-4810-86b9-a8b347da6f52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 645 | 2025.04.24 06:37:49.401790 [ 272 ] {} <Debug> TCP-Session: 4ec5f5fa-6029-4964-ac67-f2f96ea6c591 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 646 | 2025.04.24 06:37:49.401759 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 647 | 2025.04.24 06:37:49.401826 [ 270 ] {} <Debug> TCP-Session: ccd2ec73-2087-451b-beb8-8884a3f175cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 648 | 2025.04.24 06:37:49.401880 [ 271 ] {} <Debug> TCP-Session: db4d80ba-15a5-4810-86b9-a8b347da6f52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 649 | 2025.04.24 06:37:49.401938 [ 276 ] {} <Debug> TCP-Session: 4f644006-e4e1-4561-9faa-e3b289d4ad26 Authenticating user 'default' from [fd00:1122:3344:101::b]:36178 | ||
| 650 | 2025.04.24 06:37:49.402013 [ 276 ] {} <Debug> TCP-Session: 4f644006-e4e1-4561-9faa-e3b289d4ad26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 651 | 2025.04.24 06:37:49.402170 [ 276 ] {} <Debug> TCP-Session: 4f644006-e4e1-4561-9faa-e3b289d4ad26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 652 | 2025.04.24 06:37:49.405229 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 653 | 2025.04.24 06:37:49.405267 [ 275 ] {} <Debug> TCP-Session: 001c3d30-222d-4c70-b3a9-d47207664310 Authenticating user 'default' from [fd00:1122:3344:101::b]:61573 | ||
| 654 | 2025.04.24 06:37:49.405387 [ 275 ] {} <Debug> TCP-Session: 001c3d30-222d-4c70-b3a9-d47207664310 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 655 | 2025.04.24 06:37:49.405403 [ 275 ] {} <Debug> TCP-Session: 001c3d30-222d-4c70-b3a9-d47207664310 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 656 | 2025.04.24 06:37:49.422050 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 657 | 2025.04.24 06:37:49.422193 [ 273 ] {} <Debug> TCP-Session: 23cfdf72-7df4-471c-8731-a75bf8b7e5ca Authenticating user 'default' from [fd00:1122:3344:101::b]:53852 | ||
| 658 | 2025.04.24 06:37:49.422217 [ 273 ] {} <Debug> TCP-Session: 23cfdf72-7df4-471c-8731-a75bf8b7e5ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 659 | 2025.04.24 06:37:49.422230 [ 273 ] {} <Debug> TCP-Session: 23cfdf72-7df4-471c-8731-a75bf8b7e5ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 660 | 2025.04.24 06:37:49.423786 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 661 | 2025.04.24 06:37:49.423843 [ 274 ] {} <Debug> TCP-Session: 01cd4504-f40a-4b52-bc3a-973fc2ce4c6f Authenticating user 'default' from [fd00:1122:3344:101::b]:55186 | ||
| 662 | 2025.04.24 06:37:49.423866 [ 274 ] {} <Debug> TCP-Session: 01cd4504-f40a-4b52-bc3a-973fc2ce4c6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 663 | 2025.04.24 06:37:49.423969 [ 274 ] {} <Debug> TCP-Session: 01cd4504-f40a-4b52-bc3a-973fc2ce4c6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 664 | 2025.04.24 06:37:49.563803 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39053 | ||
| 665 | 2025.04.24 06:37:49.563964 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 666 | 2025.04.24 06:37:49.564019 [ 277 ] {} <Debug> TCP-Session: 1f03bada-b997-4771-a414-809190316912 Authenticating user 'default' from [fd00:1122:3344:101::a]:39053 | ||
| 667 | 2025.04.24 06:37:49.564171 [ 277 ] {} <Debug> TCP-Session: 1f03bada-b997-4771-a414-809190316912 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 668 | 2025.04.24 06:37:49.564189 [ 277 ] {} <Debug> TCP-Session: 1f03bada-b997-4771-a414-809190316912 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 669 | 2025.04.24 06:37:49.564264 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 670 | 2025.04.24 06:37:49.564406 [ 277 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 671 | 2025.04.24 06:37:49.564433 [ 277 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 672 | 2025.04.24 06:37:49.564929 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46333 | ||
| 673 | 2025.04.24 06:37:49.565183 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 674 | 2025.04.24 06:37:49.565181 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51880 | ||
| 675 | 2025.04.24 06:37:49.565300 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40926 | ||
| 676 | 2025.04.24 06:37:49.565345 [ 278 ] {} <Debug> TCP-Session: bffa5034-13c5-476f-b590-67d4fe3e777f Authenticating user 'default' from [fd00:1122:3344:101::a]:46333 | ||
| 677 | 2025.04.24 06:37:49.565381 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64428 | ||
| 678 | 2025.04.24 06:37:49.565752 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 679 | 2025.04.24 06:37:49.565780 [ 278 ] {} <Debug> TCP-Session: bffa5034-13c5-476f-b590-67d4fe3e777f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 680 | 2025.04.24 06:37:49.565777 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62395 | ||
| 681 | 2025.04.24 06:37:49.565858 [ 278 ] {} <Debug> TCP-Session: bffa5034-13c5-476f-b590-67d4fe3e777f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 682 | 2025.04.24 06:37:49.565943 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48455 | ||
| 683 | 2025.04.24 06:37:49.566172 [ 279 ] {} <Debug> TCP-Session: 92c4201a-725d-4b3d-b96e-7eaaa6b5f994 Authenticating user 'default' from [fd00:1122:3344:101::a]:51880 | ||
| 684 | 2025.04.24 06:37:49.566390 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53534 | ||
| 685 | 2025.04.24 06:37:49.566417 [ 279 ] {} <Debug> TCP-Session: 92c4201a-725d-4b3d-b96e-7eaaa6b5f994 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 686 | 2025.04.24 06:37:49.566622 [ 279 ] {} <Debug> TCP-Session: 92c4201a-725d-4b3d-b96e-7eaaa6b5f994 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 687 | 2025.04.24 06:37:49.567742 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 688 | 2025.04.24 06:37:49.567907 [ 282 ] {} <Debug> TCP-Session: db8d68ee-4f11-49db-9fb3-f3c53da8932d Authenticating user 'default' from [fd00:1122:3344:101::a]:62395 | ||
| 689 | 2025.04.24 06:37:49.567933 [ 282 ] {} <Debug> TCP-Session: db8d68ee-4f11-49db-9fb3-f3c53da8932d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 690 | 2025.04.24 06:37:49.567952 [ 282 ] {} <Debug> TCP-Session: db8d68ee-4f11-49db-9fb3-f3c53da8932d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 691 | 2025.04.24 06:37:49.570001 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 692 | 2025.04.24 06:37:49.570036 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 693 | 2025.04.24 06:37:49.570051 [ 284 ] {} <Debug> TCP-Session: 46724f40-5268-43a6-9b24-28bb43d1b663 Authenticating user 'default' from [fd00:1122:3344:101::a]:53534 | ||
| 694 | 2025.04.24 06:37:49.570102 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 695 | 2025.04.24 06:37:49.570113 [ 283 ] {} <Debug> TCP-Session: c906935a-973d-4ac7-85f2-644a8d27f9ef Authenticating user 'default' from [fd00:1122:3344:101::a]:48455 | ||
| 696 | 2025.04.24 06:37:49.570148 [ 284 ] {} <Debug> TCP-Session: 46724f40-5268-43a6-9b24-28bb43d1b663 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 697 | 2025.04.24 06:37:49.570244 [ 284 ] {} <Debug> TCP-Session: 46724f40-5268-43a6-9b24-28bb43d1b663 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 698 | 2025.04.24 06:37:49.570258 [ 283 ] {} <Debug> TCP-Session: c906935a-973d-4ac7-85f2-644a8d27f9ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 699 | 2025.04.24 06:37:49.570245 [ 280 ] {} <Debug> TCP-Session: 678f7300-e752-4e44-90e0-f73727f7140d Authenticating user 'default' from [fd00:1122:3344:101::a]:40926 | ||
| 700 | 2025.04.24 06:37:49.570463 [ 283 ] {} <Debug> TCP-Session: c906935a-973d-4ac7-85f2-644a8d27f9ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 701 | 2025.04.24 06:37:49.570475 [ 280 ] {} <Debug> TCP-Session: 678f7300-e752-4e44-90e0-f73727f7140d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 702 | 2025.04.24 06:37:49.570611 [ 280 ] {} <Debug> TCP-Session: 678f7300-e752-4e44-90e0-f73727f7140d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 703 | 2025.04.24 06:37:49.570665 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 704 | 2025.04.24 06:37:49.570842 [ 281 ] {} <Debug> TCP-Session: 733378d5-c568-4671-b536-a5f61e8a7b4c Authenticating user 'default' from [fd00:1122:3344:101::a]:64428 | ||
| 705 | 2025.04.24 06:37:49.570864 [ 281 ] {} <Debug> TCP-Session: 733378d5-c568-4671-b536-a5f61e8a7b4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2025.04.24 06:37:49.570878 [ 281 ] {} <Debug> TCP-Session: 733378d5-c568-4671-b536-a5f61e8a7b4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 707 | 2025.04.24 06:37:54.326447 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 708 | 2025.04.24 06:37:54.326479 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 | ||
| 709 | 2025.04.24 06:37:54.326560 [ 244 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 710 | 2025.04.24 06:37:54.326584 [ 243 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 711 | 2025.04.24 06:37:54.337277 [ 243 ] {} <Debug> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Loading data parts | ||
| 712 | 2025.04.24 06:37:54.337710 [ 243 ] {} <Debug> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): There are no data parts | ||
| 713 | 2025.04.24 06:37:54.346880 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 714 | 2025.04.24 06:37:54.347108 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 715 | 2025.04.24 06:37:54.347424 [ 244 ] {} <Debug> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Loading data parts | ||
| 716 | 2025.04.24 06:37:54.347790 [ 244 ] {} <Debug> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): There are no data parts | ||
| 717 | 2025.04.24 06:37:54.353637 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 718 | 2025.04.24 06:37:54.354679 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 719 | 2025.04.24 06:37:54.354967 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 | ||
| 720 | 2025.04.24 06:37:54.379332 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 721 | 2025.04.24 06:37:54.379516 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 722 | 2025.04.24 06:37:54.386430 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 723 | 2025.04.24 06:37:54.387838 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 724 | 2025.04.24 06:37:54.390620 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 725 | 2025.04.24 06:37:55.000312 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.80 MiB, peak 149.80 MiB, free memory in arenas 0.00 B, will set to 150.93 MiB (RSS), difference: 5.13 MiB | ||
| 726 | 2025.04.24 06:37:56.826216 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 | ||
| 727 | 2025.04.24 06:37:56.826424 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 728 | 2025.04.24 06:37:56.833728 [ 242 ] {} <Debug> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Loading data parts | ||
| 729 | 2025.04.24 06:37:56.833946 [ 242 ] {} <Debug> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): There are no data parts | ||
| 730 | 2025.04.24 06:37:56.842339 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 731 | 2025.04.24 06:37:56.842481 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 732 | 2025.04.24 06:37:56.844176 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 733 | 2025.04.24 06:37:56.844730 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 734 | 2025.04.24 06:37:56.845300 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88 | ||
| 735 | 2025.04.24 06:37:57.000993 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.11 MiB, peak 155.11 MiB, free memory in arenas 0.00 B, will set to 151.30 MiB (RSS), difference: -3.81 MiB | ||
| 736 | 2025.04.24 06:38:01.766468 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 737 | 2025.04.24 06:38:01.766541 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 738 | 2025.04.24 06:38:01.855750 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 | ||
| 739 | 2025.04.24 06:38:01.856688 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 740 | 2025.04.24 06:38:01.856734 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 741 | 2025.04.24 06:38:01.857491 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 742 | 2025.04.24 06:38:01.858110 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 743 | 2025.04.24 06:38:01.858326 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 744 | 2025.04.24 06:38:01.891373 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 745 | 2025.04.24 06:38:01.911663 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 746 | 2025.04.24 06:38:01.911800 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 747 | 2025.04.24 06:38:01.918939 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 748 | 2025.04.24 06:38:01.920106 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 749 | 2025.04.24 06:38:01.922997 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 750 | 2025.04.24 06:38:07.001099 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.66 MiB, peak 155.97 MiB, free memory in arenas 0.00 B, will set to 152.68 MiB (RSS), difference: 4.02 MiB | ||
| 751 | 2025.04.24 06:38:08.540607 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 752 | 2025.04.24 06:38:08.540891 [ 258 ] {42b91fc7-ebce-4f48-9570-aff4a4c5ba28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 753 | 2025.04.24 06:38:08.541362 [ 258 ] {42b91fc7-ebce-4f48-9570-aff4a4c5ba28} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 754 | 2025.04.24 06:38:08.548252 [ 258 ] {42b91fc7-ebce-4f48-9570-aff4a4c5ba28} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 755 | 2025.04.24 06:38:08.551692 [ 258 ] {42b91fc7-ebce-4f48-9570-aff4a4c5ba28} <Debug> TCPHandler: Processed in 0.011225183 sec. | ||
| 756 | 2025.04.24 06:38:08.558672 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 757 | 2025.04.24 06:38:08.558903 [ 258 ] {02f91bd2-eeee-49d5-901a-6ac5d8cd79f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 758 | 2025.04.24 06:38:08.562477 [ 258 ] {02f91bd2-eeee-49d5-901a-6ac5d8cd79f5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 759 | 2025.04.24 06:38:08.562529 [ 258 ] {02f91bd2-eeee-49d5-901a-6ac5d8cd79f5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 760 | 2025.04.24 06:38:08.563117 [ 258 ] {02f91bd2-eeee-49d5-901a-6ac5d8cd79f5} <Debug> TCPHandler: Processed in 0.004515302 sec. | ||
| 761 | 2025.04.24 06:38:08.565676 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 762 | 2025.04.24 06:38:08.565944 [ 258 ] {5f4d2b88-1920-4615-b875-8c576aaae55a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) 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.04.24 06:38:08.566605 [ 258 ] {5f4d2b88-1920-4615-b875-8c576aaae55a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 764 | 2025.04.24 06:38:08.566673 [ 258 ] {5f4d2b88-1920-4615-b875-8c576aaae55a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 765 | 2025.04.24 06:38:08.567166 [ 258 ] {5f4d2b88-1920-4615-b875-8c576aaae55a} <Debug> TCPHandler: Processed in 0.001605596 sec. | ||
| 766 | 2025.04.24 06:38:08.567372 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 767 | 2025.04.24 06:38:08.567500 [ 258 ] {ad1785bf-b7bc-4e05-a5b0-957b46e0aa73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) 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.04.24 06:38:08.567795 [ 258 ] {ad1785bf-b7bc-4e05-a5b0-957b46e0aa73} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 769 | 2025.04.24 06:38:08.567845 [ 258 ] {ad1785bf-b7bc-4e05-a5b0-957b46e0aa73} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 770 | 2025.04.24 06:38:08.568301 [ 258 ] {ad1785bf-b7bc-4e05-a5b0-957b46e0aa73} <Debug> TCPHandler: Processed in 0.000977582 sec. | ||
| 771 | 2025.04.24 06:38:08.568486 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 772 | 2025.04.24 06:38:08.568613 [ 258 ] {b1be021d-103f-4fd0-a7a9-cd49a16343ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) 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.04.24 06:38:08.568912 [ 258 ] {b1be021d-103f-4fd0-a7a9-cd49a16343ed} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 774 | 2025.04.24 06:38:08.568962 [ 258 ] {b1be021d-103f-4fd0-a7a9-cd49a16343ed} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 775 | 2025.04.24 06:38:08.569405 [ 258 ] {b1be021d-103f-4fd0-a7a9-cd49a16343ed} <Debug> TCPHandler: Processed in 0.000966582 sec. | ||
| 776 | 2025.04.24 06:38:08.569610 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 777 | 2025.04.24 06:38:08.569739 [ 258 ] {cb4cb56a-b68a-46a7-ada7-84792331a6eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) 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.04.24 06:38:08.570038 [ 258 ] {cb4cb56a-b68a-46a7-ada7-84792331a6eb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 779 | 2025.04.24 06:38:08.570087 [ 258 ] {cb4cb56a-b68a-46a7-ada7-84792331a6eb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 780 | 2025.04.24 06:38:08.570528 [ 258 ] {cb4cb56a-b68a-46a7-ada7-84792331a6eb} <Debug> TCPHandler: Processed in 0.000966152 sec. | ||
| 781 | 2025.04.24 06:38:08.570718 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 782 | 2025.04.24 06:38:08.570847 [ 258 ] {7dc85b28-6204-4b82-95f9-861d0045b1ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) 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.04.24 06:38:08.571156 [ 258 ] {7dc85b28-6204-4b82-95f9-861d0045b1ac} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 784 | 2025.04.24 06:38:08.571205 [ 258 ] {7dc85b28-6204-4b82-95f9-861d0045b1ac} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 785 | 2025.04.24 06:38:08.571645 [ 258 ] {7dc85b28-6204-4b82-95f9-861d0045b1ac} <Debug> TCPHandler: Processed in 0.000973622 sec. | ||
| 786 | 2025.04.24 06:38:08.571839 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 787 | 2025.04.24 06:38:08.571968 [ 258 ] {0847c1c4-c638-472f-a12d-8b2a14662c6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) 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.04.24 06:38:08.572274 [ 258 ] {0847c1c4-c638-472f-a12d-8b2a14662c6a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 789 | 2025.04.24 06:38:08.572323 [ 258 ] {0847c1c4-c638-472f-a12d-8b2a14662c6a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 790 | 2025.04.24 06:38:08.572764 [ 258 ] {0847c1c4-c638-472f-a12d-8b2a14662c6a} <Debug> TCPHandler: Processed in 0.000971542 sec. | ||
| 791 | 2025.04.24 06:38:08.572961 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 792 | 2025.04.24 06:38:08.573091 [ 258 ] {fe5aa6a5-5492-4820-ac3b-88fb6d78215a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) 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.04.24 06:38:08.573402 [ 258 ] {fe5aa6a5-5492-4820-ac3b-88fb6d78215a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 794 | 2025.04.24 06:38:08.573451 [ 258 ] {fe5aa6a5-5492-4820-ac3b-88fb6d78215a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 795 | 2025.04.24 06:38:08.573903 [ 258 ] {fe5aa6a5-5492-4820-ac3b-88fb6d78215a} <Debug> TCPHandler: Processed in 0.000988033 sec. | ||
| 796 | 2025.04.24 06:38:08.574084 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 797 | 2025.04.24 06:38:08.574215 [ 258 ] {259c7f70-6ef4-44b5-a342-d1a1a52db734} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) 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.04.24 06:38:08.574528 [ 258 ] {259c7f70-6ef4-44b5-a342-d1a1a52db734} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 799 | 2025.04.24 06:38:08.574577 [ 258 ] {259c7f70-6ef4-44b5-a342-d1a1a52db734} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 800 | 2025.04.24 06:38:08.575022 [ 258 ] {259c7f70-6ef4-44b5-a342-d1a1a52db734} <Debug> TCPHandler: Processed in 0.000985052 sec. | ||
| 801 | 2025.04.24 06:38:08.575201 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 802 | 2025.04.24 06:38:08.575334 [ 258 ] {0b312019-476d-4d98-82ce-8c8a84e7e71e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) 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.04.24 06:38:08.575651 [ 258 ] {0b312019-476d-4d98-82ce-8c8a84e7e71e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 804 | 2025.04.24 06:38:08.575700 [ 258 ] {0b312019-476d-4d98-82ce-8c8a84e7e71e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 805 | 2025.04.24 06:38:08.576140 [ 258 ] {0b312019-476d-4d98-82ce-8c8a84e7e71e} <Debug> TCPHandler: Processed in 0.000986042 sec. | ||
| 806 | 2025.04.24 06:38:08.576333 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 807 | 2025.04.24 06:38:08.576466 [ 258 ] {1e976662-b630-49a8-a606-3234c23e4ffd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) 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.04.24 06:38:08.576784 [ 258 ] {1e976662-b630-49a8-a606-3234c23e4ffd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 809 | 2025.04.24 06:38:08.576833 [ 258 ] {1e976662-b630-49a8-a606-3234c23e4ffd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 810 | 2025.04.24 06:38:08.577277 [ 258 ] {1e976662-b630-49a8-a606-3234c23e4ffd} <Debug> TCPHandler: Processed in 0.000990223 sec. | ||
| 811 | 2025.04.24 06:38:08.577472 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 812 | 2025.04.24 06:38:08.577605 [ 258 ] {30f0e967-bbef-4e0c-91ca-d47a735156d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) 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.04.24 06:38:08.577927 [ 258 ] {30f0e967-bbef-4e0c-91ca-d47a735156d0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 814 | 2025.04.24 06:38:08.577976 [ 258 ] {30f0e967-bbef-4e0c-91ca-d47a735156d0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 815 | 2025.04.24 06:38:08.578426 [ 258 ] {30f0e967-bbef-4e0c-91ca-d47a735156d0} <Debug> TCPHandler: Processed in 0.000999813 sec. | ||
| 816 | 2025.04.24 06:38:08.578619 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 817 | 2025.04.24 06:38:08.578755 [ 258 ] {67ffb1a9-f630-40dd-9cf8-d3dfafbe0b9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) 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.04.24 06:38:08.579087 [ 258 ] {67ffb1a9-f630-40dd-9cf8-d3dfafbe0b9c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 819 | 2025.04.24 06:38:08.579136 [ 258 ] {67ffb1a9-f630-40dd-9cf8-d3dfafbe0b9c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 820 | 2025.04.24 06:38:08.579587 [ 258 ] {67ffb1a9-f630-40dd-9cf8-d3dfafbe0b9c} <Debug> TCPHandler: Processed in 0.001014933 sec. | ||
| 821 | 2025.04.24 06:38:08.579773 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 822 | 2025.04.24 06:38:08.579908 [ 258 ] {02e9dc47-a236-496a-a959-1c78a8d122a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) 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.04.24 06:38:08.580240 [ 258 ] {02e9dc47-a236-496a-a959-1c78a8d122a9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 824 | 2025.04.24 06:38:08.580289 [ 258 ] {02e9dc47-a236-496a-a959-1c78a8d122a9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 825 | 2025.04.24 06:38:08.580739 [ 258 ] {02e9dc47-a236-496a-a959-1c78a8d122a9} <Debug> TCPHandler: Processed in 0.001014163 sec. | ||
| 826 | 2025.04.24 06:38:08.580921 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 827 | 2025.04.24 06:38:08.581058 [ 258 ] {b98c953d-8e88-4765-88f1-e68ed70c84a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) 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.04.24 06:38:08.581394 [ 258 ] {b98c953d-8e88-4765-88f1-e68ed70c84a7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 829 | 2025.04.24 06:38:08.581443 [ 258 ] {b98c953d-8e88-4765-88f1-e68ed70c84a7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 830 | 2025.04.24 06:38:08.581892 [ 258 ] {b98c953d-8e88-4765-88f1-e68ed70c84a7} <Debug> TCPHandler: Processed in 0.001016793 sec. | ||
| 831 | 2025.04.24 06:38:08.582083 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 832 | 2025.04.24 06:38:08.582221 [ 258 ] {e95eeb88-a4a2-4b47-8b1c-2823ba8d7d03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) 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.04.24 06:38:08.582559 [ 258 ] {e95eeb88-a4a2-4b47-8b1c-2823ba8d7d03} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 834 | 2025.04.24 06:38:08.582608 [ 258 ] {e95eeb88-a4a2-4b47-8b1c-2823ba8d7d03} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 835 | 2025.04.24 06:38:08.583061 [ 258 ] {e95eeb88-a4a2-4b47-8b1c-2823ba8d7d03} <Debug> TCPHandler: Processed in 0.001024083 sec. | ||
| 836 | 2025.04.24 06:38:08.583252 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 837 | 2025.04.24 06:38:08.583391 [ 258 ] {130555bf-bac7-4b55-b1c1-7be7c3211ef8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) 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.04.24 06:38:08.583733 [ 258 ] {130555bf-bac7-4b55-b1c1-7be7c3211ef8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 839 | 2025.04.24 06:38:08.583783 [ 258 ] {130555bf-bac7-4b55-b1c1-7be7c3211ef8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 840 | 2025.04.24 06:38:08.584217 [ 258 ] {130555bf-bac7-4b55-b1c1-7be7c3211ef8} <Debug> TCPHandler: Processed in 0.001011832 sec. | ||
| 841 | 2025.04.24 06:38:08.588334 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 842 | 2025.04.24 06:38:08.588467 [ 258 ] {341b4433-a841-42dd-9cb7-55821018e1fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 843 | 2025.04.24 06:38:08.588521 [ 258 ] {341b4433-a841-42dd-9cb7-55821018e1fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 844 | 2025.04.24 06:38:08.589771 [ 258 ] {341b4433-a841-42dd-9cb7-55821018e1fe} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 845 | 2025.04.24 06:38:08.589812 [ 258 ] {341b4433-a841-42dd-9cb7-55821018e1fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 846 | 2025.04.24 06:38:08.590466 [ 258 ] {341b4433-a841-42dd-9cb7-55821018e1fe} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 847 | 2025.04.24 06:38:08.590902 [ 258 ] {341b4433-a841-42dd-9cb7-55821018e1fe} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f): 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.04.24 06:38:08.591115 [ 258 ] {341b4433-a841-42dd-9cb7-55821018e1fe} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.002686 sec., 6701.414743112435 rows/sec., 937.30 KiB/sec. | ||
| 849 | 2025.04.24 06:38:08.591196 [ 258 ] {341b4433-a841-42dd-9cb7-55821018e1fe} <Debug> TCPHandler: Processed in 0.002918716 sec. | ||
| 850 | 2025.04.24 06:38:08.591308 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 851 | 2025.04.24 06:38:08.591409 [ 258 ] {1200352d-1aab-4b17-acb7-9d4b139f1ec9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 852 | 2025.04.24 06:38:08.591453 [ 258 ] {1200352d-1aab-4b17-acb7-9d4b139f1ec9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 853 | 2025.04.24 06:38:08.597956 [ 258 ] {1200352d-1aab-4b17-acb7-9d4b139f1ec9} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 854 | 2025.04.24 06:38:08.598016 [ 258 ] {1200352d-1aab-4b17-acb7-9d4b139f1ec9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 855 | 2025.04.24 06:38:08.598830 [ 258 ] {1200352d-1aab-4b17-acb7-9d4b139f1ec9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 856 | 2025.04.24 06:38:08.599351 [ 258 ] {1200352d-1aab-4b17-acb7-9d4b139f1ec9} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): 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.04.24 06:38:08.599519 [ 258 ] {1200352d-1aab-4b17-acb7-9d4b139f1ec9} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.008132 sec., 6886.374815543531 rows/sec., 538.36 KiB/sec. | ||
| 858 | 2025.04.24 06:38:08.599616 [ 258 ] {1200352d-1aab-4b17-acb7-9d4b139f1ec9} <Debug> TCPHandler: Processed in 0.008354808 sec. | ||
| 859 | 2025.04.24 06:38:08.599769 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 860 | 2025.04.24 06:38:08.599871 [ 258 ] {3957563e-10d2-4966-92cb-1e8b0919d903} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 861 | 2025.04.24 06:38:08.599914 [ 258 ] {3957563e-10d2-4966-92cb-1e8b0919d903} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 862 | 2025.04.24 06:38:08.600421 [ 258 ] {3957563e-10d2-4966-92cb-1e8b0919d903} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 863 | 2025.04.24 06:38:08.600459 [ 258 ] {3957563e-10d2-4966-92cb-1e8b0919d903} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 864 | 2025.04.24 06:38:08.600927 [ 258 ] {3957563e-10d2-4966-92cb-1e8b0919d903} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 865 | 2025.04.24 06:38:08.601416 [ 258 ] {3957563e-10d2-4966-92cb-1e8b0919d903} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): 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.04.24 06:38:08.601646 [ 258 ] {3957563e-10d2-4966-92cb-1e8b0919d903} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00179 sec., 35754.18994413408 rows/sec., 2.79 MiB/sec. | ||
| 867 | 2025.04.24 06:38:08.601770 [ 258 ] {3957563e-10d2-4966-92cb-1e8b0919d903} <Debug> TCPHandler: Processed in 0.002048846 sec. | ||
| 868 | 2025.04.24 06:38:08.601879 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 869 | 2025.04.24 06:38:08.601980 [ 258 ] {161c7d5b-b7f1-4db8-a972-923faad868cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 870 | 2025.04.24 06:38:08.602025 [ 258 ] {161c7d5b-b7f1-4db8-a972-923faad868cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 871 | 2025.04.24 06:38:08.602521 [ 258 ] {161c7d5b-b7f1-4db8-a972-923faad868cc} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 872 | 2025.04.24 06:38:08.602556 [ 258 ] {161c7d5b-b7f1-4db8-a972-923faad868cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 873 | 2025.04.24 06:38:08.603086 [ 258 ] {161c7d5b-b7f1-4db8-a972-923faad868cc} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 874 | 2025.04.24 06:38:08.603580 [ 258 ] {161c7d5b-b7f1-4db8-a972-923faad868cc} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): 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.04.24 06:38:08.603773 [ 258 ] {161c7d5b-b7f1-4db8-a972-923faad868cc} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001814 sec., 52921.71995589857 rows/sec., 3.69 MiB/sec. | ||
| 876 | 2025.04.24 06:38:08.603821 [ 258 ] {161c7d5b-b7f1-4db8-a972-923faad868cc} <Debug> TCPHandler: Processed in 0.001990075 sec. | ||
| 877 | 2025.04.24 06:38:08.603927 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 878 | 2025.04.24 06:38:08.604029 [ 258 ] {f958b6e8-ce1c-45b2-8b85-0a748e36adb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 879 | 2025.04.24 06:38:08.604072 [ 258 ] {f958b6e8-ce1c-45b2-8b85-0a748e36adb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 880 | 2025.04.24 06:38:08.604460 [ 258 ] {f958b6e8-ce1c-45b2-8b85-0a748e36adb7} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 881 | 2025.04.24 06:38:08.604497 [ 258 ] {f958b6e8-ce1c-45b2-8b85-0a748e36adb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 882 | 2025.04.24 06:38:08.605095 [ 258 ] {f958b6e8-ce1c-45b2-8b85-0a748e36adb7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 883 | 2025.04.24 06:38:08.605748 [ 258 ] {f958b6e8-ce1c-45b2-8b85-0a748e36adb7} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): 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.04.24 06:38:08.606065 [ 258 ] {f958b6e8-ce1c-45b2-8b85-0a748e36adb7} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.002001 sec., 17991.004497751124 rows/sec., 1.21 MiB/sec. | ||
| 885 | 2025.04.24 06:38:08.606136 [ 258 ] {f958b6e8-ce1c-45b2-8b85-0a748e36adb7} <Debug> TCPHandler: Processed in 0.002257 sec. | ||
| 886 | 2025.04.24 06:38:09.358647 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 | ||
| 887 | 2025.04.24 06:38:09.359422 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 888 | 2025.04.24 06:38:09.359468 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 889 | 2025.04.24 06:38:09.360190 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 890 | 2025.04.24 06:38:09.360759 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): 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.04.24 06:38:09.361004 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 | ||
| 892 | 2025.04.24 06:38:09.423269 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 893 | 2025.04.24 06:38:09.442013 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 894 | 2025.04.24 06:38:09.442067 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 895 | 2025.04.24 06:38:09.448872 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 896 | 2025.04.24 06:38:09.450061 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): 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.04.24 06:38:09.452387 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 898 | 2025.04.24 06:38:13.545285 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 899 | 2025.04.24 06:38:13.545489 [ 258 ] {b4fd82b8-a979-4bf2-b40b-68cf6bf009b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 900 | 2025.04.24 06:38:13.545561 [ 258 ] {b4fd82b8-a979-4bf2-b40b-68cf6bf009b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 901 | 2025.04.24 06:38:13.546395 [ 258 ] {b4fd82b8-a979-4bf2-b40b-68cf6bf009b9} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 902 | 2025.04.24 06:38:13.546445 [ 258 ] {b4fd82b8-a979-4bf2-b40b-68cf6bf009b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 903 | 2025.04.24 06:38:13.546990 [ 258 ] {b4fd82b8-a979-4bf2-b40b-68cf6bf009b9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 904 | 2025.04.24 06:38:13.547516 [ 258 ] {b4fd82b8-a979-4bf2-b40b-68cf6bf009b9} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): 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.04.24 06:38:13.547761 [ 258 ] {b4fd82b8-a979-4bf2-b40b-68cf6bf009b9} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002314 sec., 24200.518582541055 rows/sec., 1.85 MiB/sec. | ||
| 906 | 2025.04.24 06:38:13.547928 [ 258 ] {b4fd82b8-a979-4bf2-b40b-68cf6bf009b9} <Debug> TCPHandler: Processed in 0.002773082 sec. | ||
| 907 | 2025.04.24 06:38:13.548104 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 908 | 2025.04.24 06:38:13.548205 [ 258 ] {aefda610-2d7b-4760-b039-4dae1108df10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 909 | 2025.04.24 06:38:13.548250 [ 258 ] {aefda610-2d7b-4760-b039-4dae1108df10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 910 | 2025.04.24 06:38:13.548825 [ 258 ] {aefda610-2d7b-4760-b039-4dae1108df10} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 911 | 2025.04.24 06:38:13.548863 [ 258 ] {aefda610-2d7b-4760-b039-4dae1108df10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 912 | 2025.04.24 06:38:13.549392 [ 258 ] {aefda610-2d7b-4760-b039-4dae1108df10} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 913 | 2025.04.24 06:38:13.549942 [ 258 ] {aefda610-2d7b-4760-b039-4dae1108df10} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): 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.04.24 06:38:13.550146 [ 258 ] {aefda610-2d7b-4760-b039-4dae1108df10} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001962 sec., 32619.77573904179 rows/sec., 2.55 MiB/sec. | ||
| 915 | 2025.04.24 06:38:13.550195 [ 258 ] {aefda610-2d7b-4760-b039-4dae1108df10} <Debug> TCPHandler: Processed in 0.002140858 sec. | ||
| 916 | 2025.04.24 06:38:13.550320 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 917 | 2025.04.24 06:38:13.550422 [ 258 ] {0f319e62-3a4f-4dd3-b0ee-de9c1e65477f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 918 | 2025.04.24 06:38:13.550472 [ 258 ] {0f319e62-3a4f-4dd3-b0ee-de9c1e65477f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 919 | 2025.04.24 06:38:13.551022 [ 258 ] {0f319e62-3a4f-4dd3-b0ee-de9c1e65477f} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 920 | 2025.04.24 06:38:13.551059 [ 258 ] {0f319e62-3a4f-4dd3-b0ee-de9c1e65477f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 921 | 2025.04.24 06:38:13.551575 [ 258 ] {0f319e62-3a4f-4dd3-b0ee-de9c1e65477f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 922 | 2025.04.24 06:38:13.552091 [ 258 ] {0f319e62-3a4f-4dd3-b0ee-de9c1e65477f} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): 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.04.24 06:38:13.552279 [ 258 ] {0f319e62-3a4f-4dd3-b0ee-de9c1e65477f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001879 sec., 85151.67642362959 rows/sec., 5.93 MiB/sec. | ||
| 924 | 2025.04.24 06:38:13.552327 [ 258 ] {0f319e62-3a4f-4dd3-b0ee-de9c1e65477f} <Debug> TCPHandler: Processed in 0.002056586 sec. | ||
| 925 | 2025.04.24 06:38:13.552447 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 926 | 2025.04.24 06:38:13.552548 [ 258 ] {6a073aeb-3513-4505-8b58-2df9f6c18464} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 927 | 2025.04.24 06:38:13.552594 [ 258 ] {6a073aeb-3513-4505-8b58-2df9f6c18464} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 928 | 2025.04.24 06:38:13.553012 [ 258 ] {6a073aeb-3513-4505-8b58-2df9f6c18464} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 929 | 2025.04.24 06:38:13.553047 [ 258 ] {6a073aeb-3513-4505-8b58-2df9f6c18464} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 930 | 2025.04.24 06:38:13.553503 [ 258 ] {6a073aeb-3513-4505-8b58-2df9f6c18464} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 931 | 2025.04.24 06:38:13.554123 [ 258 ] {6a073aeb-3513-4505-8b58-2df9f6c18464} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): 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.04.24 06:38:13.554318 [ 258 ] {6a073aeb-3513-4505-8b58-2df9f6c18464} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00179 sec., 33519.5530726257 rows/sec., 2.26 MiB/sec. | ||
| 933 | 2025.04.24 06:38:13.554364 [ 258 ] {6a073aeb-3513-4505-8b58-2df9f6c18464} <Debug> TCPHandler: Processed in 0.001964434 sec. | ||
| 934 | 2025.04.24 06:38:16.766588 [ 83 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 935 | 2025.04.24 06:38:16.766652 [ 83 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 936 | 2025.04.24 06:38:16.846688 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 142 | ||
| 937 | 2025.04.24 06:38:16.851357 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 938 | 2025.04.24 06:38:16.851400 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 939 | 2025.04.24 06:38:16.852962 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 940 | 2025.04.24 06:38:16.853461 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): 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.04.24 06:38:16.853907 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 142 | ||
| 942 | 2025.04.24 06:38:16.861987 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 | ||
| 943 | 2025.04.24 06:38:16.862600 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 944 | 2025.04.24 06:38:16.862643 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 945 | 2025.04.24 06:38:16.863429 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 946 | 2025.04.24 06:38:16.863981 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): 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.04.24 06:38:16.864214 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 948 | 2025.04.24 06:38:16.953357 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 949 | 2025.04.24 06:38:16.972805 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 950 | 2025.04.24 06:38:16.972868 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 951 | 2025.04.24 06:38:16.979417 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 952 | 2025.04.24 06:38:16.980542 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): 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.04.24 06:38:16.983044 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 954 | 2025.04.24 06:38:18.540284 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 955 | 2025.04.24 06:38:18.540525 [ 258 ] {8e1ee9cd-d997-4a63-8762-065c6fc99ce2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) 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.04.24 06:38:18.540965 [ 258 ] {8e1ee9cd-d997-4a63-8762-065c6fc99ce2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 957 | 2025.04.24 06:38:18.541041 [ 258 ] {8e1ee9cd-d997-4a63-8762-065c6fc99ce2} <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.04.24 06:38:18.541347 [ 258 ] {8e1ee9cd-d997-4a63-8762-065c6fc99ce2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 959 | 2025.04.24 06:38:18.541535 [ 258 ] {8e1ee9cd-d997-4a63-8762-065c6fc99ce2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 960 | 2025.04.24 06:38:18.541842 [ 258 ] {8e1ee9cd-d997-4a63-8762-065c6fc99ce2} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 961 | 2025.04.24 06:38:18.547779 [ 258 ] {8e1ee9cd-d997-4a63-8762-065c6fc99ce2} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 962 | 2025.04.24 06:38:18.549816 [ 258 ] {8e1ee9cd-d997-4a63-8762-065c6fc99ce2} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (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.04.24 06:38:18.549846 [ 258 ] {8e1ee9cd-d997-4a63-8762-065c6fc99ce2} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 964 | 2025.04.24 06:38:18.552255 [ 258 ] {8e1ee9cd-d997-4a63-8762-065c6fc99ce2} <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.04.24 06:38:18.552292 [ 258 ] {8e1ee9cd-d997-4a63-8762-065c6fc99ce2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 966 | 2025.04.24 06:38:18.562067 [ 258 ] {8e1ee9cd-d997-4a63-8762-065c6fc99ce2} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.02164 sec., 831.7929759704251 rows/sec., 34.03 KiB/sec. | ||
| 967 | 2025.04.24 06:38:18.562228 [ 258 ] {8e1ee9cd-d997-4a63-8762-065c6fc99ce2} <Debug> TCPHandler: Processed in 0.022089088 sec. | ||
| 968 | 2025.04.24 06:38:18.562996 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 969 | 2025.04.24 06:38:18.563168 [ 258 ] {f1e89105-f64a-460a-829c-3837315aafb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) 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) | ||
| 970 | 2025.04.24 06:38:18.563463 [ 258 ] {f1e89105-f64a-460a-829c-3837315aafb3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 971 | 2025.04.24 06:38:18.563508 [ 258 ] {f1e89105-f64a-460a-829c-3837315aafb3} <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 | ||
| 972 | 2025.04.24 06:38:18.563779 [ 258 ] {f1e89105-f64a-460a-829c-3837315aafb3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 973 | 2025.04.24 06:38:18.563847 [ 258 ] {f1e89105-f64a-460a-829c-3837315aafb3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 974 | 2025.04.24 06:38:18.563995 [ 258 ] {f1e89105-f64a-460a-829c-3837315aafb3} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 975 | 2025.04.24 06:38:18.564030 [ 258 ] {f1e89105-f64a-460a-829c-3837315aafb3} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 976 | 2025.04.24 06:38:18.564054 [ 258 ] {f1e89105-f64a-460a-829c-3837315aafb3} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (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 | ||
| 977 | 2025.04.24 06:38:18.564072 [ 258 ] {f1e89105-f64a-460a-829c-3837315aafb3} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 978 | 2025.04.24 06:38:18.564117 [ 258 ] {f1e89105-f64a-460a-829c-3837315aafb3} <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'))" | ||
| 979 | 2025.04.24 06:38:18.564142 [ 258 ] {f1e89105-f64a-460a-829c-3837315aafb3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 980 | 2025.04.24 06:38:18.564745 [ 258 ] {f1e89105-f64a-460a-829c-3837315aafb3} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001652 sec., 10895.88377723971 rows/sec., 445.72 KiB/sec. | ||
| 981 | 2025.04.24 06:38:18.564869 [ 258 ] {f1e89105-f64a-460a-829c-3837315aafb3} <Debug> TCPHandler: Processed in 0.001934113 sec. | ||
| 982 | 2025.04.24 06:38:18.565171 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 983 | 2025.04.24 06:38:18.565327 [ 258 ] {474b9af9-b024-417e-af35-646891fd8a9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 984 | 2025.04.24 06:38:18.565603 [ 258 ] {474b9af9-b024-417e-af35-646891fd8a9b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 985 | 2025.04.24 06:38:18.565643 [ 258 ] {474b9af9-b024-417e-af35-646891fd8a9b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 986 | 2025.04.24 06:38:18.565905 [ 258 ] {474b9af9-b024-417e-af35-646891fd8a9b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 987 | 2025.04.24 06:38:18.565971 [ 258 ] {474b9af9-b024-417e-af35-646891fd8a9b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 988 | 2025.04.24 06:38:18.566112 [ 258 ] {474b9af9-b024-417e-af35-646891fd8a9b} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 989 | 2025.04.24 06:38:18.566145 [ 258 ] {474b9af9-b024-417e-af35-646891fd8a9b} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 990 | 2025.04.24 06:38:18.566167 [ 258 ] {474b9af9-b024-417e-af35-646891fd8a9b} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (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 | ||
| 991 | 2025.04.24 06:38:18.566184 [ 258 ] {474b9af9-b024-417e-af35-646891fd8a9b} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 992 | 2025.04.24 06:38:18.566227 [ 258 ] {474b9af9-b024-417e-af35-646891fd8a9b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 993 | 2025.04.24 06:38:18.566248 [ 258 ] {474b9af9-b024-417e-af35-646891fd8a9b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 994 | 2025.04.24 06:38:18.566795 [ 258 ] {474b9af9-b024-417e-af35-646891fd8a9b} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001537 sec., 11711.125569290827 rows/sec., 479.07 KiB/sec. | ||
| 995 | 2025.04.24 06:38:18.566914 [ 258 ] {474b9af9-b024-417e-af35-646891fd8a9b} <Debug> TCPHandler: Processed in 0.00179467 sec. | ||
| 996 | 2025.04.24 06:38:18.567510 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 997 | 2025.04.24 06:38:18.567666 [ 258 ] {6faed086-44ce-4078-a516-463940ed8088} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 998 | 2025.04.24 06:38:18.567933 [ 258 ] {6faed086-44ce-4078-a516-463940ed8088} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 999 | 2025.04.24 06:38:18.567974 [ 258 ] {6faed086-44ce-4078-a516-463940ed8088} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1000 | 2025.04.24 06:38:18.568238 [ 258 ] {6faed086-44ce-4078-a516-463940ed8088} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1001 | 2025.04.24 06:38:18.568302 [ 258 ] {6faed086-44ce-4078-a516-463940ed8088} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1002 | 2025.04.24 06:38:18.568454 [ 258 ] {6faed086-44ce-4078-a516-463940ed8088} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1003 | 2025.04.24 06:38:18.568491 [ 258 ] {6faed086-44ce-4078-a516-463940ed8088} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1004 | 2025.04.24 06:38:18.568513 [ 258 ] {6faed086-44ce-4078-a516-463940ed8088} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (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 | ||
| 1005 | 2025.04.24 06:38:18.568530 [ 258 ] {6faed086-44ce-4078-a516-463940ed8088} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1006 | 2025.04.24 06:38:18.568575 [ 258 ] {6faed086-44ce-4078-a516-463940ed8088} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1007 | 2025.04.24 06:38:18.568597 [ 258 ] {6faed086-44ce-4078-a516-463940ed8088} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1008 | 2025.04.24 06:38:18.569152 [ 258 ] {6faed086-44ce-4078-a516-463940ed8088} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001554 sec., 11583.011583011583 rows/sec., 473.83 KiB/sec. | ||
| 1009 | 2025.04.24 06:38:18.569266 [ 258 ] {6faed086-44ce-4078-a516-463940ed8088} <Debug> TCPHandler: Processed in 0.001809081 sec. | ||
| 1010 | 2025.04.24 06:38:18.569504 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1011 | 2025.04.24 06:38:18.569668 [ 258 ] {73a3eefc-4819-4d6f-abcc-bb6bf5b67808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
| 1012 | 2025.04.24 06:38:18.569941 [ 258 ] {73a3eefc-4819-4d6f-abcc-bb6bf5b67808} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1013 | 2025.04.24 06:38:18.569983 [ 258 ] {73a3eefc-4819-4d6f-abcc-bb6bf5b67808} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
| 1014 | 2025.04.24 06:38:18.570246 [ 258 ] {73a3eefc-4819-4d6f-abcc-bb6bf5b67808} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1015 | 2025.04.24 06:38:18.570308 [ 258 ] {73a3eefc-4819-4d6f-abcc-bb6bf5b67808} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1016 | 2025.04.24 06:38:18.570444 [ 258 ] {73a3eefc-4819-4d6f-abcc-bb6bf5b67808} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1017 | 2025.04.24 06:38:18.570475 [ 258 ] {73a3eefc-4819-4d6f-abcc-bb6bf5b67808} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1018 | 2025.04.24 06:38:18.570497 [ 258 ] {73a3eefc-4819-4d6f-abcc-bb6bf5b67808} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (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 | ||
| 1019 | 2025.04.24 06:38:18.570514 [ 258 ] {73a3eefc-4819-4d6f-abcc-bb6bf5b67808} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1020 | 2025.04.24 06:38:18.570555 [ 258 ] {73a3eefc-4819-4d6f-abcc-bb6bf5b67808} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1021 | 2025.04.24 06:38:18.570576 [ 258 ] {73a3eefc-4819-4d6f-abcc-bb6bf5b67808} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1022 | 2025.04.24 06:38:18.571156 [ 258 ] {73a3eefc-4819-4d6f-abcc-bb6bf5b67808} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001565 sec., 11501.597444089457 rows/sec., 470.50 KiB/sec. | ||
| 1023 | 2025.04.24 06:38:18.571277 [ 258 ] {73a3eefc-4819-4d6f-abcc-bb6bf5b67808} <Debug> TCPHandler: Processed in 0.001824381 sec. | ||
| 1024 | 2025.04.24 06:38:18.571536 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1025 | 2025.04.24 06:38:18.571687 [ 258 ] {f929f2a7-a18c-42ae-b43e-76e5a3804686} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1026 | 2025.04.24 06:38:18.571954 [ 258 ] {f929f2a7-a18c-42ae-b43e-76e5a3804686} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1027 | 2025.04.24 06:38:18.571995 [ 258 ] {f929f2a7-a18c-42ae-b43e-76e5a3804686} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1028 | 2025.04.24 06:38:18.572255 [ 258 ] {f929f2a7-a18c-42ae-b43e-76e5a3804686} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1029 | 2025.04.24 06:38:18.572318 [ 258 ] {f929f2a7-a18c-42ae-b43e-76e5a3804686} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1030 | 2025.04.24 06:38:18.572453 [ 258 ] {f929f2a7-a18c-42ae-b43e-76e5a3804686} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1031 | 2025.04.24 06:38:18.572485 [ 258 ] {f929f2a7-a18c-42ae-b43e-76e5a3804686} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1032 | 2025.04.24 06:38:18.572507 [ 258 ] {f929f2a7-a18c-42ae-b43e-76e5a3804686} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (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 | ||
| 1033 | 2025.04.24 06:38:18.572523 [ 258 ] {f929f2a7-a18c-42ae-b43e-76e5a3804686} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1034 | 2025.04.24 06:38:18.572564 [ 258 ] {f929f2a7-a18c-42ae-b43e-76e5a3804686} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1035 | 2025.04.24 06:38:18.572586 [ 258 ] {f929f2a7-a18c-42ae-b43e-76e5a3804686} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1036 | 2025.04.24 06:38:18.573139 [ 258 ] {f929f2a7-a18c-42ae-b43e-76e5a3804686} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001519 sec., 11849.90125082291 rows/sec., 484.75 KiB/sec. | ||
| 1037 | 2025.04.24 06:38:18.573253 [ 258 ] {f929f2a7-a18c-42ae-b43e-76e5a3804686} <Debug> TCPHandler: Processed in 0.00176918 sec. | ||
| 1038 | 2025.04.24 06:38:18.573522 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1039 | 2025.04.24 06:38:18.573675 [ 258 ] {f25d6f27-4187-4831-9dd1-8059956ec815} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1040 | 2025.04.24 06:38:18.573943 [ 258 ] {f25d6f27-4187-4831-9dd1-8059956ec815} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1041 | 2025.04.24 06:38:18.573985 [ 258 ] {f25d6f27-4187-4831-9dd1-8059956ec815} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1042 | 2025.04.24 06:38:18.574249 [ 258 ] {f25d6f27-4187-4831-9dd1-8059956ec815} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1043 | 2025.04.24 06:38:18.574314 [ 258 ] {f25d6f27-4187-4831-9dd1-8059956ec815} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1044 | 2025.04.24 06:38:18.574460 [ 258 ] {f25d6f27-4187-4831-9dd1-8059956ec815} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1045 | 2025.04.24 06:38:18.574492 [ 258 ] {f25d6f27-4187-4831-9dd1-8059956ec815} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1046 | 2025.04.24 06:38:18.574514 [ 258 ] {f25d6f27-4187-4831-9dd1-8059956ec815} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (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 | ||
| 1047 | 2025.04.24 06:38:18.574530 [ 258 ] {f25d6f27-4187-4831-9dd1-8059956ec815} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1048 | 2025.04.24 06:38:18.574571 [ 258 ] {f25d6f27-4187-4831-9dd1-8059956ec815} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1049 | 2025.04.24 06:38:18.574592 [ 258 ] {f25d6f27-4187-4831-9dd1-8059956ec815} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1050 | 2025.04.24 06:38:18.575138 [ 258 ] {f25d6f27-4187-4831-9dd1-8059956ec815} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00153 sec., 11764.705882352942 rows/sec., 481.26 KiB/sec. | ||
| 1051 | 2025.04.24 06:38:18.575250 [ 258 ] {f25d6f27-4187-4831-9dd1-8059956ec815} <Debug> TCPHandler: Processed in 0.00177987 sec. | ||
| 1052 | 2025.04.24 06:38:18.575484 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1053 | 2025.04.24 06:38:18.575641 [ 258 ] {7c6c38f1-6bb3-4203-b5dc-26ce4fc64b10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1054 | 2025.04.24 06:38:18.575914 [ 258 ] {7c6c38f1-6bb3-4203-b5dc-26ce4fc64b10} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1055 | 2025.04.24 06:38:18.575957 [ 258 ] {7c6c38f1-6bb3-4203-b5dc-26ce4fc64b10} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1056 | 2025.04.24 06:38:18.576226 [ 258 ] {7c6c38f1-6bb3-4203-b5dc-26ce4fc64b10} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1057 | 2025.04.24 06:38:18.576290 [ 258 ] {7c6c38f1-6bb3-4203-b5dc-26ce4fc64b10} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1058 | 2025.04.24 06:38:18.576426 [ 258 ] {7c6c38f1-6bb3-4203-b5dc-26ce4fc64b10} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1059 | 2025.04.24 06:38:18.576459 [ 258 ] {7c6c38f1-6bb3-4203-b5dc-26ce4fc64b10} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1060 | 2025.04.24 06:38:18.576481 [ 258 ] {7c6c38f1-6bb3-4203-b5dc-26ce4fc64b10} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (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 | ||
| 1061 | 2025.04.24 06:38:18.576497 [ 258 ] {7c6c38f1-6bb3-4203-b5dc-26ce4fc64b10} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1062 | 2025.04.24 06:38:18.576538 [ 258 ] {7c6c38f1-6bb3-4203-b5dc-26ce4fc64b10} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1063 | 2025.04.24 06:38:18.576559 [ 258 ] {7c6c38f1-6bb3-4203-b5dc-26ce4fc64b10} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1064 | 2025.04.24 06:38:18.577103 [ 258 ] {7c6c38f1-6bb3-4203-b5dc-26ce4fc64b10} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001534 sec., 11734.028683181226 rows/sec., 480.01 KiB/sec. | ||
| 1065 | 2025.04.24 06:38:18.577216 [ 258 ] {7c6c38f1-6bb3-4203-b5dc-26ce4fc64b10} <Debug> TCPHandler: Processed in 0.00178328 sec. | ||
| 1066 | 2025.04.24 06:38:18.577439 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1067 | 2025.04.24 06:38:18.577594 [ 258 ] {b4bddad3-60de-4df0-b349-e804d0ed141d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1068 | 2025.04.24 06:38:18.577860 [ 258 ] {b4bddad3-60de-4df0-b349-e804d0ed141d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1069 | 2025.04.24 06:38:18.577902 [ 258 ] {b4bddad3-60de-4df0-b349-e804d0ed141d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1070 | 2025.04.24 06:38:18.578172 [ 258 ] {b4bddad3-60de-4df0-b349-e804d0ed141d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1071 | 2025.04.24 06:38:18.578236 [ 258 ] {b4bddad3-60de-4df0-b349-e804d0ed141d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1072 | 2025.04.24 06:38:18.578375 [ 258 ] {b4bddad3-60de-4df0-b349-e804d0ed141d} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1073 | 2025.04.24 06:38:18.578406 [ 258 ] {b4bddad3-60de-4df0-b349-e804d0ed141d} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1074 | 2025.04.24 06:38:18.578428 [ 258 ] {b4bddad3-60de-4df0-b349-e804d0ed141d} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (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 | ||
| 1075 | 2025.04.24 06:38:18.578444 [ 258 ] {b4bddad3-60de-4df0-b349-e804d0ed141d} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1076 | 2025.04.24 06:38:18.578486 [ 258 ] {b4bddad3-60de-4df0-b349-e804d0ed141d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1077 | 2025.04.24 06:38:18.578509 [ 258 ] {b4bddad3-60de-4df0-b349-e804d0ed141d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1078 | 2025.04.24 06:38:18.579116 [ 258 ] {b4bddad3-60de-4df0-b349-e804d0ed141d} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001593 sec., 11299.435028248587 rows/sec., 462.23 KiB/sec. | ||
| 1079 | 2025.04.24 06:38:18.579229 [ 258 ] {b4bddad3-60de-4df0-b349-e804d0ed141d} <Debug> TCPHandler: Processed in 0.001841332 sec. | ||
| 1080 | 2025.04.24 06:38:18.579473 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1081 | 2025.04.24 06:38:18.579628 [ 258 ] {e8491534-693f-4394-a5f3-2f10198df9de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1082 | 2025.04.24 06:38:18.579894 [ 258 ] {e8491534-693f-4394-a5f3-2f10198df9de} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1083 | 2025.04.24 06:38:18.579937 [ 258 ] {e8491534-693f-4394-a5f3-2f10198df9de} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1084 | 2025.04.24 06:38:18.580207 [ 258 ] {e8491534-693f-4394-a5f3-2f10198df9de} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1085 | 2025.04.24 06:38:18.580273 [ 258 ] {e8491534-693f-4394-a5f3-2f10198df9de} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1086 | 2025.04.24 06:38:18.580410 [ 258 ] {e8491534-693f-4394-a5f3-2f10198df9de} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1087 | 2025.04.24 06:38:18.580442 [ 258 ] {e8491534-693f-4394-a5f3-2f10198df9de} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1088 | 2025.04.24 06:38:18.580464 [ 258 ] {e8491534-693f-4394-a5f3-2f10198df9de} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (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 | ||
| 1089 | 2025.04.24 06:38:18.580480 [ 258 ] {e8491534-693f-4394-a5f3-2f10198df9de} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1090 | 2025.04.24 06:38:18.580520 [ 258 ] {e8491534-693f-4394-a5f3-2f10198df9de} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1091 | 2025.04.24 06:38:18.580541 [ 258 ] {e8491534-693f-4394-a5f3-2f10198df9de} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1092 | 2025.04.24 06:38:18.581056 [ 258 ] {e8491534-693f-4394-a5f3-2f10198df9de} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001498 sec., 12016.021361815754 rows/sec., 491.54 KiB/sec. | ||
| 1093 | 2025.04.24 06:38:18.581167 [ 258 ] {e8491534-693f-4394-a5f3-2f10198df9de} <Debug> TCPHandler: Processed in 0.00174622 sec. | ||
| 1094 | 2025.04.24 06:38:18.581409 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1095 | 2025.04.24 06:38:18.581563 [ 258 ] {81be0d59-3c7e-4cf5-b75b-e2dadec93772} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1096 | 2025.04.24 06:38:18.581830 [ 258 ] {81be0d59-3c7e-4cf5-b75b-e2dadec93772} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1097 | 2025.04.24 06:38:18.581872 [ 258 ] {81be0d59-3c7e-4cf5-b75b-e2dadec93772} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1098 | 2025.04.24 06:38:18.582145 [ 258 ] {81be0d59-3c7e-4cf5-b75b-e2dadec93772} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1099 | 2025.04.24 06:38:18.582208 [ 258 ] {81be0d59-3c7e-4cf5-b75b-e2dadec93772} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1100 | 2025.04.24 06:38:18.582343 [ 258 ] {81be0d59-3c7e-4cf5-b75b-e2dadec93772} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1101 | 2025.04.24 06:38:18.582376 [ 258 ] {81be0d59-3c7e-4cf5-b75b-e2dadec93772} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1102 | 2025.04.24 06:38:18.582397 [ 258 ] {81be0d59-3c7e-4cf5-b75b-e2dadec93772} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (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 | ||
| 1103 | 2025.04.24 06:38:18.582413 [ 258 ] {81be0d59-3c7e-4cf5-b75b-e2dadec93772} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1104 | 2025.04.24 06:38:18.582454 [ 258 ] {81be0d59-3c7e-4cf5-b75b-e2dadec93772} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1105 | 2025.04.24 06:38:18.582476 [ 258 ] {81be0d59-3c7e-4cf5-b75b-e2dadec93772} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1106 | 2025.04.24 06:38:18.582980 [ 258 ] {81be0d59-3c7e-4cf5-b75b-e2dadec93772} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001487 sec., 12104.909213180901 rows/sec., 495.18 KiB/sec. | ||
| 1107 | 2025.04.24 06:38:18.583092 [ 258 ] {81be0d59-3c7e-4cf5-b75b-e2dadec93772} <Debug> TCPHandler: Processed in 0.001732699 sec. | ||
| 1108 | 2025.04.24 06:38:18.583307 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1109 | 2025.04.24 06:38:18.583462 [ 258 ] {b67c69c6-88e4-4f27-b0c3-24933c972bbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1110 | 2025.04.24 06:38:18.583755 [ 258 ] {b67c69c6-88e4-4f27-b0c3-24933c972bbc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1111 | 2025.04.24 06:38:18.583808 [ 258 ] {b67c69c6-88e4-4f27-b0c3-24933c972bbc} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1112 | 2025.04.24 06:38:18.584103 [ 258 ] {b67c69c6-88e4-4f27-b0c3-24933c972bbc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1113 | 2025.04.24 06:38:18.584170 [ 258 ] {b67c69c6-88e4-4f27-b0c3-24933c972bbc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1114 | 2025.04.24 06:38:18.584312 [ 258 ] {b67c69c6-88e4-4f27-b0c3-24933c972bbc} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1115 | 2025.04.24 06:38:18.584345 [ 258 ] {b67c69c6-88e4-4f27-b0c3-24933c972bbc} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1116 | 2025.04.24 06:38:18.584369 [ 258 ] {b67c69c6-88e4-4f27-b0c3-24933c972bbc} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (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 | ||
| 1117 | 2025.04.24 06:38:18.584385 [ 258 ] {b67c69c6-88e4-4f27-b0c3-24933c972bbc} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1118 | 2025.04.24 06:38:18.584429 [ 258 ] {b67c69c6-88e4-4f27-b0c3-24933c972bbc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1119 | 2025.04.24 06:38:18.584453 [ 258 ] {b67c69c6-88e4-4f27-b0c3-24933c972bbc} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1120 | 2025.04.24 06:38:18.585008 [ 258 ] {b67c69c6-88e4-4f27-b0c3-24933c972bbc} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001615 sec., 11145.510835913314 rows/sec., 455.93 KiB/sec. | ||
| 1121 | 2025.04.24 06:38:18.585125 [ 258 ] {b67c69c6-88e4-4f27-b0c3-24933c972bbc} <Debug> TCPHandler: Processed in 0.001867882 sec. | ||
| 1122 | 2025.04.24 06:38:18.590619 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1123 | 2025.04.24 06:38:18.590809 [ 258 ] {a6af618f-2bd1-4d6b-9baf-a71fccdff9d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1124 | 2025.04.24 06:38:18.591162 [ 258 ] {a6af618f-2bd1-4d6b-9baf-a71fccdff9d6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1125 | 2025.04.24 06:38:18.591217 [ 258 ] {a6af618f-2bd1-4d6b-9baf-a71fccdff9d6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1126 | 2025.04.24 06:38:18.591574 [ 258 ] {a6af618f-2bd1-4d6b-9baf-a71fccdff9d6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1127 | 2025.04.24 06:38:18.591651 [ 258 ] {a6af618f-2bd1-4d6b-9baf-a71fccdff9d6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1128 | 2025.04.24 06:38:18.591799 [ 258 ] {a6af618f-2bd1-4d6b-9baf-a71fccdff9d6} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1129 | 2025.04.24 06:38:18.591833 [ 258 ] {a6af618f-2bd1-4d6b-9baf-a71fccdff9d6} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1130 | 2025.04.24 06:38:18.591855 [ 258 ] {a6af618f-2bd1-4d6b-9baf-a71fccdff9d6} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (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 | ||
| 1131 | 2025.04.24 06:38:18.591873 [ 258 ] {a6af618f-2bd1-4d6b-9baf-a71fccdff9d6} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1132 | 2025.04.24 06:38:18.591917 [ 258 ] {a6af618f-2bd1-4d6b-9baf-a71fccdff9d6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1133 | 2025.04.24 06:38:18.591940 [ 258 ] {a6af618f-2bd1-4d6b-9baf-a71fccdff9d6} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1134 | 2025.04.24 06:38:18.592468 [ 258 ] {a6af618f-2bd1-4d6b-9baf-a71fccdff9d6} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001751 sec., 10279.840091376356 rows/sec., 420.52 KiB/sec. | ||
| 1135 | 2025.04.24 06:38:18.592584 [ 258 ] {a6af618f-2bd1-4d6b-9baf-a71fccdff9d6} <Debug> TCPHandler: Processed in 0.002019055 sec. | ||
| 1136 | 2025.04.24 06:38:18.597325 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1137 | 2025.04.24 06:38:18.597468 [ 258 ] {716357d2-d505-492b-9462-a6bf7c1e0c15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1138 | 2025.04.24 06:38:18.597526 [ 258 ] {716357d2-d505-492b-9462-a6bf7c1e0c15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1139 | 2025.04.24 06:38:18.598292 [ 258 ] {716357d2-d505-492b-9462-a6bf7c1e0c15} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1140 | 2025.04.24 06:38:18.598333 [ 258 ] {716357d2-d505-492b-9462-a6bf7c1e0c15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1141 | 2025.04.24 06:38:18.599113 [ 258 ] {716357d2-d505-492b-9462-a6bf7c1e0c15} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1142 | 2025.04.24 06:38:18.599521 [ 258 ] {716357d2-d505-492b-9462-a6bf7c1e0c15} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1143 | 2025.04.24 06:38:18.599708 [ 258 ] {716357d2-d505-492b-9462-a6bf7c1e0c15} <Debug> executeQuery: Read 13 rows, 4.52 KiB in 0.002283 sec., 5694.261936049059 rows/sec., 1.93 MiB/sec. | ||
| 1144 | 2025.04.24 06:38:18.599762 [ 258 ] {716357d2-d505-492b-9462-a6bf7c1e0c15} <Debug> TCPHandler: Processed in 0.002498916 sec. | ||
| 1145 | 2025.04.24 06:38:18.599915 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1146 | 2025.04.24 06:38:18.600022 [ 258 ] {4473e317-56f8-4415-9b7a-ef599627aa1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1147 | 2025.04.24 06:38:18.600068 [ 258 ] {4473e317-56f8-4415-9b7a-ef599627aa1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1148 | 2025.04.24 06:38:18.601308 [ 258 ] {4473e317-56f8-4415-9b7a-ef599627aa1b} <Trace> oximeter.fields_i16 (6ff42f6f-4885-487d-9a78-1dd7a3795b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1149 | 2025.04.24 06:38:18.601343 [ 258 ] {4473e317-56f8-4415-9b7a-ef599627aa1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1150 | 2025.04.24 06:38:18.601810 [ 258 ] {4473e317-56f8-4415-9b7a-ef599627aa1b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1151 | 2025.04.24 06:38:18.602241 [ 258 ] {4473e317-56f8-4415-9b7a-ef599627aa1b} <Trace> oximeter.fields_i16 (6ff42f6f-4885-487d-9a78-1dd7a3795b79): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1152 | 2025.04.24 06:38:18.602409 [ 258 ] {4473e317-56f8-4415-9b7a-ef599627aa1b} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002412 sec., 87893.864013267 rows/sec., 5.59 MiB/sec. | ||
| 1153 | 2025.04.24 06:38:18.602459 [ 258 ] {4473e317-56f8-4415-9b7a-ef599627aa1b} <Debug> TCPHandler: Processed in 0.002595799 sec. | ||
| 1154 | 2025.04.24 06:38:18.602589 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1155 | 2025.04.24 06:38:18.602696 [ 258 ] {1ef4c32a-e501-403f-b20c-3a47f12a9012} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1156 | 2025.04.24 06:38:18.602742 [ 258 ] {1ef4c32a-e501-403f-b20c-3a47f12a9012} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1157 | 2025.04.24 06:38:18.603590 [ 258 ] {1ef4c32a-e501-403f-b20c-3a47f12a9012} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1158 | 2025.04.24 06:38:18.603629 [ 258 ] {1ef4c32a-e501-403f-b20c-3a47f12a9012} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1159 | 2025.04.24 06:38:18.604183 [ 258 ] {1ef4c32a-e501-403f-b20c-3a47f12a9012} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1160 | 2025.04.24 06:38:18.604781 [ 258 ] {1ef4c32a-e501-403f-b20c-3a47f12a9012} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1161 | 2025.04.24 06:38:18.604959 [ 258 ] {1ef4c32a-e501-403f-b20c-3a47f12a9012} <Debug> executeQuery: Read 633 rows, 50.93 KiB in 0.002286 sec., 276902.8871391076 rows/sec., 21.76 MiB/sec. | ||
| 1162 | 2025.04.24 06:38:18.605011 [ 258 ] {1ef4c32a-e501-403f-b20c-3a47f12a9012} <Debug> TCPHandler: Processed in 0.002473346 sec. | ||
| 1163 | 2025.04.24 06:38:18.605145 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1164 | 2025.04.24 06:38:18.605250 [ 258 ] {3bb5da41-02e8-4746-8de2-b8ffb6118ace} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1165 | 2025.04.24 06:38:18.605297 [ 258 ] {3bb5da41-02e8-4746-8de2-b8ffb6118ace} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1166 | 2025.04.24 06:38:18.606096 [ 258 ] {3bb5da41-02e8-4746-8de2-b8ffb6118ace} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1167 | 2025.04.24 06:38:18.606132 [ 258 ] {3bb5da41-02e8-4746-8de2-b8ffb6118ace} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1168 | 2025.04.24 06:38:18.606711 [ 258 ] {3bb5da41-02e8-4746-8de2-b8ffb6118ace} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1169 | 2025.04.24 06:38:18.607450 [ 258 ] {3bb5da41-02e8-4746-8de2-b8ffb6118ace} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1170 | 2025.04.24 06:38:18.607615 [ 258 ] {3bb5da41-02e8-4746-8de2-b8ffb6118ace} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.002387 sec., 47758.692919983245 rows/sec., 2.86 MiB/sec. | ||
| 1171 | 2025.04.24 06:38:18.607689 [ 258 ] {3bb5da41-02e8-4746-8de2-b8ffb6118ace} <Debug> TCPHandler: Processed in 0.002594139 sec. | ||
| 1172 | 2025.04.24 06:38:18.607832 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1173 | 2025.04.24 06:38:18.607939 [ 258 ] {c5518f22-6cc8-4d03-98dd-2d6c2850ec00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1174 | 2025.04.24 06:38:18.607984 [ 258 ] {c5518f22-6cc8-4d03-98dd-2d6c2850ec00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1175 | 2025.04.24 06:38:18.608547 [ 258 ] {c5518f22-6cc8-4d03-98dd-2d6c2850ec00} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1176 | 2025.04.24 06:38:18.608584 [ 258 ] {c5518f22-6cc8-4d03-98dd-2d6c2850ec00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1177 | 2025.04.24 06:38:18.609164 [ 258 ] {c5518f22-6cc8-4d03-98dd-2d6c2850ec00} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1178 | 2025.04.24 06:38:18.609886 [ 258 ] {c5518f22-6cc8-4d03-98dd-2d6c2850ec00} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1179 | 2025.04.24 06:38:18.610052 [ 258 ] {c5518f22-6cc8-4d03-98dd-2d6c2850ec00} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002135 sec., 52927.40046838407 rows/sec., 3.43 MiB/sec. | ||
| 1180 | 2025.04.24 06:38:18.610102 [ 258 ] {c5518f22-6cc8-4d03-98dd-2d6c2850ec00} <Debug> TCPHandler: Processed in 0.002323972 sec. | ||
| 1181 | 2025.04.24 06:38:18.610223 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1182 | 2025.04.24 06:38:18.610329 [ 258 ] {4cf3b74b-28bd-4392-bd3d-7ce07bce8b4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1183 | 2025.04.24 06:38:18.610375 [ 258 ] {4cf3b74b-28bd-4392-bd3d-7ce07bce8b4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1184 | 2025.04.24 06:38:18.610922 [ 258 ] {4cf3b74b-28bd-4392-bd3d-7ce07bce8b4f} <Trace> oximeter.fields_u8 (788ec107-c6c7-4ecf-8eae-6c824e50a883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1185 | 2025.04.24 06:38:18.610966 [ 258 ] {4cf3b74b-28bd-4392-bd3d-7ce07bce8b4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1186 | 2025.04.24 06:38:18.611545 [ 258 ] {4cf3b74b-28bd-4392-bd3d-7ce07bce8b4f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1187 | 2025.04.24 06:38:18.612085 [ 258 ] {4cf3b74b-28bd-4392-bd3d-7ce07bce8b4f} <Trace> oximeter.fields_u8 (788ec107-c6c7-4ecf-8eae-6c824e50a883): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1188 | 2025.04.24 06:38:18.612316 [ 258 ] {4cf3b74b-28bd-4392-bd3d-7ce07bce8b4f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001973 sec., 56766.34566649772 rows/sec., 3.23 MiB/sec. | ||
| 1189 | 2025.04.24 06:38:18.612404 [ 258 ] {4cf3b74b-28bd-4392-bd3d-7ce07bce8b4f} <Debug> TCPHandler: Processed in 0.00223159 sec. | ||
| 1190 | 2025.04.24 06:38:18.612533 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1191 | 2025.04.24 06:38:18.612640 [ 258 ] {5efab17f-34b5-40c7-95c1-d95f96edbb39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1192 | 2025.04.24 06:38:18.612688 [ 258 ] {5efab17f-34b5-40c7-95c1-d95f96edbb39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1193 | 2025.04.24 06:38:18.613339 [ 258 ] {5efab17f-34b5-40c7-95c1-d95f96edbb39} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1194 | 2025.04.24 06:38:18.613379 [ 258 ] {5efab17f-34b5-40c7-95c1-d95f96edbb39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1195 | 2025.04.24 06:38:18.613988 [ 258 ] {5efab17f-34b5-40c7-95c1-d95f96edbb39} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1196 | 2025.04.24 06:38:18.614540 [ 258 ] {5efab17f-34b5-40c7-95c1-d95f96edbb39} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1197 | 2025.04.24 06:38:18.614742 [ 258 ] {5efab17f-34b5-40c7-95c1-d95f96edbb39} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.002117 sec., 184222.95701464335 rows/sec., 13.02 MiB/sec. | ||
| 1198 | 2025.04.24 06:38:18.614915 [ 258 ] {5efab17f-34b5-40c7-95c1-d95f96edbb39} <Debug> TCPHandler: Processed in 0.002422054 sec. | ||
| 1199 | 2025.04.24 06:38:18.615059 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1200 | 2025.04.24 06:38:18.615165 [ 258 ] {619aae09-ac7e-482e-a7cb-4fb4e847992a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1201 | 2025.04.24 06:38:18.615216 [ 258 ] {619aae09-ac7e-482e-a7cb-4fb4e847992a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1202 | 2025.04.24 06:38:18.615641 [ 258 ] {619aae09-ac7e-482e-a7cb-4fb4e847992a} <Trace> oximeter.measurements_bool (8ffa25e2-b550-4d55-8187-31d8686dfe28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1203 | 2025.04.24 06:38:18.615680 [ 258 ] {619aae09-ac7e-482e-a7cb-4fb4e847992a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1204 | 2025.04.24 06:38:18.616254 [ 258 ] {619aae09-ac7e-482e-a7cb-4fb4e847992a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1205 | 2025.04.24 06:38:18.616763 [ 258 ] {619aae09-ac7e-482e-a7cb-4fb4e847992a} <Trace> oximeter.measurements_bool (8ffa25e2-b550-4d55-8187-31d8686dfe28): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1206 | 2025.04.24 06:38:18.616930 [ 258 ] {619aae09-ac7e-482e-a7cb-4fb4e847992a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001789 sec., 3353.828954723309 rows/sec., 175.22 KiB/sec. | ||
| 1207 | 2025.04.24 06:38:18.616981 [ 258 ] {619aae09-ac7e-482e-a7cb-4fb4e847992a} <Debug> TCPHandler: Processed in 0.001974355 sec. | ||
| 1208 | 2025.04.24 06:38:18.617101 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1209 | 2025.04.24 06:38:18.617205 [ 258 ] {0ebb8500-4aa0-4b37-8b9a-edbb6390d10b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1210 | 2025.04.24 06:38:18.617253 [ 258 ] {0ebb8500-4aa0-4b37-8b9a-edbb6390d10b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1211 | 2025.04.24 06:38:18.617757 [ 258 ] {0ebb8500-4aa0-4b37-8b9a-edbb6390d10b} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1212 | 2025.04.24 06:38:18.617794 [ 258 ] {0ebb8500-4aa0-4b37-8b9a-edbb6390d10b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1213 | 2025.04.24 06:38:18.618297 [ 258 ] {0ebb8500-4aa0-4b37-8b9a-edbb6390d10b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1214 | 2025.04.24 06:38:18.618782 [ 258 ] {0ebb8500-4aa0-4b37-8b9a-edbb6390d10b} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1215 | 2025.04.24 06:38:18.618945 [ 258 ] {0ebb8500-4aa0-4b37-8b9a-edbb6390d10b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001763 sec., 134429.9489506523 rows/sec., 9.01 MiB/sec. | ||
| 1216 | 2025.04.24 06:38:18.618994 [ 258 ] {0ebb8500-4aa0-4b37-8b9a-edbb6390d10b} <Debug> TCPHandler: Processed in 0.001946684 sec. | ||
| 1217 | 2025.04.24 06:38:18.619108 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1218 | 2025.04.24 06:38:18.619211 [ 258 ] {4d9b5d12-2655-4922-ad0b-76e563ce9726} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1219 | 2025.04.24 06:38:18.619259 [ 258 ] {4d9b5d12-2655-4922-ad0b-76e563ce9726} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1220 | 2025.04.24 06:38:18.619637 [ 258 ] {4d9b5d12-2655-4922-ad0b-76e563ce9726} <Trace> oximeter.measurements_f64 (ff6fd697-c84e-41d6-903a-ab6515d76d95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1221 | 2025.04.24 06:38:18.619673 [ 258 ] {4d9b5d12-2655-4922-ad0b-76e563ce9726} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1222 | 2025.04.24 06:38:18.620095 [ 258 ] {4d9b5d12-2655-4922-ad0b-76e563ce9726} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1223 | 2025.04.24 06:38:18.620482 [ 258 ] {4d9b5d12-2655-4922-ad0b-76e563ce9726} <Trace> oximeter.measurements_f64 (ff6fd697-c84e-41d6-903a-ab6515d76d95): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1224 | 2025.04.24 06:38:18.620707 [ 258 ] {4d9b5d12-2655-4922-ad0b-76e563ce9726} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001496 sec., 668.4491978609626 rows/sec., 45.04 KiB/sec. | ||
| 1225 | 2025.04.24 06:38:18.620798 [ 258 ] {4d9b5d12-2655-4922-ad0b-76e563ce9726} <Debug> TCPHandler: Processed in 0.001741049 sec. | ||
| 1226 | 2025.04.24 06:38:18.620912 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1227 | 2025.04.24 06:38:18.621016 [ 258 ] {4ed1ae36-61b9-42f2-82f7-d1e0bdbcc2b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1228 | 2025.04.24 06:38:18.621141 [ 258 ] {4ed1ae36-61b9-42f2-82f7-d1e0bdbcc2b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1229 | 2025.04.24 06:38:18.622121 [ 258 ] {4ed1ae36-61b9-42f2-82f7-d1e0bdbcc2b5} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1230 | 2025.04.24 06:38:18.622160 [ 258 ] {4ed1ae36-61b9-42f2-82f7-d1e0bdbcc2b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1231 | 2025.04.24 06:38:18.624797 [ 258 ] {4ed1ae36-61b9-42f2-82f7-d1e0bdbcc2b5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1232 | 2025.04.24 06:38:18.625274 [ 258 ] {4ed1ae36-61b9-42f2-82f7-d1e0bdbcc2b5} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1233 | 2025.04.24 06:38:18.625586 [ 258 ] {4ed1ae36-61b9-42f2-82f7-d1e0bdbcc2b5} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004571 sec., 1750.1640778823014 rows/sec., 3.14 MiB/sec. | ||
| 1234 | 2025.04.24 06:38:18.625703 [ 258 ] {4ed1ae36-61b9-42f2-82f7-d1e0bdbcc2b5} <Debug> TCPHandler: Processed in 0.0048408 sec. | ||
| 1235 | 2025.04.24 06:38:18.625886 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1236 | 2025.04.24 06:38:18.625989 [ 258 ] {667878ef-c130-45e6-9c21-e19b29ab3696} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1237 | 2025.04.24 06:38:18.626035 [ 258 ] {667878ef-c130-45e6-9c21-e19b29ab3696} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1238 | 2025.04.24 06:38:18.626454 [ 258 ] {667878ef-c130-45e6-9c21-e19b29ab3696} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1239 | 2025.04.24 06:38:18.626491 [ 258 ] {667878ef-c130-45e6-9c21-e19b29ab3696} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1240 | 2025.04.24 06:38:18.626993 [ 258 ] {667878ef-c130-45e6-9c21-e19b29ab3696} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1241 | 2025.04.24 06:38:18.627514 [ 258 ] {667878ef-c130-45e6-9c21-e19b29ab3696} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1242 | 2025.04.24 06:38:18.627710 [ 258 ] {667878ef-c130-45e6-9c21-e19b29ab3696} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001742 sec., 47072.330654420206 rows/sec., 2.99 MiB/sec. | ||
| 1243 | 2025.04.24 06:38:18.627757 [ 258 ] {667878ef-c130-45e6-9c21-e19b29ab3696} <Debug> TCPHandler: Processed in 0.001922823 sec. | ||
| 1244 | 2025.04.24 06:38:23.544545 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1245 | 2025.04.24 06:38:23.544803 [ 258 ] {4168982a-21cc-4695-8665-3f5764a0968b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1246 | 2025.04.24 06:38:23.544904 [ 258 ] {4168982a-21cc-4695-8665-3f5764a0968b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1247 | 2025.04.24 06:38:23.545883 [ 258 ] {4168982a-21cc-4695-8665-3f5764a0968b} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1248 | 2025.04.24 06:38:23.545954 [ 258 ] {4168982a-21cc-4695-8665-3f5764a0968b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1249 | 2025.04.24 06:38:23.546469 [ 258 ] {4168982a-21cc-4695-8665-3f5764a0968b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1250 | 2025.04.24 06:38:23.546791 [ 258 ] {4168982a-21cc-4695-8665-3f5764a0968b} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1251 | 2025.04.24 06:38:23.547041 [ 258 ] {4168982a-21cc-4695-8665-3f5764a0968b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002371 sec., 23618.72627583298 rows/sec., 1.80 MiB/sec. | ||
| 1252 | 2025.04.24 06:38:23.547182 [ 258 ] {4168982a-21cc-4695-8665-3f5764a0968b} <Debug> TCPHandler: Processed in 0.002825604 sec. | ||
| 1253 | 2025.04.24 06:38:23.547335 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1254 | 2025.04.24 06:38:23.547472 [ 258 ] {bc657e48-df34-49e4-95e3-4abdb796c098} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1255 | 2025.04.24 06:38:23.547540 [ 258 ] {bc657e48-df34-49e4-95e3-4abdb796c098} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1256 | 2025.04.24 06:38:23.548215 [ 258 ] {bc657e48-df34-49e4-95e3-4abdb796c098} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1257 | 2025.04.24 06:38:23.548264 [ 258 ] {bc657e48-df34-49e4-95e3-4abdb796c098} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1258 | 2025.04.24 06:38:23.548720 [ 258 ] {bc657e48-df34-49e4-95e3-4abdb796c098} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1259 | 2025.04.24 06:38:23.549018 [ 258 ] {bc657e48-df34-49e4-95e3-4abdb796c098} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1260 | 2025.04.24 06:38:23.549266 [ 258 ] {bc657e48-df34-49e4-95e3-4abdb796c098} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001831 sec., 34953.577280174766 rows/sec., 2.73 MiB/sec. | ||
| 1261 | 2025.04.24 06:38:23.549339 [ 258 ] {bc657e48-df34-49e4-95e3-4abdb796c098} <Debug> TCPHandler: Processed in 0.002065387 sec. | ||
| 1262 | 2025.04.24 06:38:23.549526 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1263 | 2025.04.24 06:38:23.549648 [ 258 ] {a216d608-e5a7-4d1b-ba3a-91c1861c2fe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1264 | 2025.04.24 06:38:23.549703 [ 258 ] {a216d608-e5a7-4d1b-ba3a-91c1861c2fe1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1265 | 2025.04.24 06:38:23.550261 [ 258 ] {a216d608-e5a7-4d1b-ba3a-91c1861c2fe1} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1266 | 2025.04.24 06:38:23.550303 [ 258 ] {a216d608-e5a7-4d1b-ba3a-91c1861c2fe1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1267 | 2025.04.24 06:38:23.550705 [ 258 ] {a216d608-e5a7-4d1b-ba3a-91c1861c2fe1} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1268 | 2025.04.24 06:38:23.550949 [ 258 ] {a216d608-e5a7-4d1b-ba3a-91c1861c2fe1} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1269 | 2025.04.24 06:38:23.551159 [ 258 ] {a216d608-e5a7-4d1b-ba3a-91c1861c2fe1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001537 sec., 104098.8939492518 rows/sec., 7.25 MiB/sec. | ||
| 1270 | 2025.04.24 06:38:23.551224 [ 258 ] {a216d608-e5a7-4d1b-ba3a-91c1861c2fe1} <Debug> TCPHandler: Processed in 0.00176485 sec. | ||
| 1271 | 2025.04.24 06:38:23.551370 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1272 | 2025.04.24 06:38:23.551504 [ 258 ] {1d8c0b43-d350-47fb-a9e2-d4de3e717f66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1273 | 2025.04.24 06:38:23.551566 [ 258 ] {1d8c0b43-d350-47fb-a9e2-d4de3e717f66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1274 | 2025.04.24 06:38:23.552167 [ 258 ] {1d8c0b43-d350-47fb-a9e2-d4de3e717f66} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1275 | 2025.04.24 06:38:23.552218 [ 258 ] {1d8c0b43-d350-47fb-a9e2-d4de3e717f66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1276 | 2025.04.24 06:38:23.552721 [ 258 ] {1d8c0b43-d350-47fb-a9e2-d4de3e717f66} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1277 | 2025.04.24 06:38:23.553059 [ 258 ] {1d8c0b43-d350-47fb-a9e2-d4de3e717f66} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1278 | 2025.04.24 06:38:23.553316 [ 258 ] {1d8c0b43-d350-47fb-a9e2-d4de3e717f66} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001819 sec., 32985.15667949423 rows/sec., 2.22 MiB/sec. | ||
| 1279 | 2025.04.24 06:38:23.553383 [ 258 ] {1d8c0b43-d350-47fb-a9e2-d4de3e717f66} <Debug> TCPHandler: Processed in 0.002063787 sec. | ||
| 1280 | 2025.04.24 06:38:24.364931 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 | ||
| 1281 | 2025.04.24 06:38:24.365600 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1282 | 2025.04.24 06:38:24.365649 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1283 | 2025.04.24 06:38:24.366213 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1284 | 2025.04.24 06:38:24.366471 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1285 | 2025.04.24 06:38:24.366698 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 | ||
| 1286 | 2025.04.24 06:38:24.483709 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1287 | 2025.04.24 06:38:24.503756 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1288 | 2025.04.24 06:38:24.503824 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1289 | 2025.04.24 06:38:24.510831 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1290 | 2025.04.24 06:38:24.511600 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1291 | 2025.04.24 06:38:24.515123 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1292 | 2025.04.24 06:38:25.000250 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 157.53 MiB, peak 161.53 MiB, free memory in arenas 0.00 B, will set to 158.88 MiB (RSS), difference: 1.35 MiB | ||
| 1293 | 2025.04.24 06:38:26.855103 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 200 | ||
| 1294 | 2025.04.24 06:38:26.858909 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1295 | 2025.04.24 06:38:26.858974 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1296 | 2025.04.24 06:38:26.860512 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1297 | 2025.04.24 06:38:26.860839 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1298 | 2025.04.24 06:38:26.861439 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 200 | ||
| 1299 | 2025.04.24 06:38:28.545225 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1300 | 2025.04.24 06:38:28.545418 [ 258 ] {1bfa16f6-9d74-44b2-a9a4-d8722e908680} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1301 | 2025.04.24 06:38:28.545491 [ 258 ] {1bfa16f6-9d74-44b2-a9a4-d8722e908680} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1302 | 2025.04.24 06:38:28.546272 [ 258 ] {1bfa16f6-9d74-44b2-a9a4-d8722e908680} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1303 | 2025.04.24 06:38:28.546321 [ 258 ] {1bfa16f6-9d74-44b2-a9a4-d8722e908680} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1304 | 2025.04.24 06:38:28.546763 [ 258 ] {1bfa16f6-9d74-44b2-a9a4-d8722e908680} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1305 | 2025.04.24 06:38:28.547026 [ 258 ] {1bfa16f6-9d74-44b2-a9a4-d8722e908680} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1306 | 2025.04.24 06:38:28.547237 [ 258 ] {1bfa16f6-9d74-44b2-a9a4-d8722e908680} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001864 sec., 38626.609442060086 rows/sec., 3.12 MiB/sec. | ||
| 1307 | 2025.04.24 06:38:28.547404 [ 258 ] {1bfa16f6-9d74-44b2-a9a4-d8722e908680} <Debug> TCPHandler: Processed in 0.002315132 sec. | ||
| 1308 | 2025.04.24 06:38:28.547571 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1309 | 2025.04.24 06:38:28.547688 [ 258 ] {099b4367-5dd9-492d-b5e0-e6d946d6ffb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1310 | 2025.04.24 06:38:28.547737 [ 258 ] {099b4367-5dd9-492d-b5e0-e6d946d6ffb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1311 | 2025.04.24 06:38:28.548273 [ 258 ] {099b4367-5dd9-492d-b5e0-e6d946d6ffb1} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1312 | 2025.04.24 06:38:28.548312 [ 258 ] {099b4367-5dd9-492d-b5e0-e6d946d6ffb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1313 | 2025.04.24 06:38:28.548674 [ 258 ] {099b4367-5dd9-492d-b5e0-e6d946d6ffb1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1314 | 2025.04.24 06:38:28.548917 [ 258 ] {099b4367-5dd9-492d-b5e0-e6d946d6ffb1} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1315 | 2025.04.24 06:38:28.549086 [ 258 ] {099b4367-5dd9-492d-b5e0-e6d946d6ffb1} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001426 sec., 5610.098176718093 rows/sec., 421.85 KiB/sec. | ||
| 1316 | 2025.04.24 06:38:28.549138 [ 258 ] {099b4367-5dd9-492d-b5e0-e6d946d6ffb1} <Debug> TCPHandler: Processed in 0.001624436 sec. | ||
| 1317 | 2025.04.24 06:38:28.549258 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1318 | 2025.04.24 06:38:28.549372 [ 258 ] {224fe86a-aaba-4e86-bd60-e336aa87fae3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1319 | 2025.04.24 06:38:28.549418 [ 258 ] {224fe86a-aaba-4e86-bd60-e336aa87fae3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1320 | 2025.04.24 06:38:28.549959 [ 258 ] {224fe86a-aaba-4e86-bd60-e336aa87fae3} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1321 | 2025.04.24 06:38:28.549996 [ 258 ] {224fe86a-aaba-4e86-bd60-e336aa87fae3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1322 | 2025.04.24 06:38:28.550363 [ 258 ] {224fe86a-aaba-4e86-bd60-e336aa87fae3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1323 | 2025.04.24 06:38:28.550610 [ 258 ] {224fe86a-aaba-4e86-bd60-e336aa87fae3} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1324 | 2025.04.24 06:38:28.550777 [ 258 ] {224fe86a-aaba-4e86-bd60-e336aa87fae3} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001431 sec., 50314.46540880503 rows/sec., 3.93 MiB/sec. | ||
| 1325 | 2025.04.24 06:38:28.550826 [ 258 ] {224fe86a-aaba-4e86-bd60-e336aa87fae3} <Debug> TCPHandler: Processed in 0.001620096 sec. | ||
| 1326 | 2025.04.24 06:38:28.550947 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1327 | 2025.04.24 06:38:28.551051 [ 258 ] {7320580f-8975-4257-9662-09327da932fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1328 | 2025.04.24 06:38:28.551100 [ 258 ] {7320580f-8975-4257-9662-09327da932fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1329 | 2025.04.24 06:38:28.551607 [ 258 ] {7320580f-8975-4257-9662-09327da932fd} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1330 | 2025.04.24 06:38:28.551648 [ 258 ] {7320580f-8975-4257-9662-09327da932fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1331 | 2025.04.24 06:38:28.552024 [ 258 ] {7320580f-8975-4257-9662-09327da932fd} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1332 | 2025.04.24 06:38:28.552248 [ 258 ] {7320580f-8975-4257-9662-09327da932fd} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1333 | 2025.04.24 06:38:28.552427 [ 258 ] {7320580f-8975-4257-9662-09327da932fd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001399 sec., 114367.40528949248 rows/sec., 7.97 MiB/sec. | ||
| 1334 | 2025.04.24 06:38:28.552507 [ 258 ] {7320580f-8975-4257-9662-09327da932fd} <Debug> TCPHandler: Processed in 0.001611476 sec. | ||
| 1335 | 2025.04.24 06:38:28.552620 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1336 | 2025.04.24 06:38:28.552725 [ 258 ] {d836a8d1-d099-45b2-a4b1-6b6959aebdc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1337 | 2025.04.24 06:38:28.552790 [ 258 ] {d836a8d1-d099-45b2-a4b1-6b6959aebdc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1338 | 2025.04.24 06:38:28.553787 [ 258 ] {d836a8d1-d099-45b2-a4b1-6b6959aebdc9} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1339 | 2025.04.24 06:38:28.553824 [ 258 ] {d836a8d1-d099-45b2-a4b1-6b6959aebdc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1340 | 2025.04.24 06:38:28.554419 [ 258 ] {d836a8d1-d099-45b2-a4b1-6b6959aebdc9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1341 | 2025.04.24 06:38:28.554670 [ 258 ] {d836a8d1-d099-45b2-a4b1-6b6959aebdc9} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1342 | 2025.04.24 06:38:28.554945 [ 258 ] {d836a8d1-d099-45b2-a4b1-6b6959aebdc9} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002225 sec., 3595.5056179775283 rows/sec., 6.44 MiB/sec. | ||
| 1343 | 2025.04.24 06:38:28.555104 [ 258 ] {d836a8d1-d099-45b2-a4b1-6b6959aebdc9} <Debug> TCPHandler: Processed in 0.002533217 sec. | ||
| 1344 | 2025.04.24 06:38:28.555212 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1345 | 2025.04.24 06:38:28.555312 [ 258 ] {795a18bd-2487-483a-b21a-a7ed17f5a954} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1346 | 2025.04.24 06:38:28.555357 [ 258 ] {795a18bd-2487-483a-b21a-a7ed17f5a954} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1347 | 2025.04.24 06:38:28.555779 [ 258 ] {795a18bd-2487-483a-b21a-a7ed17f5a954} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1348 | 2025.04.24 06:38:28.555816 [ 258 ] {795a18bd-2487-483a-b21a-a7ed17f5a954} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1349 | 2025.04.24 06:38:28.556169 [ 258 ] {795a18bd-2487-483a-b21a-a7ed17f5a954} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1350 | 2025.04.24 06:38:28.556412 [ 258 ] {795a18bd-2487-483a-b21a-a7ed17f5a954} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1351 | 2025.04.24 06:38:28.556583 [ 258 ] {795a18bd-2487-483a-b21a-a7ed17f5a954} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001294 sec., 46367.851622874805 rows/sec., 3.12 MiB/sec. | ||
| 1352 | 2025.04.24 06:38:28.556631 [ 258 ] {795a18bd-2487-483a-b21a-a7ed17f5a954} <Debug> TCPHandler: Processed in 0.001468703 sec. | ||
| 1353 | 2025.04.24 06:38:31.766782 [ 43 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1354 | 2025.04.24 06:38:31.766868 [ 43 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1355 | 2025.04.24 06:38:31.867751 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806 | ||
| 1356 | 2025.04.24 06:38:31.868347 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1357 | 2025.04.24 06:38:31.868384 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 1358 | 2025.04.24 06:38:31.868935 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1359 | 2025.04.24 06:38:31.869257 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1360 | 2025.04.24 06:38:31.869399 [ 43 ] {} <Debug> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1361 | 2025.04.24 06:38:31.869445 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1362 | 2025.04.24 06:38:31.869456 [ 43 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1363 | 2025.04.24 06:38:31.869480 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 1364 | 2025.04.24 06:38:31.872000 [ 194 ] {fa75712d-43b8-4257-8078-4dc409fd9449::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 | ||
| 1365 | 2025.04.24 06:38:31.872196 [ 194 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1366 | 2025.04.24 06:38:31.872286 [ 194 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part | ||
| 1367 | 2025.04.24 06:38:31.872401 [ 194 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part | ||
| 1368 | 2025.04.24 06:38:31.872575 [ 194 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part | ||
| 1369 | 2025.04.24 06:38:31.872768 [ 194 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part | ||
| 1370 | 2025.04.24 06:38:31.872908 [ 194 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 488 rows starting from the beginning of the part | ||
| 1371 | 2025.04.24 06:38:31.873062 [ 194 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 427 rows starting from the beginning of the part | ||
| 1372 | 2025.04.24 06:38:31.906826 [ 197 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.037275391 sec., 75277.54705510668 rows/sec., 1.08 MiB/sec. | ||
| 1373 | 2025.04.24 06:38:31.907594 [ 197 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1374 | 2025.04.24 06:38:31.907952 [ 197 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_6_1} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1375 | 2025.04.24 06:38:31.908043 [ 197 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_6_1} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1376 | 2025.04.24 06:38:31.908176 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1377 | 2025.04.24 06:38:32.000410 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.98 MiB, peak 165.29 MiB, free memory in arenas 0.00 B, will set to 160.18 MiB (RSS), difference: 1.20 MiB | ||
| 1378 | 2025.04.24 06:38:32.016169 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1379 | 2025.04.24 06:38:32.035451 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1380 | 2025.04.24 06:38:32.035511 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 1381 | 2025.04.24 06:38:32.042001 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1382 | 2025.04.24 06:38:32.042740 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1383 | 2025.04.24 06:38:32.043134 [ 43 ] {} <Debug> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1384 | 2025.04.24 06:38:32.043307 [ 43 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1385 | 2025.04.24 06:38:32.043410 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 1386 | 2025.04.24 06:38:32.043814 [ 197 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 1387 | 2025.04.24 06:38:32.057300 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1388 | 2025.04.24 06:38:32.058966 [ 197 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1389 | 2025.04.24 06:38:32.060107 [ 197 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 1390 | 2025.04.24 06:38:32.064940 [ 197 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 1391 | 2025.04.24 06:38:32.069733 [ 197 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 1392 | 2025.04.24 06:38:32.074473 [ 197 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 1393 | 2025.04.24 06:38:32.088700 [ 197 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 1394 | 2025.04.24 06:38:32.093249 [ 197 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 1395 | 2025.04.24 06:38:32.157564 [ 194 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.11398246 sec., 403.5708652015407 rows/sec., 2.09 MiB/sec. | ||
| 1396 | 2025.04.24 06:38:32.160278 [ 195 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1397 | 2025.04.24 06:38:32.163243 [ 195 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_6_1} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1398 | 2025.04.24 06:38:32.163374 [ 195 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_6_1} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1399 | 2025.04.24 06:38:32.165687 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1400 | 2025.04.24 06:38:33.000470 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 161.26 MiB, peak 170.80 MiB, free memory in arenas 0.00 B, will set to 163.13 MiB (RSS), difference: 1.87 MiB | ||
| 1401 | 2025.04.24 06:38:33.540851 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1402 | 2025.04.24 06:38:33.541136 [ 258 ] {c3ffb95a-db66-4866-b5c6-f466e2e493a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1403 | 2025.04.24 06:38:33.541537 [ 258 ] {c3ffb95a-db66-4866-b5c6-f466e2e493a2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1404 | 2025.04.24 06:38:33.541583 [ 258 ] {c3ffb95a-db66-4866-b5c6-f466e2e493a2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1405 | 2025.04.24 06:38:33.541920 [ 258 ] {c3ffb95a-db66-4866-b5c6-f466e2e493a2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1406 | 2025.04.24 06:38:33.541997 [ 258 ] {c3ffb95a-db66-4866-b5c6-f466e2e493a2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1407 | 2025.04.24 06:38:33.542168 [ 258 ] {c3ffb95a-db66-4866-b5c6-f466e2e493a2} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1408 | 2025.04.24 06:38:33.542422 [ 287 ] {c3ffb95a-db66-4866-b5c6-f466e2e493a2} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1409 | 2025.04.24 06:38:33.542489 [ 286 ] {c3ffb95a-db66-4866-b5c6-f466e2e493a2} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1410 | 2025.04.24 06:38:33.542619 [ 258 ] {c3ffb95a-db66-4866-b5c6-f466e2e493a2} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1411 | 2025.04.24 06:38:33.542652 [ 258 ] {c3ffb95a-db66-4866-b5c6-f466e2e493a2} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1412 | 2025.04.24 06:38:33.547281 [ 258 ] {c3ffb95a-db66-4866-b5c6-f466e2e493a2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1413 | 2025.04.24 06:38:33.547331 [ 258 ] {c3ffb95a-db66-4866-b5c6-f466e2e493a2} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1414 | 2025.04.24 06:38:33.547429 [ 258 ] {c3ffb95a-db66-4866-b5c6-f466e2e493a2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1415 | 2025.04.24 06:38:33.547508 [ 258 ] {c3ffb95a-db66-4866-b5c6-f466e2e493a2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1416 | 2025.04.24 06:38:33.549224 [ 258 ] {c3ffb95a-db66-4866-b5c6-f466e2e493a2} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.008218 sec., 3772.207349720127 rows/sec., 142.36 KiB/sec. | ||
| 1417 | 2025.04.24 06:38:33.549379 [ 258 ] {c3ffb95a-db66-4866-b5c6-f466e2e493a2} <Debug> TCPHandler: Processed in 0.008664115 sec. | ||
| 1418 | 2025.04.24 06:38:33.549666 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1419 | 2025.04.24 06:38:33.549843 [ 258 ] {5e520ee9-52ed-46b7-91ff-8dc3a2be5a56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1420 | 2025.04.24 06:38:33.550128 [ 258 ] {5e520ee9-52ed-46b7-91ff-8dc3a2be5a56} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1421 | 2025.04.24 06:38:33.550173 [ 258 ] {5e520ee9-52ed-46b7-91ff-8dc3a2be5a56} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1422 | 2025.04.24 06:38:33.550463 [ 258 ] {5e520ee9-52ed-46b7-91ff-8dc3a2be5a56} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1423 | 2025.04.24 06:38:33.550525 [ 258 ] {5e520ee9-52ed-46b7-91ff-8dc3a2be5a56} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1424 | 2025.04.24 06:38:33.550660 [ 258 ] {5e520ee9-52ed-46b7-91ff-8dc3a2be5a56} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1425 | 2025.04.24 06:38:33.550788 [ 286 ] {5e520ee9-52ed-46b7-91ff-8dc3a2be5a56} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1426 | 2025.04.24 06:38:33.550788 [ 288 ] {5e520ee9-52ed-46b7-91ff-8dc3a2be5a56} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1427 | 2025.04.24 06:38:33.550921 [ 258 ] {5e520ee9-52ed-46b7-91ff-8dc3a2be5a56} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1428 | 2025.04.24 06:38:33.550949 [ 258 ] {5e520ee9-52ed-46b7-91ff-8dc3a2be5a56} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1429 | 2025.04.24 06:38:33.551028 [ 258 ] {5e520ee9-52ed-46b7-91ff-8dc3a2be5a56} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1430 | 2025.04.24 06:38:33.551048 [ 258 ] {5e520ee9-52ed-46b7-91ff-8dc3a2be5a56} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1431 | 2025.04.24 06:38:33.551086 [ 258 ] {5e520ee9-52ed-46b7-91ff-8dc3a2be5a56} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1432 | 2025.04.24 06:38:33.551127 [ 258 ] {5e520ee9-52ed-46b7-91ff-8dc3a2be5a56} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1433 | 2025.04.24 06:38:33.552066 [ 258 ] {5e520ee9-52ed-46b7-91ff-8dc3a2be5a56} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002299 sec., 13484.123531970423 rows/sec., 508.88 KiB/sec. | ||
| 1434 | 2025.04.24 06:38:33.552193 [ 258 ] {5e520ee9-52ed-46b7-91ff-8dc3a2be5a56} <Debug> TCPHandler: Processed in 0.002582868 sec. | ||
| 1435 | 2025.04.24 06:38:33.552399 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1436 | 2025.04.24 06:38:33.552556 [ 258 ] {932a8411-c2e3-4606-be5b-63eed3925c50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1437 | 2025.04.24 06:38:33.552837 [ 258 ] {932a8411-c2e3-4606-be5b-63eed3925c50} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1438 | 2025.04.24 06:38:33.552881 [ 258 ] {932a8411-c2e3-4606-be5b-63eed3925c50} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1439 | 2025.04.24 06:38:33.553172 [ 258 ] {932a8411-c2e3-4606-be5b-63eed3925c50} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1440 | 2025.04.24 06:38:33.553234 [ 258 ] {932a8411-c2e3-4606-be5b-63eed3925c50} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1441 | 2025.04.24 06:38:33.553368 [ 258 ] {932a8411-c2e3-4606-be5b-63eed3925c50} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1442 | 2025.04.24 06:38:33.553451 [ 287 ] {932a8411-c2e3-4606-be5b-63eed3925c50} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1443 | 2025.04.24 06:38:33.553469 [ 288 ] {932a8411-c2e3-4606-be5b-63eed3925c50} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1444 | 2025.04.24 06:38:33.553568 [ 258 ] {932a8411-c2e3-4606-be5b-63eed3925c50} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1445 | 2025.04.24 06:38:33.553596 [ 258 ] {932a8411-c2e3-4606-be5b-63eed3925c50} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1446 | 2025.04.24 06:38:33.553675 [ 258 ] {932a8411-c2e3-4606-be5b-63eed3925c50} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1447 | 2025.04.24 06:38:33.553693 [ 258 ] {932a8411-c2e3-4606-be5b-63eed3925c50} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1448 | 2025.04.24 06:38:33.553732 [ 258 ] {932a8411-c2e3-4606-be5b-63eed3925c50} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1449 | 2025.04.24 06:38:33.553772 [ 258 ] {932a8411-c2e3-4606-be5b-63eed3925c50} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1450 | 2025.04.24 06:38:33.554670 [ 258 ] {932a8411-c2e3-4606-be5b-63eed3925c50} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002193 sec., 14135.886912904696 rows/sec., 533.48 KiB/sec. | ||
| 1451 | 2025.04.24 06:38:33.554796 [ 258 ] {932a8411-c2e3-4606-be5b-63eed3925c50} <Debug> TCPHandler: Processed in 0.002458436 sec. | ||
| 1452 | 2025.04.24 06:38:33.561570 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1453 | 2025.04.24 06:38:33.561686 [ 258 ] {225c0ad0-83b6-4a77-8fc4-898d4929f15b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1454 | 2025.04.24 06:38:33.561732 [ 258 ] {225c0ad0-83b6-4a77-8fc4-898d4929f15b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1455 | 2025.04.24 06:38:33.562370 [ 258 ] {225c0ad0-83b6-4a77-8fc4-898d4929f15b} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1456 | 2025.04.24 06:38:33.562415 [ 258 ] {225c0ad0-83b6-4a77-8fc4-898d4929f15b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 1457 | 2025.04.24 06:38:33.562912 [ 258 ] {225c0ad0-83b6-4a77-8fc4-898d4929f15b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1458 | 2025.04.24 06:38:33.563132 [ 258 ] {225c0ad0-83b6-4a77-8fc4-898d4929f15b} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1459 | 2025.04.24 06:38:33.563315 [ 258 ] {225c0ad0-83b6-4a77-8fc4-898d4929f15b} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.001662 sec., 1805.0541516245487 rows/sec., 164.52 KiB/sec. | ||
| 1460 | 2025.04.24 06:38:33.563459 [ 258 ] {225c0ad0-83b6-4a77-8fc4-898d4929f15b} <Debug> TCPHandler: Processed in 0.001932874 sec. | ||
| 1461 | 2025.04.24 06:38:33.563618 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1462 | 2025.04.24 06:38:33.563711 [ 258 ] {67a95432-af04-4ef9-99b7-cf8c22a2e6a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1463 | 2025.04.24 06:38:33.563754 [ 258 ] {67a95432-af04-4ef9-99b7-cf8c22a2e6a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1464 | 2025.04.24 06:38:33.564286 [ 258 ] {67a95432-af04-4ef9-99b7-cf8c22a2e6a1} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1465 | 2025.04.24 06:38:33.564321 [ 258 ] {67a95432-af04-4ef9-99b7-cf8c22a2e6a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 1466 | 2025.04.24 06:38:33.564729 [ 258 ] {67a95432-af04-4ef9-99b7-cf8c22a2e6a1} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1467 | 2025.04.24 06:38:33.564968 [ 258 ] {67a95432-af04-4ef9-99b7-cf8c22a2e6a1} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1468 | 2025.04.24 06:38:33.565129 [ 70 ] {} <Debug> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1469 | 2025.04.24 06:38:33.565182 [ 258 ] {67a95432-af04-4ef9-99b7-cf8c22a2e6a1} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001484 sec., 72776.28032345013 rows/sec., 6.09 MiB/sec. | ||
| 1470 | 2025.04.24 06:38:33.565224 [ 70 ] {} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1471 | 2025.04.24 06:38:33.565299 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 1472 | 2025.04.24 06:38:33.565304 [ 258 ] {67a95432-af04-4ef9-99b7-cf8c22a2e6a1} <Debug> TCPHandler: Processed in 0.001731139 sec. | ||
| 1473 | 2025.04.24 06:38:33.565497 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1474 | 2025.04.24 06:38:33.565502 [ 198 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::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 | ||
| 1475 | 2025.04.24 06:38:33.565667 [ 258 ] {672f5b57-69ef-498f-b61f-6f690bbad591} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1476 | 2025.04.24 06:38:33.565764 [ 258 ] {672f5b57-69ef-498f-b61f-6f690bbad591} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1477 | 2025.04.24 06:38:33.565791 [ 198 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1478 | 2025.04.24 06:38:33.565899 [ 198 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::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 | ||
| 1479 | 2025.04.24 06:38:33.566327 [ 198 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::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 | ||
| 1480 | 2025.04.24 06:38:33.566796 [ 198 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 633 rows starting from the beginning of the part | ||
| 1481 | 2025.04.24 06:38:33.567065 [ 198 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::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 | ||
| 1482 | 2025.04.24 06:38:33.567475 [ 198 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::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 | ||
| 1483 | 2025.04.24 06:38:33.567809 [ 198 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 108 rows starting from the beginning of the part | ||
| 1484 | 2025.04.24 06:38:33.568312 [ 258 ] {672f5b57-69ef-498f-b61f-6f690bbad591} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1485 | 2025.04.24 06:38:33.568390 [ 258 ] {672f5b57-69ef-498f-b61f-6f690bbad591} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 1486 | 2025.04.24 06:38:33.569278 [ 258 ] {672f5b57-69ef-498f-b61f-6f690bbad591} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1487 | 2025.04.24 06:38:33.569798 [ 258 ] {672f5b57-69ef-498f-b61f-6f690bbad591} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1488 | 2025.04.24 06:38:33.570523 [ 258 ] {672f5b57-69ef-498f-b61f-6f690bbad591} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.004897 sec., 5309.373085562589 rows/sec., 399.24 KiB/sec. | ||
| 1489 | 2025.04.24 06:38:33.570755 [ 258 ] {672f5b57-69ef-498f-b61f-6f690bbad591} <Debug> TCPHandler: Processed in 0.00533057 sec. | ||
| 1490 | 2025.04.24 06:38:33.570940 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1491 | 2025.04.24 06:38:33.571116 [ 258 ] {35852327-bdb2-4c6d-96e8-c6fabfb55da5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1492 | 2025.04.24 06:38:33.571205 [ 258 ] {35852327-bdb2-4c6d-96e8-c6fabfb55da5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1493 | 2025.04.24 06:38:33.571670 [ 198 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 981 rows, containing 5 columns (5 merged, 0 gathered) in 0.006268402 sec., 156499.21622767652 rows/sec., 12.95 MiB/sec. | ||
| 1494 | 2025.04.24 06:38:33.571976 [ 198 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1495 | 2025.04.24 06:38:33.572554 [ 198 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_6_1} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1496 | 2025.04.24 06:38:33.572691 [ 258 ] {35852327-bdb2-4c6d-96e8-c6fabfb55da5} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1497 | 2025.04.24 06:38:33.572734 [ 198 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_6_1} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1498 | 2025.04.24 06:38:33.572759 [ 258 ] {35852327-bdb2-4c6d-96e8-c6fabfb55da5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 1499 | 2025.04.24 06:38:33.572887 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 1500 | 2025.04.24 06:38:33.573214 [ 258 ] {35852327-bdb2-4c6d-96e8-c6fabfb55da5} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1501 | 2025.04.24 06:38:33.573441 [ 258 ] {35852327-bdb2-4c6d-96e8-c6fabfb55da5} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1502 | 2025.04.24 06:38:33.573642 [ 70 ] {} <Debug> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1503 | 2025.04.24 06:38:33.573705 [ 70 ] {} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1504 | 2025.04.24 06:38:33.573725 [ 258 ] {35852327-bdb2-4c6d-96e8-c6fabfb55da5} <Debug> executeQuery: Read 106 rows, 8.49 KiB in 0.002679 sec., 39567.00261291527 rows/sec., 3.10 MiB/sec. | ||
| 1505 | 2025.04.24 06:38:33.573760 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 1506 | 2025.04.24 06:38:33.573903 [ 258 ] {35852327-bdb2-4c6d-96e8-c6fabfb55da5} <Debug> TCPHandler: Processed in 0.003031048 sec. | ||
| 1507 | 2025.04.24 06:38:33.573968 [ 194 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::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 | ||
| 1508 | 2025.04.24 06:38:33.574074 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1509 | 2025.04.24 06:38:33.574138 [ 194 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1510 | 2025.04.24 06:38:33.574224 [ 194 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::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 | ||
| 1511 | 2025.04.24 06:38:33.574288 [ 258 ] {1742f811-7c20-4e66-84c8-96fdf3008e6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1512 | 2025.04.24 06:38:33.574490 [ 194 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::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 | ||
| 1513 | 2025.04.24 06:38:33.574499 [ 258 ] {1742f811-7c20-4e66-84c8-96fdf3008e6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1514 | 2025.04.24 06:38:33.574893 [ 194 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 390 rows starting from the beginning of the part | ||
| 1515 | 2025.04.24 06:38:33.575314 [ 194 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::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 | ||
| 1516 | 2025.04.24 06:38:33.575663 [ 194 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::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 | ||
| 1517 | 2025.04.24 06:38:33.575948 [ 194 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 106 rows starting from the beginning of the part | ||
| 1518 | 2025.04.24 06:38:33.576928 [ 258 ] {1742f811-7c20-4e66-84c8-96fdf3008e6d} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1519 | 2025.04.24 06:38:33.577006 [ 258 ] {1742f811-7c20-4e66-84c8-96fdf3008e6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 1520 | 2025.04.24 06:38:33.578113 [ 258 ] {1742f811-7c20-4e66-84c8-96fdf3008e6d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1521 | 2025.04.24 06:38:33.578649 [ 258 ] {1742f811-7c20-4e66-84c8-96fdf3008e6d} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1522 | 2025.04.24 06:38:33.578973 [ 70 ] {} <Debug> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1523 | 2025.04.24 06:38:33.579008 [ 193 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 760 rows, containing 5 columns (5 merged, 0 gathered) in 0.005108946 sec., 148758.6676390786 rows/sec., 11.62 MiB/sec. | ||
| 1524 | 2025.04.24 06:38:33.579075 [ 70 ] {} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1525 | 2025.04.24 06:38:33.579180 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 1526 | 2025.04.24 06:38:33.579180 [ 258 ] {1742f811-7c20-4e66-84c8-96fdf3008e6d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004937 sec., 32408.345148875833 rows/sec., 2.26 MiB/sec. | ||
| 1527 | 2025.04.24 06:38:33.579462 [ 193 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1528 | 2025.04.24 06:38:33.579569 [ 187 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 1529 | 2025.04.24 06:38:33.579623 [ 258 ] {1742f811-7c20-4e66-84c8-96fdf3008e6d} <Debug> TCPHandler: Processed in 0.005608257 sec. | ||
| 1530 | 2025.04.24 06:38:33.579952 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1531 | 2025.04.24 06:38:33.580038 [ 187 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1532 | 2025.04.24 06:38:33.580148 [ 187 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 96 rows starting from the beginning of the part | ||
| 1533 | 2025.04.24 06:38:33.580274 [ 193 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_6_1} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1534 | 2025.04.24 06:38:33.580435 [ 258 ] {758c72d9-94fe-4947-a4ab-b4cf66f69b32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1535 | 2025.04.24 06:38:33.580600 [ 187 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 1536 | 2025.04.24 06:38:33.580634 [ 193 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_6_1} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1537 | 2025.04.24 06:38:33.580960 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 1538 | 2025.04.24 06:38:33.581019 [ 187 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 237 rows starting from the beginning of the part | ||
| 1539 | 2025.04.24 06:38:33.581261 [ 258 ] {758c72d9-94fe-4947-a4ab-b4cf66f69b32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1540 | 2025.04.24 06:38:33.581307 [ 187 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 1541 | 2025.04.24 06:38:33.581610 [ 187 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 1542 | 2025.04.24 06:38:33.581934 [ 187 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 1543 | 2025.04.24 06:38:33.585787 [ 187 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 973 rows, containing 5 columns (5 merged, 0 gathered) in 0.006487446 sec., 149981.98058218905 rows/sec., 10.35 MiB/sec. | ||
| 1544 | 2025.04.24 06:38:33.585911 [ 258 ] {758c72d9-94fe-4947-a4ab-b4cf66f69b32} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1545 | 2025.04.24 06:38:33.585970 [ 258 ] {758c72d9-94fe-4947-a4ab-b4cf66f69b32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 1546 | 2025.04.24 06:38:33.586087 [ 187 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1547 | 2025.04.24 06:38:33.586791 [ 187 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1548 | 2025.04.24 06:38:33.587025 [ 187 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1549 | 2025.04.24 06:38:33.587223 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 1550 | 2025.04.24 06:38:33.587450 [ 258 ] {758c72d9-94fe-4947-a4ab-b4cf66f69b32} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1551 | 2025.04.24 06:38:33.587725 [ 258 ] {758c72d9-94fe-4947-a4ab-b4cf66f69b32} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1552 | 2025.04.24 06:38:33.587951 [ 258 ] {758c72d9-94fe-4947-a4ab-b4cf66f69b32} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.007759 sec., 3350.947287021523 rows/sec., 6.00 MiB/sec. | ||
| 1553 | 2025.04.24 06:38:33.588078 [ 258 ] {758c72d9-94fe-4947-a4ab-b4cf66f69b32} <Debug> TCPHandler: Processed in 0.008248866 sec. | ||
| 1554 | 2025.04.24 06:38:33.588220 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1555 | 2025.04.24 06:38:33.588357 [ 258 ] {215162bb-5f90-432d-9402-e5752195511b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 1556 | 2025.04.24 06:38:33.588415 [ 258 ] {215162bb-5f90-432d-9402-e5752195511b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1557 | 2025.04.24 06:38:33.588918 [ 258 ] {215162bb-5f90-432d-9402-e5752195511b} <Trace> oximeter.measurements_i64 (d6da7056-6ca9-4423-bc35-18de1542bd5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1558 | 2025.04.24 06:38:33.588965 [ 258 ] {215162bb-5f90-432d-9402-e5752195511b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 1559 | 2025.04.24 06:38:33.589447 [ 258 ] {215162bb-5f90-432d-9402-e5752195511b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1560 | 2025.04.24 06:38:33.589689 [ 258 ] {215162bb-5f90-432d-9402-e5752195511b} <Trace> oximeter.measurements_i64 (d6da7056-6ca9-4423-bc35-18de1542bd5e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1561 | 2025.04.24 06:38:33.589928 [ 258 ] {215162bb-5f90-432d-9402-e5752195511b} <Debug> executeQuery: Read 24 rows, 1.78 KiB in 0.001595 sec., 15047.021943573667 rows/sec., 1.09 MiB/sec. | ||
| 1562 | 2025.04.24 06:38:33.590058 [ 258 ] {215162bb-5f90-432d-9402-e5752195511b} <Debug> TCPHandler: Processed in 0.001897633 sec. | ||
| 1563 | 2025.04.24 06:38:33.590198 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1564 | 2025.04.24 06:38:33.590334 [ 258 ] {80765378-68b1-4f96-a5f8-f035afcb3c70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1565 | 2025.04.24 06:38:33.590390 [ 258 ] {80765378-68b1-4f96-a5f8-f035afcb3c70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1566 | 2025.04.24 06:38:33.590894 [ 258 ] {80765378-68b1-4f96-a5f8-f035afcb3c70} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1567 | 2025.04.24 06:38:33.590936 [ 258 ] {80765378-68b1-4f96-a5f8-f035afcb3c70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 1568 | 2025.04.24 06:38:33.591293 [ 258 ] {80765378-68b1-4f96-a5f8-f035afcb3c70} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1569 | 2025.04.24 06:38:33.591513 [ 258 ] {80765378-68b1-4f96-a5f8-f035afcb3c70} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1570 | 2025.04.24 06:38:33.591722 [ 70 ] {} <Debug> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1571 | 2025.04.24 06:38:33.591779 [ 70 ] {} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1572 | 2025.04.24 06:38:33.591836 [ 258 ] {80765378-68b1-4f96-a5f8-f035afcb3c70} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001516 sec., 39577.836411609496 rows/sec., 2.67 MiB/sec. | ||
| 1573 | 2025.04.24 06:38:33.591844 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 1574 | 2025.04.24 06:38:33.591988 [ 258 ] {80765378-68b1-4f96-a5f8-f035afcb3c70} <Debug> TCPHandler: Processed in 0.001851202 sec. | ||
| 1575 | 2025.04.24 06:38:33.592130 [ 193 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 1576 | 2025.04.24 06:38:33.592281 [ 193 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1577 | 2025.04.24 06:38:33.592322 [ 193 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 36 rows starting from the beginning of the part | ||
| 1578 | 2025.04.24 06:38:33.592447 [ 193 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 1579 | 2025.04.24 06:38:33.592551 [ 193 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 82 rows starting from the beginning of the part | ||
| 1580 | 2025.04.24 06:38:33.592635 [ 193 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 1581 | 2025.04.24 06:38:33.592711 [ 193 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 1582 | 2025.04.24 06:38:33.592842 [ 193 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 1583 | 2025.04.24 06:38:33.593861 [ 189 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 358 rows, containing 4 columns (4 merged, 0 gathered) in 0.001876493 sec., 190781.4204476116 rows/sec., 12.69 MiB/sec. | ||
| 1584 | 2025.04.24 06:38:33.594013 [ 189 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1585 | 2025.04.24 06:38:33.594277 [ 189 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_6_1} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1586 | 2025.04.24 06:38:33.594348 [ 189 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_6_1} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1587 | 2025.04.24 06:38:33.594411 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 1588 | 2025.04.24 06:38:36.862679 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 234 | ||
| 1589 | 2025.04.24 06:38:36.865848 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1590 | 2025.04.24 06:38:36.865913 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 1591 | 2025.04.24 06:38:36.867665 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1592 | 2025.04.24 06:38:36.867999 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1593 | 2025.04.24 06:38:36.868896 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 234 | ||
| 1594 | 2025.04.24 06:38:38.544597 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1595 | 2025.04.24 06:38:38.544789 [ 258 ] {e512df1a-cc8c-46f1-a460-1a2b91bc66a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1596 | 2025.04.24 06:38:38.544871 [ 258 ] {e512df1a-cc8c-46f1-a460-1a2b91bc66a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1597 | 2025.04.24 06:38:38.545663 [ 258 ] {e512df1a-cc8c-46f1-a460-1a2b91bc66a8} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1598 | 2025.04.24 06:38:38.545717 [ 258 ] {e512df1a-cc8c-46f1-a460-1a2b91bc66a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 1599 | 2025.04.24 06:38:38.546167 [ 258 ] {e512df1a-cc8c-46f1-a460-1a2b91bc66a8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1600 | 2025.04.24 06:38:38.546431 [ 258 ] {e512df1a-cc8c-46f1-a460-1a2b91bc66a8} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1601 | 2025.04.24 06:38:38.546659 [ 258 ] {e512df1a-cc8c-46f1-a460-1a2b91bc66a8} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001924 sec., 37422.03742203742 rows/sec., 3.03 MiB/sec. | ||
| 1602 | 2025.04.24 06:38:38.546724 [ 258 ] {e512df1a-cc8c-46f1-a460-1a2b91bc66a8} <Debug> TCPHandler: Processed in 0.002268841 sec. | ||
| 1603 | 2025.04.24 06:38:38.546856 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1604 | 2025.04.24 06:38:38.546972 [ 258 ] {e720ae85-6dbd-43bd-8bba-9b81e4ce1809} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1605 | 2025.04.24 06:38:38.547024 [ 258 ] {e720ae85-6dbd-43bd-8bba-9b81e4ce1809} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1606 | 2025.04.24 06:38:38.547551 [ 258 ] {e720ae85-6dbd-43bd-8bba-9b81e4ce1809} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1607 | 2025.04.24 06:38:38.547591 [ 258 ] {e720ae85-6dbd-43bd-8bba-9b81e4ce1809} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 1608 | 2025.04.24 06:38:38.547945 [ 258 ] {e720ae85-6dbd-43bd-8bba-9b81e4ce1809} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1609 | 2025.04.24 06:38:38.548204 [ 258 ] {e720ae85-6dbd-43bd-8bba-9b81e4ce1809} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1610 | 2025.04.24 06:38:38.548459 [ 258 ] {e720ae85-6dbd-43bd-8bba-9b81e4ce1809} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001508 sec., 5305.039787798409 rows/sec., 398.91 KiB/sec. | ||
| 1611 | 2025.04.24 06:38:38.548632 [ 258 ] {e720ae85-6dbd-43bd-8bba-9b81e4ce1809} <Debug> TCPHandler: Processed in 0.001825171 sec. | ||
| 1612 | 2025.04.24 06:38:38.548748 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1613 | 2025.04.24 06:38:38.548853 [ 258 ] {0efdd4f3-a25e-4e38-8dbc-8034043bae0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1614 | 2025.04.24 06:38:38.548901 [ 258 ] {0efdd4f3-a25e-4e38-8dbc-8034043bae0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1615 | 2025.04.24 06:38:38.549460 [ 258 ] {0efdd4f3-a25e-4e38-8dbc-8034043bae0f} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1616 | 2025.04.24 06:38:38.549500 [ 258 ] {0efdd4f3-a25e-4e38-8dbc-8034043bae0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 1617 | 2025.04.24 06:38:38.549860 [ 258 ] {0efdd4f3-a25e-4e38-8dbc-8034043bae0f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1618 | 2025.04.24 06:38:38.550103 [ 258 ] {0efdd4f3-a25e-4e38-8dbc-8034043bae0f} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1619 | 2025.04.24 06:38:38.550275 [ 258 ] {0efdd4f3-a25e-4e38-8dbc-8034043bae0f} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001444 sec., 49861.495844875346 rows/sec., 3.89 MiB/sec. | ||
| 1620 | 2025.04.24 06:38:38.550326 [ 258 ] {0efdd4f3-a25e-4e38-8dbc-8034043bae0f} <Debug> TCPHandler: Processed in 0.001630767 sec. | ||
| 1621 | 2025.04.24 06:38:38.550444 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1622 | 2025.04.24 06:38:38.550549 [ 258 ] {f6c82b12-3596-4e74-b41f-634a7f084315} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1623 | 2025.04.24 06:38:38.550599 [ 258 ] {f6c82b12-3596-4e74-b41f-634a7f084315} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1624 | 2025.04.24 06:38:38.551117 [ 258 ] {f6c82b12-3596-4e74-b41f-634a7f084315} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1625 | 2025.04.24 06:38:38.551155 [ 258 ] {f6c82b12-3596-4e74-b41f-634a7f084315} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 1626 | 2025.04.24 06:38:38.551530 [ 258 ] {f6c82b12-3596-4e74-b41f-634a7f084315} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1627 | 2025.04.24 06:38:38.551772 [ 258 ] {f6c82b12-3596-4e74-b41f-634a7f084315} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1628 | 2025.04.24 06:38:38.551976 [ 258 ] {f6c82b12-3596-4e74-b41f-634a7f084315} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001448 sec., 110497.23756906077 rows/sec., 7.70 MiB/sec. | ||
| 1629 | 2025.04.24 06:38:38.552028 [ 258 ] {f6c82b12-3596-4e74-b41f-634a7f084315} <Debug> TCPHandler: Processed in 0.001637107 sec. | ||
| 1630 | 2025.04.24 06:38:38.552145 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1631 | 2025.04.24 06:38:38.552250 [ 258 ] {9da9e48e-ba10-4e95-9149-ef460a87812c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1632 | 2025.04.24 06:38:38.552317 [ 258 ] {9da9e48e-ba10-4e95-9149-ef460a87812c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1633 | 2025.04.24 06:38:38.553351 [ 258 ] {9da9e48e-ba10-4e95-9149-ef460a87812c} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1634 | 2025.04.24 06:38:38.553388 [ 258 ] {9da9e48e-ba10-4e95-9149-ef460a87812c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 1635 | 2025.04.24 06:38:38.553995 [ 258 ] {9da9e48e-ba10-4e95-9149-ef460a87812c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1636 | 2025.04.24 06:38:38.554268 [ 258 ] {9da9e48e-ba10-4e95-9149-ef460a87812c} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1637 | 2025.04.24 06:38:38.554487 [ 258 ] {9da9e48e-ba10-4e95-9149-ef460a87812c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002259 sec., 3541.3899955732622 rows/sec., 6.35 MiB/sec. | ||
| 1638 | 2025.04.24 06:38:38.554582 [ 258 ] {9da9e48e-ba10-4e95-9149-ef460a87812c} <Debug> TCPHandler: Processed in 0.002491536 sec. | ||
| 1639 | 2025.04.24 06:38:38.554713 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1640 | 2025.04.24 06:38:38.554843 [ 258 ] {ee7ec6be-0844-4396-b1cc-dd84ba0dd337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1641 | 2025.04.24 06:38:38.554898 [ 258 ] {ee7ec6be-0844-4396-b1cc-dd84ba0dd337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1642 | 2025.04.24 06:38:38.555348 [ 258 ] {ee7ec6be-0844-4396-b1cc-dd84ba0dd337} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1643 | 2025.04.24 06:38:38.555386 [ 258 ] {ee7ec6be-0844-4396-b1cc-dd84ba0dd337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 1644 | 2025.04.24 06:38:38.555743 [ 258 ] {ee7ec6be-0844-4396-b1cc-dd84ba0dd337} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1645 | 2025.04.24 06:38:38.555981 [ 258 ] {ee7ec6be-0844-4396-b1cc-dd84ba0dd337} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1646 | 2025.04.24 06:38:38.556176 [ 258 ] {ee7ec6be-0844-4396-b1cc-dd84ba0dd337} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001362 sec., 44052.86343612335 rows/sec., 2.97 MiB/sec. | ||
| 1647 | 2025.04.24 06:38:38.556224 [ 258 ] {ee7ec6be-0844-4396-b1cc-dd84ba0dd337} <Debug> TCPHandler: Processed in 0.001573465 sec. | ||
| 1648 | 2025.04.24 06:38:39.369637 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294 | ||
| 1649 | 2025.04.24 06:38:39.370287 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1650 | 2025.04.24 06:38:39.370334 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 1651 | 2025.04.24 06:38:39.370844 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1652 | 2025.04.24 06:38:39.371088 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1653 | 2025.04.24 06:38:39.371297 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294 | ||
| 1654 | 2025.04.24 06:38:39.557393 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1655 | 2025.04.24 06:38:39.576062 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1656 | 2025.04.24 06:38:39.576106 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 1657 | 2025.04.24 06:38:39.582779 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1658 | 2025.04.24 06:38:39.583514 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1659 | 2025.04.24 06:38:39.585783 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1660 | 2025.04.24 06:38:40.001010 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.18 MiB, peak 170.80 MiB, free memory in arenas 0.00 B, will set to 165.58 MiB (RSS), difference: 1.40 MiB | ||
| 1661 | 2025.04.24 06:38:43.545826 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1662 | 2025.04.24 06:38:43.546047 [ 258 ] {1dbd235d-7c66-4226-8df7-9fe114981bd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1663 | 2025.04.24 06:38:43.546133 [ 258 ] {1dbd235d-7c66-4226-8df7-9fe114981bd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1664 | 2025.04.24 06:38:43.547017 [ 258 ] {1dbd235d-7c66-4226-8df7-9fe114981bd3} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1665 | 2025.04.24 06:38:43.547074 [ 258 ] {1dbd235d-7c66-4226-8df7-9fe114981bd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 1666 | 2025.04.24 06:38:43.547536 [ 258 ] {1dbd235d-7c66-4226-8df7-9fe114981bd3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1667 | 2025.04.24 06:38:43.547794 [ 258 ] {1dbd235d-7c66-4226-8df7-9fe114981bd3} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1668 | 2025.04.24 06:38:43.548030 [ 258 ] {1dbd235d-7c66-4226-8df7-9fe114981bd3} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.002043 sec., 54821.3411649535 rows/sec., 4.60 MiB/sec. | ||
| 1669 | 2025.04.24 06:38:43.548101 [ 258 ] {1dbd235d-7c66-4226-8df7-9fe114981bd3} <Debug> TCPHandler: Processed in 0.002418594 sec. | ||
| 1670 | 2025.04.24 06:38:43.548232 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1671 | 2025.04.24 06:38:43.548350 [ 258 ] {db120c40-05bc-4f10-b9db-cf15c3b721d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1672 | 2025.04.24 06:38:43.548402 [ 258 ] {db120c40-05bc-4f10-b9db-cf15c3b721d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1673 | 2025.04.24 06:38:43.548942 [ 258 ] {db120c40-05bc-4f10-b9db-cf15c3b721d3} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1674 | 2025.04.24 06:38:43.548984 [ 258 ] {db120c40-05bc-4f10-b9db-cf15c3b721d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 1675 | 2025.04.24 06:38:43.549346 [ 258 ] {db120c40-05bc-4f10-b9db-cf15c3b721d3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1676 | 2025.04.24 06:38:43.549599 [ 258 ] {db120c40-05bc-4f10-b9db-cf15c3b721d3} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1677 | 2025.04.24 06:38:43.549814 [ 258 ] {db120c40-05bc-4f10-b9db-cf15c3b721d3} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001492 sec., 18766.756032171583 rows/sec., 1.38 MiB/sec. | ||
| 1678 | 2025.04.24 06:38:43.549869 [ 258 ] {db120c40-05bc-4f10-b9db-cf15c3b721d3} <Debug> TCPHandler: Processed in 0.001691458 sec. | ||
| 1679 | 2025.04.24 06:38:43.549983 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1680 | 2025.04.24 06:38:43.550091 [ 258 ] {1241de15-721c-4b58-9fab-f2a87cec0b88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1681 | 2025.04.24 06:38:43.550139 [ 258 ] {1241de15-721c-4b58-9fab-f2a87cec0b88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1682 | 2025.04.24 06:38:43.550674 [ 258 ] {1241de15-721c-4b58-9fab-f2a87cec0b88} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1683 | 2025.04.24 06:38:43.550714 [ 258 ] {1241de15-721c-4b58-9fab-f2a87cec0b88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 1684 | 2025.04.24 06:38:43.551066 [ 258 ] {1241de15-721c-4b58-9fab-f2a87cec0b88} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1685 | 2025.04.24 06:38:43.551298 [ 258 ] {1241de15-721c-4b58-9fab-f2a87cec0b88} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1686 | 2025.04.24 06:38:43.551499 [ 258 ] {1241de15-721c-4b58-9fab-f2a87cec0b88} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001432 sec., 64245.81005586593 rows/sec., 5.02 MiB/sec. | ||
| 1687 | 2025.04.24 06:38:43.551550 [ 258 ] {1241de15-721c-4b58-9fab-f2a87cec0b88} <Debug> TCPHandler: Processed in 0.001619246 sec. | ||
| 1688 | 2025.04.24 06:38:43.551661 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1689 | 2025.04.24 06:38:43.551768 [ 258 ] {e420961a-6656-4241-854b-3d0a04830ea6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1690 | 2025.04.24 06:38:43.551816 [ 258 ] {e420961a-6656-4241-854b-3d0a04830ea6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1691 | 2025.04.24 06:38:43.552318 [ 258 ] {e420961a-6656-4241-854b-3d0a04830ea6} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1692 | 2025.04.24 06:38:43.552358 [ 258 ] {e420961a-6656-4241-854b-3d0a04830ea6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 1693 | 2025.04.24 06:38:43.552735 [ 258 ] {e420961a-6656-4241-854b-3d0a04830ea6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1694 | 2025.04.24 06:38:43.552972 [ 258 ] {e420961a-6656-4241-854b-3d0a04830ea6} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1695 | 2025.04.24 06:38:43.553172 [ 258 ] {e420961a-6656-4241-854b-3d0a04830ea6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001427 sec., 112123.33566923616 rows/sec., 7.81 MiB/sec. | ||
| 1696 | 2025.04.24 06:38:43.553224 [ 258 ] {e420961a-6656-4241-854b-3d0a04830ea6} <Debug> TCPHandler: Processed in 0.001615117 sec. | ||
| 1697 | 2025.04.24 06:38:43.553332 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1698 | 2025.04.24 06:38:43.553437 [ 258 ] {1eda3174-4a75-467d-84c0-3a6e1441f80b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1699 | 2025.04.24 06:38:43.553503 [ 258 ] {1eda3174-4a75-467d-84c0-3a6e1441f80b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1700 | 2025.04.24 06:38:43.554542 [ 258 ] {1eda3174-4a75-467d-84c0-3a6e1441f80b} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1701 | 2025.04.24 06:38:43.554581 [ 258 ] {1eda3174-4a75-467d-84c0-3a6e1441f80b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 1702 | 2025.04.24 06:38:43.555212 [ 258 ] {1eda3174-4a75-467d-84c0-3a6e1441f80b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1703 | 2025.04.24 06:38:43.555478 [ 258 ] {1eda3174-4a75-467d-84c0-3a6e1441f80b} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1704 | 2025.04.24 06:38:43.555764 [ 258 ] {1eda3174-4a75-467d-84c0-3a6e1441f80b} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002341 sec., 11960.700555318239 rows/sec., 21.43 MiB/sec. | ||
| 1705 | 2025.04.24 06:38:43.556019 [ 258 ] {1eda3174-4a75-467d-84c0-3a6e1441f80b} <Debug> TCPHandler: Processed in 0.002737072 sec. | ||
| 1706 | 2025.04.24 06:38:43.556142 [ 258 ] {} <Trace> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1707 | 2025.04.24 06:38:43.556248 [ 258 ] {d1dcb515-b138-4603-aa3c-3057b2d05f2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35164) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1708 | 2025.04.24 06:38:43.556294 [ 258 ] {d1dcb515-b138-4603-aa3c-3057b2d05f2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1709 | 2025.04.24 06:38:43.556715 [ 258 ] {d1dcb515-b138-4603-aa3c-3057b2d05f2b} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1710 | 2025.04.24 06:38:43.556753 [ 258 ] {d1dcb515-b138-4603-aa3c-3057b2d05f2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 1711 | 2025.04.24 06:38:43.557106 [ 258 ] {d1dcb515-b138-4603-aa3c-3057b2d05f2b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1712 | 2025.04.24 06:38:43.557350 [ 258 ] {d1dcb515-b138-4603-aa3c-3057b2d05f2b} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1713 | 2025.04.24 06:38:43.557597 [ 258 ] {d1dcb515-b138-4603-aa3c-3057b2d05f2b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001371 sec., 43763.6761487965 rows/sec., 2.95 MiB/sec. | ||
| 1714 | 2025.04.24 06:38:43.557727 [ 258 ] {d1dcb515-b138-4603-aa3c-3057b2d05f2b} <Debug> TCPHandler: Processed in 0.001636377 sec. | ||
| 1715 | 2025.04.24 06:38:46.767838 [ 54 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1716 | 2025.04.24 06:38:46.767900 [ 54 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1717 | 2025.04.24 06:38:46.869992 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 258 | ||
| 1718 | 2025.04.24 06:38:46.871645 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721 | ||
| 1719 | 2025.04.24 06:38:46.876612 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1720 | 2025.04.24 06:38:46.876702 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 1721 | 2025.04.24 06:38:46.878280 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1722 | 2025.04.24 06:38:46.878666 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1723 | 2025.04.24 06:38:46.878734 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1724 | 2025.04.24 06:38:46.878863 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1725 | 2025.04.24 06:38:46.879493 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1726 | 2025.04.24 06:38:46.880781 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1727 | 2025.04.24 06:38:46.881082 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1728 | 2025.04.24 06:38:46.881751 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 258 | ||
| 1729 | 2025.04.24 06:38:47.086014 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1730 | 2025.04.24 06:38:47.107040 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1731 | 2025.04.24 06:38:47.107111 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 1732 | 2025.04.24 06:38:47.114181 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1733 | 2025.04.24 06:38:47.114965 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1734 | 2025.04.24 06:38:47.118059 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1735 | 2025.04.24 06:38:47.986800 [ 258 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1736 | 2025.04.24 06:38:47.986923 [ 258 ] {} <Debug> TCP-Session: ba24f05b-8dc3-4625-8f9a-07a70bb2ba2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1737 | 2025.04.24 06:38:48.000185 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.12 MiB, peak 170.80 MiB, free memory in arenas 0.00 B, will set to 166.54 MiB (RSS), difference: 2.42 MiB | ||
| 1738 | 2025.04.24 06:38:48.545032 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1739 | 2025.04.24 06:38:48.545328 [ 260 ] {8815de7a-61fd-4949-890d-7f77a1159875} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1740 | 2025.04.24 06:38:48.545441 [ 260 ] {8815de7a-61fd-4949-890d-7f77a1159875} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1741 | 2025.04.24 06:38:48.546220 [ 260 ] {8815de7a-61fd-4949-890d-7f77a1159875} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1742 | 2025.04.24 06:38:48.546274 [ 260 ] {8815de7a-61fd-4949-890d-7f77a1159875} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 1743 | 2025.04.24 06:38:48.546692 [ 260 ] {8815de7a-61fd-4949-890d-7f77a1159875} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1744 | 2025.04.24 06:38:48.546945 [ 260 ] {8815de7a-61fd-4949-890d-7f77a1159875} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1745 | 2025.04.24 06:38:48.547157 [ 260 ] {8815de7a-61fd-4949-890d-7f77a1159875} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.00191 sec., 37696.33507853403 rows/sec., 3.05 MiB/sec. | ||
| 1746 | 2025.04.24 06:38:48.547211 [ 260 ] {8815de7a-61fd-4949-890d-7f77a1159875} <Debug> TCPHandler: Processed in 0.002362093 sec. | ||
| 1747 | 2025.04.24 06:38:48.547343 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1748 | 2025.04.24 06:38:48.547446 [ 260 ] {274d234f-89da-4406-ab82-97f14a4cfec8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1749 | 2025.04.24 06:38:48.547490 [ 260 ] {274d234f-89da-4406-ab82-97f14a4cfec8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1750 | 2025.04.24 06:38:48.548006 [ 260 ] {274d234f-89da-4406-ab82-97f14a4cfec8} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1751 | 2025.04.24 06:38:48.548044 [ 260 ] {274d234f-89da-4406-ab82-97f14a4cfec8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 1752 | 2025.04.24 06:38:48.548376 [ 260 ] {274d234f-89da-4406-ab82-97f14a4cfec8} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1753 | 2025.04.24 06:38:48.548611 [ 260 ] {274d234f-89da-4406-ab82-97f14a4cfec8} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1754 | 2025.04.24 06:38:48.548772 [ 53 ] {} <Debug> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1755 | 2025.04.24 06:38:48.548831 [ 260 ] {274d234f-89da-4406-ab82-97f14a4cfec8} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001405 sec., 5693.950177935943 rows/sec., 428.16 KiB/sec. | ||
| 1756 | 2025.04.24 06:38:48.548856 [ 53 ] {} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1757 | 2025.04.24 06:38:48.548927 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 1758 | 2025.04.24 06:38:48.548941 [ 260 ] {274d234f-89da-4406-ab82-97f14a4cfec8} <Debug> TCPHandler: Processed in 0.001645517 sec. | ||
| 1759 | 2025.04.24 06:38:48.549144 [ 193 ] {6d91faa5-474e-4006-b181-dbf82df66096::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 | ||
| 1760 | 2025.04.24 06:38:48.549155 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1761 | 2025.04.24 06:38:48.549396 [ 260 ] {d3d54321-f141-4651-b470-526e5eb76076} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1762 | 2025.04.24 06:38:48.549413 [ 193 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1763 | 2025.04.24 06:38:48.549497 [ 193 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 114 rows starting from the beginning of the part | ||
| 1764 | 2025.04.24 06:38:48.549500 [ 260 ] {d3d54321-f141-4651-b470-526e5eb76076} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1765 | 2025.04.24 06:38:48.549860 [ 193 ] {6d91faa5-474e-4006-b181-dbf82df66096::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 | ||
| 1766 | 2025.04.24 06:38:48.550258 [ 193 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part | ||
| 1767 | 2025.04.24 06:38:48.550644 [ 193 ] {6d91faa5-474e-4006-b181-dbf82df66096::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 | ||
| 1768 | 2025.04.24 06:38:48.550999 [ 193 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 28 rows starting from the beginning of the part | ||
| 1769 | 2025.04.24 06:38:48.551351 [ 193 ] {6d91faa5-474e-4006-b181-dbf82df66096::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 | ||
| 1770 | 2025.04.24 06:38:48.552284 [ 260 ] {d3d54321-f141-4651-b470-526e5eb76076} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1771 | 2025.04.24 06:38:48.552361 [ 260 ] {d3d54321-f141-4651-b470-526e5eb76076} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1772 | 2025.04.24 06:38:48.553208 [ 260 ] {d3d54321-f141-4651-b470-526e5eb76076} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1773 | 2025.04.24 06:38:48.553866 [ 260 ] {d3d54321-f141-4651-b470-526e5eb76076} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1774 | 2025.04.24 06:38:48.553951 [ 193 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 192 rows, containing 5 columns (5 merged, 0 gathered) in 0.004909481 sec., 39108.003473279554 rows/sec., 2.71 MiB/sec. | ||
| 1775 | 2025.04.24 06:38:48.554234 [ 193 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1776 | 2025.04.24 06:38:48.554804 [ 260 ] {d3d54321-f141-4651-b470-526e5eb76076} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.005465 sec., 13174.748398902104 rows/sec., 1.03 MiB/sec. | ||
| 1777 | 2025.04.24 06:38:48.554976 [ 260 ] {d3d54321-f141-4651-b470-526e5eb76076} <Debug> TCPHandler: Processed in 0.005899053 sec. | ||
| 1778 | 2025.04.24 06:38:48.555132 [ 187 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_6_1} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1779 | 2025.04.24 06:38:48.555139 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1780 | 2025.04.24 06:38:48.555335 [ 187 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_6_1} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1781 | 2025.04.24 06:38:48.555366 [ 260 ] {08845f7a-563f-488a-9e6c-30dbfb056302} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1782 | 2025.04.24 06:38:48.555476 [ 260 ] {08845f7a-563f-488a-9e6c-30dbfb056302} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1783 | 2025.04.24 06:38:48.555523 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 1784 | 2025.04.24 06:38:48.556101 [ 260 ] {08845f7a-563f-488a-9e6c-30dbfb056302} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1785 | 2025.04.24 06:38:48.556145 [ 260 ] {08845f7a-563f-488a-9e6c-30dbfb056302} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 1786 | 2025.04.24 06:38:48.556536 [ 260 ] {08845f7a-563f-488a-9e6c-30dbfb056302} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1787 | 2025.04.24 06:38:48.556771 [ 260 ] {08845f7a-563f-488a-9e6c-30dbfb056302} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1788 | 2025.04.24 06:38:48.557020 [ 260 ] {08845f7a-563f-488a-9e6c-30dbfb056302} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001688 sec., 94786.7298578199 rows/sec., 6.60 MiB/sec. | ||
| 1789 | 2025.04.24 06:38:48.557114 [ 260 ] {08845f7a-563f-488a-9e6c-30dbfb056302} <Debug> TCPHandler: Processed in 0.002048556 sec. | ||
| 1790 | 2025.04.24 06:38:48.557234 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1791 | 2025.04.24 06:38:48.557341 [ 260 ] {2c588468-8f92-4e6b-a339-65ff06b3ac0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1792 | 2025.04.24 06:38:48.557408 [ 260 ] {2c588468-8f92-4e6b-a339-65ff06b3ac0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1793 | 2025.04.24 06:38:48.558411 [ 260 ] {2c588468-8f92-4e6b-a339-65ff06b3ac0f} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1794 | 2025.04.24 06:38:48.558450 [ 260 ] {2c588468-8f92-4e6b-a339-65ff06b3ac0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 1795 | 2025.04.24 06:38:48.559050 [ 260 ] {2c588468-8f92-4e6b-a339-65ff06b3ac0f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1796 | 2025.04.24 06:38:48.559308 [ 260 ] {2c588468-8f92-4e6b-a339-65ff06b3ac0f} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1797 | 2025.04.24 06:38:48.559480 [ 53 ] {} <Debug> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1798 | 2025.04.24 06:38:48.559558 [ 53 ] {} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1799 | 2025.04.24 06:38:48.559600 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 1800 | 2025.04.24 06:38:48.559599 [ 260 ] {2c588468-8f92-4e6b-a339-65ff06b3ac0f} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002271 sec., 3522.6772346983707 rows/sec., 6.31 MiB/sec. | ||
| 1801 | 2025.04.24 06:38:48.560091 [ 193 ] {186bf897-e03c-453c-939b-7d7f7079b981::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 | ||
| 1802 | 2025.04.24 06:38:48.560156 [ 260 ] {2c588468-8f92-4e6b-a339-65ff06b3ac0f} <Debug> TCPHandler: Processed in 0.002968547 sec. | ||
| 1803 | 2025.04.24 06:38:48.560387 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1804 | 2025.04.24 06:38:48.560641 [ 260 ] {790bffb3-6f3f-4e0c-bb41-4f7b4abb644a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1805 | 2025.04.24 06:38:48.560738 [ 193 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1806 | 2025.04.24 06:38:48.560754 [ 260 ] {790bffb3-6f3f-4e0c-bb41-4f7b4abb644a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1807 | 2025.04.24 06:38:48.560947 [ 193 ] {186bf897-e03c-453c-939b-7d7f7079b981::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 | ||
| 1808 | 2025.04.24 06:38:48.561860 [ 193 ] {186bf897-e03c-453c-939b-7d7f7079b981::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 | ||
| 1809 | 2025.04.24 06:38:48.562685 [ 193 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part | ||
| 1810 | 2025.04.24 06:38:48.562949 [ 260 ] {790bffb3-6f3f-4e0c-bb41-4f7b4abb644a} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1811 | 2025.04.24 06:38:48.563081 [ 260 ] {790bffb3-6f3f-4e0c-bb41-4f7b4abb644a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1812 | 2025.04.24 06:38:48.563416 [ 193 ] {186bf897-e03c-453c-939b-7d7f7079b981::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 | ||
| 1813 | 2025.04.24 06:38:48.564048 [ 193 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 28 rows starting from the beginning of the part | ||
| 1814 | 2025.04.24 06:38:48.564546 [ 260 ] {790bffb3-6f3f-4e0c-bb41-4f7b4abb644a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1815 | 2025.04.24 06:38:48.564623 [ 193 ] {186bf897-e03c-453c-939b-7d7f7079b981::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 | ||
| 1816 | 2025.04.24 06:38:48.565408 [ 260 ] {790bffb3-6f3f-4e0c-bb41-4f7b4abb644a} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1817 | 2025.04.24 06:38:48.565846 [ 260 ] {790bffb3-6f3f-4e0c-bb41-4f7b4abb644a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005281 sec., 11361.484567316797 rows/sec., 784.06 KiB/sec. | ||
| 1818 | 2025.04.24 06:38:48.565979 [ 260 ] {790bffb3-6f3f-4e0c-bb41-4f7b4abb644a} <Debug> TCPHandler: Processed in 0.005659497 sec. | ||
| 1819 | 2025.04.24 06:38:48.567742 [ 200 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 86 rows, containing 19 columns (19 merged, 0 gathered) in 0.008047112 sec., 10687.063880805934 rows/sec., 19.15 MiB/sec. | ||
| 1820 | 2025.04.24 06:38:48.568167 [ 200 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1821 | 2025.04.24 06:38:48.568657 [ 200 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1822 | 2025.04.24 06:38:48.568745 [ 200 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1823 | 2025.04.24 06:38:48.568905 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 1824 | 2025.04.24 06:38:53.544704 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1825 | 2025.04.24 06:38:53.545062 [ 260 ] {4addc23d-8cc2-44ce-b29e-5e1d07f7344b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1826 | 2025.04.24 06:38:53.545641 [ 260 ] {4addc23d-8cc2-44ce-b29e-5e1d07f7344b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1827 | 2025.04.24 06:38:53.545713 [ 260 ] {4addc23d-8cc2-44ce-b29e-5e1d07f7344b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1828 | 2025.04.24 06:38:53.546211 [ 260 ] {4addc23d-8cc2-44ce-b29e-5e1d07f7344b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1829 | 2025.04.24 06:38:53.546323 [ 260 ] {4addc23d-8cc2-44ce-b29e-5e1d07f7344b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1830 | 2025.04.24 06:38:53.546566 [ 260 ] {4addc23d-8cc2-44ce-b29e-5e1d07f7344b} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1831 | 2025.04.24 06:38:53.546840 [ 286 ] {4addc23d-8cc2-44ce-b29e-5e1d07f7344b} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1832 | 2025.04.24 06:38:53.546876 [ 288 ] {4addc23d-8cc2-44ce-b29e-5e1d07f7344b} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1833 | 2025.04.24 06:38:53.546889 [ 287 ] {4addc23d-8cc2-44ce-b29e-5e1d07f7344b} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1834 | 2025.04.24 06:38:53.547113 [ 260 ] {4addc23d-8cc2-44ce-b29e-5e1d07f7344b} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 1835 | 2025.04.24 06:38:53.547157 [ 260 ] {4addc23d-8cc2-44ce-b29e-5e1d07f7344b} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1836 | 2025.04.24 06:38:53.547313 [ 260 ] {4addc23d-8cc2-44ce-b29e-5e1d07f7344b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1837 | 2025.04.24 06:38:53.547345 [ 260 ] {4addc23d-8cc2-44ce-b29e-5e1d07f7344b} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1838 | 2025.04.24 06:38:53.547437 [ 260 ] {4addc23d-8cc2-44ce-b29e-5e1d07f7344b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1839 | 2025.04.24 06:38:53.547501 [ 260 ] {4addc23d-8cc2-44ce-b29e-5e1d07f7344b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1840 | 2025.04.24 06:38:53.547557 [ 260 ] {4addc23d-8cc2-44ce-b29e-5e1d07f7344b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1841 | 2025.04.24 06:38:53.549783 [ 260 ] {4addc23d-8cc2-44ce-b29e-5e1d07f7344b} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.00488 sec., 6967.213114754099 rows/sec., 268.15 KiB/sec. | ||
| 1842 | 2025.04.24 06:38:53.550059 [ 260 ] {4addc23d-8cc2-44ce-b29e-5e1d07f7344b} <Debug> TCPHandler: Processed in 0.005559546 sec. | ||
| 1843 | 2025.04.24 06:38:53.550596 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1844 | 2025.04.24 06:38:53.550826 [ 260 ] {7d6dcdd1-6b33-440d-86f9-161fab738283} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1845 | 2025.04.24 06:38:53.551245 [ 260 ] {7d6dcdd1-6b33-440d-86f9-161fab738283} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1846 | 2025.04.24 06:38:53.551306 [ 260 ] {7d6dcdd1-6b33-440d-86f9-161fab738283} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1847 | 2025.04.24 06:38:53.551748 [ 260 ] {7d6dcdd1-6b33-440d-86f9-161fab738283} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1848 | 2025.04.24 06:38:53.551835 [ 260 ] {7d6dcdd1-6b33-440d-86f9-161fab738283} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1849 | 2025.04.24 06:38:53.552029 [ 260 ] {7d6dcdd1-6b33-440d-86f9-161fab738283} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1850 | 2025.04.24 06:38:53.552158 [ 290 ] {7d6dcdd1-6b33-440d-86f9-161fab738283} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1851 | 2025.04.24 06:38:53.552198 [ 286 ] {7d6dcdd1-6b33-440d-86f9-161fab738283} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1852 | 2025.04.24 06:38:53.552229 [ 287 ] {7d6dcdd1-6b33-440d-86f9-161fab738283} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1853 | 2025.04.24 06:38:53.552398 [ 260 ] {7d6dcdd1-6b33-440d-86f9-161fab738283} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 1854 | 2025.04.24 06:38:53.552447 [ 260 ] {7d6dcdd1-6b33-440d-86f9-161fab738283} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1855 | 2025.04.24 06:38:53.552606 [ 260 ] {7d6dcdd1-6b33-440d-86f9-161fab738283} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1856 | 2025.04.24 06:38:53.552640 [ 260 ] {7d6dcdd1-6b33-440d-86f9-161fab738283} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1857 | 2025.04.24 06:38:53.552697 [ 260 ] {7d6dcdd1-6b33-440d-86f9-161fab738283} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1858 | 2025.04.24 06:38:53.552758 [ 260 ] {7d6dcdd1-6b33-440d-86f9-161fab738283} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1859 | 2025.04.24 06:38:53.552818 [ 260 ] {7d6dcdd1-6b33-440d-86f9-161fab738283} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1860 | 2025.04.24 06:38:53.554623 [ 260 ] {7d6dcdd1-6b33-440d-86f9-161fab738283} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003911 sec., 8693.42879059064 rows/sec., 334.59 KiB/sec. | ||
| 1861 | 2025.04.24 06:38:53.554897 [ 260 ] {7d6dcdd1-6b33-440d-86f9-161fab738283} <Debug> TCPHandler: Processed in 0.004380879 sec. | ||
| 1862 | 2025.04.24 06:38:53.555394 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1863 | 2025.04.24 06:38:53.555664 [ 260 ] {3beb4c9c-5a86-4908-b04f-96f16e915f9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1864 | 2025.04.24 06:38:53.556101 [ 260 ] {3beb4c9c-5a86-4908-b04f-96f16e915f9c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1865 | 2025.04.24 06:38:53.556168 [ 260 ] {3beb4c9c-5a86-4908-b04f-96f16e915f9c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1866 | 2025.04.24 06:38:53.556586 [ 260 ] {3beb4c9c-5a86-4908-b04f-96f16e915f9c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1867 | 2025.04.24 06:38:53.556677 [ 260 ] {3beb4c9c-5a86-4908-b04f-96f16e915f9c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1868 | 2025.04.24 06:38:53.556890 [ 260 ] {3beb4c9c-5a86-4908-b04f-96f16e915f9c} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 1869 | 2025.04.24 06:38:53.557051 [ 286 ] {3beb4c9c-5a86-4908-b04f-96f16e915f9c} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1870 | 2025.04.24 06:38:53.557071 [ 288 ] {3beb4c9c-5a86-4908-b04f-96f16e915f9c} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1871 | 2025.04.24 06:38:53.557103 [ 287 ] {3beb4c9c-5a86-4908-b04f-96f16e915f9c} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1872 | 2025.04.24 06:38:53.557286 [ 260 ] {3beb4c9c-5a86-4908-b04f-96f16e915f9c} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 1873 | 2025.04.24 06:38:53.557325 [ 260 ] {3beb4c9c-5a86-4908-b04f-96f16e915f9c} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1874 | 2025.04.24 06:38:53.557470 [ 260 ] {3beb4c9c-5a86-4908-b04f-96f16e915f9c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1875 | 2025.04.24 06:38:53.557500 [ 260 ] {3beb4c9c-5a86-4908-b04f-96f16e915f9c} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1876 | 2025.04.24 06:38:53.557555 [ 260 ] {3beb4c9c-5a86-4908-b04f-96f16e915f9c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1877 | 2025.04.24 06:38:53.557624 [ 260 ] {3beb4c9c-5a86-4908-b04f-96f16e915f9c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1878 | 2025.04.24 06:38:53.557699 [ 260 ] {3beb4c9c-5a86-4908-b04f-96f16e915f9c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1879 | 2025.04.24 06:38:53.559485 [ 260 ] {3beb4c9c-5a86-4908-b04f-96f16e915f9c} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.004006 sec., 8487.269096355467 rows/sec., 326.66 KiB/sec. | ||
| 1880 | 2025.04.24 06:38:53.559899 [ 260 ] {3beb4c9c-5a86-4908-b04f-96f16e915f9c} <Debug> TCPHandler: Processed in 0.004565203 sec. | ||
| 1881 | 2025.04.24 06:38:53.560408 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1882 | 2025.04.24 06:38:53.560669 [ 260 ] {40d02289-5035-49d2-9480-466b0925f6d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1883 | 2025.04.24 06:38:53.561116 [ 260 ] {40d02289-5035-49d2-9480-466b0925f6d9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1884 | 2025.04.24 06:38:53.561178 [ 260 ] {40d02289-5035-49d2-9480-466b0925f6d9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1885 | 2025.04.24 06:38:53.561637 [ 260 ] {40d02289-5035-49d2-9480-466b0925f6d9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1886 | 2025.04.24 06:38:53.561724 [ 260 ] {40d02289-5035-49d2-9480-466b0925f6d9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1887 | 2025.04.24 06:38:53.561917 [ 260 ] {40d02289-5035-49d2-9480-466b0925f6d9} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 1888 | 2025.04.24 06:38:53.562109 [ 287 ] {40d02289-5035-49d2-9480-466b0925f6d9} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1889 | 2025.04.24 06:38:53.562125 [ 286 ] {40d02289-5035-49d2-9480-466b0925f6d9} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1890 | 2025.04.24 06:38:53.562143 [ 288 ] {40d02289-5035-49d2-9480-466b0925f6d9} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1891 | 2025.04.24 06:38:53.562323 [ 260 ] {40d02289-5035-49d2-9480-466b0925f6d9} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 1892 | 2025.04.24 06:38:53.562360 [ 260 ] {40d02289-5035-49d2-9480-466b0925f6d9} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1893 | 2025.04.24 06:38:53.562505 [ 260 ] {40d02289-5035-49d2-9480-466b0925f6d9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1894 | 2025.04.24 06:38:53.562536 [ 260 ] {40d02289-5035-49d2-9480-466b0925f6d9} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1895 | 2025.04.24 06:38:53.562588 [ 260 ] {40d02289-5035-49d2-9480-466b0925f6d9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1896 | 2025.04.24 06:38:53.562651 [ 260 ] {40d02289-5035-49d2-9480-466b0925f6d9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1897 | 2025.04.24 06:38:53.562707 [ 260 ] {40d02289-5035-49d2-9480-466b0925f6d9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1898 | 2025.04.24 06:38:53.564629 [ 260 ] {40d02289-5035-49d2-9480-466b0925f6d9} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.004095 sec., 8302.808302808304 rows/sec., 319.56 KiB/sec. | ||
| 1899 | 2025.04.24 06:38:53.564887 [ 260 ] {40d02289-5035-49d2-9480-466b0925f6d9} <Debug> TCPHandler: Processed in 0.004559513 sec. | ||
| 1900 | 2025.04.24 06:38:53.565343 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1901 | 2025.04.24 06:38:53.565558 [ 260 ] {1a1c4bf8-b8c7-497d-b6aa-1e16ef0cd476} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1902 | 2025.04.24 06:38:53.565971 [ 260 ] {1a1c4bf8-b8c7-497d-b6aa-1e16ef0cd476} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1903 | 2025.04.24 06:38:53.566034 [ 260 ] {1a1c4bf8-b8c7-497d-b6aa-1e16ef0cd476} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1904 | 2025.04.24 06:38:53.566497 [ 260 ] {1a1c4bf8-b8c7-497d-b6aa-1e16ef0cd476} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1905 | 2025.04.24 06:38:53.566580 [ 260 ] {1a1c4bf8-b8c7-497d-b6aa-1e16ef0cd476} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1906 | 2025.04.24 06:38:53.566769 [ 260 ] {1a1c4bf8-b8c7-497d-b6aa-1e16ef0cd476} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 1907 | 2025.04.24 06:38:53.566951 [ 286 ] {1a1c4bf8-b8c7-497d-b6aa-1e16ef0cd476} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1908 | 2025.04.24 06:38:53.566979 [ 287 ] {1a1c4bf8-b8c7-497d-b6aa-1e16ef0cd476} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1909 | 2025.04.24 06:38:53.566957 [ 290 ] {1a1c4bf8-b8c7-497d-b6aa-1e16ef0cd476} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1910 | 2025.04.24 06:38:53.567174 [ 260 ] {1a1c4bf8-b8c7-497d-b6aa-1e16ef0cd476} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 1911 | 2025.04.24 06:38:53.567217 [ 260 ] {1a1c4bf8-b8c7-497d-b6aa-1e16ef0cd476} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1912 | 2025.04.24 06:38:53.567366 [ 260 ] {1a1c4bf8-b8c7-497d-b6aa-1e16ef0cd476} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1913 | 2025.04.24 06:38:53.567397 [ 260 ] {1a1c4bf8-b8c7-497d-b6aa-1e16ef0cd476} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1914 | 2025.04.24 06:38:53.567450 [ 260 ] {1a1c4bf8-b8c7-497d-b6aa-1e16ef0cd476} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1915 | 2025.04.24 06:38:53.567510 [ 260 ] {1a1c4bf8-b8c7-497d-b6aa-1e16ef0cd476} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1916 | 2025.04.24 06:38:53.567567 [ 260 ] {1a1c4bf8-b8c7-497d-b6aa-1e16ef0cd476} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1917 | 2025.04.24 06:38:53.569309 [ 260 ] {1a1c4bf8-b8c7-497d-b6aa-1e16ef0cd476} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.00386 sec., 8808.290155440414 rows/sec., 339.01 KiB/sec. | ||
| 1918 | 2025.04.24 06:38:53.569583 [ 260 ] {1a1c4bf8-b8c7-497d-b6aa-1e16ef0cd476} <Debug> TCPHandler: Processed in 0.004302127 sec. | ||
| 1919 | 2025.04.24 06:38:53.570044 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1920 | 2025.04.24 06:38:53.570295 [ 260 ] {5af4735d-aebd-463b-aa19-84801ad084a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1921 | 2025.04.24 06:38:53.570786 [ 260 ] {5af4735d-aebd-463b-aa19-84801ad084a7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1922 | 2025.04.24 06:38:53.570861 [ 260 ] {5af4735d-aebd-463b-aa19-84801ad084a7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1923 | 2025.04.24 06:38:53.571395 [ 260 ] {5af4735d-aebd-463b-aa19-84801ad084a7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1924 | 2025.04.24 06:38:53.571495 [ 260 ] {5af4735d-aebd-463b-aa19-84801ad084a7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1925 | 2025.04.24 06:38:53.571721 [ 260 ] {5af4735d-aebd-463b-aa19-84801ad084a7} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 1926 | 2025.04.24 06:38:53.571853 [ 286 ] {5af4735d-aebd-463b-aa19-84801ad084a7} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1927 | 2025.04.24 06:38:53.571910 [ 287 ] {5af4735d-aebd-463b-aa19-84801ad084a7} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1928 | 2025.04.24 06:38:53.571929 [ 288 ] {5af4735d-aebd-463b-aa19-84801ad084a7} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1929 | 2025.04.24 06:38:53.572090 [ 260 ] {5af4735d-aebd-463b-aa19-84801ad084a7} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 1930 | 2025.04.24 06:38:53.572122 [ 260 ] {5af4735d-aebd-463b-aa19-84801ad084a7} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1931 | 2025.04.24 06:38:53.572269 [ 260 ] {5af4735d-aebd-463b-aa19-84801ad084a7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1932 | 2025.04.24 06:38:53.572299 [ 260 ] {5af4735d-aebd-463b-aa19-84801ad084a7} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1933 | 2025.04.24 06:38:53.572357 [ 260 ] {5af4735d-aebd-463b-aa19-84801ad084a7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1934 | 2025.04.24 06:38:53.572413 [ 260 ] {5af4735d-aebd-463b-aa19-84801ad084a7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1935 | 2025.04.24 06:38:53.572468 [ 260 ] {5af4735d-aebd-463b-aa19-84801ad084a7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1936 | 2025.04.24 06:38:53.574231 [ 260 ] {5af4735d-aebd-463b-aa19-84801ad084a7} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.004001 sec., 8497.87553111722 rows/sec., 327.07 KiB/sec. | ||
| 1937 | 2025.04.24 06:38:53.574556 [ 260 ] {5af4735d-aebd-463b-aa19-84801ad084a7} <Debug> TCPHandler: Processed in 0.004586513 sec. | ||
| 1938 | 2025.04.24 06:38:53.594861 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1939 | 2025.04.24 06:38:53.595113 [ 260 ] {5a123d78-5fef-46be-b769-d49630881533} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1940 | 2025.04.24 06:38:53.595226 [ 260 ] {5a123d78-5fef-46be-b769-d49630881533} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1941 | 2025.04.24 06:38:53.596448 [ 260 ] {5a123d78-5fef-46be-b769-d49630881533} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1942 | 2025.04.24 06:38:53.596523 [ 260 ] {5a123d78-5fef-46be-b769-d49630881533} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1943 | 2025.04.24 06:38:53.597335 [ 260 ] {5a123d78-5fef-46be-b769-d49630881533} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1944 | 2025.04.24 06:38:53.597693 [ 260 ] {5a123d78-5fef-46be-b769-d49630881533} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1945 | 2025.04.24 06:38:53.598050 [ 260 ] {5a123d78-5fef-46be-b769-d49630881533} <Debug> executeQuery: Read 6 rows, 2.84 KiB in 0.003001 sec., 1999.333555481506 rows/sec., 946.95 KiB/sec. | ||
| 1946 | 2025.04.24 06:38:53.598315 [ 260 ] {5a123d78-5fef-46be-b769-d49630881533} <Debug> TCPHandler: Processed in 0.003649512 sec. | ||
| 1947 | 2025.04.24 06:38:53.599066 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1948 | 2025.04.24 06:38:53.599229 [ 260 ] {cd10ebf0-c608-4f85-b92a-e5689d4ce492} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1949 | 2025.04.24 06:38:53.599300 [ 260 ] {cd10ebf0-c608-4f85-b92a-e5689d4ce492} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1950 | 2025.04.24 06:38:53.600187 [ 260 ] {cd10ebf0-c608-4f85-b92a-e5689d4ce492} <Trace> oximeter.fields_i16 (6ff42f6f-4885-487d-9a78-1dd7a3795b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1951 | 2025.04.24 06:38:53.600246 [ 260 ] {cd10ebf0-c608-4f85-b92a-e5689d4ce492} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1952 | 2025.04.24 06:38:53.600737 [ 260 ] {cd10ebf0-c608-4f85-b92a-e5689d4ce492} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1953 | 2025.04.24 06:38:53.601067 [ 260 ] {cd10ebf0-c608-4f85-b92a-e5689d4ce492} <Trace> oximeter.fields_i16 (6ff42f6f-4885-487d-9a78-1dd7a3795b79): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1954 | 2025.04.24 06:38:53.601386 [ 260 ] {cd10ebf0-c608-4f85-b92a-e5689d4ce492} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002198 sec., 10919.01728844404 rows/sec., 927.69 KiB/sec. | ||
| 1955 | 2025.04.24 06:38:53.601607 [ 260 ] {cd10ebf0-c608-4f85-b92a-e5689d4ce492} <Debug> TCPHandler: Processed in 0.002606038 sec. | ||
| 1956 | 2025.04.24 06:38:53.601866 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1957 | 2025.04.24 06:38:53.602021 [ 260 ] {cb3b2b72-6bd9-4ea7-9b8d-e8ce33d82d22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1958 | 2025.04.24 06:38:53.602092 [ 260 ] {cb3b2b72-6bd9-4ea7-9b8d-e8ce33d82d22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1959 | 2025.04.24 06:38:53.603139 [ 260 ] {cb3b2b72-6bd9-4ea7-9b8d-e8ce33d82d22} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1960 | 2025.04.24 06:38:53.603192 [ 260 ] {cb3b2b72-6bd9-4ea7-9b8d-e8ce33d82d22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1961 | 2025.04.24 06:38:53.603753 [ 260 ] {cb3b2b72-6bd9-4ea7-9b8d-e8ce33d82d22} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1962 | 2025.04.24 06:38:53.604117 [ 260 ] {cb3b2b72-6bd9-4ea7-9b8d-e8ce33d82d22} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1963 | 2025.04.24 06:38:53.604396 [ 260 ] {cb3b2b72-6bd9-4ea7-9b8d-e8ce33d82d22} <Debug> executeQuery: Read 232 rows, 21.07 KiB in 0.002412 sec., 96185.73797678275 rows/sec., 8.53 MiB/sec. | ||
| 1964 | 2025.04.24 06:38:53.604481 [ 260 ] {cb3b2b72-6bd9-4ea7-9b8d-e8ce33d82d22} <Debug> TCPHandler: Processed in 0.00268423 sec. | ||
| 1965 | 2025.04.24 06:38:53.604653 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1966 | 2025.04.24 06:38:53.604794 [ 260 ] {ff5d6e40-5237-4279-aa4d-e237f03a3b76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1967 | 2025.04.24 06:38:53.604859 [ 260 ] {ff5d6e40-5237-4279-aa4d-e237f03a3b76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1968 | 2025.04.24 06:38:53.605655 [ 260 ] {ff5d6e40-5237-4279-aa4d-e237f03a3b76} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1969 | 2025.04.24 06:38:53.605708 [ 260 ] {ff5d6e40-5237-4279-aa4d-e237f03a3b76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1970 | 2025.04.24 06:38:53.606250 [ 260 ] {ff5d6e40-5237-4279-aa4d-e237f03a3b76} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1971 | 2025.04.24 06:38:53.606609 [ 260 ] {ff5d6e40-5237-4279-aa4d-e237f03a3b76} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1972 | 2025.04.24 06:38:53.606908 [ 260 ] {ff5d6e40-5237-4279-aa4d-e237f03a3b76} <Debug> executeQuery: Read 40 rows, 3.07 KiB in 0.002132 sec., 18761.72607879925 rows/sec., 1.40 MiB/sec. | ||
| 1973 | 2025.04.24 06:38:53.607080 [ 260 ] {ff5d6e40-5237-4279-aa4d-e237f03a3b76} <Debug> TCPHandler: Processed in 0.002489756 sec. | ||
| 1974 | 2025.04.24 06:38:53.607272 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1975 | 2025.04.24 06:38:53.607409 [ 260 ] {313811bb-b89f-40ad-9a2e-2fa5019f91ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1976 | 2025.04.24 06:38:53.607474 [ 260 ] {313811bb-b89f-40ad-9a2e-2fa5019f91ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1977 | 2025.04.24 06:38:53.608136 [ 260 ] {313811bb-b89f-40ad-9a2e-2fa5019f91ef} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1978 | 2025.04.24 06:38:53.608184 [ 260 ] {313811bb-b89f-40ad-9a2e-2fa5019f91ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1979 | 2025.04.24 06:38:53.608657 [ 260 ] {313811bb-b89f-40ad-9a2e-2fa5019f91ef} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1980 | 2025.04.24 06:38:53.608951 [ 260 ] {313811bb-b89f-40ad-9a2e-2fa5019f91ef} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1981 | 2025.04.24 06:38:53.609187 [ 260 ] {313811bb-b89f-40ad-9a2e-2fa5019f91ef} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001804 sec., 13303.769401330377 rows/sec., 1.10 MiB/sec. | ||
| 1982 | 2025.04.24 06:38:53.609294 [ 260 ] {313811bb-b89f-40ad-9a2e-2fa5019f91ef} <Debug> TCPHandler: Processed in 0.002092217 sec. | ||
| 1983 | 2025.04.24 06:38:53.609454 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1984 | 2025.04.24 06:38:53.609573 [ 260 ] {dd1a037c-b90c-42d0-b9ca-7e9336321114} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1985 | 2025.04.24 06:38:53.609629 [ 260 ] {dd1a037c-b90c-42d0-b9ca-7e9336321114} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1986 | 2025.04.24 06:38:53.610346 [ 260 ] {dd1a037c-b90c-42d0-b9ca-7e9336321114} <Trace> oximeter.fields_u8 (788ec107-c6c7-4ecf-8eae-6c824e50a883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1987 | 2025.04.24 06:38:53.610400 [ 260 ] {dd1a037c-b90c-42d0-b9ca-7e9336321114} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1988 | 2025.04.24 06:38:53.610916 [ 260 ] {dd1a037c-b90c-42d0-b9ca-7e9336321114} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1989 | 2025.04.24 06:38:53.611209 [ 260 ] {dd1a037c-b90c-42d0-b9ca-7e9336321114} <Trace> oximeter.fields_u8 (788ec107-c6c7-4ecf-8eae-6c824e50a883): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1990 | 2025.04.24 06:38:53.611470 [ 260 ] {dd1a037c-b90c-42d0-b9ca-7e9336321114} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001923 sec., 6240.249609984399 rows/sec., 487.52 KiB/sec. | ||
| 1991 | 2025.04.24 06:38:53.611537 [ 260 ] {dd1a037c-b90c-42d0-b9ca-7e9336321114} <Debug> TCPHandler: Processed in 0.002141568 sec. | ||
| 1992 | 2025.04.24 06:38:53.611721 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1993 | 2025.04.24 06:38:53.611851 [ 260 ] {20983bb0-6a55-440b-8cfa-2f496614c323} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1994 | 2025.04.24 06:38:53.611911 [ 260 ] {20983bb0-6a55-440b-8cfa-2f496614c323} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1995 | 2025.04.24 06:38:53.612652 [ 260 ] {20983bb0-6a55-440b-8cfa-2f496614c323} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1996 | 2025.04.24 06:38:53.612700 [ 260 ] {20983bb0-6a55-440b-8cfa-2f496614c323} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1997 | 2025.04.24 06:38:53.613143 [ 260 ] {20983bb0-6a55-440b-8cfa-2f496614c323} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1998 | 2025.04.24 06:38:53.613428 [ 260 ] {20983bb0-6a55-440b-8cfa-2f496614c323} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1999 | 2025.04.24 06:38:53.613670 [ 260 ] {20983bb0-6a55-440b-8cfa-2f496614c323} <Debug> executeQuery: Read 128 rows, 10.62 KiB in 0.001852 sec., 69114.47084233262 rows/sec., 5.60 MiB/sec. | ||
| 2000 | 2025.04.24 06:38:53.613733 [ 260 ] {20983bb0-6a55-440b-8cfa-2f496614c323} <Debug> TCPHandler: Processed in 0.002071047 sec. | ||
| 2001 | 2025.04.24 06:38:53.613898 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2002 | 2025.04.24 06:38:53.614017 [ 260 ] {525f5bf1-f893-4f43-9a38-dba598f9bd60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2003 | 2025.04.24 06:38:53.614075 [ 260 ] {525f5bf1-f893-4f43-9a38-dba598f9bd60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2004 | 2025.04.24 06:38:53.614818 [ 260 ] {525f5bf1-f893-4f43-9a38-dba598f9bd60} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2005 | 2025.04.24 06:38:53.614868 [ 260 ] {525f5bf1-f893-4f43-9a38-dba598f9bd60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2006 | 2025.04.24 06:38:53.615368 [ 260 ] {525f5bf1-f893-4f43-9a38-dba598f9bd60} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2007 | 2025.04.24 06:38:53.615661 [ 260 ] {525f5bf1-f893-4f43-9a38-dba598f9bd60} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2008 | 2025.04.24 06:38:53.615929 [ 260 ] {525f5bf1-f893-4f43-9a38-dba598f9bd60} <Debug> executeQuery: Read 370 rows, 28.84 KiB in 0.001939 sec., 190820.01031459516 rows/sec., 14.53 MiB/sec. | ||
| 2009 | 2025.04.24 06:38:53.615994 [ 260 ] {525f5bf1-f893-4f43-9a38-dba598f9bd60} <Debug> TCPHandler: Processed in 0.002154999 sec. | ||
| 2010 | 2025.04.24 06:38:53.616151 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2011 | 2025.04.24 06:38:53.616269 [ 260 ] {fa605a1a-8685-4056-bb90-4785232e21b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2012 | 2025.04.24 06:38:53.616349 [ 260 ] {fa605a1a-8685-4056-bb90-4785232e21b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2013 | 2025.04.24 06:38:53.618006 [ 260 ] {fa605a1a-8685-4056-bb90-4785232e21b2} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2014 | 2025.04.24 06:38:53.618059 [ 260 ] {fa605a1a-8685-4056-bb90-4785232e21b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2015 | 2025.04.24 06:38:53.618977 [ 260 ] {fa605a1a-8685-4056-bb90-4785232e21b2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2016 | 2025.04.24 06:38:53.619375 [ 260 ] {fa605a1a-8685-4056-bb90-4785232e21b2} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2017 | 2025.04.24 06:38:53.619681 [ 260 ] {fa605a1a-8685-4056-bb90-4785232e21b2} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.003437 sec., 8146.63951120163 rows/sec., 14.60 MiB/sec. | ||
| 2018 | 2025.04.24 06:38:53.619907 [ 260 ] {fa605a1a-8685-4056-bb90-4785232e21b2} <Debug> TCPHandler: Processed in 0.003812966 sec. | ||
| 2019 | 2025.04.24 06:38:53.620090 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2020 | 2025.04.24 06:38:53.620227 [ 260 ] {916deb9e-0941-4563-8a64-c025f6740701} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2021 | 2025.04.24 06:38:53.620393 [ 260 ] {916deb9e-0941-4563-8a64-c025f6740701} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2022 | 2025.04.24 06:38:53.621415 [ 260 ] {916deb9e-0941-4563-8a64-c025f6740701} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2023 | 2025.04.24 06:38:53.621461 [ 260 ] {916deb9e-0941-4563-8a64-c025f6740701} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2024 | 2025.04.24 06:38:53.621902 [ 260 ] {916deb9e-0941-4563-8a64-c025f6740701} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2025 | 2025.04.24 06:38:53.622211 [ 260 ] {916deb9e-0941-4563-8a64-c025f6740701} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2026 | 2025.04.24 06:38:53.622473 [ 260 ] {916deb9e-0941-4563-8a64-c025f6740701} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002277 sec., 26350.461133069828 rows/sec., 1.78 MiB/sec. | ||
| 2027 | 2025.04.24 06:38:53.622557 [ 260 ] {916deb9e-0941-4563-8a64-c025f6740701} <Debug> TCPHandler: Processed in 0.002532477 sec. | ||
| 2028 | 2025.04.24 06:38:54.000205 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 167.71 MiB, peak 170.82 MiB, free memory in arenas 0.00 B, will set to 166.70 MiB (RSS), difference: -1.01 MiB | ||
| 2029 | 2025.04.24 06:38:54.379862 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209 | ||
| 2030 | 2025.04.24 06:38:54.380542 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2031 | 2025.04.24 06:38:54.380605 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2032 | 2025.04.24 06:38:54.381282 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2033 | 2025.04.24 06:38:54.381596 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2034 | 2025.04.24 06:38:54.381904 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209 | ||
| 2035 | 2025.04.24 06:38:54.618325 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 2036 | 2025.04.24 06:38:54.638475 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2037 | 2025.04.24 06:38:54.638534 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2038 | 2025.04.24 06:38:54.645836 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2039 | 2025.04.24 06:38:54.646563 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2040 | 2025.04.24 06:38:54.649632 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 2041 | 2025.04.24 06:38:56.881893 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 302 | ||
| 2042 | 2025.04.24 06:38:56.885079 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2043 | 2025.04.24 06:38:56.885128 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2044 | 2025.04.24 06:38:56.886601 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2045 | 2025.04.24 06:38:56.886914 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2046 | 2025.04.24 06:38:56.887203 [ 44 ] {} <Debug> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2047 | 2025.04.24 06:38:56.887371 [ 44 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2048 | 2025.04.24 06:38:56.887483 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2049 | 2025.04.24 06:38:56.888125 [ 196 ] {20843e92-5287-4bd7-bacd-ef190d076d79::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 | ||
| 2050 | 2025.04.24 06:38:56.888447 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 302 | ||
| 2051 | 2025.04.24 06:38:56.889029 [ 196 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2052 | 2025.04.24 06:38:56.889204 [ 196 ] {20843e92-5287-4bd7-bacd-ef190d076d79::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 | ||
| 2053 | 2025.04.24 06:38:56.889909 [ 196 ] {20843e92-5287-4bd7-bacd-ef190d076d79::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 | ||
| 2054 | 2025.04.24 06:38:56.890566 [ 196 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 58 rows starting from the beginning of the part | ||
| 2055 | 2025.04.24 06:38:56.891166 [ 196 ] {20843e92-5287-4bd7-bacd-ef190d076d79::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 | ||
| 2056 | 2025.04.24 06:38:56.891861 [ 196 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part | ||
| 2057 | 2025.04.24 06:38:56.892493 [ 196 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 44 rows starting from the beginning of the part | ||
| 2058 | 2025.04.24 06:38:56.900142 [ 199 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 302 rows, containing 72 columns (72 merged, 0 gathered) in 0.012471691 sec., 24214.839832064474 rows/sec., 25.03 MiB/sec. | ||
| 2059 | 2025.04.24 06:38:56.901256 [ 193 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2060 | 2025.04.24 06:38:56.902076 [ 193 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_6_1} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2061 | 2025.04.24 06:38:56.902169 [ 193 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_6_1} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2062 | 2025.04.24 06:38:56.902499 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.68 MiB. | ||
| 2063 | 2025.04.24 06:38:58.545403 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2064 | 2025.04.24 06:38:58.545609 [ 260 ] {2ed7e48b-a6a7-4465-85c8-b1effaed2ae5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2065 | 2025.04.24 06:38:58.545684 [ 260 ] {2ed7e48b-a6a7-4465-85c8-b1effaed2ae5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2066 | 2025.04.24 06:38:58.546518 [ 260 ] {2ed7e48b-a6a7-4465-85c8-b1effaed2ae5} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2067 | 2025.04.24 06:38:58.546560 [ 260 ] {2ed7e48b-a6a7-4465-85c8-b1effaed2ae5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2068 | 2025.04.24 06:38:58.546992 [ 260 ] {2ed7e48b-a6a7-4465-85c8-b1effaed2ae5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2069 | 2025.04.24 06:38:58.547237 [ 260 ] {2ed7e48b-a6a7-4465-85c8-b1effaed2ae5} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2070 | 2025.04.24 06:38:58.547382 [ 42 ] {} <Debug> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2071 | 2025.04.24 06:38:58.547417 [ 260 ] {2ed7e48b-a6a7-4465-85c8-b1effaed2ae5} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001866 sec., 38585.20900321543 rows/sec., 3.12 MiB/sec. | ||
| 2072 | 2025.04.24 06:38:58.547450 [ 42 ] {} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2073 | 2025.04.24 06:38:58.547485 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2074 | 2025.04.24 06:38:58.547514 [ 260 ] {2ed7e48b-a6a7-4465-85c8-b1effaed2ae5} <Debug> TCPHandler: Processed in 0.00224397 sec. | ||
| 2075 | 2025.04.24 06:38:58.547700 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2076 | 2025.04.24 06:38:58.547711 [ 196 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::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 | ||
| 2077 | 2025.04.24 06:38:58.547870 [ 260 ] {31dbe847-7100-49b3-b407-a1ee3ea04733} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2078 | 2025.04.24 06:38:58.547991 [ 260 ] {31dbe847-7100-49b3-b407-a1ee3ea04733} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2079 | 2025.04.24 06:38:58.548028 [ 196 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2080 | 2025.04.24 06:38:58.548130 [ 196 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 685 rows starting from the beginning of the part | ||
| 2081 | 2025.04.24 06:38:58.548438 [ 196 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 72 rows starting from the beginning of the part | ||
| 2082 | 2025.04.24 06:38:58.548821 [ 196 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 112 rows starting from the beginning of the part | ||
| 2083 | 2025.04.24 06:38:58.549142 [ 196 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 72 rows starting from the beginning of the part | ||
| 2084 | 2025.04.24 06:38:58.549479 [ 196 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 232 rows starting from the beginning of the part | ||
| 2085 | 2025.04.24 06:38:58.549786 [ 196 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 72 rows starting from the beginning of the part | ||
| 2086 | 2025.04.24 06:38:58.550788 [ 260 ] {31dbe847-7100-49b3-b407-a1ee3ea04733} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2087 | 2025.04.24 06:38:58.550855 [ 260 ] {31dbe847-7100-49b3-b407-a1ee3ea04733} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2088 | 2025.04.24 06:38:58.551779 [ 260 ] {31dbe847-7100-49b3-b407-a1ee3ea04733} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2089 | 2025.04.24 06:38:58.552248 [ 260 ] {31dbe847-7100-49b3-b407-a1ee3ea04733} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2090 | 2025.04.24 06:38:58.552714 [ 260 ] {31dbe847-7100-49b3-b407-a1ee3ea04733} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.004867 sec., 1643.7230326689953 rows/sec., 123.60 KiB/sec. | ||
| 2091 | 2025.04.24 06:38:58.553139 [ 260 ] {31dbe847-7100-49b3-b407-a1ee3ea04733} <Debug> TCPHandler: Processed in 0.005509804 sec. | ||
| 2092 | 2025.04.24 06:38:58.553296 [ 196 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1245 rows, containing 5 columns (5 merged, 0 gathered) in 0.005703548 sec., 218285.17968113883 rows/sec., 18.71 MiB/sec. | ||
| 2093 | 2025.04.24 06:38:58.553483 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2094 | 2025.04.24 06:38:58.553635 [ 196 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2095 | 2025.04.24 06:38:58.553678 [ 260 ] {80fef675-0a95-4511-8fcd-938d0be10e95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2096 | 2025.04.24 06:38:58.553766 [ 260 ] {80fef675-0a95-4511-8fcd-938d0be10e95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2097 | 2025.04.24 06:38:58.554211 [ 196 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_11_2} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2098 | 2025.04.24 06:38:58.554449 [ 196 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_11_2} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2099 | 2025.04.24 06:38:58.554551 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 2100 | 2025.04.24 06:38:58.554817 [ 260 ] {80fef675-0a95-4511-8fcd-938d0be10e95} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2101 | 2025.04.24 06:38:58.554860 [ 260 ] {80fef675-0a95-4511-8fcd-938d0be10e95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2102 | 2025.04.24 06:38:58.555219 [ 260 ] {80fef675-0a95-4511-8fcd-938d0be10e95} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2103 | 2025.04.24 06:38:58.555451 [ 260 ] {80fef675-0a95-4511-8fcd-938d0be10e95} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2104 | 2025.04.24 06:38:58.555627 [ 40 ] {} <Debug> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2105 | 2025.04.24 06:38:58.555635 [ 260 ] {80fef675-0a95-4511-8fcd-938d0be10e95} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001998 sec., 36036.036036036036 rows/sec., 2.81 MiB/sec. | ||
| 2106 | 2025.04.24 06:38:58.555697 [ 40 ] {} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2107 | 2025.04.24 06:38:58.555776 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2108 | 2025.04.24 06:38:58.555782 [ 260 ] {80fef675-0a95-4511-8fcd-938d0be10e95} <Debug> TCPHandler: Processed in 0.002416375 sec. | ||
| 2109 | 2025.04.24 06:38:58.556002 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2110 | 2025.04.24 06:38:58.556003 [ 199 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::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 | ||
| 2111 | 2025.04.24 06:38:58.556195 [ 260 ] {2b740979-f02e-4ccf-8aac-74786a2ed839} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2112 | 2025.04.24 06:38:58.556314 [ 260 ] {2b740979-f02e-4ccf-8aac-74786a2ed839} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2113 | 2025.04.24 06:38:58.556331 [ 199 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2114 | 2025.04.24 06:38:58.556444 [ 199 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 432 rows starting from the beginning of the part | ||
| 2115 | 2025.04.24 06:38:58.556796 [ 199 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 72 rows starting from the beginning of the part | ||
| 2116 | 2025.04.24 06:38:58.557118 [ 199 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 92 rows starting from the beginning of the part | ||
| 2117 | 2025.04.24 06:38:58.557403 [ 199 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 72 rows starting from the beginning of the part | ||
| 2118 | 2025.04.24 06:38:58.557705 [ 199 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 128 rows starting from the beginning of the part | ||
| 2119 | 2025.04.24 06:38:58.557889 [ 199 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 72 rows starting from the beginning of the part | ||
| 2120 | 2025.04.24 06:38:58.558873 [ 260 ] {2b740979-f02e-4ccf-8aac-74786a2ed839} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2121 | 2025.04.24 06:38:58.558946 [ 260 ] {2b740979-f02e-4ccf-8aac-74786a2ed839} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2122 | 2025.04.24 06:38:58.559991 [ 260 ] {2b740979-f02e-4ccf-8aac-74786a2ed839} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2123 | 2025.04.24 06:38:58.560508 [ 260 ] {2b740979-f02e-4ccf-8aac-74786a2ed839} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2124 | 2025.04.24 06:38:58.560775 [ 40 ] {} <Debug> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2125 | 2025.04.24 06:38:58.560908 [ 40 ] {} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2126 | 2025.04.24 06:38:58.560998 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2127 | 2025.04.24 06:38:58.561477 [ 199 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 2128 | 2025.04.24 06:38:58.561699 [ 260 ] {2b740979-f02e-4ccf-8aac-74786a2ed839} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004997 sec., 32019.21152691615 rows/sec., 2.23 MiB/sec. | ||
| 2129 | 2025.04.24 06:38:58.561771 [ 188 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 868 rows, containing 5 columns (5 merged, 0 gathered) in 0.005871242 sec., 147839.24764129976 rows/sec., 11.68 MiB/sec. | ||
| 2130 | 2025.04.24 06:38:58.561973 [ 199 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2131 | 2025.04.24 06:38:58.561991 [ 260 ] {2b740979-f02e-4ccf-8aac-74786a2ed839} <Debug> TCPHandler: Processed in 0.006061086 sec. | ||
| 2132 | 2025.04.24 06:38:58.562069 [ 199 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 973 rows starting from the beginning of the part | ||
| 2133 | 2025.04.24 06:38:58.562229 [ 188 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2134 | 2025.04.24 06:38:58.562366 [ 199 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part | ||
| 2135 | 2025.04.24 06:38:58.562402 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2136 | 2025.04.24 06:38:58.562708 [ 199 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part | ||
| 2137 | 2025.04.24 06:38:58.562979 [ 199 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 2138 | 2025.04.24 06:38:58.563259 [ 199 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 370 rows starting from the beginning of the part | ||
| 2139 | 2025.04.24 06:38:58.563419 [ 260 ] {10923364-c52f-44fd-a049-ace4ff0d8896} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2140 | 2025.04.24 06:38:58.563533 [ 199 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 2141 | 2025.04.24 06:38:58.563989 [ 260 ] {10923364-c52f-44fd-a049-ace4ff0d8896} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2142 | 2025.04.24 06:38:58.564862 [ 188 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_11_2} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2143 | 2025.04.24 06:38:58.565274 [ 188 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_11_2} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2144 | 2025.04.24 06:38:58.565564 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2145 | 2025.04.24 06:38:58.568209 [ 199 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1983 rows, containing 5 columns (5 merged, 0 gathered) in 0.007026789 sec., 282205.71302197914 rows/sec., 19.91 MiB/sec. | ||
| 2146 | 2025.04.24 06:38:58.568431 [ 260 ] {10923364-c52f-44fd-a049-ace4ff0d8896} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2147 | 2025.04.24 06:38:58.568491 [ 260 ] {10923364-c52f-44fd-a049-ace4ff0d8896} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2148 | 2025.04.24 06:38:58.568560 [ 199 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2149 | 2025.04.24 06:38:58.569302 [ 199 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2150 | 2025.04.24 06:38:58.569491 [ 199 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2151 | 2025.04.24 06:38:58.569688 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 2152 | 2025.04.24 06:38:58.569926 [ 260 ] {10923364-c52f-44fd-a049-ace4ff0d8896} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2153 | 2025.04.24 06:38:58.570188 [ 260 ] {10923364-c52f-44fd-a049-ace4ff0d8896} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2154 | 2025.04.24 06:38:58.570416 [ 260 ] {10923364-c52f-44fd-a049-ace4ff0d8896} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007343 sec., 1089.4729674519951 rows/sec., 1.95 MiB/sec. | ||
| 2155 | 2025.04.24 06:38:58.570537 [ 260 ] {10923364-c52f-44fd-a049-ace4ff0d8896} <Debug> TCPHandler: Processed in 0.008378069 sec. | ||
| 2156 | 2025.04.24 06:38:58.570648 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2157 | 2025.04.24 06:38:58.570747 [ 260 ] {ea3e0c7a-2907-473d-8f3b-f94642edcf51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2158 | 2025.04.24 06:38:58.570792 [ 260 ] {ea3e0c7a-2907-473d-8f3b-f94642edcf51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2159 | 2025.04.24 06:38:58.571222 [ 260 ] {ea3e0c7a-2907-473d-8f3b-f94642edcf51} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2160 | 2025.04.24 06:38:58.571259 [ 260 ] {ea3e0c7a-2907-473d-8f3b-f94642edcf51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2161 | 2025.04.24 06:38:58.571608 [ 260 ] {ea3e0c7a-2907-473d-8f3b-f94642edcf51} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2162 | 2025.04.24 06:38:58.571848 [ 260 ] {ea3e0c7a-2907-473d-8f3b-f94642edcf51} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2163 | 2025.04.24 06:38:58.572010 [ 40 ] {} <Debug> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2164 | 2025.04.24 06:38:58.572076 [ 40 ] {} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2165 | 2025.04.24 06:38:58.572096 [ 260 ] {ea3e0c7a-2907-473d-8f3b-f94642edcf51} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001359 sec., 44150.11037527594 rows/sec., 2.98 MiB/sec. | ||
| 2166 | 2025.04.24 06:38:58.572112 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2167 | 2025.04.24 06:38:58.572218 [ 260 ] {ea3e0c7a-2907-473d-8f3b-f94642edcf51} <Debug> TCPHandler: Processed in 0.001616786 sec. | ||
| 2168 | 2025.04.24 06:38:58.572373 [ 188 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 2169 | 2025.04.24 06:38:58.572511 [ 188 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2170 | 2025.04.24 06:38:58.572545 [ 188 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 358 rows starting from the beginning of the part | ||
| 2171 | 2025.04.24 06:38:58.572679 [ 188 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part | ||
| 2172 | 2025.04.24 06:38:58.572877 [ 188 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part | ||
| 2173 | 2025.04.24 06:38:58.573018 [ 188 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 2174 | 2025.04.24 06:38:58.573139 [ 188 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 2175 | 2025.04.24 06:38:58.573388 [ 188 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 2176 | 2025.04.24 06:38:58.574626 [ 188 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 658 rows, containing 4 columns (4 merged, 0 gathered) in 0.002394864 sec., 274754.64159969 rows/sec., 18.38 MiB/sec. | ||
| 2177 | 2025.04.24 06:38:58.574752 [ 188 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2178 | 2025.04.24 06:38:58.575008 [ 188 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_11_2} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2179 | 2025.04.24 06:38:58.575082 [ 188 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_11_2} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2180 | 2025.04.24 06:38:58.575142 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 2181 | 2025.04.24 06:39:01.767938 [ 34 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2182 | 2025.04.24 06:39:01.768036 [ 34 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2183 | 2025.04.24 06:39:01.882628 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636 | ||
| 2184 | 2025.04.24 06:39:01.883234 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2185 | 2025.04.24 06:39:01.883276 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2186 | 2025.04.24 06:39:01.883786 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2187 | 2025.04.24 06:39:01.884048 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2188 | 2025.04.24 06:39:01.884276 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2189 | 2025.04.24 06:39:02.150189 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2190 | 2025.04.24 06:39:02.170248 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2191 | 2025.04.24 06:39:02.170313 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2192 | 2025.04.24 06:39:02.177465 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2193 | 2025.04.24 06:39:02.178209 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2194 | 2025.04.24 06:39:02.180812 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2195 | 2025.04.24 06:39:03.546392 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2196 | 2025.04.24 06:39:03.546585 [ 260 ] {4da270e8-dd2c-48dc-a684-75df13eb0e24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2197 | 2025.04.24 06:39:03.546659 [ 260 ] {4da270e8-dd2c-48dc-a684-75df13eb0e24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2198 | 2025.04.24 06:39:03.547462 [ 260 ] {4da270e8-dd2c-48dc-a684-75df13eb0e24} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2199 | 2025.04.24 06:39:03.547517 [ 260 ] {4da270e8-dd2c-48dc-a684-75df13eb0e24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2200 | 2025.04.24 06:39:03.547976 [ 260 ] {4da270e8-dd2c-48dc-a684-75df13eb0e24} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2201 | 2025.04.24 06:39:03.548230 [ 260 ] {4da270e8-dd2c-48dc-a684-75df13eb0e24} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2202 | 2025.04.24 06:39:03.548443 [ 260 ] {4da270e8-dd2c-48dc-a684-75df13eb0e24} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001903 sec., 58854.44035733053 rows/sec., 4.94 MiB/sec. | ||
| 2203 | 2025.04.24 06:39:03.548564 [ 260 ] {4da270e8-dd2c-48dc-a684-75df13eb0e24} <Debug> TCPHandler: Processed in 0.002306623 sec. | ||
| 2204 | 2025.04.24 06:39:03.548784 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2205 | 2025.04.24 06:39:03.548899 [ 260 ] {438da426-98e8-4ec5-b562-3d3291ee1583} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2206 | 2025.04.24 06:39:03.548948 [ 260 ] {438da426-98e8-4ec5-b562-3d3291ee1583} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2207 | 2025.04.24 06:39:03.549527 [ 260 ] {438da426-98e8-4ec5-b562-3d3291ee1583} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2208 | 2025.04.24 06:39:03.549571 [ 260 ] {438da426-98e8-4ec5-b562-3d3291ee1583} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2209 | 2025.04.24 06:39:03.549922 [ 260 ] {438da426-98e8-4ec5-b562-3d3291ee1583} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2210 | 2025.04.24 06:39:03.550160 [ 260 ] {438da426-98e8-4ec5-b562-3d3291ee1583} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2211 | 2025.04.24 06:39:03.550365 [ 260 ] {438da426-98e8-4ec5-b562-3d3291ee1583} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001495 sec., 18729.096989966554 rows/sec., 1.38 MiB/sec. | ||
| 2212 | 2025.04.24 06:39:03.550419 [ 260 ] {438da426-98e8-4ec5-b562-3d3291ee1583} <Debug> TCPHandler: Processed in 0.001723219 sec. | ||
| 2213 | 2025.04.24 06:39:03.550533 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2214 | 2025.04.24 06:39:03.550638 [ 260 ] {0b53ff67-95fd-4f20-a17d-cf803e6b01ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2215 | 2025.04.24 06:39:03.550683 [ 260 ] {0b53ff67-95fd-4f20-a17d-cf803e6b01ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2216 | 2025.04.24 06:39:03.551229 [ 260 ] {0b53ff67-95fd-4f20-a17d-cf803e6b01ee} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2217 | 2025.04.24 06:39:03.551267 [ 260 ] {0b53ff67-95fd-4f20-a17d-cf803e6b01ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2218 | 2025.04.24 06:39:03.551612 [ 260 ] {0b53ff67-95fd-4f20-a17d-cf803e6b01ee} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2219 | 2025.04.24 06:39:03.551846 [ 260 ] {0b53ff67-95fd-4f20-a17d-cf803e6b01ee} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2220 | 2025.04.24 06:39:03.552068 [ 260 ] {0b53ff67-95fd-4f20-a17d-cf803e6b01ee} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001443 sec., 63756.063756063755 rows/sec., 4.98 MiB/sec. | ||
| 2221 | 2025.04.24 06:39:03.552249 [ 260 ] {0b53ff67-95fd-4f20-a17d-cf803e6b01ee} <Debug> TCPHandler: Processed in 0.001763689 sec. | ||
| 2222 | 2025.04.24 06:39:03.552414 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2223 | 2025.04.24 06:39:03.552519 [ 260 ] {6a731c84-8a89-4a5c-8ca3-afd6bbd0123a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2224 | 2025.04.24 06:39:03.552569 [ 260 ] {6a731c84-8a89-4a5c-8ca3-afd6bbd0123a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2225 | 2025.04.24 06:39:03.553127 [ 260 ] {6a731c84-8a89-4a5c-8ca3-afd6bbd0123a} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2226 | 2025.04.24 06:39:03.553165 [ 260 ] {6a731c84-8a89-4a5c-8ca3-afd6bbd0123a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2227 | 2025.04.24 06:39:03.553553 [ 260 ] {6a731c84-8a89-4a5c-8ca3-afd6bbd0123a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2228 | 2025.04.24 06:39:03.553788 [ 260 ] {6a731c84-8a89-4a5c-8ca3-afd6bbd0123a} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2229 | 2025.04.24 06:39:03.553989 [ 260 ] {6a731c84-8a89-4a5c-8ca3-afd6bbd0123a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001493 sec., 107166.7782987274 rows/sec., 7.46 MiB/sec. | ||
| 2230 | 2025.04.24 06:39:03.554040 [ 260 ] {6a731c84-8a89-4a5c-8ca3-afd6bbd0123a} <Debug> TCPHandler: Processed in 0.001687988 sec. | ||
| 2231 | 2025.04.24 06:39:03.554157 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2232 | 2025.04.24 06:39:03.554262 [ 260 ] {e54caef1-3cf7-4f89-ac43-5dbfaa959218} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2233 | 2025.04.24 06:39:03.554326 [ 260 ] {e54caef1-3cf7-4f89-ac43-5dbfaa959218} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2234 | 2025.04.24 06:39:03.555402 [ 260 ] {e54caef1-3cf7-4f89-ac43-5dbfaa959218} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2235 | 2025.04.24 06:39:03.555441 [ 260 ] {e54caef1-3cf7-4f89-ac43-5dbfaa959218} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2236 | 2025.04.24 06:39:03.556055 [ 260 ] {e54caef1-3cf7-4f89-ac43-5dbfaa959218} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2237 | 2025.04.24 06:39:03.556311 [ 260 ] {e54caef1-3cf7-4f89-ac43-5dbfaa959218} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2238 | 2025.04.24 06:39:03.556555 [ 260 ] {e54caef1-3cf7-4f89-ac43-5dbfaa959218} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002314 sec., 12100.259291270528 rows/sec., 21.68 MiB/sec. | ||
| 2239 | 2025.04.24 06:39:03.556659 [ 260 ] {e54caef1-3cf7-4f89-ac43-5dbfaa959218} <Debug> TCPHandler: Processed in 0.002551507 sec. | ||
| 2240 | 2025.04.24 06:39:03.556789 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2241 | 2025.04.24 06:39:03.556894 [ 260 ] {c7d25912-462b-4350-a6ba-57aaa7f718fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2242 | 2025.04.24 06:39:03.556941 [ 260 ] {c7d25912-462b-4350-a6ba-57aaa7f718fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2243 | 2025.04.24 06:39:03.557380 [ 260 ] {c7d25912-462b-4350-a6ba-57aaa7f718fc} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2244 | 2025.04.24 06:39:03.557417 [ 260 ] {c7d25912-462b-4350-a6ba-57aaa7f718fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2245 | 2025.04.24 06:39:03.557769 [ 260 ] {c7d25912-462b-4350-a6ba-57aaa7f718fc} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2246 | 2025.04.24 06:39:03.558005 [ 260 ] {c7d25912-462b-4350-a6ba-57aaa7f718fc} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2247 | 2025.04.24 06:39:03.558201 [ 260 ] {c7d25912-462b-4350-a6ba-57aaa7f718fc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001328 sec., 45180.72289156626 rows/sec., 3.04 MiB/sec. | ||
| 2248 | 2025.04.24 06:39:03.558249 [ 260 ] {c7d25912-462b-4350-a6ba-57aaa7f718fc} <Debug> TCPHandler: Processed in 0.001510334 sec. | ||
| 2249 | 2025.04.24 06:39:06.889483 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 326 | ||
| 2250 | 2025.04.24 06:39:06.892367 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2251 | 2025.04.24 06:39:06.892419 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2252 | 2025.04.24 06:39:06.893833 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2253 | 2025.04.24 06:39:06.894125 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2254 | 2025.04.24 06:39:06.894755 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 326 | ||
| 2255 | 2025.04.24 06:39:08.539809 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2256 | 2025.04.24 06:39:08.540079 [ 260 ] {b8e690de-d2c0-45ee-a314-91dde5dca358} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2257 | 2025.04.24 06:39:08.540519 [ 260 ] {b8e690de-d2c0-45ee-a314-91dde5dca358} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2258 | 2025.04.24 06:39:08.540573 [ 260 ] {b8e690de-d2c0-45ee-a314-91dde5dca358} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2259 | 2025.04.24 06:39:08.540945 [ 260 ] {b8e690de-d2c0-45ee-a314-91dde5dca358} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2260 | 2025.04.24 06:39:08.541027 [ 260 ] {b8e690de-d2c0-45ee-a314-91dde5dca358} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2261 | 2025.04.24 06:39:08.541203 [ 260 ] {b8e690de-d2c0-45ee-a314-91dde5dca358} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 2262 | 2025.04.24 06:39:08.541441 [ 286 ] {b8e690de-d2c0-45ee-a314-91dde5dca358} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2263 | 2025.04.24 06:39:08.541485 [ 288 ] {b8e690de-d2c0-45ee-a314-91dde5dca358} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2264 | 2025.04.24 06:39:08.541489 [ 287 ] {b8e690de-d2c0-45ee-a314-91dde5dca358} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2265 | 2025.04.24 06:39:08.541453 [ 290 ] {b8e690de-d2c0-45ee-a314-91dde5dca358} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2266 | 2025.04.24 06:39:08.541710 [ 260 ] {b8e690de-d2c0-45ee-a314-91dde5dca358} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 2267 | 2025.04.24 06:39:08.541743 [ 260 ] {b8e690de-d2c0-45ee-a314-91dde5dca358} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2268 | 2025.04.24 06:39:08.541884 [ 260 ] {b8e690de-d2c0-45ee-a314-91dde5dca358} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2269 | 2025.04.24 06:39:08.541908 [ 260 ] {b8e690de-d2c0-45ee-a314-91dde5dca358} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Reading approx. 40 rows with 4 streams | ||
| 2270 | 2025.04.24 06:39:08.541952 [ 260 ] {b8e690de-d2c0-45ee-a314-91dde5dca358} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2271 | 2025.04.24 06:39:08.542000 [ 260 ] {b8e690de-d2c0-45ee-a314-91dde5dca358} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2272 | 2025.04.24 06:39:08.542042 [ 260 ] {b8e690de-d2c0-45ee-a314-91dde5dca358} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2273 | 2025.04.24 06:39:08.542085 [ 260 ] {b8e690de-d2c0-45ee-a314-91dde5dca358} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2274 | 2025.04.24 06:39:08.544287 [ 260 ] {b8e690de-d2c0-45ee-a314-91dde5dca358} <Debug> executeQuery: Read 40 rows, 1.61 KiB in 0.004337 sec., 9222.965183306434 rows/sec., 371.98 KiB/sec. | ||
| 2275 | 2025.04.24 06:39:08.544506 [ 260 ] {b8e690de-d2c0-45ee-a314-91dde5dca358} <Debug> MemoryTracker: Peak memory usage (for query): 144.90 KiB. | ||
| 2276 | 2025.04.24 06:39:08.544524 [ 260 ] {b8e690de-d2c0-45ee-a314-91dde5dca358} <Debug> TCPHandler: Processed in 0.004847609 sec. | ||
| 2277 | 2025.04.24 06:39:08.551078 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2278 | 2025.04.24 06:39:08.551220 [ 260 ] {97e81b93-b139-4e03-8599-456f6807228c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2279 | 2025.04.24 06:39:08.551282 [ 260 ] {97e81b93-b139-4e03-8599-456f6807228c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2280 | 2025.04.24 06:39:08.552034 [ 260 ] {97e81b93-b139-4e03-8599-456f6807228c} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2281 | 2025.04.24 06:39:08.552160 [ 260 ] {97e81b93-b139-4e03-8599-456f6807228c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2282 | 2025.04.24 06:39:08.552644 [ 260 ] {97e81b93-b139-4e03-8599-456f6807228c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2283 | 2025.04.24 06:39:08.552884 [ 260 ] {97e81b93-b139-4e03-8599-456f6807228c} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2284 | 2025.04.24 06:39:08.553144 [ 260 ] {97e81b93-b139-4e03-8599-456f6807228c} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001959 sec., 510.4645227156713 rows/sec., 115.65 KiB/sec. | ||
| 2285 | 2025.04.24 06:39:08.553341 [ 260 ] {97e81b93-b139-4e03-8599-456f6807228c} <Debug> TCPHandler: Processed in 0.002324803 sec. | ||
| 2286 | 2025.04.24 06:39:08.553470 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2287 | 2025.04.24 06:39:08.553579 [ 260 ] {57bdbbb0-32df-4f57-ae74-486631b92bbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2288 | 2025.04.24 06:39:08.553626 [ 260 ] {57bdbbb0-32df-4f57-ae74-486631b92bbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2289 | 2025.04.24 06:39:08.554162 [ 260 ] {57bdbbb0-32df-4f57-ae74-486631b92bbd} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2290 | 2025.04.24 06:39:08.554202 [ 260 ] {57bdbbb0-32df-4f57-ae74-486631b92bbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2291 | 2025.04.24 06:39:08.554540 [ 260 ] {57bdbbb0-32df-4f57-ae74-486631b92bbd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2292 | 2025.04.24 06:39:08.554782 [ 260 ] {57bdbbb0-32df-4f57-ae74-486631b92bbd} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2293 | 2025.04.24 06:39:08.555044 [ 260 ] {57bdbbb0-32df-4f57-ae74-486631b92bbd} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001467 sec., 6816.63258350375 rows/sec., 555.85 KiB/sec. | ||
| 2294 | 2025.04.24 06:39:08.555152 [ 260 ] {57bdbbb0-32df-4f57-ae74-486631b92bbd} <Debug> TCPHandler: Processed in 0.00173185 sec. | ||
| 2295 | 2025.04.24 06:39:08.555273 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2296 | 2025.04.24 06:39:08.555376 [ 260 ] {7335db17-2e87-478f-896e-4d479d19f452} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2297 | 2025.04.24 06:39:08.555422 [ 260 ] {7335db17-2e87-478f-896e-4d479d19f452} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2298 | 2025.04.24 06:39:08.555958 [ 260 ] {7335db17-2e87-478f-896e-4d479d19f452} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2299 | 2025.04.24 06:39:08.555996 [ 260 ] {7335db17-2e87-478f-896e-4d479d19f452} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2300 | 2025.04.24 06:39:08.556367 [ 260 ] {7335db17-2e87-478f-896e-4d479d19f452} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2301 | 2025.04.24 06:39:08.556603 [ 260 ] {7335db17-2e87-478f-896e-4d479d19f452} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2302 | 2025.04.24 06:39:08.556792 [ 260 ] {7335db17-2e87-478f-896e-4d479d19f452} <Debug> executeQuery: Read 77 rows, 6.33 KiB in 0.001437 sec., 53583.85525400139 rows/sec., 4.30 MiB/sec. | ||
| 2303 | 2025.04.24 06:39:08.556841 [ 260 ] {7335db17-2e87-478f-896e-4d479d19f452} <Debug> TCPHandler: Processed in 0.001618297 sec. | ||
| 2304 | 2025.04.24 06:39:08.556955 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2305 | 2025.04.24 06:39:08.557057 [ 260 ] {531ff81a-126a-4f54-9e38-027f338e7aaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2306 | 2025.04.24 06:39:08.557101 [ 260 ] {531ff81a-126a-4f54-9e38-027f338e7aaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2307 | 2025.04.24 06:39:08.557595 [ 260 ] {531ff81a-126a-4f54-9e38-027f338e7aaa} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2308 | 2025.04.24 06:39:08.557634 [ 260 ] {531ff81a-126a-4f54-9e38-027f338e7aaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2309 | 2025.04.24 06:39:08.557969 [ 260 ] {531ff81a-126a-4f54-9e38-027f338e7aaa} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2310 | 2025.04.24 06:39:08.558222 [ 260 ] {531ff81a-126a-4f54-9e38-027f338e7aaa} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2311 | 2025.04.24 06:39:08.558427 [ 260 ] {531ff81a-126a-4f54-9e38-027f338e7aaa} <Debug> executeQuery: Read 18 rows, 1.30 KiB in 0.001391 sec., 12940.330697340043 rows/sec., 934.44 KiB/sec. | ||
| 2312 | 2025.04.24 06:39:08.558477 [ 260 ] {531ff81a-126a-4f54-9e38-027f338e7aaa} <Debug> TCPHandler: Processed in 0.001573236 sec. | ||
| 2313 | 2025.04.24 06:39:08.558592 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2314 | 2025.04.24 06:39:08.558695 [ 260 ] {61a4d70d-9dc7-4ebf-9dd6-9a125526cd7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2315 | 2025.04.24 06:39:08.558739 [ 260 ] {61a4d70d-9dc7-4ebf-9dd6-9a125526cd7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2316 | 2025.04.24 06:39:08.559259 [ 260 ] {61a4d70d-9dc7-4ebf-9dd6-9a125526cd7a} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2317 | 2025.04.24 06:39:08.559298 [ 260 ] {61a4d70d-9dc7-4ebf-9dd6-9a125526cd7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2318 | 2025.04.24 06:39:08.559647 [ 260 ] {61a4d70d-9dc7-4ebf-9dd6-9a125526cd7a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2319 | 2025.04.24 06:39:08.559880 [ 260 ] {61a4d70d-9dc7-4ebf-9dd6-9a125526cd7a} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2320 | 2025.04.24 06:39:08.560077 [ 260 ] {61a4d70d-9dc7-4ebf-9dd6-9a125526cd7a} <Debug> executeQuery: Read 82 rows, 6.57 KiB in 0.001404 sec., 58404.558404558404 rows/sec., 4.57 MiB/sec. | ||
| 2321 | 2025.04.24 06:39:08.560127 [ 260 ] {61a4d70d-9dc7-4ebf-9dd6-9a125526cd7a} <Debug> TCPHandler: Processed in 0.001583886 sec. | ||
| 2322 | 2025.04.24 06:39:08.560246 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2323 | 2025.04.24 06:39:08.560349 [ 260 ] {aec2139f-bb3e-4b2e-89fc-fcbacae256a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2324 | 2025.04.24 06:39:08.560397 [ 260 ] {aec2139f-bb3e-4b2e-89fc-fcbacae256a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2325 | 2025.04.24 06:39:08.560899 [ 260 ] {aec2139f-bb3e-4b2e-89fc-fcbacae256a6} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2326 | 2025.04.24 06:39:08.560936 [ 260 ] {aec2139f-bb3e-4b2e-89fc-fcbacae256a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2327 | 2025.04.24 06:39:08.561310 [ 260 ] {aec2139f-bb3e-4b2e-89fc-fcbacae256a6} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2328 | 2025.04.24 06:39:08.561542 [ 260 ] {aec2139f-bb3e-4b2e-89fc-fcbacae256a6} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2329 | 2025.04.24 06:39:08.561737 [ 260 ] {aec2139f-bb3e-4b2e-89fc-fcbacae256a6} <Debug> executeQuery: Read 165 rows, 11.76 KiB in 0.00141 sec., 117021.27659574468 rows/sec., 8.15 MiB/sec. | ||
| 2330 | 2025.04.24 06:39:08.561786 [ 260 ] {aec2139f-bb3e-4b2e-89fc-fcbacae256a6} <Debug> TCPHandler: Processed in 0.001589796 sec. | ||
| 2331 | 2025.04.24 06:39:08.561900 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2332 | 2025.04.24 06:39:08.562003 [ 260 ] {74ace50e-5bc6-4053-9c38-754bec42b6c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2333 | 2025.04.24 06:39:08.562068 [ 260 ] {74ace50e-5bc6-4053-9c38-754bec42b6c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2334 | 2025.04.24 06:39:08.563066 [ 260 ] {74ace50e-5bc6-4053-9c38-754bec42b6c0} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2335 | 2025.04.24 06:39:08.563104 [ 260 ] {74ace50e-5bc6-4053-9c38-754bec42b6c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2336 | 2025.04.24 06:39:08.563699 [ 260 ] {74ace50e-5bc6-4053-9c38-754bec42b6c0} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2337 | 2025.04.24 06:39:08.563968 [ 260 ] {74ace50e-5bc6-4053-9c38-754bec42b6c0} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2338 | 2025.04.24 06:39:08.564203 [ 260 ] {74ace50e-5bc6-4053-9c38-754bec42b6c0} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002222 sec., 3600.3600360036003 rows/sec., 6.45 MiB/sec. | ||
| 2339 | 2025.04.24 06:39:08.564302 [ 260 ] {74ace50e-5bc6-4053-9c38-754bec42b6c0} <Debug> TCPHandler: Processed in 0.002451496 sec. | ||
| 2340 | 2025.04.24 06:39:08.564413 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2341 | 2025.04.24 06:39:08.564514 [ 260 ] {5756ce27-4a41-4d26-90b2-051b23791775} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2342 | 2025.04.24 06:39:08.564560 [ 260 ] {5756ce27-4a41-4d26-90b2-051b23791775} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2343 | 2025.04.24 06:39:08.564963 [ 260 ] {5756ce27-4a41-4d26-90b2-051b23791775} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2344 | 2025.04.24 06:39:08.565000 [ 260 ] {5756ce27-4a41-4d26-90b2-051b23791775} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2345 | 2025.04.24 06:39:08.565344 [ 260 ] {5756ce27-4a41-4d26-90b2-051b23791775} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2346 | 2025.04.24 06:39:08.565582 [ 260 ] {5756ce27-4a41-4d26-90b2-051b23791775} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2347 | 2025.04.24 06:39:08.565780 [ 260 ] {5756ce27-4a41-4d26-90b2-051b23791775} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001286 sec., 46656.29860031104 rows/sec., 3.14 MiB/sec. | ||
| 2348 | 2025.04.24 06:39:08.565827 [ 260 ] {5756ce27-4a41-4d26-90b2-051b23791775} <Debug> TCPHandler: Processed in 0.001462303 sec. | ||
| 2349 | 2025.04.24 06:39:09.385176 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124 | ||
| 2350 | 2025.04.24 06:39:09.385890 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2351 | 2025.04.24 06:39:09.385942 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2352 | 2025.04.24 06:39:09.386533 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2353 | 2025.04.24 06:39:09.386797 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2354 | 2025.04.24 06:39:09.387034 [ 50 ] {} <Debug> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2355 | 2025.04.24 06:39:09.387056 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124 | ||
| 2356 | 2025.04.24 06:39:09.387130 [ 50 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2357 | 2025.04.24 06:39:09.387164 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2358 | 2025.04.24 06:39:09.387344 [ 192 ] {fa75712d-43b8-4257-8078-4dc409fd9449::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 | ||
| 2359 | 2025.04.24 06:39:09.387530 [ 192 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2360 | 2025.04.24 06:39:09.387590 [ 192 ] {fa75712d-43b8-4257-8078-4dc409fd9449::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 | ||
| 2361 | 2025.04.24 06:39:09.387707 [ 192 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 488 rows starting from the beginning of the part | ||
| 2362 | 2025.04.24 06:39:09.387887 [ 192 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 427 rows starting from the beginning of the part | ||
| 2363 | 2025.04.24 06:39:09.388167 [ 192 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 488 rows starting from the beginning of the part | ||
| 2364 | 2025.04.24 06:39:09.388298 [ 192 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 427 rows starting from the beginning of the part | ||
| 2365 | 2025.04.24 06:39:09.388499 [ 192 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 488 rows starting from the beginning of the part | ||
| 2366 | 2025.04.24 06:39:09.390341 [ 190 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.003080439 sec., 1663399.275233173 rows/sec., 23.80 MiB/sec. | ||
| 2367 | 2025.04.24 06:39:09.391085 [ 191 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2368 | 2025.04.24 06:39:09.391427 [ 191 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_11_2} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2369 | 2025.04.24 06:39:09.391515 [ 191 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_11_2} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2370 | 2025.04.24 06:39:09.391619 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 2371 | 2025.04.24 06:39:09.681617 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2372 | 2025.04.24 06:39:09.703039 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2373 | 2025.04.24 06:39:09.703095 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2374 | 2025.04.24 06:39:09.710509 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2375 | 2025.04.24 06:39:09.711236 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2376 | 2025.04.24 06:39:09.711602 [ 50 ] {} <Debug> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2377 | 2025.04.24 06:39:09.711727 [ 50 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2378 | 2025.04.24 06:39:09.711805 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2379 | 2025.04.24 06:39:09.712131 [ 192 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 2380 | 2025.04.24 06:39:09.719872 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2381 | 2025.04.24 06:39:09.721078 [ 192 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2382 | 2025.04.24 06:39:09.721925 [ 192 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 2383 | 2025.04.24 06:39:09.726583 [ 192 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 2384 | 2025.04.24 06:39:09.731013 [ 192 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 2385 | 2025.04.24 06:39:09.735854 [ 192 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 2386 | 2025.04.24 06:39:09.740899 [ 192 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 2387 | 2025.04.24 06:39:09.745242 [ 192 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 2388 | 2025.04.24 06:39:09.801019 [ 190 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.089094819 sec., 931.5917685404355 rows/sec., 4.82 MiB/sec. | ||
| 2389 | 2025.04.24 06:39:09.804113 [ 186 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2390 | 2025.04.24 06:39:09.806968 [ 186 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_11_2} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2391 | 2025.04.24 06:39:09.807092 [ 186 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_11_2} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2392 | 2025.04.24 06:39:09.809382 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2393 | 2025.04.24 06:39:10.000876 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.53 MiB, peak 179.41 MiB, free memory in arenas 0.00 B, will set to 171.50 MiB (RSS), difference: 1.97 MiB | ||
| 2394 | 2025.04.24 06:39:13.546090 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2395 | 2025.04.24 06:39:13.546280 [ 260 ] {3d41b92f-baf5-4310-a402-da30203e0e6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2396 | 2025.04.24 06:39:13.546354 [ 260 ] {3d41b92f-baf5-4310-a402-da30203e0e6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2397 | 2025.04.24 06:39:13.547124 [ 260 ] {3d41b92f-baf5-4310-a402-da30203e0e6c} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2398 | 2025.04.24 06:39:13.547173 [ 260 ] {3d41b92f-baf5-4310-a402-da30203e0e6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2399 | 2025.04.24 06:39:13.547754 [ 260 ] {3d41b92f-baf5-4310-a402-da30203e0e6c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2400 | 2025.04.24 06:39:13.548020 [ 260 ] {3d41b92f-baf5-4310-a402-da30203e0e6c} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2401 | 2025.04.24 06:39:13.548209 [ 260 ] {3d41b92f-baf5-4310-a402-da30203e0e6c} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001981 sec., 56537.10247349823 rows/sec., 4.75 MiB/sec. | ||
| 2402 | 2025.04.24 06:39:13.548272 [ 260 ] {3d41b92f-baf5-4310-a402-da30203e0e6c} <Debug> TCPHandler: Processed in 0.002315902 sec. | ||
| 2403 | 2025.04.24 06:39:13.548397 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2404 | 2025.04.24 06:39:13.548509 [ 260 ] {510523ac-54fc-480b-9315-e19f42edc109} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2405 | 2025.04.24 06:39:13.548557 [ 260 ] {510523ac-54fc-480b-9315-e19f42edc109} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2406 | 2025.04.24 06:39:13.549066 [ 260 ] {510523ac-54fc-480b-9315-e19f42edc109} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2407 | 2025.04.24 06:39:13.549103 [ 260 ] {510523ac-54fc-480b-9315-e19f42edc109} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2408 | 2025.04.24 06:39:13.549460 [ 260 ] {510523ac-54fc-480b-9315-e19f42edc109} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2409 | 2025.04.24 06:39:13.549705 [ 260 ] {510523ac-54fc-480b-9315-e19f42edc109} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2410 | 2025.04.24 06:39:13.549828 [ 106 ] {} <Debug> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2411 | 2025.04.24 06:39:13.549879 [ 260 ] {510523ac-54fc-480b-9315-e19f42edc109} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001398 sec., 20028.612303290414 rows/sec., 1.47 MiB/sec. | ||
| 2412 | 2025.04.24 06:39:13.549886 [ 106 ] {} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2413 | 2025.04.24 06:39:13.549929 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2414 | 2025.04.24 06:39:13.549949 [ 260 ] {510523ac-54fc-480b-9315-e19f42edc109} <Debug> TCPHandler: Processed in 0.001601686 sec. | ||
| 2415 | 2025.04.24 06:39:13.550306 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2416 | 2025.04.24 06:39:13.550355 [ 201 ] {6d91faa5-474e-4006-b181-dbf82df66096::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 | ||
| 2417 | 2025.04.24 06:39:13.550694 [ 260 ] {75a20d05-03d2-4318-9c7e-f0d0e9c43a13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2418 | 2025.04.24 06:39:13.550758 [ 201 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2419 | 2025.04.24 06:39:13.550783 [ 260 ] {75a20d05-03d2-4318-9c7e-f0d0e9c43a13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2420 | 2025.04.24 06:39:13.550842 [ 201 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 142 rows starting from the beginning of the part | ||
| 2421 | 2025.04.24 06:39:13.551199 [ 201 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 40 rows starting from the beginning of the part | ||
| 2422 | 2025.04.24 06:39:13.551575 [ 201 ] {6d91faa5-474e-4006-b181-dbf82df66096::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 | ||
| 2423 | 2025.04.24 06:39:13.551960 [ 201 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 28 rows starting from the beginning of the part | ||
| 2424 | 2025.04.24 06:39:13.552286 [ 201 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 18 rows starting from the beginning of the part | ||
| 2425 | 2025.04.24 06:39:13.552599 [ 201 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 28 rows starting from the beginning of the part | ||
| 2426 | 2025.04.24 06:39:13.553462 [ 260 ] {75a20d05-03d2-4318-9c7e-f0d0e9c43a13} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2427 | 2025.04.24 06:39:13.553519 [ 260 ] {75a20d05-03d2-4318-9c7e-f0d0e9c43a13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2428 | 2025.04.24 06:39:13.554622 [ 260 ] {75a20d05-03d2-4318-9c7e-f0d0e9c43a13} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2429 | 2025.04.24 06:39:13.555299 [ 260 ] {75a20d05-03d2-4318-9c7e-f0d0e9c43a13} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2430 | 2025.04.24 06:39:13.555404 [ 201 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 264 rows, containing 5 columns (5 merged, 0 gathered) in 0.005359661 sec., 49256.84665504031 rows/sec., 3.52 MiB/sec. | ||
| 2431 | 2025.04.24 06:39:13.555662 [ 260 ] {75a20d05-03d2-4318-9c7e-f0d0e9c43a13} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.005046 sec., 18232.26317875545 rows/sec., 1.42 MiB/sec. | ||
| 2432 | 2025.04.24 06:39:13.555688 [ 201 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2433 | 2025.04.24 06:39:13.555840 [ 260 ] {75a20d05-03d2-4318-9c7e-f0d0e9c43a13} <Debug> TCPHandler: Processed in 0.00574941 sec. | ||
| 2434 | 2025.04.24 06:39:13.556011 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2435 | 2025.04.24 06:39:13.556171 [ 260 ] {eb544893-564d-49e7-a9d3-de9e00f5be74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2436 | 2025.04.24 06:39:13.556215 [ 201 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_11_2} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2437 | 2025.04.24 06:39:13.556271 [ 260 ] {eb544893-564d-49e7-a9d3-de9e00f5be74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2438 | 2025.04.24 06:39:13.556425 [ 201 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_11_2} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2439 | 2025.04.24 06:39:13.556617 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 2440 | 2025.04.24 06:39:13.557073 [ 260 ] {eb544893-564d-49e7-a9d3-de9e00f5be74} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2441 | 2025.04.24 06:39:13.557116 [ 260 ] {eb544893-564d-49e7-a9d3-de9e00f5be74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2442 | 2025.04.24 06:39:13.557510 [ 260 ] {eb544893-564d-49e7-a9d3-de9e00f5be74} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2443 | 2025.04.24 06:39:13.557745 [ 260 ] {eb544893-564d-49e7-a9d3-de9e00f5be74} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2444 | 2025.04.24 06:39:13.557971 [ 260 ] {eb544893-564d-49e7-a9d3-de9e00f5be74} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001851 sec., 86439.7622906537 rows/sec., 6.02 MiB/sec. | ||
| 2445 | 2025.04.24 06:39:13.558165 [ 260 ] {eb544893-564d-49e7-a9d3-de9e00f5be74} <Debug> TCPHandler: Processed in 0.00222548 sec. | ||
| 2446 | 2025.04.24 06:39:13.558326 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2447 | 2025.04.24 06:39:13.558431 [ 260 ] {6bb8ee1d-eafe-4114-8717-0a5383736344} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2448 | 2025.04.24 06:39:13.558508 [ 260 ] {6bb8ee1d-eafe-4114-8717-0a5383736344} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2449 | 2025.04.24 06:39:13.559566 [ 260 ] {6bb8ee1d-eafe-4114-8717-0a5383736344} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2450 | 2025.04.24 06:39:13.559604 [ 260 ] {6bb8ee1d-eafe-4114-8717-0a5383736344} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2451 | 2025.04.24 06:39:13.560239 [ 260 ] {6bb8ee1d-eafe-4114-8717-0a5383736344} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2452 | 2025.04.24 06:39:13.560498 [ 260 ] {6bb8ee1d-eafe-4114-8717-0a5383736344} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2453 | 2025.04.24 06:39:13.560625 [ 106 ] {} <Debug> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2454 | 2025.04.24 06:39:13.560672 [ 106 ] {} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2455 | 2025.04.24 06:39:13.560694 [ 260 ] {6bb8ee1d-eafe-4114-8717-0a5383736344} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002287 sec., 12243.113248797552 rows/sec., 21.94 MiB/sec. | ||
| 2456 | 2025.04.24 06:39:13.560698 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2457 | 2025.04.24 06:39:13.560910 [ 190 ] {186bf897-e03c-453c-939b-7d7f7079b981::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 | ||
| 2458 | 2025.04.24 06:39:13.560926 [ 260 ] {6bb8ee1d-eafe-4114-8717-0a5383736344} <Debug> TCPHandler: Processed in 0.00265148 sec. | ||
| 2459 | 2025.04.24 06:39:13.561064 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2460 | 2025.04.24 06:39:13.561214 [ 260 ] {621557c2-50bf-4abf-8f30-1a19c07ee617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2461 | 2025.04.24 06:39:13.561255 [ 190 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2462 | 2025.04.24 06:39:13.561276 [ 260 ] {621557c2-50bf-4abf-8f30-1a19c07ee617} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2463 | 2025.04.24 06:39:13.561387 [ 190 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 86 rows starting from the beginning of the part | ||
| 2464 | 2025.04.24 06:39:13.562000 [ 190 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 28 rows starting from the beginning of the part | ||
| 2465 | 2025.04.24 06:39:13.562562 [ 260 ] {621557c2-50bf-4abf-8f30-1a19c07ee617} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2466 | 2025.04.24 06:39:13.562573 [ 190 ] {186bf897-e03c-453c-939b-7d7f7079b981::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 | ||
| 2467 | 2025.04.24 06:39:13.562613 [ 260 ] {621557c2-50bf-4abf-8f30-1a19c07ee617} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2468 | 2025.04.24 06:39:13.563074 [ 190 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 28 rows starting from the beginning of the part | ||
| 2469 | 2025.04.24 06:39:13.563587 [ 190 ] {186bf897-e03c-453c-939b-7d7f7079b981::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 | ||
| 2470 | 2025.04.24 06:39:13.563722 [ 260 ] {621557c2-50bf-4abf-8f30-1a19c07ee617} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2471 | 2025.04.24 06:39:13.564067 [ 190 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 28 rows starting from the beginning of the part | ||
| 2472 | 2025.04.24 06:39:13.564513 [ 260 ] {621557c2-50bf-4abf-8f30-1a19c07ee617} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2473 | 2025.04.24 06:39:13.564860 [ 260 ] {621557c2-50bf-4abf-8f30-1a19c07ee617} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00368 sec., 16304.347826086956 rows/sec., 1.10 MiB/sec. | ||
| 2474 | 2025.04.24 06:39:13.564946 [ 260 ] {621557c2-50bf-4abf-8f30-1a19c07ee617} <Debug> TCPHandler: Processed in 0.003938109 sec. | ||
| 2475 | 2025.04.24 06:39:13.569660 [ 201 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 19 columns (19 merged, 0 gathered) in 0.008880941 sec., 20943.726571317162 rows/sec., 37.53 MiB/sec. | ||
| 2476 | 2025.04.24 06:39:13.570233 [ 195 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2477 | 2025.04.24 06:39:13.570729 [ 195 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2478 | 2025.04.24 06:39:13.570837 [ 195 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2479 | 2025.04.24 06:39:13.571015 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. | ||
| 2480 | 2025.04.24 06:39:16.768083 [ 101 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2481 | 2025.04.24 06:39:16.768148 [ 101 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2482 | 2025.04.24 06:39:16.887211 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551 | ||
| 2483 | 2025.04.24 06:39:16.887831 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2484 | 2025.04.24 06:39:16.887880 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2485 | 2025.04.24 06:39:16.888394 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2486 | 2025.04.24 06:39:16.888661 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2487 | 2025.04.24 06:39:16.888891 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2488 | 2025.04.24 06:39:16.895645 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 356 | ||
| 2489 | 2025.04.24 06:39:16.898584 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2490 | 2025.04.24 06:39:16.898633 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2491 | 2025.04.24 06:39:16.900113 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2492 | 2025.04.24 06:39:16.900414 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2493 | 2025.04.24 06:39:16.900949 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 356 | ||
| 2494 | 2025.04.24 06:39:17.220046 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2495 | 2025.04.24 06:39:17.239122 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2496 | 2025.04.24 06:39:17.239185 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2497 | 2025.04.24 06:39:17.246346 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2498 | 2025.04.24 06:39:17.247088 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2499 | 2025.04.24 06:39:17.250162 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2500 | 2025.04.24 06:39:18.544357 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2501 | 2025.04.24 06:39:18.544554 [ 260 ] {7e5f4f1d-3f7c-44b8-8b44-ae57ba35547f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2502 | 2025.04.24 06:39:18.544628 [ 260 ] {7e5f4f1d-3f7c-44b8-8b44-ae57ba35547f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2503 | 2025.04.24 06:39:18.545416 [ 260 ] {7e5f4f1d-3f7c-44b8-8b44-ae57ba35547f} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2504 | 2025.04.24 06:39:18.545471 [ 260 ] {7e5f4f1d-3f7c-44b8-8b44-ae57ba35547f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2505 | 2025.04.24 06:39:18.545935 [ 260 ] {7e5f4f1d-3f7c-44b8-8b44-ae57ba35547f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2506 | 2025.04.24 06:39:18.546198 [ 260 ] {7e5f4f1d-3f7c-44b8-8b44-ae57ba35547f} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2507 | 2025.04.24 06:39:18.546424 [ 260 ] {7e5f4f1d-3f7c-44b8-8b44-ae57ba35547f} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.001925 sec., 41558.441558441555 rows/sec., 3.42 MiB/sec. | ||
| 2508 | 2025.04.24 06:39:18.546490 [ 260 ] {7e5f4f1d-3f7c-44b8-8b44-ae57ba35547f} <Debug> TCPHandler: Processed in 0.002273361 sec. | ||
| 2509 | 2025.04.24 06:39:18.546621 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2510 | 2025.04.24 06:39:18.546736 [ 260 ] {a0c6c795-41fc-4975-9aee-8ee5de8240b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2511 | 2025.04.24 06:39:18.546786 [ 260 ] {a0c6c795-41fc-4975-9aee-8ee5de8240b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2512 | 2025.04.24 06:39:18.547300 [ 260 ] {a0c6c795-41fc-4975-9aee-8ee5de8240b2} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2513 | 2025.04.24 06:39:18.547342 [ 260 ] {a0c6c795-41fc-4975-9aee-8ee5de8240b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2514 | 2025.04.24 06:39:18.547719 [ 260 ] {a0c6c795-41fc-4975-9aee-8ee5de8240b2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2515 | 2025.04.24 06:39:18.547959 [ 260 ] {a0c6c795-41fc-4975-9aee-8ee5de8240b2} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2516 | 2025.04.24 06:39:18.548181 [ 260 ] {a0c6c795-41fc-4975-9aee-8ee5de8240b2} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001473 sec., 8146.63951120163 rows/sec., 612.59 KiB/sec. | ||
| 2517 | 2025.04.24 06:39:18.548233 [ 260 ] {a0c6c795-41fc-4975-9aee-8ee5de8240b2} <Debug> TCPHandler: Processed in 0.001664818 sec. | ||
| 2518 | 2025.04.24 06:39:18.548360 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2519 | 2025.04.24 06:39:18.548489 [ 260 ] {a421a98c-6dbd-49f4-8dde-24ffb2af49c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2520 | 2025.04.24 06:39:18.548535 [ 260 ] {a421a98c-6dbd-49f4-8dde-24ffb2af49c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2521 | 2025.04.24 06:39:18.549064 [ 260 ] {a421a98c-6dbd-49f4-8dde-24ffb2af49c4} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2522 | 2025.04.24 06:39:18.549104 [ 260 ] {a421a98c-6dbd-49f4-8dde-24ffb2af49c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2523 | 2025.04.24 06:39:18.549461 [ 260 ] {a421a98c-6dbd-49f4-8dde-24ffb2af49c4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2524 | 2025.04.24 06:39:18.549701 [ 260 ] {a421a98c-6dbd-49f4-8dde-24ffb2af49c4} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2525 | 2025.04.24 06:39:18.549949 [ 260 ] {a421a98c-6dbd-49f4-8dde-24ffb2af49c4} <Debug> executeQuery: Read 79 rows, 6.32 KiB in 0.001472 sec., 53668.47826086957 rows/sec., 4.19 MiB/sec. | ||
| 2526 | 2025.04.24 06:39:18.550154 [ 260 ] {a421a98c-6dbd-49f4-8dde-24ffb2af49c4} <Debug> TCPHandler: Processed in 0.001841672 sec. | ||
| 2527 | 2025.04.24 06:39:18.550311 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2528 | 2025.04.24 06:39:18.550415 [ 260 ] {1293a6d2-837f-4b8e-aa1e-1fe0d5ad68e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2529 | 2025.04.24 06:39:18.550463 [ 260 ] {1293a6d2-837f-4b8e-aa1e-1fe0d5ad68e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2530 | 2025.04.24 06:39:18.550994 [ 260 ] {1293a6d2-837f-4b8e-aa1e-1fe0d5ad68e1} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2531 | 2025.04.24 06:39:18.551034 [ 260 ] {1293a6d2-837f-4b8e-aa1e-1fe0d5ad68e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2532 | 2025.04.24 06:39:18.551407 [ 260 ] {1293a6d2-837f-4b8e-aa1e-1fe0d5ad68e1} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2533 | 2025.04.24 06:39:18.551645 [ 260 ] {1293a6d2-837f-4b8e-aa1e-1fe0d5ad68e1} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2534 | 2025.04.24 06:39:18.551852 [ 260 ] {1293a6d2-837f-4b8e-aa1e-1fe0d5ad68e1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001461 sec., 109514.03148528405 rows/sec., 7.63 MiB/sec. | ||
| 2535 | 2025.04.24 06:39:18.551904 [ 260 ] {1293a6d2-837f-4b8e-aa1e-1fe0d5ad68e1} <Debug> TCPHandler: Processed in 0.001645538 sec. | ||
| 2536 | 2025.04.24 06:39:18.552018 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2537 | 2025.04.24 06:39:18.552127 [ 260 ] {402a310e-b355-473b-bb6b-96fcbff5af90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2538 | 2025.04.24 06:39:18.552194 [ 260 ] {402a310e-b355-473b-bb6b-96fcbff5af90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2539 | 2025.04.24 06:39:18.553216 [ 260 ] {402a310e-b355-473b-bb6b-96fcbff5af90} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2540 | 2025.04.24 06:39:18.553255 [ 260 ] {402a310e-b355-473b-bb6b-96fcbff5af90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2541 | 2025.04.24 06:39:18.553857 [ 260 ] {402a310e-b355-473b-bb6b-96fcbff5af90} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2542 | 2025.04.24 06:39:18.554113 [ 260 ] {402a310e-b355-473b-bb6b-96fcbff5af90} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2543 | 2025.04.24 06:39:18.554416 [ 260 ] {402a310e-b355-473b-bb6b-96fcbff5af90} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002305 sec., 5206.073752711496 rows/sec., 9.33 MiB/sec. | ||
| 2544 | 2025.04.24 06:39:18.554738 [ 260 ] {402a310e-b355-473b-bb6b-96fcbff5af90} <Debug> TCPHandler: Processed in 0.002771222 sec. | ||
| 2545 | 2025.04.24 06:39:18.554847 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2546 | 2025.04.24 06:39:18.554950 [ 260 ] {b170bae1-2ed9-4fe1-94ea-7fa9eb31a837} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2547 | 2025.04.24 06:39:18.554995 [ 260 ] {b170bae1-2ed9-4fe1-94ea-7fa9eb31a837} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2548 | 2025.04.24 06:39:18.555389 [ 260 ] {b170bae1-2ed9-4fe1-94ea-7fa9eb31a837} <Trace> oximeter.measurements_i64 (d6da7056-6ca9-4423-bc35-18de1542bd5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2549 | 2025.04.24 06:39:18.555428 [ 260 ] {b170bae1-2ed9-4fe1-94ea-7fa9eb31a837} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2550 | 2025.04.24 06:39:18.555774 [ 260 ] {b170bae1-2ed9-4fe1-94ea-7fa9eb31a837} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2551 | 2025.04.24 06:39:18.556018 [ 260 ] {b170bae1-2ed9-4fe1-94ea-7fa9eb31a837} <Trace> oximeter.measurements_i64 (d6da7056-6ca9-4423-bc35-18de1542bd5e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2552 | 2025.04.24 06:39:18.556277 [ 260 ] {b170bae1-2ed9-4fe1-94ea-7fa9eb31a837} <Debug> executeQuery: Read 3 rows, 217.00 B in 0.001325 sec., 2264.1509433962265 rows/sec., 159.94 KiB/sec. | ||
| 2553 | 2025.04.24 06:39:18.556368 [ 260 ] {b170bae1-2ed9-4fe1-94ea-7fa9eb31a837} <Debug> TCPHandler: Processed in 0.001570705 sec. | ||
| 2554 | 2025.04.24 06:39:18.556480 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2555 | 2025.04.24 06:39:18.556584 [ 260 ] {0546a8c9-7725-41d7-8ece-9d03e17173e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2556 | 2025.04.24 06:39:18.556629 [ 260 ] {0546a8c9-7725-41d7-8ece-9d03e17173e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2557 | 2025.04.24 06:39:18.557038 [ 260 ] {0546a8c9-7725-41d7-8ece-9d03e17173e7} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2558 | 2025.04.24 06:39:18.557077 [ 260 ] {0546a8c9-7725-41d7-8ece-9d03e17173e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2559 | 2025.04.24 06:39:18.557430 [ 260 ] {0546a8c9-7725-41d7-8ece-9d03e17173e7} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2560 | 2025.04.24 06:39:18.557664 [ 260 ] {0546a8c9-7725-41d7-8ece-9d03e17173e7} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2561 | 2025.04.24 06:39:18.557862 [ 260 ] {0546a8c9-7725-41d7-8ece-9d03e17173e7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0013 sec., 46153.846153846156 rows/sec., 3.11 MiB/sec. | ||
| 2562 | 2025.04.24 06:39:18.557910 [ 260 ] {0546a8c9-7725-41d7-8ece-9d03e17173e7} <Debug> TCPHandler: Processed in 0.001481123 sec. | ||
| 2563 | 2025.04.24 06:39:20.492061 [ 98 ] {} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2564 | 2025.04.24 06:39:20.492138 [ 98 ] {} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2565 | 2025.04.24 06:39:20.492160 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2566 | 2025.04.24 06:39:20.492372 [ 190 ] {9c76e8aa-76a6-4779-b606-6c8515db050f::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 | ||
| 2567 | 2025.04.24 06:39:20.492778 [ 190 ] {9c76e8aa-76a6-4779-b606-6c8515db050f::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2568 | 2025.04.24 06:39:20.492830 [ 190 ] {9c76e8aa-76a6-4779-b606-6c8515db050f::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 | ||
| 2569 | 2025.04.24 06:39:20.492934 [ 190 ] {9c76e8aa-76a6-4779-b606-6c8515db050f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 13 rows starting from the beginning of the part | ||
| 2570 | 2025.04.24 06:39:20.493085 [ 190 ] {9c76e8aa-76a6-4779-b606-6c8515db050f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 3 rows starting from the beginning of the part | ||
| 2571 | 2025.04.24 06:39:20.493211 [ 190 ] {9c76e8aa-76a6-4779-b606-6c8515db050f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
| 2572 | 2025.04.24 06:39:20.493321 [ 190 ] {9c76e8aa-76a6-4779-b606-6c8515db050f::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 | ||
| 2573 | 2025.04.24 06:39:20.495436 [ 195 ] {9c76e8aa-76a6-4779-b606-6c8515db050f::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.003201342 sec., 12807.129010271317 rows/sec., 3.17 MiB/sec. | ||
| 2574 | 2025.04.24 06:39:20.495667 [ 195 ] {9c76e8aa-76a6-4779-b606-6c8515db050f::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2575 | 2025.04.24 06:39:20.496207 [ 195 ] {9c76e8aa-76a6-4779-b606-6c8515db050f::all_1_5_1} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2576 | 2025.04.24 06:39:20.496301 [ 195 ] {9c76e8aa-76a6-4779-b606-6c8515db050f::all_1_5_1} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2577 | 2025.04.24 06:39:20.496401 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2578 | 2025.04.24 06:39:23.555324 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2579 | 2025.04.24 06:39:23.555555 [ 260 ] {5d088aa7-c107-47b6-8bad-9fe800115e23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2580 | 2025.04.24 06:39:23.555643 [ 260 ] {5d088aa7-c107-47b6-8bad-9fe800115e23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2581 | 2025.04.24 06:39:23.556496 [ 260 ] {5d088aa7-c107-47b6-8bad-9fe800115e23} <Trace> oximeter.fields_i16 (6ff42f6f-4885-487d-9a78-1dd7a3795b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2582 | 2025.04.24 06:39:23.556555 [ 260 ] {5d088aa7-c107-47b6-8bad-9fe800115e23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2583 | 2025.04.24 06:39:23.557003 [ 260 ] {5d088aa7-c107-47b6-8bad-9fe800115e23} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2584 | 2025.04.24 06:39:23.557277 [ 260 ] {5d088aa7-c107-47b6-8bad-9fe800115e23} <Trace> oximeter.fields_i16 (6ff42f6f-4885-487d-9a78-1dd7a3795b79): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2585 | 2025.04.24 06:39:23.557527 [ 260 ] {5d088aa7-c107-47b6-8bad-9fe800115e23} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002026 sec., 11846.001974333662 rows/sec., 1006.45 KiB/sec. | ||
| 2586 | 2025.04.24 06:39:23.557691 [ 260 ] {5d088aa7-c107-47b6-8bad-9fe800115e23} <Debug> TCPHandler: Processed in 0.002557247 sec. | ||
| 2587 | 2025.04.24 06:39:23.557870 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2588 | 2025.04.24 06:39:23.557991 [ 260 ] {fab2ecc7-7878-4e8f-96c5-9f7f1fd8d818} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2589 | 2025.04.24 06:39:23.558043 [ 260 ] {fab2ecc7-7878-4e8f-96c5-9f7f1fd8d818} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2590 | 2025.04.24 06:39:23.558633 [ 260 ] {fab2ecc7-7878-4e8f-96c5-9f7f1fd8d818} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2591 | 2025.04.24 06:39:23.558672 [ 260 ] {fab2ecc7-7878-4e8f-96c5-9f7f1fd8d818} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2592 | 2025.04.24 06:39:23.559022 [ 260 ] {fab2ecc7-7878-4e8f-96c5-9f7f1fd8d818} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2593 | 2025.04.24 06:39:23.559260 [ 260 ] {fab2ecc7-7878-4e8f-96c5-9f7f1fd8d818} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2594 | 2025.04.24 06:39:23.559490 [ 260 ] {fab2ecc7-7878-4e8f-96c5-9f7f1fd8d818} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001521 sec., 1314.9243918474688 rows/sec., 107.22 KiB/sec. | ||
| 2595 | 2025.04.24 06:39:23.559621 [ 260 ] {fab2ecc7-7878-4e8f-96c5-9f7f1fd8d818} <Debug> TCPHandler: Processed in 0.001803891 sec. | ||
| 2596 | 2025.04.24 06:39:23.559798 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2597 | 2025.04.24 06:39:23.559913 [ 260 ] {f1d3b167-0074-40b3-a1a1-a922c5e1eb3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2598 | 2025.04.24 06:39:23.559962 [ 260 ] {f1d3b167-0074-40b3-a1a1-a922c5e1eb3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2599 | 2025.04.24 06:39:23.560619 [ 260 ] {f1d3b167-0074-40b3-a1a1-a922c5e1eb3e} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2600 | 2025.04.24 06:39:23.560657 [ 260 ] {f1d3b167-0074-40b3-a1a1-a922c5e1eb3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2601 | 2025.04.24 06:39:23.561052 [ 260 ] {f1d3b167-0074-40b3-a1a1-a922c5e1eb3e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2602 | 2025.04.24 06:39:23.561294 [ 260 ] {f1d3b167-0074-40b3-a1a1-a922c5e1eb3e} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2603 | 2025.04.24 06:39:23.561439 [ 150 ] {} <Debug> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2604 | 2025.04.24 06:39:23.561480 [ 260 ] {f1d3b167-0074-40b3-a1a1-a922c5e1eb3e} <Debug> executeQuery: Read 233 rows, 21.14 KiB in 0.001594 sec., 146173.14930991217 rows/sec., 12.95 MiB/sec. | ||
| 2605 | 2025.04.24 06:39:23.561484 [ 150 ] {} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2606 | 2025.04.24 06:39:23.561525 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2607 | 2025.04.24 06:39:23.561555 [ 260 ] {f1d3b167-0074-40b3-a1a1-a922c5e1eb3e} <Debug> TCPHandler: Processed in 0.001815861 sec. | ||
| 2608 | 2025.04.24 06:39:23.561667 [ 190 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::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 | ||
| 2609 | 2025.04.24 06:39:23.561696 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2610 | 2025.04.24 06:39:23.561809 [ 190 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2611 | 2025.04.24 06:39:23.561844 [ 260 ] {60a5b6ac-928d-456a-bf45-42ae701230e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2612 | 2025.04.24 06:39:23.561855 [ 190 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 809 rows starting from the beginning of the part | ||
| 2613 | 2025.04.24 06:39:23.561907 [ 260 ] {60a5b6ac-928d-456a-bf45-42ae701230e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2614 | 2025.04.24 06:39:23.562028 [ 190 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 112 rows starting from the beginning of the part | ||
| 2615 | 2025.04.24 06:39:23.562473 [ 190 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 77 rows starting from the beginning of the part | ||
| 2616 | 2025.04.24 06:39:23.562922 [ 190 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 112 rows starting from the beginning of the part | ||
| 2617 | 2025.04.24 06:39:23.563251 [ 190 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 80 rows starting from the beginning of the part | ||
| 2618 | 2025.04.24 06:39:23.563617 [ 190 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 233 rows starting from the beginning of the part | ||
| 2619 | 2025.04.24 06:39:23.564478 [ 260 ] {60a5b6ac-928d-456a-bf45-42ae701230e3} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2620 | 2025.04.24 06:39:23.564526 [ 260 ] {60a5b6ac-928d-456a-bf45-42ae701230e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2621 | 2025.04.24 06:39:23.565129 [ 260 ] {60a5b6ac-928d-456a-bf45-42ae701230e3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2622 | 2025.04.24 06:39:23.565446 [ 260 ] {60a5b6ac-928d-456a-bf45-42ae701230e3} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2623 | 2025.04.24 06:39:23.565667 [ 260 ] {60a5b6ac-928d-456a-bf45-42ae701230e3} <Debug> executeQuery: Read 42 rows, 3.21 KiB in 0.003863 sec., 10872.378980067306 rows/sec., 829.94 KiB/sec. | ||
| 2624 | 2025.04.24 06:39:23.565983 [ 260 ] {60a5b6ac-928d-456a-bf45-42ae701230e3} <Debug> TCPHandler: Processed in 0.004341728 sec. | ||
| 2625 | 2025.04.24 06:39:23.566259 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2626 | 2025.04.24 06:39:23.566387 [ 190 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1423 rows, containing 5 columns (5 merged, 0 gathered) in 0.004801238 sec., 296381.8915038163 rows/sec., 25.76 MiB/sec. | ||
| 2627 | 2025.04.24 06:39:23.566403 [ 260 ] {71de0002-50c5-4bc4-9df7-88f8cfe479c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2628 | 2025.04.24 06:39:23.566465 [ 260 ] {71de0002-50c5-4bc4-9df7-88f8cfe479c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2629 | 2025.04.24 06:39:23.566766 [ 197 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2630 | 2025.04.24 06:39:23.567384 [ 260 ] {71de0002-50c5-4bc4-9df7-88f8cfe479c5} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2631 | 2025.04.24 06:39:23.567440 [ 260 ] {71de0002-50c5-4bc4-9df7-88f8cfe479c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2632 | 2025.04.24 06:39:23.567551 [ 197 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_16_3} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2633 | 2025.04.24 06:39:23.567839 [ 197 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_16_3} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2634 | 2025.04.24 06:39:23.568061 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 2635 | 2025.04.24 06:39:23.568139 [ 260 ] {71de0002-50c5-4bc4-9df7-88f8cfe479c5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2636 | 2025.04.24 06:39:23.568396 [ 260 ] {71de0002-50c5-4bc4-9df7-88f8cfe479c5} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2637 | 2025.04.24 06:39:23.568638 [ 260 ] {71de0002-50c5-4bc4-9df7-88f8cfe479c5} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002254 sec., 10647.73735581189 rows/sec., 904.64 KiB/sec. | ||
| 2638 | 2025.04.24 06:39:23.568815 [ 260 ] {71de0002-50c5-4bc4-9df7-88f8cfe479c5} <Debug> TCPHandler: Processed in 0.002646419 sec. | ||
| 2639 | 2025.04.24 06:39:23.568949 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2640 | 2025.04.24 06:39:23.569056 [ 260 ] {66021298-bb0b-4757-9455-9dbe7d360fdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2641 | 2025.04.24 06:39:23.569102 [ 260 ] {66021298-bb0b-4757-9455-9dbe7d360fdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2642 | 2025.04.24 06:39:23.569656 [ 260 ] {66021298-bb0b-4757-9455-9dbe7d360fdd} <Trace> oximeter.fields_u8 (788ec107-c6c7-4ecf-8eae-6c824e50a883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2643 | 2025.04.24 06:39:23.569696 [ 260 ] {66021298-bb0b-4757-9455-9dbe7d360fdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2644 | 2025.04.24 06:39:23.570046 [ 260 ] {66021298-bb0b-4757-9455-9dbe7d360fdd} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2645 | 2025.04.24 06:39:23.570281 [ 260 ] {66021298-bb0b-4757-9455-9dbe7d360fdd} <Trace> oximeter.fields_u8 (788ec107-c6c7-4ecf-8eae-6c824e50a883): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2646 | 2025.04.24 06:39:23.570508 [ 260 ] {66021298-bb0b-4757-9455-9dbe7d360fdd} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001472 sec., 8152.173913043478 rows/sec., 636.89 KiB/sec. | ||
| 2647 | 2025.04.24 06:39:23.570699 [ 260 ] {66021298-bb0b-4757-9455-9dbe7d360fdd} <Debug> TCPHandler: Processed in 0.001798741 sec. | ||
| 2648 | 2025.04.24 06:39:23.570827 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2649 | 2025.04.24 06:39:23.570931 [ 260 ] {2702d60d-29ce-4080-8e90-16a544562f82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2650 | 2025.04.24 06:39:23.570976 [ 260 ] {2702d60d-29ce-4080-8e90-16a544562f82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2651 | 2025.04.24 06:39:23.571605 [ 260 ] {2702d60d-29ce-4080-8e90-16a544562f82} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2652 | 2025.04.24 06:39:23.571646 [ 260 ] {2702d60d-29ce-4080-8e90-16a544562f82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2653 | 2025.04.24 06:39:23.572036 [ 260 ] {2702d60d-29ce-4080-8e90-16a544562f82} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2654 | 2025.04.24 06:39:23.572274 [ 260 ] {2702d60d-29ce-4080-8e90-16a544562f82} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2655 | 2025.04.24 06:39:23.572452 [ 148 ] {} <Debug> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2656 | 2025.04.24 06:39:23.572504 [ 260 ] {2702d60d-29ce-4080-8e90-16a544562f82} <Debug> executeQuery: Read 130 rows, 10.78 KiB in 0.00159 sec., 81761.00628930818 rows/sec., 6.62 MiB/sec. | ||
| 2657 | 2025.04.24 06:39:23.572551 [ 148 ] {} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2658 | 2025.04.24 06:39:23.572624 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2659 | 2025.04.24 06:39:23.572630 [ 260 ] {2702d60d-29ce-4080-8e90-16a544562f82} <Debug> TCPHandler: Processed in 0.001851342 sec. | ||
| 2660 | 2025.04.24 06:39:23.572789 [ 194 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::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 | ||
| 2661 | 2025.04.24 06:39:23.572814 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2662 | 2025.04.24 06:39:23.572911 [ 194 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2663 | 2025.04.24 06:39:23.572950 [ 260 ] {a0d1ff1a-b364-4848-be15-e5ed8af15076} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2664 | 2025.04.24 06:39:23.572950 [ 194 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 470 rows starting from the beginning of the part | ||
| 2665 | 2025.04.24 06:39:23.573020 [ 260 ] {a0d1ff1a-b364-4848-be15-e5ed8af15076} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2666 | 2025.04.24 06:39:23.573141 [ 194 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 92 rows starting from the beginning of the part | ||
| 2667 | 2025.04.24 06:39:23.573552 [ 194 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 82 rows starting from the beginning of the part | ||
| 2668 | 2025.04.24 06:39:23.574015 [ 194 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 92 rows starting from the beginning of the part | ||
| 2669 | 2025.04.24 06:39:23.574316 [ 194 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 79 rows starting from the beginning of the part | ||
| 2670 | 2025.04.24 06:39:23.574683 [ 194 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 130 rows starting from the beginning of the part | ||
| 2671 | 2025.04.24 06:39:23.575462 [ 260 ] {a0d1ff1a-b364-4848-be15-e5ed8af15076} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2672 | 2025.04.24 06:39:23.575506 [ 260 ] {a0d1ff1a-b364-4848-be15-e5ed8af15076} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2673 | 2025.04.24 06:39:23.576137 [ 260 ] {a0d1ff1a-b364-4848-be15-e5ed8af15076} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2674 | 2025.04.24 06:39:23.576458 [ 190 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 945 rows, containing 5 columns (5 merged, 0 gathered) in 0.003737674 sec., 252831.03876903123 rows/sec., 20.14 MiB/sec. | ||
| 2675 | 2025.04.24 06:39:23.576479 [ 260 ] {a0d1ff1a-b364-4848-be15-e5ed8af15076} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2676 | 2025.04.24 06:39:23.576693 [ 190 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2677 | 2025.04.24 06:39:23.576694 [ 148 ] {} <Debug> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2678 | 2025.04.24 06:39:23.576821 [ 148 ] {} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2679 | 2025.04.24 06:39:23.576872 [ 260 ] {a0d1ff1a-b364-4848-be15-e5ed8af15076} <Debug> executeQuery: Read 197 rows, 14.47 KiB in 0.003934 sec., 50076.25826131164 rows/sec., 3.59 MiB/sec. | ||
| 2680 | 2025.04.24 06:39:23.576909 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2681 | 2025.04.24 06:39:23.577231 [ 260 ] {a0d1ff1a-b364-4848-be15-e5ed8af15076} <Debug> TCPHandler: Processed in 0.004461641 sec. | ||
| 2682 | 2025.04.24 06:39:23.577526 [ 198 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 2683 | 2025.04.24 06:39:23.577802 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2684 | 2025.04.24 06:39:23.577999 [ 190 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_16_3} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2685 | 2025.04.24 06:39:23.578160 [ 260 ] {df39b771-6334-4685-b150-1f322aef73da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2686 | 2025.04.24 06:39:23.578185 [ 198 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2687 | 2025.04.24 06:39:23.578245 [ 190 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_16_3} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2688 | 2025.04.24 06:39:23.578251 [ 198 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1983 rows starting from the beginning of the part | ||
| 2689 | 2025.04.24 06:39:23.578295 [ 260 ] {df39b771-6334-4685-b150-1f322aef73da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2690 | 2025.04.24 06:39:23.578577 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2691 | 2025.04.24 06:39:23.578772 [ 198 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 2692 | 2025.04.24 06:39:23.579101 [ 198 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 165 rows starting from the beginning of the part | ||
| 2693 | 2025.04.24 06:39:23.579524 [ 198 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part | ||
| 2694 | 2025.04.24 06:39:23.579963 [ 198 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part | ||
| 2695 | 2025.04.24 06:39:23.580395 [ 198 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 197 rows starting from the beginning of the part | ||
| 2696 | 2025.04.24 06:39:23.582821 [ 260 ] {df39b771-6334-4685-b150-1f322aef73da} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2697 | 2025.04.24 06:39:23.582885 [ 260 ] {df39b771-6334-4685-b150-1f322aef73da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2698 | 2025.04.24 06:39:23.582911 [ 194 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2825 rows, containing 5 columns (5 merged, 0 gathered) in 0.005831372 sec., 484448.5997463376 rows/sec., 34.11 MiB/sec. | ||
| 2699 | 2025.04.24 06:39:23.583253 [ 194 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2700 | 2025.04.24 06:39:23.583645 [ 194 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2701 | 2025.04.24 06:39:23.583677 [ 260 ] {df39b771-6334-4685-b150-1f322aef73da} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2702 | 2025.04.24 06:39:23.583736 [ 194 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2703 | 2025.04.24 06:39:23.583822 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 2704 | 2025.04.24 06:39:23.583982 [ 260 ] {df39b771-6334-4685-b150-1f322aef73da} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2705 | 2025.04.24 06:39:23.584235 [ 260 ] {df39b771-6334-4685-b150-1f322aef73da} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.00615 sec., 4552.845528455285 rows/sec., 8.16 MiB/sec. | ||
| 2706 | 2025.04.24 06:39:23.584338 [ 260 ] {df39b771-6334-4685-b150-1f322aef73da} <Debug> TCPHandler: Processed in 0.006682571 sec. | ||
| 2707 | 2025.04.24 06:39:23.584469 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2708 | 2025.04.24 06:39:23.584575 [ 260 ] {a133883a-9920-406e-9f3c-ba72ee5a6104} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2709 | 2025.04.24 06:39:23.584622 [ 260 ] {a133883a-9920-406e-9f3c-ba72ee5a6104} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2710 | 2025.04.24 06:39:23.585056 [ 260 ] {a133883a-9920-406e-9f3c-ba72ee5a6104} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2711 | 2025.04.24 06:39:23.585095 [ 260 ] {a133883a-9920-406e-9f3c-ba72ee5a6104} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2712 | 2025.04.24 06:39:23.585448 [ 260 ] {a133883a-9920-406e-9f3c-ba72ee5a6104} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2713 | 2025.04.24 06:39:23.585697 [ 260 ] {a133883a-9920-406e-9f3c-ba72ee5a6104} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2714 | 2025.04.24 06:39:23.585871 [ 148 ] {} <Debug> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2715 | 2025.04.24 06:39:23.585924 [ 260 ] {a133883a-9920-406e-9f3c-ba72ee5a6104} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001362 sec., 44052.86343612335 rows/sec., 2.97 MiB/sec. | ||
| 2716 | 2025.04.24 06:39:23.585944 [ 148 ] {} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2717 | 2025.04.24 06:39:23.586014 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2718 | 2025.04.24 06:39:23.586042 [ 260 ] {a133883a-9920-406e-9f3c-ba72ee5a6104} <Debug> TCPHandler: Processed in 0.001623256 sec. | ||
| 2719 | 2025.04.24 06:39:23.586177 [ 198 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 2720 | 2025.04.24 06:39:23.586291 [ 198 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2721 | 2025.04.24 06:39:23.586325 [ 198 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 658 rows starting from the beginning of the part | ||
| 2722 | 2025.04.24 06:39:23.586433 [ 198 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 2723 | 2025.04.24 06:39:23.586658 [ 198 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 2724 | 2025.04.24 06:39:23.586795 [ 198 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part | ||
| 2725 | 2025.04.24 06:39:23.587030 [ 198 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part | ||
| 2726 | 2025.04.24 06:39:23.587196 [ 198 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 2727 | 2025.04.24 06:39:23.588464 [ 198 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 958 rows, containing 4 columns (4 merged, 0 gathered) in 0.002368213 sec., 404524.4241121892 rows/sec., 27.13 MiB/sec. | ||
| 2728 | 2025.04.24 06:39:23.588610 [ 194 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2729 | 2025.04.24 06:39:23.588885 [ 194 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_16_3} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2730 | 2025.04.24 06:39:23.588971 [ 194 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_16_3} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2731 | 2025.04.24 06:39:23.589037 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 2732 | 2025.04.24 06:39:24.389381 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039 | ||
| 2733 | 2025.04.24 06:39:24.390069 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2734 | 2025.04.24 06:39:24.390124 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2735 | 2025.04.24 06:39:24.390659 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2736 | 2025.04.24 06:39:24.390927 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2737 | 2025.04.24 06:39:24.391178 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039 | ||
| 2738 | 2025.04.24 06:39:24.750608 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 2739 | 2025.04.24 06:39:24.770587 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2740 | 2025.04.24 06:39:24.770651 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2741 | 2025.04.24 06:39:24.777988 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2742 | 2025.04.24 06:39:24.778753 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2743 | 2025.04.24 06:39:24.781435 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 2744 | 2025.04.24 06:39:26.901595 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 390 | ||
| 2745 | 2025.04.24 06:39:26.904687 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2746 | 2025.04.24 06:39:26.904737 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2747 | 2025.04.24 06:39:26.906631 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2748 | 2025.04.24 06:39:26.907063 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2749 | 2025.04.24 06:39:26.907887 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 390 | ||
| 2750 | 2025.04.24 06:39:28.546205 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2751 | 2025.04.24 06:39:28.546416 [ 260 ] {d48f7d1a-81c1-4115-b70e-1871d91b8e89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2752 | 2025.04.24 06:39:28.546496 [ 260 ] {d48f7d1a-81c1-4115-b70e-1871d91b8e89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2753 | 2025.04.24 06:39:28.547274 [ 260 ] {d48f7d1a-81c1-4115-b70e-1871d91b8e89} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2754 | 2025.04.24 06:39:28.547322 [ 260 ] {d48f7d1a-81c1-4115-b70e-1871d91b8e89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2755 | 2025.04.24 06:39:28.547739 [ 260 ] {d48f7d1a-81c1-4115-b70e-1871d91b8e89} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2756 | 2025.04.24 06:39:28.547981 [ 260 ] {d48f7d1a-81c1-4115-b70e-1871d91b8e89} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2757 | 2025.04.24 06:39:28.548198 [ 260 ] {d48f7d1a-81c1-4115-b70e-1871d91b8e89} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.001841 sec., 43454.64421510049 rows/sec., 3.58 MiB/sec. | ||
| 2758 | 2025.04.24 06:39:28.548252 [ 260 ] {d48f7d1a-81c1-4115-b70e-1871d91b8e89} <Debug> TCPHandler: Processed in 0.002190469 sec. | ||
| 2759 | 2025.04.24 06:39:28.548401 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2760 | 2025.04.24 06:39:28.548503 [ 260 ] {903199a2-e334-45e0-b329-8f26e4118b87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2761 | 2025.04.24 06:39:28.548545 [ 260 ] {903199a2-e334-45e0-b329-8f26e4118b87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2762 | 2025.04.24 06:39:28.549097 [ 260 ] {903199a2-e334-45e0-b329-8f26e4118b87} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2763 | 2025.04.24 06:39:28.549136 [ 260 ] {903199a2-e334-45e0-b329-8f26e4118b87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2764 | 2025.04.24 06:39:28.549474 [ 260 ] {903199a2-e334-45e0-b329-8f26e4118b87} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2765 | 2025.04.24 06:39:28.549702 [ 260 ] {903199a2-e334-45e0-b329-8f26e4118b87} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2766 | 2025.04.24 06:39:28.549892 [ 260 ] {903199a2-e334-45e0-b329-8f26e4118b87} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001411 sec., 8504.606661941885 rows/sec., 639.51 KiB/sec. | ||
| 2767 | 2025.04.24 06:39:28.549943 [ 260 ] {903199a2-e334-45e0-b329-8f26e4118b87} <Debug> TCPHandler: Processed in 0.001594336 sec. | ||
| 2768 | 2025.04.24 06:39:28.550080 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2769 | 2025.04.24 06:39:28.550180 [ 260 ] {b847e73a-090a-4518-81ac-3a74058bbf92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2770 | 2025.04.24 06:39:28.550224 [ 260 ] {b847e73a-090a-4518-81ac-3a74058bbf92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2771 | 2025.04.24 06:39:28.550769 [ 260 ] {b847e73a-090a-4518-81ac-3a74058bbf92} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2772 | 2025.04.24 06:39:28.550807 [ 260 ] {b847e73a-090a-4518-81ac-3a74058bbf92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2773 | 2025.04.24 06:39:28.551150 [ 260 ] {b847e73a-090a-4518-81ac-3a74058bbf92} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2774 | 2025.04.24 06:39:28.551391 [ 260 ] {b847e73a-090a-4518-81ac-3a74058bbf92} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2775 | 2025.04.24 06:39:28.551579 [ 260 ] {b847e73a-090a-4518-81ac-3a74058bbf92} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001419 sec., 53558.84425651868 rows/sec., 4.18 MiB/sec. | ||
| 2776 | 2025.04.24 06:39:28.551629 [ 260 ] {b847e73a-090a-4518-81ac-3a74058bbf92} <Debug> TCPHandler: Processed in 0.001601346 sec. | ||
| 2777 | 2025.04.24 06:39:28.551747 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2778 | 2025.04.24 06:39:28.551849 [ 260 ] {8c47eb89-1423-4ce8-ac22-cc252eba18ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2779 | 2025.04.24 06:39:28.551897 [ 260 ] {8c47eb89-1423-4ce8-ac22-cc252eba18ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2780 | 2025.04.24 06:39:28.552386 [ 260 ] {8c47eb89-1423-4ce8-ac22-cc252eba18ea} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2781 | 2025.04.24 06:39:28.552424 [ 260 ] {8c47eb89-1423-4ce8-ac22-cc252eba18ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2782 | 2025.04.24 06:39:28.552797 [ 260 ] {8c47eb89-1423-4ce8-ac22-cc252eba18ea} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2783 | 2025.04.24 06:39:28.553024 [ 260 ] {8c47eb89-1423-4ce8-ac22-cc252eba18ea} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2784 | 2025.04.24 06:39:28.553244 [ 260 ] {8c47eb89-1423-4ce8-ac22-cc252eba18ea} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001407 sec., 113717.12864250178 rows/sec., 7.92 MiB/sec. | ||
| 2785 | 2025.04.24 06:39:28.553363 [ 260 ] {8c47eb89-1423-4ce8-ac22-cc252eba18ea} <Debug> TCPHandler: Processed in 0.001662217 sec. | ||
| 2786 | 2025.04.24 06:39:28.553542 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2787 | 2025.04.24 06:39:28.553643 [ 260 ] {2b20dbb4-ae31-4572-bf2d-2f837ba8d94b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2788 | 2025.04.24 06:39:28.553715 [ 260 ] {2b20dbb4-ae31-4572-bf2d-2f837ba8d94b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2789 | 2025.04.24 06:39:28.554727 [ 260 ] {2b20dbb4-ae31-4572-bf2d-2f837ba8d94b} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2790 | 2025.04.24 06:39:28.554765 [ 260 ] {2b20dbb4-ae31-4572-bf2d-2f837ba8d94b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2791 | 2025.04.24 06:39:28.555372 [ 260 ] {2b20dbb4-ae31-4572-bf2d-2f837ba8d94b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2792 | 2025.04.24 06:39:28.555618 [ 260 ] {2b20dbb4-ae31-4572-bf2d-2f837ba8d94b} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2793 | 2025.04.24 06:39:28.555900 [ 260 ] {2b20dbb4-ae31-4572-bf2d-2f837ba8d94b} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002271 sec., 5284.015852047556 rows/sec., 9.47 MiB/sec. | ||
| 2794 | 2025.04.24 06:39:28.556310 [ 260 ] {2b20dbb4-ae31-4572-bf2d-2f837ba8d94b} <Debug> TCPHandler: Processed in 0.002829294 sec. | ||
| 2795 | 2025.04.24 06:39:28.556431 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2796 | 2025.04.24 06:39:28.556534 [ 260 ] {ca49ad9f-63c9-474b-83a7-ae21758c1b9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2797 | 2025.04.24 06:39:28.556579 [ 260 ] {ca49ad9f-63c9-474b-83a7-ae21758c1b9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2798 | 2025.04.24 06:39:28.557004 [ 260 ] {ca49ad9f-63c9-474b-83a7-ae21758c1b9a} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2799 | 2025.04.24 06:39:28.557042 [ 260 ] {ca49ad9f-63c9-474b-83a7-ae21758c1b9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2800 | 2025.04.24 06:39:28.557393 [ 260 ] {ca49ad9f-63c9-474b-83a7-ae21758c1b9a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2801 | 2025.04.24 06:39:28.557622 [ 260 ] {ca49ad9f-63c9-474b-83a7-ae21758c1b9a} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2802 | 2025.04.24 06:39:28.557815 [ 260 ] {ca49ad9f-63c9-474b-83a7-ae21758c1b9a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001302 sec., 46082.949308755764 rows/sec., 3.11 MiB/sec. | ||
| 2803 | 2025.04.24 06:39:28.557862 [ 260 ] {ca49ad9f-63c9-474b-83a7-ae21758c1b9a} <Debug> TCPHandler: Processed in 0.001479584 sec. | ||
| 2804 | 2025.04.24 06:39:31.768391 [ 139 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2805 | 2025.04.24 06:39:31.768454 [ 139 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2806 | 2025.04.24 06:39:31.892130 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466 | ||
| 2807 | 2025.04.24 06:39:31.892752 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2808 | 2025.04.24 06:39:31.892804 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2809 | 2025.04.24 06:39:31.893387 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2810 | 2025.04.24 06:39:31.893667 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2811 | 2025.04.24 06:39:31.893903 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 2812 | 2025.04.24 06:39:32.282291 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 2813 | 2025.04.24 06:39:32.302736 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2814 | 2025.04.24 06:39:32.302810 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2815 | 2025.04.24 06:39:32.311194 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2816 | 2025.04.24 06:39:32.312116 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2817 | 2025.04.24 06:39:32.315582 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 2818 | 2025.04.24 06:39:33.545842 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2819 | 2025.04.24 06:39:33.546051 [ 260 ] {c301a401-ea29-44ad-9fba-b32e38196505} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2820 | 2025.04.24 06:39:33.546136 [ 260 ] {c301a401-ea29-44ad-9fba-b32e38196505} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2821 | 2025.04.24 06:39:33.547005 [ 260 ] {c301a401-ea29-44ad-9fba-b32e38196505} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2822 | 2025.04.24 06:39:33.547057 [ 260 ] {c301a401-ea29-44ad-9fba-b32e38196505} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2823 | 2025.04.24 06:39:33.547517 [ 260 ] {c301a401-ea29-44ad-9fba-b32e38196505} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2824 | 2025.04.24 06:39:33.547772 [ 260 ] {c301a401-ea29-44ad-9fba-b32e38196505} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2825 | 2025.04.24 06:39:33.548030 [ 260 ] {c301a401-ea29-44ad-9fba-b32e38196505} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.002024 sec., 55335.96837944663 rows/sec., 4.65 MiB/sec. | ||
| 2826 | 2025.04.24 06:39:33.548141 [ 260 ] {c301a401-ea29-44ad-9fba-b32e38196505} <Debug> TCPHandler: Processed in 0.002437515 sec. | ||
| 2827 | 2025.04.24 06:39:33.548371 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2828 | 2025.04.24 06:39:33.548483 [ 260 ] {00c6ae2e-06c9-4c68-abc2-4c545c806914} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2829 | 2025.04.24 06:39:33.548534 [ 260 ] {00c6ae2e-06c9-4c68-abc2-4c545c806914} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2830 | 2025.04.24 06:39:33.549109 [ 260 ] {00c6ae2e-06c9-4c68-abc2-4c545c806914} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2831 | 2025.04.24 06:39:33.549163 [ 260 ] {00c6ae2e-06c9-4c68-abc2-4c545c806914} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2832 | 2025.04.24 06:39:33.549601 [ 260 ] {00c6ae2e-06c9-4c68-abc2-4c545c806914} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2833 | 2025.04.24 06:39:33.549849 [ 260 ] {00c6ae2e-06c9-4c68-abc2-4c545c806914} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2834 | 2025.04.24 06:39:33.550063 [ 260 ] {00c6ae2e-06c9-4c68-abc2-4c545c806914} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001607 sec., 17423.771001866833 rows/sec., 1.28 MiB/sec. | ||
| 2835 | 2025.04.24 06:39:33.550119 [ 260 ] {00c6ae2e-06c9-4c68-abc2-4c545c806914} <Debug> TCPHandler: Processed in 0.001820881 sec. | ||
| 2836 | 2025.04.24 06:39:33.550243 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2837 | 2025.04.24 06:39:33.550351 [ 260 ] {e3fdabb4-5c97-4a73-9d51-f7a0b7a9acd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2838 | 2025.04.24 06:39:33.550397 [ 260 ] {e3fdabb4-5c97-4a73-9d51-f7a0b7a9acd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2839 | 2025.04.24 06:39:33.550960 [ 260 ] {e3fdabb4-5c97-4a73-9d51-f7a0b7a9acd9} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2840 | 2025.04.24 06:39:33.551000 [ 260 ] {e3fdabb4-5c97-4a73-9d51-f7a0b7a9acd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2841 | 2025.04.24 06:39:33.551358 [ 260 ] {e3fdabb4-5c97-4a73-9d51-f7a0b7a9acd9} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2842 | 2025.04.24 06:39:33.551605 [ 260 ] {e3fdabb4-5c97-4a73-9d51-f7a0b7a9acd9} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2843 | 2025.04.24 06:39:33.551811 [ 260 ] {e3fdabb4-5c97-4a73-9d51-f7a0b7a9acd9} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001483 sec., 62036.41267700607 rows/sec., 4.84 MiB/sec. | ||
| 2844 | 2025.04.24 06:39:33.551863 [ 260 ] {e3fdabb4-5c97-4a73-9d51-f7a0b7a9acd9} <Debug> TCPHandler: Processed in 0.001672398 sec. | ||
| 2845 | 2025.04.24 06:39:33.551982 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2846 | 2025.04.24 06:39:33.552087 [ 260 ] {3351f85e-3f74-428d-8a87-57d8e0761cc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2847 | 2025.04.24 06:39:33.552137 [ 260 ] {3351f85e-3f74-428d-8a87-57d8e0761cc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2848 | 2025.04.24 06:39:33.552644 [ 260 ] {3351f85e-3f74-428d-8a87-57d8e0761cc9} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2849 | 2025.04.24 06:39:33.552683 [ 260 ] {3351f85e-3f74-428d-8a87-57d8e0761cc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2850 | 2025.04.24 06:39:33.553075 [ 260 ] {3351f85e-3f74-428d-8a87-57d8e0761cc9} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2851 | 2025.04.24 06:39:33.553323 [ 260 ] {3351f85e-3f74-428d-8a87-57d8e0761cc9} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2852 | 2025.04.24 06:39:33.553527 [ 260 ] {3351f85e-3f74-428d-8a87-57d8e0761cc9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001463 sec., 109364.31989063567 rows/sec., 7.62 MiB/sec. | ||
| 2853 | 2025.04.24 06:39:33.553578 [ 260 ] {3351f85e-3f74-428d-8a87-57d8e0761cc9} <Debug> TCPHandler: Processed in 0.001648308 sec. | ||
| 2854 | 2025.04.24 06:39:33.553695 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2855 | 2025.04.24 06:39:33.553801 [ 260 ] {a7cf7b29-07bb-4710-8892-8c6f0dc938f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2856 | 2025.04.24 06:39:33.553867 [ 260 ] {a7cf7b29-07bb-4710-8892-8c6f0dc938f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2857 | 2025.04.24 06:39:33.554958 [ 260 ] {a7cf7b29-07bb-4710-8892-8c6f0dc938f4} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2858 | 2025.04.24 06:39:33.554998 [ 260 ] {a7cf7b29-07bb-4710-8892-8c6f0dc938f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2859 | 2025.04.24 06:39:33.555641 [ 260 ] {a7cf7b29-07bb-4710-8892-8c6f0dc938f4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2860 | 2025.04.24 06:39:33.555911 [ 260 ] {a7cf7b29-07bb-4710-8892-8c6f0dc938f4} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2861 | 2025.04.24 06:39:33.556152 [ 260 ] {a7cf7b29-07bb-4710-8892-8c6f0dc938f4} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002373 sec., 11799.410029498524 rows/sec., 21.14 MiB/sec. | ||
| 2862 | 2025.04.24 06:39:33.556255 [ 260 ] {a7cf7b29-07bb-4710-8892-8c6f0dc938f4} <Debug> TCPHandler: Processed in 0.002610669 sec. | ||
| 2863 | 2025.04.24 06:39:33.556396 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2864 | 2025.04.24 06:39:33.556534 [ 260 ] {befec818-2aa2-4a9a-ae47-67cf163d23a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2865 | 2025.04.24 06:39:33.556590 [ 260 ] {befec818-2aa2-4a9a-ae47-67cf163d23a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2866 | 2025.04.24 06:39:33.557111 [ 260 ] {befec818-2aa2-4a9a-ae47-67cf163d23a3} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2867 | 2025.04.24 06:39:33.557160 [ 260 ] {befec818-2aa2-4a9a-ae47-67cf163d23a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2868 | 2025.04.24 06:39:33.557586 [ 260 ] {befec818-2aa2-4a9a-ae47-67cf163d23a3} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2869 | 2025.04.24 06:39:33.557827 [ 260 ] {befec818-2aa2-4a9a-ae47-67cf163d23a3} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2870 | 2025.04.24 06:39:33.558037 [ 260 ] {befec818-2aa2-4a9a-ae47-67cf163d23a3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001533 sec., 39138.94324853229 rows/sec., 2.64 MiB/sec. | ||
| 2871 | 2025.04.24 06:39:33.558091 [ 260 ] {befec818-2aa2-4a9a-ae47-67cf163d23a3} <Debug> TCPHandler: Processed in 0.00176105 sec. | ||
| 2872 | 2025.04.24 06:39:36.908703 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 414 | ||
| 2873 | 2025.04.24 06:39:36.911642 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2874 | 2025.04.24 06:39:36.911700 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2875 | 2025.04.24 06:39:36.913209 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2876 | 2025.04.24 06:39:36.913525 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2877 | 2025.04.24 06:39:36.914575 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 414 | ||
| 2878 | 2025.04.24 06:39:38.545635 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2879 | 2025.04.24 06:39:38.545825 [ 260 ] {2cd29336-d1ae-4b95-8395-8fc80ec014a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2880 | 2025.04.24 06:39:38.545899 [ 260 ] {2cd29336-d1ae-4b95-8395-8fc80ec014a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2881 | 2025.04.24 06:39:38.546668 [ 260 ] {2cd29336-d1ae-4b95-8395-8fc80ec014a7} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2882 | 2025.04.24 06:39:38.546716 [ 260 ] {2cd29336-d1ae-4b95-8395-8fc80ec014a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2883 | 2025.04.24 06:39:38.547182 [ 260 ] {2cd29336-d1ae-4b95-8395-8fc80ec014a7} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2884 | 2025.04.24 06:39:38.547442 [ 260 ] {2cd29336-d1ae-4b95-8395-8fc80ec014a7} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2885 | 2025.04.24 06:39:38.547666 [ 260 ] {2cd29336-d1ae-4b95-8395-8fc80ec014a7} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.001895 sec., 42216.35883905013 rows/sec., 3.48 MiB/sec. | ||
| 2886 | 2025.04.24 06:39:38.547723 [ 260 ] {2cd29336-d1ae-4b95-8395-8fc80ec014a7} <Debug> TCPHandler: Processed in 0.00222218 sec. | ||
| 2887 | 2025.04.24 06:39:38.547852 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2888 | 2025.04.24 06:39:38.547958 [ 260 ] {63a4d4fa-b265-423e-94f6-0d30c42f9468} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2889 | 2025.04.24 06:39:38.548004 [ 260 ] {63a4d4fa-b265-423e-94f6-0d30c42f9468} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2890 | 2025.04.24 06:39:38.548521 [ 260 ] {63a4d4fa-b265-423e-94f6-0d30c42f9468} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2891 | 2025.04.24 06:39:38.548560 [ 260 ] {63a4d4fa-b265-423e-94f6-0d30c42f9468} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2892 | 2025.04.24 06:39:38.548901 [ 260 ] {63a4d4fa-b265-423e-94f6-0d30c42f9468} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2893 | 2025.04.24 06:39:38.549145 [ 260 ] {63a4d4fa-b265-423e-94f6-0d30c42f9468} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2894 | 2025.04.24 06:39:38.549319 [ 133 ] {} <Debug> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2895 | 2025.04.24 06:39:38.549385 [ 260 ] {63a4d4fa-b265-423e-94f6-0d30c42f9468} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.00144 sec., 8333.333333333332 rows/sec., 626.63 KiB/sec. | ||
| 2896 | 2025.04.24 06:39:38.549409 [ 133 ] {} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2897 | 2025.04.24 06:39:38.549480 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2898 | 2025.04.24 06:39:38.549500 [ 260 ] {63a4d4fa-b265-423e-94f6-0d30c42f9468} <Debug> TCPHandler: Processed in 0.001696828 sec. | ||
| 2899 | 2025.04.24 06:39:38.549698 [ 189 ] {6d91faa5-474e-4006-b181-dbf82df66096::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 | ||
| 2900 | 2025.04.24 06:39:38.549714 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2901 | 2025.04.24 06:39:38.549967 [ 189 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2902 | 2025.04.24 06:39:38.549971 [ 260 ] {d0bc3e44-10cd-4798-a222-16c22e7084a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2903 | 2025.04.24 06:39:38.550035 [ 189 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 164 rows starting from the beginning of the part | ||
| 2904 | 2025.04.24 06:39:38.550074 [ 260 ] {d0bc3e44-10cd-4798-a222-16c22e7084a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2905 | 2025.04.24 06:39:38.550390 [ 189 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 12 rows starting from the beginning of the part | ||
| 2906 | 2025.04.24 06:39:38.550705 [ 189 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 42 rows starting from the beginning of the part | ||
| 2907 | 2025.04.24 06:39:38.550982 [ 189 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 12 rows starting from the beginning of the part | ||
| 2908 | 2025.04.24 06:39:38.551244 [ 189 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 28 rows starting from the beginning of the part | ||
| 2909 | 2025.04.24 06:39:38.551603 [ 189 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part | ||
| 2910 | 2025.04.24 06:39:38.553150 [ 260 ] {d0bc3e44-10cd-4798-a222-16c22e7084a0} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2911 | 2025.04.24 06:39:38.553232 [ 260 ] {d0bc3e44-10cd-4798-a222-16c22e7084a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2912 | 2025.04.24 06:39:38.554254 [ 260 ] {d0bc3e44-10cd-4798-a222-16c22e7084a0} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2913 | 2025.04.24 06:39:38.554779 [ 198 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 270 rows, containing 5 columns (5 merged, 0 gathered) in 0.005198157 sec., 51941.48618443037 rows/sec., 3.72 MiB/sec. | ||
| 2914 | 2025.04.24 06:39:38.554790 [ 260 ] {d0bc3e44-10cd-4798-a222-16c22e7084a0} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2915 | 2025.04.24 06:39:38.555085 [ 187 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2916 | 2025.04.24 06:39:38.555133 [ 260 ] {d0bc3e44-10cd-4798-a222-16c22e7084a0} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.005246 sec., 14487.228364468167 rows/sec., 1.13 MiB/sec. | ||
| 2917 | 2025.04.24 06:39:38.555307 [ 260 ] {d0bc3e44-10cd-4798-a222-16c22e7084a0} <Debug> TCPHandler: Processed in 0.005673888 sec. | ||
| 2918 | 2025.04.24 06:39:38.555473 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2919 | 2025.04.24 06:39:38.555675 [ 260 ] {3dceec60-73c7-46ed-b4f7-f308231f4c36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2920 | 2025.04.24 06:39:38.555703 [ 187 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_16_3} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2921 | 2025.04.24 06:39:38.555757 [ 260 ] {3dceec60-73c7-46ed-b4f7-f308231f4c36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2922 | 2025.04.24 06:39:38.555922 [ 187 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_16_3} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2923 | 2025.04.24 06:39:38.556135 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 2924 | 2025.04.24 06:39:38.556587 [ 260 ] {3dceec60-73c7-46ed-b4f7-f308231f4c36} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2925 | 2025.04.24 06:39:38.556630 [ 260 ] {3dceec60-73c7-46ed-b4f7-f308231f4c36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2926 | 2025.04.24 06:39:38.557026 [ 260 ] {3dceec60-73c7-46ed-b4f7-f308231f4c36} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2927 | 2025.04.24 06:39:38.557291 [ 260 ] {3dceec60-73c7-46ed-b4f7-f308231f4c36} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2928 | 2025.04.24 06:39:38.557532 [ 260 ] {3dceec60-73c7-46ed-b4f7-f308231f4c36} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0019 sec., 84210.52631578948 rows/sec., 5.87 MiB/sec. | ||
| 2929 | 2025.04.24 06:39:38.557673 [ 260 ] {3dceec60-73c7-46ed-b4f7-f308231f4c36} <Debug> TCPHandler: Processed in 0.002266351 sec. | ||
| 2930 | 2025.04.24 06:39:38.557873 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2931 | 2025.04.24 06:39:38.557982 [ 260 ] {d02be6f8-185b-45fc-9ab3-63216ad8f136} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2932 | 2025.04.24 06:39:38.558059 [ 260 ] {d02be6f8-185b-45fc-9ab3-63216ad8f136} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2933 | 2025.04.24 06:39:38.559098 [ 260 ] {d02be6f8-185b-45fc-9ab3-63216ad8f136} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2934 | 2025.04.24 06:39:38.559138 [ 260 ] {d02be6f8-185b-45fc-9ab3-63216ad8f136} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2935 | 2025.04.24 06:39:38.559755 [ 260 ] {d02be6f8-185b-45fc-9ab3-63216ad8f136} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2936 | 2025.04.24 06:39:38.560010 [ 260 ] {d02be6f8-185b-45fc-9ab3-63216ad8f136} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2937 | 2025.04.24 06:39:38.560201 [ 133 ] {} <Debug> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2938 | 2025.04.24 06:39:38.560276 [ 260 ] {d02be6f8-185b-45fc-9ab3-63216ad8f136} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002317 sec., 5179.110919292188 rows/sec., 9.28 MiB/sec. | ||
| 2939 | 2025.04.24 06:39:38.560285 [ 133 ] {} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2940 | 2025.04.24 06:39:38.560383 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2941 | 2025.04.24 06:39:38.560598 [ 260 ] {d02be6f8-185b-45fc-9ab3-63216ad8f136} <Debug> TCPHandler: Processed in 0.002784793 sec. | ||
| 2942 | 2025.04.24 06:39:38.560668 [ 189 ] {186bf897-e03c-453c-939b-7d7f7079b981::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 | ||
| 2943 | 2025.04.24 06:39:38.560790 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2944 | 2025.04.24 06:39:38.561031 [ 260 ] {98a425d7-349e-4668-bd41-5bf930f90086} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2945 | 2025.04.24 06:39:38.561156 [ 260 ] {98a425d7-349e-4668-bd41-5bf930f90086} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2946 | 2025.04.24 06:39:38.561446 [ 189 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2947 | 2025.04.24 06:39:38.561708 [ 189 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 186 rows starting from the beginning of the part | ||
| 2948 | 2025.04.24 06:39:38.562409 [ 189 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 12 rows starting from the beginning of the part | ||
| 2949 | 2025.04.24 06:39:38.563181 [ 260 ] {98a425d7-349e-4668-bd41-5bf930f90086} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2950 | 2025.04.24 06:39:38.563210 [ 189 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 28 rows starting from the beginning of the part | ||
| 2951 | 2025.04.24 06:39:38.563260 [ 260 ] {98a425d7-349e-4668-bd41-5bf930f90086} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2952 | 2025.04.24 06:39:38.563679 [ 189 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 12 rows starting from the beginning of the part | ||
| 2953 | 2025.04.24 06:39:38.564309 [ 189 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 28 rows starting from the beginning of the part | ||
| 2954 | 2025.04.24 06:39:38.564831 [ 260 ] {98a425d7-349e-4668-bd41-5bf930f90086} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2955 | 2025.04.24 06:39:38.564885 [ 189 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part | ||
| 2956 | 2025.04.24 06:39:38.565517 [ 260 ] {98a425d7-349e-4668-bd41-5bf930f90086} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2957 | 2025.04.24 06:39:38.565987 [ 260 ] {98a425d7-349e-4668-bd41-5bf930f90086} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005032 sec., 11923.688394276629 rows/sec., 822.86 KiB/sec. | ||
| 2958 | 2025.04.24 06:39:38.566117 [ 260 ] {98a425d7-349e-4668-bd41-5bf930f90086} <Debug> TCPHandler: Processed in 0.005391952 sec. | ||
| 2959 | 2025.04.24 06:39:38.568573 [ 200 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 278 rows, containing 19 columns (19 merged, 0 gathered) in 0.008046791 sec., 34547.933455709244 rows/sec., 61.91 MiB/sec. | ||
| 2960 | 2025.04.24 06:39:38.569130 [ 189 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2961 | 2025.04.24 06:39:38.569526 [ 189 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2962 | 2025.04.24 06:39:38.569604 [ 189 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2963 | 2025.04.24 06:39:38.569711 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.50 MiB. | ||
| 2964 | 2025.04.24 06:39:39.394908 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954 | ||
| 2965 | 2025.04.24 06:39:39.395570 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2966 | 2025.04.24 06:39:39.395620 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2967 | 2025.04.24 06:39:39.396132 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2968 | 2025.04.24 06:39:39.396389 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2969 | 2025.04.24 06:39:39.396651 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954 | ||
| 2970 | 2025.04.24 06:39:39.816541 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 | ||
| 2971 | 2025.04.24 06:39:39.837323 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2972 | 2025.04.24 06:39:39.837370 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2973 | 2025.04.24 06:39:39.844964 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2974 | 2025.04.24 06:39:39.845779 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2975 | 2025.04.24 06:39:39.848461 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113 | ||
| 2976 | 2025.04.24 06:39:43.545804 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2977 | 2025.04.24 06:39:43.546022 [ 260 ] {78bb7b90-73bc-45db-9d01-780e06cded5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2978 | 2025.04.24 06:39:43.546109 [ 260 ] {78bb7b90-73bc-45db-9d01-780e06cded5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2979 | 2025.04.24 06:39:43.547005 [ 260 ] {78bb7b90-73bc-45db-9d01-780e06cded5d} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2980 | 2025.04.24 06:39:43.547060 [ 260 ] {78bb7b90-73bc-45db-9d01-780e06cded5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2981 | 2025.04.24 06:39:43.547508 [ 260 ] {78bb7b90-73bc-45db-9d01-780e06cded5d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 2982 | 2025.04.24 06:39:43.547782 [ 260 ] {78bb7b90-73bc-45db-9d01-780e06cded5d} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2983 | 2025.04.24 06:39:43.548056 [ 260 ] {78bb7b90-73bc-45db-9d01-780e06cded5d} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.002079 sec., 53872.05387205387 rows/sec., 4.52 MiB/sec. | ||
| 2984 | 2025.04.24 06:39:43.548215 [ 260 ] {78bb7b90-73bc-45db-9d01-780e06cded5d} <Debug> TCPHandler: Processed in 0.002566487 sec. | ||
| 2985 | 2025.04.24 06:39:43.548437 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2986 | 2025.04.24 06:39:43.548565 [ 260 ] {fcedd4a8-2a78-4020-9dd7-beb3f895daac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2987 | 2025.04.24 06:39:43.548618 [ 260 ] {fcedd4a8-2a78-4020-9dd7-beb3f895daac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2988 | 2025.04.24 06:39:43.549261 [ 260 ] {fcedd4a8-2a78-4020-9dd7-beb3f895daac} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2989 | 2025.04.24 06:39:43.549314 [ 260 ] {fcedd4a8-2a78-4020-9dd7-beb3f895daac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2990 | 2025.04.24 06:39:43.549750 [ 260 ] {fcedd4a8-2a78-4020-9dd7-beb3f895daac} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2991 | 2025.04.24 06:39:43.550007 [ 260 ] {fcedd4a8-2a78-4020-9dd7-beb3f895daac} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2992 | 2025.04.24 06:39:43.550259 [ 260 ] {fcedd4a8-2a78-4020-9dd7-beb3f895daac} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001719 sec., 16288.539848749273 rows/sec., 1.20 MiB/sec. | ||
| 2993 | 2025.04.24 06:39:43.550478 [ 260 ] {fcedd4a8-2a78-4020-9dd7-beb3f895daac} <Debug> TCPHandler: Processed in 0.002111107 sec. | ||
| 2994 | 2025.04.24 06:39:43.550629 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2995 | 2025.04.24 06:39:43.550736 [ 260 ] {e5433c63-e411-41fe-a714-6d0861de50bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2996 | 2025.04.24 06:39:43.550784 [ 260 ] {e5433c63-e411-41fe-a714-6d0861de50bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2997 | 2025.04.24 06:39:43.551382 [ 260 ] {e5433c63-e411-41fe-a714-6d0861de50bb} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2998 | 2025.04.24 06:39:43.551423 [ 260 ] {e5433c63-e411-41fe-a714-6d0861de50bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2999 | 2025.04.24 06:39:43.551792 [ 260 ] {e5433c63-e411-41fe-a714-6d0861de50bb} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3000 | 2025.04.24 06:39:43.552035 [ 260 ] {e5433c63-e411-41fe-a714-6d0861de50bb} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3001 | 2025.04.24 06:39:43.552293 [ 260 ] {e5433c63-e411-41fe-a714-6d0861de50bb} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.00157 sec., 58598.72611464968 rows/sec., 4.58 MiB/sec. | ||
| 3002 | 2025.04.24 06:39:43.552485 [ 260 ] {e5433c63-e411-41fe-a714-6d0861de50bb} <Debug> TCPHandler: Processed in 0.001905373 sec. | ||
| 3003 | 2025.04.24 06:39:43.552662 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3004 | 2025.04.24 06:39:43.552768 [ 260 ] {63a3c57a-4bb5-4594-99d1-98ae52d9ed4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3005 | 2025.04.24 06:39:43.552821 [ 260 ] {63a3c57a-4bb5-4594-99d1-98ae52d9ed4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3006 | 2025.04.24 06:39:43.553344 [ 260 ] {63a3c57a-4bb5-4594-99d1-98ae52d9ed4c} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3007 | 2025.04.24 06:39:43.553383 [ 260 ] {63a3c57a-4bb5-4594-99d1-98ae52d9ed4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3008 | 2025.04.24 06:39:43.553778 [ 260 ] {63a3c57a-4bb5-4594-99d1-98ae52d9ed4c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3009 | 2025.04.24 06:39:43.554042 [ 260 ] {63a3c57a-4bb5-4594-99d1-98ae52d9ed4c} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3010 | 2025.04.24 06:39:43.554239 [ 260 ] {63a3c57a-4bb5-4594-99d1-98ae52d9ed4c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001491 sec., 107310.52984574111 rows/sec., 7.47 MiB/sec. | ||
| 3011 | 2025.04.24 06:39:43.554298 [ 260 ] {63a3c57a-4bb5-4594-99d1-98ae52d9ed4c} <Debug> TCPHandler: Processed in 0.001695199 sec. | ||
| 3012 | 2025.04.24 06:39:43.554427 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3013 | 2025.04.24 06:39:43.554534 [ 260 ] {b5d6395d-9a7d-4840-ba8b-1fbb2d670372} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3014 | 2025.04.24 06:39:43.554600 [ 260 ] {b5d6395d-9a7d-4840-ba8b-1fbb2d670372} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3015 | 2025.04.24 06:39:43.555696 [ 260 ] {b5d6395d-9a7d-4840-ba8b-1fbb2d670372} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3016 | 2025.04.24 06:39:43.555735 [ 260 ] {b5d6395d-9a7d-4840-ba8b-1fbb2d670372} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3017 | 2025.04.24 06:39:43.556351 [ 260 ] {b5d6395d-9a7d-4840-ba8b-1fbb2d670372} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3018 | 2025.04.24 06:39:43.556613 [ 260 ] {b5d6395d-9a7d-4840-ba8b-1fbb2d670372} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3019 | 2025.04.24 06:39:43.556852 [ 260 ] {b5d6395d-9a7d-4840-ba8b-1fbb2d670372} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002339 sec., 11970.927746900385 rows/sec., 21.45 MiB/sec. | ||
| 3020 | 2025.04.24 06:39:43.556958 [ 260 ] {b5d6395d-9a7d-4840-ba8b-1fbb2d670372} <Debug> TCPHandler: Processed in 0.002581479 sec. | ||
| 3021 | 2025.04.24 06:39:43.557085 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3022 | 2025.04.24 06:39:43.557192 [ 260 ] {c10c88c2-c83a-4901-88c5-0d780027460d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3023 | 2025.04.24 06:39:43.557240 [ 260 ] {c10c88c2-c83a-4901-88c5-0d780027460d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3024 | 2025.04.24 06:39:43.557657 [ 260 ] {c10c88c2-c83a-4901-88c5-0d780027460d} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3025 | 2025.04.24 06:39:43.557697 [ 260 ] {c10c88c2-c83a-4901-88c5-0d780027460d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3026 | 2025.04.24 06:39:43.558050 [ 260 ] {c10c88c2-c83a-4901-88c5-0d780027460d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3027 | 2025.04.24 06:39:43.558290 [ 260 ] {c10c88c2-c83a-4901-88c5-0d780027460d} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3028 | 2025.04.24 06:39:43.558514 [ 260 ] {c10c88c2-c83a-4901-88c5-0d780027460d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001344 sec., 44642.857142857145 rows/sec., 3.01 MiB/sec. | ||
| 3029 | 2025.04.24 06:39:43.558564 [ 260 ] {c10c88c2-c83a-4901-88c5-0d780027460d} <Debug> TCPHandler: Processed in 0.001530245 sec. | ||
| 3030 | 2025.04.24 06:39:46.768496 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3031 | 2025.04.24 06:39:46.768568 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3032 | 2025.04.24 06:39:46.896769 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381 | ||
| 3033 | 2025.04.24 06:39:46.897448 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3034 | 2025.04.24 06:39:46.897503 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3035 | 2025.04.24 06:39:46.898117 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3036 | 2025.04.24 06:39:46.898375 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3037 | 2025.04.24 06:39:46.898571 [ 124 ] {} <Debug> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3038 | 2025.04.24 06:39:46.898615 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3039 | 2025.04.24 06:39:46.898663 [ 124 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3040 | 2025.04.24 06:39:46.898698 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3041 | 2025.04.24 06:39:46.898935 [ 198 ] {fa75712d-43b8-4257-8078-4dc409fd9449::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 | ||
| 3042 | 2025.04.24 06:39:46.899124 [ 198 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3043 | 2025.04.24 06:39:46.899168 [ 198 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5124 rows starting from the beginning of the part | ||
| 3044 | 2025.04.24 06:39:46.899249 [ 198 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 427 rows starting from the beginning of the part | ||
| 3045 | 2025.04.24 06:39:46.899468 [ 198 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 488 rows starting from the beginning of the part | ||
| 3046 | 2025.04.24 06:39:46.899696 [ 198 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 427 rows starting from the beginning of the part | ||
| 3047 | 2025.04.24 06:39:46.899824 [ 198 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 488 rows starting from the beginning of the part | ||
| 3048 | 2025.04.24 06:39:46.900016 [ 198 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 427 rows starting from the beginning of the part | ||
| 3049 | 2025.04.24 06:39:46.901864 [ 200 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.00308198 sec., 2394888.9999286174 rows/sec., 34.26 MiB/sec. | ||
| 3050 | 2025.04.24 06:39:46.902734 [ 193 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3051 | 2025.04.24 06:39:46.903072 [ 193 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_16_3} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3052 | 2025.04.24 06:39:46.903161 [ 193 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_16_3} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3053 | 2025.04.24 06:39:46.903278 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3054 | 2025.04.24 06:39:46.915740 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 438 | ||
| 3055 | 2025.04.24 06:39:46.918616 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3056 | 2025.04.24 06:39:46.918666 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3057 | 2025.04.24 06:39:46.920067 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3058 | 2025.04.24 06:39:46.920385 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3059 | 2025.04.24 06:39:46.920607 [ 124 ] {} <Debug> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3060 | 2025.04.24 06:39:46.920718 [ 124 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3061 | 2025.04.24 06:39:46.920787 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3062 | 2025.04.24 06:39:46.921167 [ 198 ] {20843e92-5287-4bd7-bacd-ef190d076d79::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 | ||
| 3063 | 2025.04.24 06:39:46.921998 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 438 | ||
| 3064 | 2025.04.24 06:39:46.922279 [ 198 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3065 | 2025.04.24 06:39:46.922403 [ 198 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 302 rows starting from the beginning of the part | ||
| 3066 | 2025.04.24 06:39:46.922955 [ 198 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part | ||
| 3067 | 2025.04.24 06:39:46.923489 [ 198 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part | ||
| 3068 | 2025.04.24 06:39:46.924059 [ 198 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 34 rows starting from the beginning of the part | ||
| 3069 | 2025.04.24 06:39:46.924567 [ 198 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part | ||
| 3070 | 2025.04.24 06:39:46.925149 [ 198 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part | ||
| 3071 | 2025.04.24 06:39:46.932856 [ 200 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 438 rows, containing 72 columns (72 merged, 0 gathered) in 0.011959759 sec., 36622.81154662063 rows/sec., 34.40 MiB/sec. | ||
| 3072 | 2025.04.24 06:39:46.933846 [ 200 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3073 | 2025.04.24 06:39:46.934648 [ 200 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_11_2} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3074 | 2025.04.24 06:39:46.934742 [ 200 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_11_2} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3075 | 2025.04.24 06:39:46.935069 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.79 MiB. | ||
| 3076 | 2025.04.24 06:39:47.001452 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001017143 sec. | ||
| 3077 | 2025.04.24 06:39:47.348524 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 | ||
| 3078 | 2025.04.24 06:39:47.370314 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3079 | 2025.04.24 06:39:47.370379 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3080 | 2025.04.24 06:39:47.378038 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3081 | 2025.04.24 06:39:47.378816 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3082 | 2025.04.24 06:39:47.379251 [ 123 ] {} <Debug> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3083 | 2025.04.24 06:39:47.379429 [ 123 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3084 | 2025.04.24 06:39:47.379544 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3085 | 2025.04.24 06:39:47.379832 [ 196 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 3086 | 2025.04.24 06:39:47.387739 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3087 | 2025.04.24 06:39:47.388953 [ 196 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3088 | 2025.04.24 06:39:47.389855 [ 196 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 3089 | 2025.04.24 06:39:47.394340 [ 196 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 3090 | 2025.04.24 06:39:47.399063 [ 196 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 3091 | 2025.04.24 06:39:47.404059 [ 196 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 3092 | 2025.04.24 06:39:47.409290 [ 196 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part | ||
| 3093 | 2025.04.24 06:39:47.413776 [ 196 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part | ||
| 3094 | 2025.04.24 06:39:47.471769 [ 199 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.092069165 sec., 1314.2293622408763 rows/sec., 6.80 MiB/sec. | ||
| 3095 | 2025.04.24 06:39:47.473612 [ 188 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3096 | 2025.04.24 06:39:47.476045 [ 188 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_16_3} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3097 | 2025.04.24 06:39:47.476157 [ 188 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_16_3} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3098 | 2025.04.24 06:39:47.477633 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
| 3099 | 2025.04.24 06:39:48.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 176.89 MiB, peak 186.87 MiB, free memory in arenas 0.00 B, will set to 178.53 MiB (RSS), difference: 1.64 MiB | ||
| 3100 | 2025.04.24 06:39:48.544957 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3101 | 2025.04.24 06:39:48.545152 [ 260 ] {724d302e-10c3-43cd-92a6-b946f0940831} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3102 | 2025.04.24 06:39:48.545228 [ 260 ] {724d302e-10c3-43cd-92a6-b946f0940831} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3103 | 2025.04.24 06:39:48.546058 [ 260 ] {724d302e-10c3-43cd-92a6-b946f0940831} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3104 | 2025.04.24 06:39:48.546121 [ 260 ] {724d302e-10c3-43cd-92a6-b946f0940831} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3105 | 2025.04.24 06:39:48.546696 [ 260 ] {724d302e-10c3-43cd-92a6-b946f0940831} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3106 | 2025.04.24 06:39:48.546988 [ 260 ] {724d302e-10c3-43cd-92a6-b946f0940831} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3107 | 2025.04.24 06:39:48.547191 [ 123 ] {} <Debug> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3108 | 2025.04.24 06:39:48.547239 [ 260 ] {724d302e-10c3-43cd-92a6-b946f0940831} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.002137 sec., 37435.657463734206 rows/sec., 3.08 MiB/sec. | ||
| 3109 | 2025.04.24 06:39:48.547274 [ 123 ] {} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3110 | 2025.04.24 06:39:48.547345 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3111 | 2025.04.24 06:39:48.547381 [ 260 ] {724d302e-10c3-43cd-92a6-b946f0940831} <Debug> TCPHandler: Processed in 0.002563518 sec. | ||
| 3112 | 2025.04.24 06:39:48.547703 [ 191 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::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 | ||
| 3113 | 2025.04.24 06:39:48.547784 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3114 | 2025.04.24 06:39:48.547986 [ 191 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3115 | 2025.04.24 06:39:48.548012 [ 260 ] {c300890a-316a-4c5d-83df-b904793a8d6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3116 | 2025.04.24 06:39:48.548038 [ 191 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 823 rows starting from the beginning of the part | ||
| 3117 | 2025.04.24 06:39:48.548080 [ 260 ] {c300890a-316a-4c5d-83df-b904793a8d6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3118 | 2025.04.24 06:39:48.548397 [ 191 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 80 rows starting from the beginning of the part | ||
| 3119 | 2025.04.24 06:39:48.548725 [ 191 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 112 rows starting from the beginning of the part | ||
| 3120 | 2025.04.24 06:39:48.549088 [ 191 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 80 rows starting from the beginning of the part | ||
| 3121 | 2025.04.24 06:39:48.549517 [ 191 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 112 rows starting from the beginning of the part | ||
| 3122 | 2025.04.24 06:39:48.549897 [ 191 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 80 rows starting from the beginning of the part | ||
| 3123 | 2025.04.24 06:39:48.550969 [ 260 ] {c300890a-316a-4c5d-83df-b904793a8d6d} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3124 | 2025.04.24 06:39:48.551054 [ 260 ] {c300890a-316a-4c5d-83df-b904793a8d6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3125 | 2025.04.24 06:39:48.552112 [ 260 ] {c300890a-316a-4c5d-83df-b904793a8d6d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3126 | 2025.04.24 06:39:48.552592 [ 260 ] {c300890a-316a-4c5d-83df-b904793a8d6d} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3127 | 2025.04.24 06:39:48.553312 [ 260 ] {c300890a-316a-4c5d-83df-b904793a8d6d} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.005329 sec., 2251.8296115593917 rows/sec., 169.33 KiB/sec. | ||
| 3128 | 2025.04.24 06:39:48.553343 [ 191 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1287 rows, containing 5 columns (5 merged, 0 gathered) in 0.005891243 sec., 218459.83946002566 rows/sec., 18.79 MiB/sec. | ||
| 3129 | 2025.04.24 06:39:48.553624 [ 260 ] {c300890a-316a-4c5d-83df-b904793a8d6d} <Debug> TCPHandler: Processed in 0.006018985 sec. | ||
| 3130 | 2025.04.24 06:39:48.553739 [ 191 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3131 | 2025.04.24 06:39:48.553889 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3132 | 2025.04.24 06:39:48.554075 [ 260 ] {30a55464-f6b5-4bfa-be21-ba26695085dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3133 | 2025.04.24 06:39:48.554168 [ 260 ] {30a55464-f6b5-4bfa-be21-ba26695085dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3134 | 2025.04.24 06:39:48.554267 [ 191 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_21_4} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3135 | 2025.04.24 06:39:48.554491 [ 191 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_21_4} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3136 | 2025.04.24 06:39:48.554692 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
| 3137 | 2025.04.24 06:39:48.555134 [ 260 ] {30a55464-f6b5-4bfa-be21-ba26695085dd} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3138 | 2025.04.24 06:39:48.555178 [ 260 ] {30a55464-f6b5-4bfa-be21-ba26695085dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3139 | 2025.04.24 06:39:48.555541 [ 260 ] {30a55464-f6b5-4bfa-be21-ba26695085dd} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3140 | 2025.04.24 06:39:48.555782 [ 260 ] {30a55464-f6b5-4bfa-be21-ba26695085dd} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3141 | 2025.04.24 06:39:48.555962 [ 121 ] {} <Debug> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3142 | 2025.04.24 06:39:48.556011 [ 260 ] {30a55464-f6b5-4bfa-be21-ba26695085dd} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001995 sec., 38095.2380952381 rows/sec., 2.97 MiB/sec. | ||
| 3143 | 2025.04.24 06:39:48.556043 [ 121 ] {} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3144 | 2025.04.24 06:39:48.556122 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3145 | 2025.04.24 06:39:48.556130 [ 260 ] {30a55464-f6b5-4bfa-be21-ba26695085dd} <Debug> TCPHandler: Processed in 0.002319812 sec. | ||
| 3146 | 2025.04.24 06:39:48.556514 [ 199 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::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 | ||
| 3147 | 2025.04.24 06:39:48.556996 [ 199 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3148 | 2025.04.24 06:39:48.557119 [ 199 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 488 rows starting from the beginning of the part | ||
| 3149 | 2025.04.24 06:39:48.557169 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3150 | 2025.04.24 06:39:48.557298 [ 199 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 76 rows starting from the beginning of the part | ||
| 3151 | 2025.04.24 06:39:48.557612 [ 199 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 92 rows starting from the beginning of the part | ||
| 3152 | 2025.04.24 06:39:48.557717 [ 260 ] {383a158b-439b-416b-87d2-89c69725070f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3153 | 2025.04.24 06:39:48.557896 [ 199 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 76 rows starting from the beginning of the part | ||
| 3154 | 2025.04.24 06:39:48.558137 [ 260 ] {383a158b-439b-416b-87d2-89c69725070f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3155 | 2025.04.24 06:39:48.558163 [ 199 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 92 rows starting from the beginning of the part | ||
| 3156 | 2025.04.24 06:39:48.558463 [ 199 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 76 rows starting from the beginning of the part | ||
| 3157 | 2025.04.24 06:39:48.560375 [ 260 ] {383a158b-439b-416b-87d2-89c69725070f} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3158 | 2025.04.24 06:39:48.560455 [ 260 ] {383a158b-439b-416b-87d2-89c69725070f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3159 | 2025.04.24 06:39:48.561438 [ 260 ] {383a158b-439b-416b-87d2-89c69725070f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3160 | 2025.04.24 06:39:48.561579 [ 191 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 900 rows, containing 5 columns (5 merged, 0 gathered) in 0.005353471 sec., 168115.2284190948 rows/sec., 13.30 MiB/sec. | ||
| 3161 | 2025.04.24 06:39:48.561782 [ 191 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3162 | 2025.04.24 06:39:48.561943 [ 260 ] {383a158b-439b-416b-87d2-89c69725070f} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3163 | 2025.04.24 06:39:48.562209 [ 121 ] {} <Debug> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3164 | 2025.04.24 06:39:48.562306 [ 121 ] {} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3165 | 2025.04.24 06:39:48.562387 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3166 | 2025.04.24 06:39:48.562507 [ 191 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_21_4} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3167 | 2025.04.24 06:39:48.562916 [ 199 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 3168 | 2025.04.24 06:39:48.562963 [ 191 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_21_4} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3169 | 2025.04.24 06:39:48.563243 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 3170 | 2025.04.24 06:39:48.563487 [ 199 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3171 | 2025.04.24 06:39:48.562965 [ 260 ] {383a158b-439b-416b-87d2-89c69725070f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005113 sec., 31292.783101897123 rows/sec., 2.18 MiB/sec. | ||
| 3172 | 2025.04.24 06:39:48.563610 [ 199 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2825 rows starting from the beginning of the part | ||
| 3173 | 2025.04.24 06:39:48.563988 [ 199 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 3174 | 2025.04.24 06:39:48.564264 [ 199 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 3175 | 2025.04.24 06:39:48.564392 [ 260 ] {383a158b-439b-416b-87d2-89c69725070f} <Debug> TCPHandler: Processed in 0.007333305 sec. | ||
| 3176 | 2025.04.24 06:39:48.564574 [ 199 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 3177 | 2025.04.24 06:39:48.564867 [ 199 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 3178 | 2025.04.24 06:39:48.564945 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3179 | 2025.04.24 06:39:48.565068 [ 199 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part | ||
| 3180 | 2025.04.24 06:39:48.565497 [ 260 ] {cc1a9ec1-2755-4b82-8b95-9d10ba733e94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3181 | 2025.04.24 06:39:48.565648 [ 260 ] {cc1a9ec1-2755-4b82-8b95-9d10ba733e94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3182 | 2025.04.24 06:39:48.569534 [ 199 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3625 rows, containing 5 columns (5 merged, 0 gathered) in 0.007003158 sec., 517623.6206579946 rows/sec., 36.36 MiB/sec. | ||
| 3183 | 2025.04.24 06:39:48.569816 [ 260 ] {cc1a9ec1-2755-4b82-8b95-9d10ba733e94} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3184 | 2025.04.24 06:39:48.569875 [ 260 ] {cc1a9ec1-2755-4b82-8b95-9d10ba733e94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3185 | 2025.04.24 06:39:48.569980 [ 199 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3186 | 2025.04.24 06:39:48.570692 [ 199 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3187 | 2025.04.24 06:39:48.570867 [ 199 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3188 | 2025.04.24 06:39:48.571053 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.88 MiB. | ||
| 3189 | 2025.04.24 06:39:48.571283 [ 260 ] {cc1a9ec1-2755-4b82-8b95-9d10ba733e94} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3190 | 2025.04.24 06:39:48.571564 [ 260 ] {cc1a9ec1-2755-4b82-8b95-9d10ba733e94} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3191 | 2025.04.24 06:39:48.571882 [ 260 ] {cc1a9ec1-2755-4b82-8b95-9d10ba733e94} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.006581 sec., 1823.431089500076 rows/sec., 3.27 MiB/sec. | ||
| 3192 | 2025.04.24 06:39:48.572141 [ 260 ] {cc1a9ec1-2755-4b82-8b95-9d10ba733e94} <Debug> TCPHandler: Processed in 0.007393457 sec. | ||
| 3193 | 2025.04.24 06:39:48.572270 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3194 | 2025.04.24 06:39:48.572377 [ 260 ] {7b160bd1-4613-4cb7-b176-e4d3fdb05c0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3195 | 2025.04.24 06:39:48.572423 [ 260 ] {7b160bd1-4613-4cb7-b176-e4d3fdb05c0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3196 | 2025.04.24 06:39:48.572844 [ 260 ] {7b160bd1-4613-4cb7-b176-e4d3fdb05c0e} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3197 | 2025.04.24 06:39:48.572884 [ 260 ] {7b160bd1-4613-4cb7-b176-e4d3fdb05c0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3198 | 2025.04.24 06:39:48.573240 [ 260 ] {7b160bd1-4613-4cb7-b176-e4d3fdb05c0e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3199 | 2025.04.24 06:39:48.573480 [ 260 ] {7b160bd1-4613-4cb7-b176-e4d3fdb05c0e} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3200 | 2025.04.24 06:39:48.573628 [ 121 ] {} <Debug> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3201 | 2025.04.24 06:39:48.573698 [ 121 ] {} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3202 | 2025.04.24 06:39:48.573715 [ 260 ] {7b160bd1-4613-4cb7-b176-e4d3fdb05c0e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001348 sec., 44510.38575667656 rows/sec., 3.00 MiB/sec. | ||
| 3203 | 2025.04.24 06:39:48.573735 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 3204 | 2025.04.24 06:39:48.573890 [ 260 ] {7b160bd1-4613-4cb7-b176-e4d3fdb05c0e} <Debug> TCPHandler: Processed in 0.001666297 sec. | ||
| 3205 | 2025.04.24 06:39:48.574162 [ 199 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 3206 | 2025.04.24 06:39:48.574291 [ 199 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3207 | 2025.04.24 06:39:48.574322 [ 199 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 958 rows starting from the beginning of the part | ||
| 3208 | 2025.04.24 06:39:48.574427 [ 199 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 3209 | 2025.04.24 06:39:48.574621 [ 199 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 3210 | 2025.04.24 06:39:48.574782 [ 199 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 3211 | 2025.04.24 06:39:48.574937 [ 199 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 3212 | 2025.04.24 06:39:48.575085 [ 199 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part | ||
| 3213 | 2025.04.24 06:39:48.576241 [ 191 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1258 rows, containing 4 columns (4 merged, 0 gathered) in 0.002394723 sec., 525321.7177936655 rows/sec., 35.27 MiB/sec. | ||
| 3214 | 2025.04.24 06:39:48.576417 [ 191 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3215 | 2025.04.24 06:39:48.576717 [ 191 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_21_4} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3216 | 2025.04.24 06:39:48.576800 [ 191 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_21_4} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3217 | 2025.04.24 06:39:48.576874 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
| 3218 | 2025.04.24 06:39:53.551905 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3219 | 2025.04.24 06:39:53.552157 [ 260 ] {b2ad99d2-6895-4606-8708-09c8a63faaed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3220 | 2025.04.24 06:39:53.552252 [ 260 ] {b2ad99d2-6895-4606-8708-09c8a63faaed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3221 | 2025.04.24 06:39:53.553267 [ 260 ] {b2ad99d2-6895-4606-8708-09c8a63faaed} <Trace> oximeter.fields_i16 (6ff42f6f-4885-487d-9a78-1dd7a3795b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3222 | 2025.04.24 06:39:53.553340 [ 260 ] {b2ad99d2-6895-4606-8708-09c8a63faaed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3223 | 2025.04.24 06:39:53.553973 [ 260 ] {b2ad99d2-6895-4606-8708-09c8a63faaed} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3224 | 2025.04.24 06:39:53.554347 [ 260 ] {b2ad99d2-6895-4606-8708-09c8a63faaed} <Trace> oximeter.fields_i16 (6ff42f6f-4885-487d-9a78-1dd7a3795b79): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3225 | 2025.04.24 06:39:53.554701 [ 260 ] {b2ad99d2-6895-4606-8708-09c8a63faaed} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002556 sec., 9389.671361502347 rows/sec., 797.76 KiB/sec. | ||
| 3226 | 2025.04.24 06:39:53.555082 [ 260 ] {b2ad99d2-6895-4606-8708-09c8a63faaed} <Debug> TCPHandler: Processed in 0.003360966 sec. | ||
| 3227 | 2025.04.24 06:39:53.555297 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3228 | 2025.04.24 06:39:53.555431 [ 260 ] {19e504df-4589-4887-a023-eab754db6cc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3229 | 2025.04.24 06:39:53.555491 [ 260 ] {19e504df-4589-4887-a023-eab754db6cc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3230 | 2025.04.24 06:39:53.556836 [ 260 ] {19e504df-4589-4887-a023-eab754db6cc7} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3231 | 2025.04.24 06:39:53.556885 [ 260 ] {19e504df-4589-4887-a023-eab754db6cc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3232 | 2025.04.24 06:39:53.557355 [ 260 ] {19e504df-4589-4887-a023-eab754db6cc7} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3233 | 2025.04.24 06:39:53.557655 [ 260 ] {19e504df-4589-4887-a023-eab754db6cc7} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3234 | 2025.04.24 06:39:53.557915 [ 260 ] {19e504df-4589-4887-a023-eab754db6cc7} <Debug> executeQuery: Read 232 rows, 21.07 KiB in 0.002522 sec., 91990.48374306106 rows/sec., 8.16 MiB/sec. | ||
| 3235 | 2025.04.24 06:39:53.557994 [ 260 ] {19e504df-4589-4887-a023-eab754db6cc7} <Debug> TCPHandler: Processed in 0.002760763 sec. | ||
| 3236 | 2025.04.24 06:39:53.558180 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3237 | 2025.04.24 06:39:53.558330 [ 260 ] {4134c4fb-fa96-480c-9d2d-cf1d77b98ff8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3238 | 2025.04.24 06:39:53.558396 [ 260 ] {4134c4fb-fa96-480c-9d2d-cf1d77b98ff8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3239 | 2025.04.24 06:39:53.559146 [ 260 ] {4134c4fb-fa96-480c-9d2d-cf1d77b98ff8} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3240 | 2025.04.24 06:39:53.559186 [ 260 ] {4134c4fb-fa96-480c-9d2d-cf1d77b98ff8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3241 | 2025.04.24 06:39:53.559605 [ 260 ] {4134c4fb-fa96-480c-9d2d-cf1d77b98ff8} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3242 | 2025.04.24 06:39:53.559883 [ 260 ] {4134c4fb-fa96-480c-9d2d-cf1d77b98ff8} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3243 | 2025.04.24 06:39:53.560135 [ 260 ] {4134c4fb-fa96-480c-9d2d-cf1d77b98ff8} <Debug> executeQuery: Read 40 rows, 3.07 KiB in 0.001826 sec., 21905.80503833516 rows/sec., 1.64 MiB/sec. | ||
| 3244 | 2025.04.24 06:39:53.560236 [ 260 ] {4134c4fb-fa96-480c-9d2d-cf1d77b98ff8} <Debug> TCPHandler: Processed in 0.002118728 sec. | ||
| 3245 | 2025.04.24 06:39:53.560461 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3246 | 2025.04.24 06:39:53.560589 [ 260 ] {e92813e5-7828-4143-a88b-9ce9209a329e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3247 | 2025.04.24 06:39:53.560637 [ 260 ] {e92813e5-7828-4143-a88b-9ce9209a329e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3248 | 2025.04.24 06:39:53.561232 [ 260 ] {e92813e5-7828-4143-a88b-9ce9209a329e} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3249 | 2025.04.24 06:39:53.561274 [ 260 ] {e92813e5-7828-4143-a88b-9ce9209a329e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3250 | 2025.04.24 06:39:53.561660 [ 260 ] {e92813e5-7828-4143-a88b-9ce9209a329e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3251 | 2025.04.24 06:39:53.561989 [ 260 ] {e92813e5-7828-4143-a88b-9ce9209a329e} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3252 | 2025.04.24 06:39:53.562299 [ 260 ] {e92813e5-7828-4143-a88b-9ce9209a329e} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001709 sec., 14043.300175541252 rows/sec., 1.17 MiB/sec. | ||
| 3253 | 2025.04.24 06:39:53.562522 [ 260 ] {e92813e5-7828-4143-a88b-9ce9209a329e} <Debug> TCPHandler: Processed in 0.002143749 sec. | ||
| 3254 | 2025.04.24 06:39:53.562678 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3255 | 2025.04.24 06:39:53.562791 [ 260 ] {fb956474-27dc-4833-9a0f-60283ef6e68b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3256 | 2025.04.24 06:39:53.562847 [ 260 ] {fb956474-27dc-4833-9a0f-60283ef6e68b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3257 | 2025.04.24 06:39:53.563479 [ 260 ] {fb956474-27dc-4833-9a0f-60283ef6e68b} <Trace> oximeter.fields_u8 (788ec107-c6c7-4ecf-8eae-6c824e50a883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3258 | 2025.04.24 06:39:53.563532 [ 260 ] {fb956474-27dc-4833-9a0f-60283ef6e68b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3259 | 2025.04.24 06:39:53.563988 [ 260 ] {fb956474-27dc-4833-9a0f-60283ef6e68b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3260 | 2025.04.24 06:39:53.564379 [ 260 ] {fb956474-27dc-4833-9a0f-60283ef6e68b} <Trace> oximeter.fields_u8 (788ec107-c6c7-4ecf-8eae-6c824e50a883): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3261 | 2025.04.24 06:39:53.564731 [ 260 ] {fb956474-27dc-4833-9a0f-60283ef6e68b} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001909 sec., 6286.013619696176 rows/sec., 491.09 KiB/sec. | ||
| 3262 | 2025.04.24 06:39:53.564954 [ 260 ] {fb956474-27dc-4833-9a0f-60283ef6e68b} <Debug> TCPHandler: Processed in 0.002331352 sec. | ||
| 3263 | 2025.04.24 06:39:53.565332 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3264 | 2025.04.24 06:39:53.565451 [ 260 ] {920dca25-e3c5-4f65-8f2f-94d9923c6f64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3265 | 2025.04.24 06:39:53.565511 [ 260 ] {920dca25-e3c5-4f65-8f2f-94d9923c6f64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3266 | 2025.04.24 06:39:53.566230 [ 260 ] {920dca25-e3c5-4f65-8f2f-94d9923c6f64} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3267 | 2025.04.24 06:39:53.566280 [ 260 ] {920dca25-e3c5-4f65-8f2f-94d9923c6f64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3268 | 2025.04.24 06:39:53.566766 [ 260 ] {920dca25-e3c5-4f65-8f2f-94d9923c6f64} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3269 | 2025.04.24 06:39:53.567142 [ 260 ] {920dca25-e3c5-4f65-8f2f-94d9923c6f64} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3270 | 2025.04.24 06:39:53.567469 [ 260 ] {920dca25-e3c5-4f65-8f2f-94d9923c6f64} <Debug> executeQuery: Read 128 rows, 10.62 KiB in 0.002044 sec., 62622.309197651666 rows/sec., 5.07 MiB/sec. | ||
| 3271 | 2025.04.24 06:39:53.567737 [ 260 ] {920dca25-e3c5-4f65-8f2f-94d9923c6f64} <Debug> TCPHandler: Processed in 0.002451165 sec. | ||
| 3272 | 2025.04.24 06:39:53.567938 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3273 | 2025.04.24 06:39:53.568076 [ 260 ] {377c8131-698c-4adb-a64c-a44fd54a8a27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3274 | 2025.04.24 06:39:53.568144 [ 260 ] {377c8131-698c-4adb-a64c-a44fd54a8a27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3275 | 2025.04.24 06:39:53.568908 [ 260 ] {377c8131-698c-4adb-a64c-a44fd54a8a27} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3276 | 2025.04.24 06:39:53.568958 [ 260 ] {377c8131-698c-4adb-a64c-a44fd54a8a27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3277 | 2025.04.24 06:39:53.569491 [ 260 ] {377c8131-698c-4adb-a64c-a44fd54a8a27} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3278 | 2025.04.24 06:39:53.569831 [ 260 ] {377c8131-698c-4adb-a64c-a44fd54a8a27} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3279 | 2025.04.24 06:39:53.570158 [ 260 ] {377c8131-698c-4adb-a64c-a44fd54a8a27} <Debug> executeQuery: Read 196 rows, 14.40 KiB in 0.002104 sec., 93155.89353612167 rows/sec., 6.68 MiB/sec. | ||
| 3280 | 2025.04.24 06:39:53.570430 [ 260 ] {377c8131-698c-4adb-a64c-a44fd54a8a27} <Debug> TCPHandler: Processed in 0.002557948 sec. | ||
| 3281 | 2025.04.24 06:39:53.570639 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3282 | 2025.04.24 06:39:53.570776 [ 260 ] {98a5af1d-a807-4db9-b914-a8f5c5dd25bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3283 | 2025.04.24 06:39:53.570884 [ 260 ] {98a5af1d-a807-4db9-b914-a8f5c5dd25bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3284 | 2025.04.24 06:39:53.572805 [ 260 ] {98a5af1d-a807-4db9-b914-a8f5c5dd25bc} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3285 | 2025.04.24 06:39:53.572846 [ 260 ] {98a5af1d-a807-4db9-b914-a8f5c5dd25bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3286 | 2025.04.24 06:39:53.573519 [ 260 ] {98a5af1d-a807-4db9-b914-a8f5c5dd25bc} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3287 | 2025.04.24 06:39:53.573849 [ 260 ] {98a5af1d-a807-4db9-b914-a8f5c5dd25bc} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3288 | 2025.04.24 06:39:53.574199 [ 260 ] {98a5af1d-a807-4db9-b914-a8f5c5dd25bc} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.003449 sec., 8118.295158016817 rows/sec., 14.55 MiB/sec. | ||
| 3289 | 2025.04.24 06:39:53.574755 [ 260 ] {98a5af1d-a807-4db9-b914-a8f5c5dd25bc} <Debug> TCPHandler: Processed in 0.004178234 sec. | ||
| 3290 | 2025.04.24 06:39:53.574960 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3291 | 2025.04.24 06:39:53.575082 [ 260 ] {af692023-9a07-4727-a668-fa10006c5b86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3292 | 2025.04.24 06:39:53.575140 [ 260 ] {af692023-9a07-4727-a668-fa10006c5b86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3293 | 2025.04.24 06:39:53.575714 [ 260 ] {af692023-9a07-4727-a668-fa10006c5b86} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3294 | 2025.04.24 06:39:53.575758 [ 260 ] {af692023-9a07-4727-a668-fa10006c5b86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3295 | 2025.04.24 06:39:53.576180 [ 260 ] {af692023-9a07-4727-a668-fa10006c5b86} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3296 | 2025.04.24 06:39:53.576467 [ 260 ] {af692023-9a07-4727-a668-fa10006c5b86} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3297 | 2025.04.24 06:39:53.576694 [ 260 ] {af692023-9a07-4727-a668-fa10006c5b86} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00164 sec., 36585.365853658535 rows/sec., 2.47 MiB/sec. | ||
| 3298 | 2025.04.24 06:39:53.576753 [ 260 ] {af692023-9a07-4727-a668-fa10006c5b86} <Debug> TCPHandler: Processed in 0.001854812 sec. | ||
| 3299 | 2025.04.24 06:39:54.399623 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869 | ||
| 3300 | 2025.04.24 06:39:54.400271 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3301 | 2025.04.24 06:39:54.400317 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3302 | 2025.04.24 06:39:54.400815 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3303 | 2025.04.24 06:39:54.401051 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3304 | 2025.04.24 06:39:54.401275 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869 | ||
| 3305 | 2025.04.24 06:39:54.887800 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3306 | 2025.04.24 06:39:54.908224 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3307 | 2025.04.24 06:39:54.908294 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3308 | 2025.04.24 06:39:54.916745 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3309 | 2025.04.24 06:39:54.917650 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3310 | 2025.04.24 06:39:54.921746 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3311 | 2025.04.24 06:39:56.922439 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 468 | ||
| 3312 | 2025.04.24 06:39:56.926168 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3313 | 2025.04.24 06:39:56.926223 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3314 | 2025.04.24 06:39:56.927683 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3315 | 2025.04.24 06:39:56.928007 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3316 | 2025.04.24 06:39:56.929242 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 468 | ||
| 3317 | 2025.04.24 06:39:58.545458 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3318 | 2025.04.24 06:39:58.545668 [ 260 ] {55ceb36a-662f-4491-865e-03922bd7db86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3319 | 2025.04.24 06:39:58.545741 [ 260 ] {55ceb36a-662f-4491-865e-03922bd7db86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3320 | 2025.04.24 06:39:58.546507 [ 260 ] {55ceb36a-662f-4491-865e-03922bd7db86} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3321 | 2025.04.24 06:39:58.546552 [ 260 ] {55ceb36a-662f-4491-865e-03922bd7db86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3322 | 2025.04.24 06:39:58.546969 [ 260 ] {55ceb36a-662f-4491-865e-03922bd7db86} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3323 | 2025.04.24 06:39:58.547218 [ 260 ] {55ceb36a-662f-4491-865e-03922bd7db86} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3324 | 2025.04.24 06:39:58.547438 [ 260 ] {55ceb36a-662f-4491-865e-03922bd7db86} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.001828 sec., 43763.6761487965 rows/sec., 3.60 MiB/sec. | ||
| 3325 | 2025.04.24 06:39:58.547495 [ 260 ] {55ceb36a-662f-4491-865e-03922bd7db86} <Debug> TCPHandler: Processed in 0.00217619 sec. | ||
| 3326 | 2025.04.24 06:39:58.547623 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3327 | 2025.04.24 06:39:58.547728 [ 260 ] {5582e1b6-6807-4819-9715-f000e109f692} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3328 | 2025.04.24 06:39:58.547773 [ 260 ] {5582e1b6-6807-4819-9715-f000e109f692} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3329 | 2025.04.24 06:39:58.548285 [ 260 ] {5582e1b6-6807-4819-9715-f000e109f692} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3330 | 2025.04.24 06:39:58.548324 [ 260 ] {5582e1b6-6807-4819-9715-f000e109f692} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3331 | 2025.04.24 06:39:58.548670 [ 260 ] {5582e1b6-6807-4819-9715-f000e109f692} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3332 | 2025.04.24 06:39:58.548932 [ 260 ] {5582e1b6-6807-4819-9715-f000e109f692} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3333 | 2025.04.24 06:39:58.549139 [ 260 ] {5582e1b6-6807-4819-9715-f000e109f692} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001434 sec., 8368.200836820084 rows/sec., 629.25 KiB/sec. | ||
| 3334 | 2025.04.24 06:39:58.549191 [ 260 ] {5582e1b6-6807-4819-9715-f000e109f692} <Debug> TCPHandler: Processed in 0.001619777 sec. | ||
| 3335 | 2025.04.24 06:39:58.549308 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3336 | 2025.04.24 06:39:58.549411 [ 260 ] {8e7d9861-5218-4c4f-92d4-99cd24e4e7b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3337 | 2025.04.24 06:39:58.549455 [ 260 ] {8e7d9861-5218-4c4f-92d4-99cd24e4e7b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3338 | 2025.04.24 06:39:58.549991 [ 260 ] {8e7d9861-5218-4c4f-92d4-99cd24e4e7b1} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3339 | 2025.04.24 06:39:58.550030 [ 260 ] {8e7d9861-5218-4c4f-92d4-99cd24e4e7b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3340 | 2025.04.24 06:39:58.550379 [ 260 ] {8e7d9861-5218-4c4f-92d4-99cd24e4e7b1} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3341 | 2025.04.24 06:39:58.550615 [ 260 ] {8e7d9861-5218-4c4f-92d4-99cd24e4e7b1} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3342 | 2025.04.24 06:39:58.550853 [ 260 ] {8e7d9861-5218-4c4f-92d4-99cd24e4e7b1} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001456 sec., 52197.80219780219 rows/sec., 4.08 MiB/sec. | ||
| 3343 | 2025.04.24 06:39:58.550958 [ 260 ] {8e7d9861-5218-4c4f-92d4-99cd24e4e7b1} <Debug> TCPHandler: Processed in 0.001696769 sec. | ||
| 3344 | 2025.04.24 06:39:58.551182 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3345 | 2025.04.24 06:39:58.551287 [ 260 ] {e482656d-2768-45d5-a7ce-5ebc3cf09506} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3346 | 2025.04.24 06:39:58.551338 [ 260 ] {e482656d-2768-45d5-a7ce-5ebc3cf09506} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3347 | 2025.04.24 06:39:58.551845 [ 260 ] {e482656d-2768-45d5-a7ce-5ebc3cf09506} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3348 | 2025.04.24 06:39:58.551882 [ 260 ] {e482656d-2768-45d5-a7ce-5ebc3cf09506} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3349 | 2025.04.24 06:39:58.552263 [ 260 ] {e482656d-2768-45d5-a7ce-5ebc3cf09506} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3350 | 2025.04.24 06:39:58.552507 [ 260 ] {e482656d-2768-45d5-a7ce-5ebc3cf09506} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3351 | 2025.04.24 06:39:58.552702 [ 260 ] {e482656d-2768-45d5-a7ce-5ebc3cf09506} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001438 sec., 111265.64673157163 rows/sec., 7.75 MiB/sec. | ||
| 3352 | 2025.04.24 06:39:58.552753 [ 260 ] {e482656d-2768-45d5-a7ce-5ebc3cf09506} <Debug> TCPHandler: Processed in 0.001641417 sec. | ||
| 3353 | 2025.04.24 06:39:58.552866 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3354 | 2025.04.24 06:39:58.552969 [ 260 ] {22f8e35e-7959-47c8-bc8e-7bb656500dfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3355 | 2025.04.24 06:39:58.553035 [ 260 ] {22f8e35e-7959-47c8-bc8e-7bb656500dfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3356 | 2025.04.24 06:39:58.554048 [ 260 ] {22f8e35e-7959-47c8-bc8e-7bb656500dfb} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3357 | 2025.04.24 06:39:58.554086 [ 260 ] {22f8e35e-7959-47c8-bc8e-7bb656500dfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3358 | 2025.04.24 06:39:58.554684 [ 260 ] {22f8e35e-7959-47c8-bc8e-7bb656500dfb} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3359 | 2025.04.24 06:39:58.554957 [ 260 ] {22f8e35e-7959-47c8-bc8e-7bb656500dfb} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3360 | 2025.04.24 06:39:58.555188 [ 260 ] {22f8e35e-7959-47c8-bc8e-7bb656500dfb} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002239 sec., 5359.5355069227335 rows/sec., 9.60 MiB/sec. | ||
| 3361 | 2025.04.24 06:39:58.555280 [ 260 ] {22f8e35e-7959-47c8-bc8e-7bb656500dfb} <Debug> TCPHandler: Processed in 0.002464885 sec. | ||
| 3362 | 2025.04.24 06:39:58.555400 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3363 | 2025.04.24 06:39:58.555504 [ 260 ] {168d7692-bbf6-4759-b278-637dba6918af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3364 | 2025.04.24 06:39:58.555551 [ 260 ] {168d7692-bbf6-4759-b278-637dba6918af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3365 | 2025.04.24 06:39:58.555955 [ 260 ] {168d7692-bbf6-4759-b278-637dba6918af} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3366 | 2025.04.24 06:39:58.555993 [ 260 ] {168d7692-bbf6-4759-b278-637dba6918af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3367 | 2025.04.24 06:39:58.556339 [ 260 ] {168d7692-bbf6-4759-b278-637dba6918af} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3368 | 2025.04.24 06:39:58.556573 [ 260 ] {168d7692-bbf6-4759-b278-637dba6918af} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3369 | 2025.04.24 06:39:58.556777 [ 260 ] {168d7692-bbf6-4759-b278-637dba6918af} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001295 sec., 46332.04633204633 rows/sec., 3.12 MiB/sec. | ||
| 3370 | 2025.04.24 06:39:58.556827 [ 260 ] {168d7692-bbf6-4759-b278-637dba6918af} <Debug> TCPHandler: Processed in 0.001478133 sec. | ||
| 3371 | 2025.04.24 06:40:01.768617 [ 111 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3372 | 2025.04.24 06:40:01.768689 [ 111 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3373 | 2025.04.24 06:40:01.901530 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296 | ||
| 3374 | 2025.04.24 06:40:01.902228 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3375 | 2025.04.24 06:40:01.902276 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3376 | 2025.04.24 06:40:01.902893 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3377 | 2025.04.24 06:40:01.903149 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3378 | 2025.04.24 06:40:01.903350 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 3379 | 2025.04.24 06:40:02.421813 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 3380 | 2025.04.24 06:40:02.441376 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3381 | 2025.04.24 06:40:02.441436 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3382 | 2025.04.24 06:40:02.448601 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3383 | 2025.04.24 06:40:02.449345 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3384 | 2025.04.24 06:40:02.452179 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 3385 | 2025.04.24 06:40:03.545443 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3386 | 2025.04.24 06:40:03.545657 [ 260 ] {a30844d8-3785-405f-b4ab-3565204a73c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3387 | 2025.04.24 06:40:03.545740 [ 260 ] {a30844d8-3785-405f-b4ab-3565204a73c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3388 | 2025.04.24 06:40:03.546636 [ 260 ] {a30844d8-3785-405f-b4ab-3565204a73c5} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3389 | 2025.04.24 06:40:03.546689 [ 260 ] {a30844d8-3785-405f-b4ab-3565204a73c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3390 | 2025.04.24 06:40:03.547136 [ 260 ] {a30844d8-3785-405f-b4ab-3565204a73c5} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3391 | 2025.04.24 06:40:03.547382 [ 260 ] {a30844d8-3785-405f-b4ab-3565204a73c5} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3392 | 2025.04.24 06:40:03.547614 [ 260 ] {a30844d8-3785-405f-b4ab-3565204a73c5} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.002016 sec., 55555.555555555555 rows/sec., 4.67 MiB/sec. | ||
| 3393 | 2025.04.24 06:40:03.547680 [ 260 ] {a30844d8-3785-405f-b4ab-3565204a73c5} <Debug> TCPHandler: Processed in 0.002376484 sec. | ||
| 3394 | 2025.04.24 06:40:03.547814 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3395 | 2025.04.24 06:40:03.547926 [ 260 ] {82cf731e-0ee9-4aee-b070-161ed027b7ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3396 | 2025.04.24 06:40:03.547976 [ 260 ] {82cf731e-0ee9-4aee-b070-161ed027b7ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3397 | 2025.04.24 06:40:03.548532 [ 260 ] {82cf731e-0ee9-4aee-b070-161ed027b7ee} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3398 | 2025.04.24 06:40:03.548573 [ 260 ] {82cf731e-0ee9-4aee-b070-161ed027b7ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3399 | 2025.04.24 06:40:03.548919 [ 260 ] {82cf731e-0ee9-4aee-b070-161ed027b7ee} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3400 | 2025.04.24 06:40:03.549168 [ 260 ] {82cf731e-0ee9-4aee-b070-161ed027b7ee} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3401 | 2025.04.24 06:40:03.549345 [ 108 ] {} <Debug> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3402 | 2025.04.24 06:40:03.549371 [ 260 ] {82cf731e-0ee9-4aee-b070-161ed027b7ee} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001471 sec., 19034.67029231815 rows/sec., 1.40 MiB/sec. | ||
| 3403 | 2025.04.24 06:40:03.549430 [ 108 ] {} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3404 | 2025.04.24 06:40:03.549508 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3405 | 2025.04.24 06:40:03.549512 [ 260 ] {82cf731e-0ee9-4aee-b070-161ed027b7ee} <Debug> TCPHandler: Processed in 0.001749649 sec. | ||
| 3406 | 2025.04.24 06:40:03.549697 [ 195 ] {6d91faa5-474e-4006-b181-dbf82df66096::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 | ||
| 3407 | 2025.04.24 06:40:03.549825 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3408 | 2025.04.24 06:40:03.549906 [ 195 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3409 | 2025.04.24 06:40:03.549988 [ 195 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 170 rows starting from the beginning of the part | ||
| 3410 | 2025.04.24 06:40:03.550017 [ 260 ] {0438deea-e59f-4d3e-9c73-977b03c80d6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3411 | 2025.04.24 06:40:03.550088 [ 260 ] {0438deea-e59f-4d3e-9c73-977b03c80d6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3412 | 2025.04.24 06:40:03.550272 [ 195 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 28 rows starting from the beginning of the part | ||
| 3413 | 2025.04.24 06:40:03.550650 [ 195 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 12 rows starting from the beginning of the part | ||
| 3414 | 2025.04.24 06:40:03.550987 [ 195 ] {6d91faa5-474e-4006-b181-dbf82df66096::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 | ||
| 3415 | 2025.04.24 06:40:03.551354 [ 195 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 12 rows starting from the beginning of the part | ||
| 3416 | 2025.04.24 06:40:03.551762 [ 195 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 28 rows starting from the beginning of the part | ||
| 3417 | 2025.04.24 06:40:03.553070 [ 260 ] {0438deea-e59f-4d3e-9c73-977b03c80d6c} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3418 | 2025.04.24 06:40:03.553202 [ 260 ] {0438deea-e59f-4d3e-9c73-977b03c80d6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3419 | 2025.04.24 06:40:03.554286 [ 260 ] {0438deea-e59f-4d3e-9c73-977b03c80d6c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3420 | 2025.04.24 06:40:03.554776 [ 191 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 290 rows, containing 5 columns (5 merged, 0 gathered) in 0.005160256 sec., 56198.76223195128 rows/sec., 4.05 MiB/sec. | ||
| 3421 | 2025.04.24 06:40:03.554833 [ 260 ] {0438deea-e59f-4d3e-9c73-977b03c80d6c} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3422 | 2025.04.24 06:40:03.555024 [ 191 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3423 | 2025.04.24 06:40:03.555394 [ 260 ] {0438deea-e59f-4d3e-9c73-977b03c80d6c} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.005407 sec., 17014.980580728683 rows/sec., 1.33 MiB/sec. | ||
| 3424 | 2025.04.24 06:40:03.555784 [ 260 ] {0438deea-e59f-4d3e-9c73-977b03c80d6c} <Debug> TCPHandler: Processed in 0.006017916 sec. | ||
| 3425 | 2025.04.24 06:40:03.555987 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3426 | 2025.04.24 06:40:03.555987 [ 191 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_21_4} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3427 | 2025.04.24 06:40:03.556162 [ 260 ] {d6376cac-9205-4078-958d-bdcde80ff453} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3428 | 2025.04.24 06:40:03.556174 [ 191 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_21_4} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3429 | 2025.04.24 06:40:03.556248 [ 260 ] {d6376cac-9205-4078-958d-bdcde80ff453} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3430 | 2025.04.24 06:40:03.556354 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 3431 | 2025.04.24 06:40:03.556919 [ 260 ] {d6376cac-9205-4078-958d-bdcde80ff453} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3432 | 2025.04.24 06:40:03.556963 [ 260 ] {d6376cac-9205-4078-958d-bdcde80ff453} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3433 | 2025.04.24 06:40:03.557346 [ 260 ] {d6376cac-9205-4078-958d-bdcde80ff453} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3434 | 2025.04.24 06:40:03.557579 [ 260 ] {d6376cac-9205-4078-958d-bdcde80ff453} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3435 | 2025.04.24 06:40:03.557789 [ 260 ] {d6376cac-9205-4078-958d-bdcde80ff453} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001673 sec., 95636.58099222953 rows/sec., 6.66 MiB/sec. | ||
| 3436 | 2025.04.24 06:40:03.557843 [ 260 ] {d6376cac-9205-4078-958d-bdcde80ff453} <Debug> TCPHandler: Processed in 0.001937574 sec. | ||
| 3437 | 2025.04.24 06:40:03.557960 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3438 | 2025.04.24 06:40:03.558063 [ 260 ] {d3432cac-3426-4f01-8d04-83fd12cc2673} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3439 | 2025.04.24 06:40:03.558129 [ 260 ] {d3432cac-3426-4f01-8d04-83fd12cc2673} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3440 | 2025.04.24 06:40:03.559208 [ 260 ] {d3432cac-3426-4f01-8d04-83fd12cc2673} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3441 | 2025.04.24 06:40:03.559247 [ 260 ] {d3432cac-3426-4f01-8d04-83fd12cc2673} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3442 | 2025.04.24 06:40:03.559864 [ 260 ] {d3432cac-3426-4f01-8d04-83fd12cc2673} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3443 | 2025.04.24 06:40:03.560112 [ 260 ] {d3432cac-3426-4f01-8d04-83fd12cc2673} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3444 | 2025.04.24 06:40:03.560299 [ 108 ] {} <Debug> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3445 | 2025.04.24 06:40:03.560372 [ 108 ] {} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3446 | 2025.04.24 06:40:03.560387 [ 260 ] {d3432cac-3426-4f01-8d04-83fd12cc2673} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002334 sec., 11996.572407883461 rows/sec., 21.50 MiB/sec. | ||
| 3447 | 2025.04.24 06:40:03.560415 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3448 | 2025.04.24 06:40:03.560787 [ 260 ] {d3432cac-3426-4f01-8d04-83fd12cc2673} <Debug> TCPHandler: Processed in 0.002871055 sec. | ||
| 3449 | 2025.04.24 06:40:03.560820 [ 201 ] {186bf897-e03c-453c-939b-7d7f7079b981::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 | ||
| 3450 | 2025.04.24 06:40:03.560932 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3451 | 2025.04.24 06:40:03.561183 [ 260 ] {d6d86a45-eb1e-4d67-a404-bb804eacd9fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3452 | 2025.04.24 06:40:03.561304 [ 260 ] {d6d86a45-eb1e-4d67-a404-bb804eacd9fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3453 | 2025.04.24 06:40:03.561923 [ 201 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3454 | 2025.04.24 06:40:03.562148 [ 201 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 278 rows starting from the beginning of the part | ||
| 3455 | 2025.04.24 06:40:03.562821 [ 201 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 28 rows starting from the beginning of the part | ||
| 3456 | 2025.04.24 06:40:03.563254 [ 260 ] {d6d86a45-eb1e-4d67-a404-bb804eacd9fe} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3457 | 2025.04.24 06:40:03.563497 [ 260 ] {d6d86a45-eb1e-4d67-a404-bb804eacd9fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3458 | 2025.04.24 06:40:03.563509 [ 201 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 12 rows starting from the beginning of the part | ||
| 3459 | 2025.04.24 06:40:03.564086 [ 201 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 28 rows starting from the beginning of the part | ||
| 3460 | 2025.04.24 06:40:03.564706 [ 201 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 12 rows starting from the beginning of the part | ||
| 3461 | 2025.04.24 06:40:03.565224 [ 201 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 28 rows starting from the beginning of the part | ||
| 3462 | 2025.04.24 06:40:03.565240 [ 260 ] {d6d86a45-eb1e-4d67-a404-bb804eacd9fe} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3463 | 2025.04.24 06:40:03.566058 [ 260 ] {d6d86a45-eb1e-4d67-a404-bb804eacd9fe} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3464 | 2025.04.24 06:40:03.566519 [ 260 ] {d6d86a45-eb1e-4d67-a404-bb804eacd9fe} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005415 sec., 11080.3324099723 rows/sec., 764.66 KiB/sec. | ||
| 3465 | 2025.04.24 06:40:03.566665 [ 260 ] {d6d86a45-eb1e-4d67-a404-bb804eacd9fe} <Debug> TCPHandler: Processed in 0.005790241 sec. | ||
| 3466 | 2025.04.24 06:40:03.569955 [ 197 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 386 rows, containing 19 columns (19 merged, 0 gathered) in 0.009403311 sec., 41049.3708014124 rows/sec., 73.56 MiB/sec. | ||
| 3467 | 2025.04.24 06:40:03.570578 [ 197 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3468 | 2025.04.24 06:40:03.570989 [ 197 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3469 | 2025.04.24 06:40:03.571076 [ 197 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3470 | 2025.04.24 06:40:03.571198 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.12 MiB. | ||
| 3471 | 2025.04.24 06:40:04.970857 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3472 | 2025.04.24 06:40:04.971140 [ 260 ] {cef645cf-c1ec-4e6c-af17-9dabbbc4d3e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 3473 | 2025.04.24 06:40:04.971591 [ 260 ] {cef645cf-c1ec-4e6c-af17-9dabbbc4d3e5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3474 | 2025.04.24 06:40:04.971646 [ 260 ] {cef645cf-c1ec-4e6c-af17-9dabbbc4d3e5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 3475 | 2025.04.24 06:40:04.972028 [ 260 ] {cef645cf-c1ec-4e6c-af17-9dabbbc4d3e5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3476 | 2025.04.24 06:40:04.972113 [ 260 ] {cef645cf-c1ec-4e6c-af17-9dabbbc4d3e5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3477 | 2025.04.24 06:40:04.972294 [ 260 ] {cef645cf-c1ec-4e6c-af17-9dabbbc4d3e5} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 3478 | 2025.04.24 06:40:04.972337 [ 260 ] {cef645cf-c1ec-4e6c-af17-9dabbbc4d3e5} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 3479 | 2025.04.24 06:40:04.972363 [ 260 ] {cef645cf-c1ec-4e6c-af17-9dabbbc4d3e5} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (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 | ||
| 3480 | 2025.04.24 06:40:04.972381 [ 260 ] {cef645cf-c1ec-4e6c-af17-9dabbbc4d3e5} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3481 | 2025.04.24 06:40:04.972433 [ 260 ] {cef645cf-c1ec-4e6c-af17-9dabbbc4d3e5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3482 | 2025.04.24 06:40:04.972458 [ 260 ] {cef645cf-c1ec-4e6c-af17-9dabbbc4d3e5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
| 3483 | 2025.04.24 06:40:04.973203 [ 260 ] {cef645cf-c1ec-4e6c-af17-9dabbbc4d3e5} <Debug> executeQuery: Read 41 rows, 1.65 KiB in 0.002193 sec., 18695.850433196534 rows/sec., 753.02 KiB/sec. | ||
| 3484 | 2025.04.24 06:40:04.973301 [ 260 ] {cef645cf-c1ec-4e6c-af17-9dabbbc4d3e5} <Debug> TCPHandler: Processed in 0.002580138 sec. | ||
| 3485 | 2025.04.24 06:40:04.973650 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3486 | 2025.04.24 06:40:04.973827 [ 260 ] {40d046d6-04bb-4c24-b66a-27aae7ef6cf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 3487 | 2025.04.24 06:40:04.974136 [ 260 ] {40d046d6-04bb-4c24-b66a-27aae7ef6cf2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3488 | 2025.04.24 06:40:04.974187 [ 260 ] {40d046d6-04bb-4c24-b66a-27aae7ef6cf2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 3489 | 2025.04.24 06:40:04.974515 [ 260 ] {40d046d6-04bb-4c24-b66a-27aae7ef6cf2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3490 | 2025.04.24 06:40:04.974581 [ 260 ] {40d046d6-04bb-4c24-b66a-27aae7ef6cf2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3491 | 2025.04.24 06:40:04.974729 [ 260 ] {40d046d6-04bb-4c24-b66a-27aae7ef6cf2} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Key condition: (column 0 notIn 42-element set) | ||
| 3492 | 2025.04.24 06:40:04.974764 [ 260 ] {40d046d6-04bb-4c24-b66a-27aae7ef6cf2} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 3493 | 2025.04.24 06:40:04.974787 [ 260 ] {40d046d6-04bb-4c24-b66a-27aae7ef6cf2} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (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 | ||
| 3494 | 2025.04.24 06:40:04.974804 [ 260 ] {40d046d6-04bb-4c24-b66a-27aae7ef6cf2} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3495 | 2025.04.24 06:40:04.974849 [ 260 ] {40d046d6-04bb-4c24-b66a-27aae7ef6cf2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3496 | 2025.04.24 06:40:04.974873 [ 260 ] {40d046d6-04bb-4c24-b66a-27aae7ef6cf2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
| 3497 | 2025.04.24 06:40:04.975658 [ 260 ] {40d046d6-04bb-4c24-b66a-27aae7ef6cf2} <Debug> executeQuery: Read 41 rows, 1.65 KiB in 0.001919 sec., 21365.29442417926 rows/sec., 860.54 KiB/sec. | ||
| 3498 | 2025.04.24 06:40:04.975775 [ 260 ] {40d046d6-04bb-4c24-b66a-27aae7ef6cf2} <Debug> TCPHandler: Processed in 0.002178769 sec. | ||
| 3499 | 2025.04.24 06:40:04.976014 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3500 | 2025.04.24 06:40:04.976185 [ 260 ] {a3fc620d-a721-4e0b-8944-cc366d82a5a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 3501 | 2025.04.24 06:40:04.976492 [ 260 ] {a3fc620d-a721-4e0b-8944-cc366d82a5a3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3502 | 2025.04.24 06:40:04.976544 [ 260 ] {a3fc620d-a721-4e0b-8944-cc366d82a5a3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 3503 | 2025.04.24 06:40:04.976874 [ 260 ] {a3fc620d-a721-4e0b-8944-cc366d82a5a3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3504 | 2025.04.24 06:40:04.976940 [ 260 ] {a3fc620d-a721-4e0b-8944-cc366d82a5a3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3505 | 2025.04.24 06:40:04.977084 [ 260 ] {a3fc620d-a721-4e0b-8944-cc366d82a5a3} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Key condition: (column 0 notIn 43-element set) | ||
| 3506 | 2025.04.24 06:40:04.977118 [ 260 ] {a3fc620d-a721-4e0b-8944-cc366d82a5a3} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 3507 | 2025.04.24 06:40:04.977141 [ 260 ] {a3fc620d-a721-4e0b-8944-cc366d82a5a3} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (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 | ||
| 3508 | 2025.04.24 06:40:04.977158 [ 260 ] {a3fc620d-a721-4e0b-8944-cc366d82a5a3} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3509 | 2025.04.24 06:40:04.977201 [ 260 ] {a3fc620d-a721-4e0b-8944-cc366d82a5a3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3510 | 2025.04.24 06:40:04.977226 [ 260 ] {a3fc620d-a721-4e0b-8944-cc366d82a5a3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
| 3511 | 2025.04.24 06:40:04.977809 [ 260 ] {a3fc620d-a721-4e0b-8944-cc366d82a5a3} <Debug> executeQuery: Read 41 rows, 1.65 KiB in 0.00171 sec., 23976.608187134505 rows/sec., 965.71 KiB/sec. | ||
| 3512 | 2025.04.24 06:40:04.977931 [ 260 ] {a3fc620d-a721-4e0b-8944-cc366d82a5a3} <Debug> TCPHandler: Processed in 0.001970864 sec. | ||
| 3513 | 2025.04.24 06:40:04.978173 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3514 | 2025.04.24 06:40:04.978343 [ 260 ] {b569a715-1574-4457-a2cb-54f946e7ad9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 3515 | 2025.04.24 06:40:04.978648 [ 260 ] {b569a715-1574-4457-a2cb-54f946e7ad9a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3516 | 2025.04.24 06:40:04.978699 [ 260 ] {b569a715-1574-4457-a2cb-54f946e7ad9a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 3517 | 2025.04.24 06:40:04.979062 [ 260 ] {b569a715-1574-4457-a2cb-54f946e7ad9a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3518 | 2025.04.24 06:40:04.979132 [ 260 ] {b569a715-1574-4457-a2cb-54f946e7ad9a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3519 | 2025.04.24 06:40:04.979276 [ 260 ] {b569a715-1574-4457-a2cb-54f946e7ad9a} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Key condition: (column 0 notIn 44-element set) | ||
| 3520 | 2025.04.24 06:40:04.979309 [ 260 ] {b569a715-1574-4457-a2cb-54f946e7ad9a} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 3521 | 2025.04.24 06:40:04.979332 [ 260 ] {b569a715-1574-4457-a2cb-54f946e7ad9a} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (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 | ||
| 3522 | 2025.04.24 06:40:04.979348 [ 260 ] {b569a715-1574-4457-a2cb-54f946e7ad9a} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3523 | 2025.04.24 06:40:04.979393 [ 260 ] {b569a715-1574-4457-a2cb-54f946e7ad9a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3524 | 2025.04.24 06:40:04.979416 [ 260 ] {b569a715-1574-4457-a2cb-54f946e7ad9a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
| 3525 | 2025.04.24 06:40:04.979942 [ 260 ] {b569a715-1574-4457-a2cb-54f946e7ad9a} <Debug> executeQuery: Read 41 rows, 1.65 KiB in 0.001684 sec., 24346.793349168645 rows/sec., 980.62 KiB/sec. | ||
| 3526 | 2025.04.24 06:40:04.980057 [ 260 ] {b569a715-1574-4457-a2cb-54f946e7ad9a} <Debug> TCPHandler: Processed in 0.001937203 sec. | ||
| 3527 | 2025.04.24 06:40:04.980284 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3528 | 2025.04.24 06:40:04.980454 [ 260 ] {08917981-5272-4097-9d82-cd2d48985d33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 3529 | 2025.04.24 06:40:04.980825 [ 260 ] {08917981-5272-4097-9d82-cd2d48985d33} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3530 | 2025.04.24 06:40:04.980877 [ 260 ] {08917981-5272-4097-9d82-cd2d48985d33} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 3531 | 2025.04.24 06:40:04.981298 [ 260 ] {08917981-5272-4097-9d82-cd2d48985d33} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3532 | 2025.04.24 06:40:04.981365 [ 260 ] {08917981-5272-4097-9d82-cd2d48985d33} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3533 | 2025.04.24 06:40:04.981505 [ 260 ] {08917981-5272-4097-9d82-cd2d48985d33} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Key condition: (column 0 notIn 45-element set) | ||
| 3534 | 2025.04.24 06:40:04.981538 [ 260 ] {08917981-5272-4097-9d82-cd2d48985d33} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 3535 | 2025.04.24 06:40:04.981561 [ 260 ] {08917981-5272-4097-9d82-cd2d48985d33} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (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 | ||
| 3536 | 2025.04.24 06:40:04.981577 [ 260 ] {08917981-5272-4097-9d82-cd2d48985d33} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3537 | 2025.04.24 06:40:04.981620 [ 260 ] {08917981-5272-4097-9d82-cd2d48985d33} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3538 | 2025.04.24 06:40:04.981644 [ 260 ] {08917981-5272-4097-9d82-cd2d48985d33} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
| 3539 | 2025.04.24 06:40:04.982289 [ 260 ] {08917981-5272-4097-9d82-cd2d48985d33} <Debug> executeQuery: Read 41 rows, 1.65 KiB in 0.001921 sec., 21343.050494534098 rows/sec., 859.64 KiB/sec. | ||
| 3540 | 2025.04.24 06:40:04.982409 [ 260 ] {08917981-5272-4097-9d82-cd2d48985d33} <Debug> TCPHandler: Processed in 0.002177839 sec. | ||
| 3541 | 2025.04.24 06:40:04.982637 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3542 | 2025.04.24 06:40:04.982808 [ 260 ] {a05cb08c-7f05-411e-881f-006d0d5052e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 3543 | 2025.04.24 06:40:04.983117 [ 260 ] {a05cb08c-7f05-411e-881f-006d0d5052e3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3544 | 2025.04.24 06:40:04.983169 [ 260 ] {a05cb08c-7f05-411e-881f-006d0d5052e3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 3545 | 2025.04.24 06:40:04.983505 [ 260 ] {a05cb08c-7f05-411e-881f-006d0d5052e3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3546 | 2025.04.24 06:40:04.983570 [ 260 ] {a05cb08c-7f05-411e-881f-006d0d5052e3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3547 | 2025.04.24 06:40:04.983710 [ 260 ] {a05cb08c-7f05-411e-881f-006d0d5052e3} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Key condition: (column 0 notIn 46-element set) | ||
| 3548 | 2025.04.24 06:40:04.983744 [ 260 ] {a05cb08c-7f05-411e-881f-006d0d5052e3} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 3549 | 2025.04.24 06:40:04.983766 [ 260 ] {a05cb08c-7f05-411e-881f-006d0d5052e3} <Debug> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (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 | ||
| 3550 | 2025.04.24 06:40:04.983783 [ 260 ] {a05cb08c-7f05-411e-881f-006d0d5052e3} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3551 | 2025.04.24 06:40:04.983826 [ 260 ] {a05cb08c-7f05-411e-881f-006d0d5052e3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3552 | 2025.04.24 06:40:04.983849 [ 260 ] {a05cb08c-7f05-411e-881f-006d0d5052e3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
| 3553 | 2025.04.24 06:40:04.984501 [ 260 ] {a05cb08c-7f05-411e-881f-006d0d5052e3} <Debug> executeQuery: Read 41 rows, 1.65 KiB in 0.001779 sec., 23046.65542439573 rows/sec., 928.26 KiB/sec. | ||
| 3554 | 2025.04.24 06:40:04.984624 [ 260 ] {a05cb08c-7f05-411e-881f-006d0d5052e3} <Debug> TCPHandler: Processed in 0.002037806 sec. | ||
| 3555 | 2025.04.24 06:40:05.153508 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3556 | 2025.04.24 06:40:05.153645 [ 260 ] {4b205563-8743-440c-9d36-c749f7671242} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 3557 | 2025.04.24 06:40:05.153701 [ 260 ] {4b205563-8743-440c-9d36-c749f7671242} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3558 | 2025.04.24 06:40:05.154499 [ 260 ] {4b205563-8743-440c-9d36-c749f7671242} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3559 | 2025.04.24 06:40:05.154546 [ 260 ] {4b205563-8743-440c-9d36-c749f7671242} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3560 | 2025.04.24 06:40:05.155150 [ 260 ] {4b205563-8743-440c-9d36-c749f7671242} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3561 | 2025.04.24 06:40:05.155374 [ 260 ] {4b205563-8743-440c-9d36-c749f7671242} <Trace> oximeter.timeseries_schema (9c76e8aa-76a6-4779-b606-6c8515db050f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3562 | 2025.04.24 06:40:05.155585 [ 260 ] {4b205563-8743-440c-9d36-c749f7671242} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.001981 sec., 3028.773346794548 rows/sec., 674.38 KiB/sec. | ||
| 3563 | 2025.04.24 06:40:05.155648 [ 260 ] {4b205563-8743-440c-9d36-c749f7671242} <Debug> TCPHandler: Processed in 0.00221231 sec. | ||
| 3564 | 2025.04.24 06:40:05.155782 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3565 | 2025.04.24 06:40:05.155890 [ 260 ] {8765982f-532d-4861-990c-98b77c943df5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3566 | 2025.04.24 06:40:05.155936 [ 260 ] {8765982f-532d-4861-990c-98b77c943df5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3567 | 2025.04.24 06:40:05.156486 [ 260 ] {8765982f-532d-4861-990c-98b77c943df5} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3568 | 2025.04.24 06:40:05.156530 [ 260 ] {8765982f-532d-4861-990c-98b77c943df5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3569 | 2025.04.24 06:40:05.156884 [ 260 ] {8765982f-532d-4861-990c-98b77c943df5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3570 | 2025.04.24 06:40:05.157123 [ 260 ] {8765982f-532d-4861-990c-98b77c943df5} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3571 | 2025.04.24 06:40:05.157337 [ 260 ] {8765982f-532d-4861-990c-98b77c943df5} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001473 sec., 9504.412763068569 rows/sec., 775.02 KiB/sec. | ||
| 3572 | 2025.04.24 06:40:05.157431 [ 260 ] {8765982f-532d-4861-990c-98b77c943df5} <Debug> TCPHandler: Processed in 0.001698948 sec. | ||
| 3573 | 2025.04.24 06:40:05.157559 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3574 | 2025.04.24 06:40:05.157663 [ 260 ] {58bbdbf6-7188-4130-8796-4e6b5d302055} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3575 | 2025.04.24 06:40:05.157711 [ 260 ] {58bbdbf6-7188-4130-8796-4e6b5d302055} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3576 | 2025.04.24 06:40:05.158762 [ 260 ] {58bbdbf6-7188-4130-8796-4e6b5d302055} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3577 | 2025.04.24 06:40:05.158800 [ 260 ] {58bbdbf6-7188-4130-8796-4e6b5d302055} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3578 | 2025.04.24 06:40:05.159235 [ 260 ] {58bbdbf6-7188-4130-8796-4e6b5d302055} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3579 | 2025.04.24 06:40:05.159488 [ 260 ] {58bbdbf6-7188-4130-8796-4e6b5d302055} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3580 | 2025.04.24 06:40:05.159696 [ 260 ] {58bbdbf6-7188-4130-8796-4e6b5d302055} <Debug> executeQuery: Read 1227 rows, 103.38 KiB in 0.002055 sec., 597080.2919708029 rows/sec., 49.13 MiB/sec. | ||
| 3581 | 2025.04.24 06:40:05.159747 [ 260 ] {58bbdbf6-7188-4130-8796-4e6b5d302055} <Debug> TCPHandler: Processed in 0.002237021 sec. | ||
| 3582 | 2025.04.24 06:40:05.159884 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3583 | 2025.04.24 06:40:05.159993 [ 260 ] {8ff55981-beaf-4b12-94a7-d6d7e31992a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3584 | 2025.04.24 06:40:05.160038 [ 260 ] {8ff55981-beaf-4b12-94a7-d6d7e31992a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3585 | 2025.04.24 06:40:05.160554 [ 260 ] {8ff55981-beaf-4b12-94a7-d6d7e31992a8} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3586 | 2025.04.24 06:40:05.160594 [ 260 ] {8ff55981-beaf-4b12-94a7-d6d7e31992a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3587 | 2025.04.24 06:40:05.160991 [ 260 ] {8ff55981-beaf-4b12-94a7-d6d7e31992a8} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3588 | 2025.04.24 06:40:05.161238 [ 260 ] {8ff55981-beaf-4b12-94a7-d6d7e31992a8} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3589 | 2025.04.24 06:40:05.161431 [ 260 ] {8ff55981-beaf-4b12-94a7-d6d7e31992a8} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.001461 sec., 17796.03011635866 rows/sec., 1.26 MiB/sec. | ||
| 3590 | 2025.04.24 06:40:05.161484 [ 260 ] {8ff55981-beaf-4b12-94a7-d6d7e31992a8} <Debug> TCPHandler: Processed in 0.001654077 sec. | ||
| 3591 | 2025.04.24 06:40:05.161621 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3592 | 2025.04.24 06:40:05.161728 [ 260 ] {6cd19ebb-ecae-4610-936b-82e420633955} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3593 | 2025.04.24 06:40:05.161773 [ 260 ] {6cd19ebb-ecae-4610-936b-82e420633955} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3594 | 2025.04.24 06:40:05.162375 [ 260 ] {6cd19ebb-ecae-4610-936b-82e420633955} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3595 | 2025.04.24 06:40:05.162420 [ 260 ] {6cd19ebb-ecae-4610-936b-82e420633955} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3596 | 2025.04.24 06:40:05.162784 [ 260 ] {6cd19ebb-ecae-4610-936b-82e420633955} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3597 | 2025.04.24 06:40:05.163030 [ 260 ] {6cd19ebb-ecae-4610-936b-82e420633955} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3598 | 2025.04.24 06:40:05.163227 [ 260 ] {6cd19ebb-ecae-4610-936b-82e420633955} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001521 sec., 149901.38067061143 rows/sec., 10.15 MiB/sec. | ||
| 3599 | 2025.04.24 06:40:05.163279 [ 260 ] {6cd19ebb-ecae-4610-936b-82e420633955} <Debug> TCPHandler: Processed in 0.001707378 sec. | ||
| 3600 | 2025.04.24 06:40:05.163394 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3601 | 2025.04.24 06:40:05.163499 [ 260 ] {24b205ac-b9ea-4f4a-a55f-320643fda1ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3602 | 2025.04.24 06:40:05.163544 [ 260 ] {24b205ac-b9ea-4f4a-a55f-320643fda1ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3603 | 2025.04.24 06:40:05.164249 [ 260 ] {24b205ac-b9ea-4f4a-a55f-320643fda1ec} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3604 | 2025.04.24 06:40:05.164288 [ 260 ] {24b205ac-b9ea-4f4a-a55f-320643fda1ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3605 | 2025.04.24 06:40:05.164683 [ 260 ] {24b205ac-b9ea-4f4a-a55f-320643fda1ec} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3606 | 2025.04.24 06:40:05.164920 [ 260 ] {24b205ac-b9ea-4f4a-a55f-320643fda1ec} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3607 | 2025.04.24 06:40:05.165133 [ 260 ] {24b205ac-b9ea-4f4a-a55f-320643fda1ec} <Debug> executeQuery: Read 546 rows, 41.51 KiB in 0.001655 sec., 329909.3655589124 rows/sec., 24.49 MiB/sec. | ||
| 3608 | 2025.04.24 06:40:05.165182 [ 260 ] {24b205ac-b9ea-4f4a-a55f-320643fda1ec} <Debug> TCPHandler: Processed in 0.001844411 sec. | ||
| 3609 | 2025.04.24 06:40:05.165312 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3610 | 2025.04.24 06:40:05.165416 [ 260 ] {5fa2989c-2341-4cd8-ada2-496a4d2d102f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3611 | 2025.04.24 06:40:05.165462 [ 260 ] {5fa2989c-2341-4cd8-ada2-496a4d2d102f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3612 | 2025.04.24 06:40:05.170154 [ 260 ] {5fa2989c-2341-4cd8-ada2-496a4d2d102f} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3613 | 2025.04.24 06:40:05.170190 [ 260 ] {5fa2989c-2341-4cd8-ada2-496a4d2d102f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3614 | 2025.04.24 06:40:05.170914 [ 260 ] {5fa2989c-2341-4cd8-ada2-496a4d2d102f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3615 | 2025.04.24 06:40:05.171168 [ 260 ] {5fa2989c-2341-4cd8-ada2-496a4d2d102f} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3616 | 2025.04.24 06:40:05.171417 [ 260 ] {5fa2989c-2341-4cd8-ada2-496a4d2d102f} <Debug> executeQuery: Read 4853 rows, 331.95 KiB in 0.00602 sec., 806146.1794019933 rows/sec., 53.85 MiB/sec. | ||
| 3617 | 2025.04.24 06:40:05.171499 [ 260 ] {5fa2989c-2341-4cd8-ada2-496a4d2d102f} <Debug> MemoryTracker: Peak memory usage (for query): 4.16 MiB. | ||
| 3618 | 2025.04.24 06:40:05.171547 [ 260 ] {5fa2989c-2341-4cd8-ada2-496a4d2d102f} <Debug> TCPHandler: Processed in 0.006280272 sec. | ||
| 3619 | 2025.04.24 06:40:05.171758 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3620 | 2025.04.24 06:40:05.171867 [ 260 ] {e4cdc373-86f6-43cb-9bdc-8a63be486bb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3621 | 2025.04.24 06:40:05.171940 [ 260 ] {e4cdc373-86f6-43cb-9bdc-8a63be486bb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3622 | 2025.04.24 06:40:05.173015 [ 260 ] {e4cdc373-86f6-43cb-9bdc-8a63be486bb0} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3623 | 2025.04.24 06:40:05.173057 [ 260 ] {e4cdc373-86f6-43cb-9bdc-8a63be486bb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3624 | 2025.04.24 06:40:05.173681 [ 260 ] {e4cdc373-86f6-43cb-9bdc-8a63be486bb0} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3625 | 2025.04.24 06:40:05.173952 [ 260 ] {e4cdc373-86f6-43cb-9bdc-8a63be486bb0} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3626 | 2025.04.24 06:40:05.174180 [ 260 ] {e4cdc373-86f6-43cb-9bdc-8a63be486bb0} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002336 sec., 5136.986301369863 rows/sec., 9.21 MiB/sec. | ||
| 3627 | 2025.04.24 06:40:05.174307 [ 260 ] {e4cdc373-86f6-43cb-9bdc-8a63be486bb0} <Debug> TCPHandler: Processed in 0.002608159 sec. | ||
| 3628 | 2025.04.24 06:40:05.174439 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3629 | 2025.04.24 06:40:05.174546 [ 260 ] {ec6a15be-0ffe-44a3-b06d-9c5f920d3514} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3630 | 2025.04.24 06:40:05.174593 [ 260 ] {ec6a15be-0ffe-44a3-b06d-9c5f920d3514} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3631 | 2025.04.24 06:40:05.175008 [ 260 ] {ec6a15be-0ffe-44a3-b06d-9c5f920d3514} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3632 | 2025.04.24 06:40:05.175049 [ 260 ] {ec6a15be-0ffe-44a3-b06d-9c5f920d3514} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3633 | 2025.04.24 06:40:05.175413 [ 260 ] {ec6a15be-0ffe-44a3-b06d-9c5f920d3514} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3634 | 2025.04.24 06:40:05.175662 [ 260 ] {ec6a15be-0ffe-44a3-b06d-9c5f920d3514} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3635 | 2025.04.24 06:40:05.175876 [ 260 ] {ec6a15be-0ffe-44a3-b06d-9c5f920d3514} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001351 sec., 17764.61880088823 rows/sec., 1.20 MiB/sec. | ||
| 3636 | 2025.04.24 06:40:05.175927 [ 260 ] {ec6a15be-0ffe-44a3-b06d-9c5f920d3514} <Debug> TCPHandler: Processed in 0.001538774 sec. | ||
| 3637 | 2025.04.24 06:40:06.929913 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 522 | ||
| 3638 | 2025.04.24 06:40:06.933376 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3639 | 2025.04.24 06:40:06.933439 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3640 | 2025.04.24 06:40:06.934913 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3641 | 2025.04.24 06:40:06.935228 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3642 | 2025.04.24 06:40:06.935890 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 522 | ||
| 3643 | 2025.04.24 06:40:08.540655 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3644 | 2025.04.24 06:40:08.540863 [ 260 ] {8c750a51-aa8e-417c-8d94-e273600dad93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3645 | 2025.04.24 06:40:08.540944 [ 260 ] {8c750a51-aa8e-417c-8d94-e273600dad93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3646 | 2025.04.24 06:40:08.541759 [ 260 ] {8c750a51-aa8e-417c-8d94-e273600dad93} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3647 | 2025.04.24 06:40:08.541800 [ 260 ] {8c750a51-aa8e-417c-8d94-e273600dad93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3648 | 2025.04.24 06:40:08.542220 [ 260 ] {8c750a51-aa8e-417c-8d94-e273600dad93} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3649 | 2025.04.24 06:40:08.542473 [ 260 ] {8c750a51-aa8e-417c-8d94-e273600dad93} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3650 | 2025.04.24 06:40:08.542633 [ 102 ] {} <Debug> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3651 | 2025.04.24 06:40:08.542681 [ 260 ] {8c750a51-aa8e-417c-8d94-e273600dad93} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001873 sec., 29898.558462359848 rows/sec., 2.28 MiB/sec. | ||
| 3652 | 2025.04.24 06:40:08.542682 [ 102 ] {} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3653 | 2025.04.24 06:40:08.542734 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3654 | 2025.04.24 06:40:08.542768 [ 260 ] {8c750a51-aa8e-417c-8d94-e273600dad93} <Debug> TCPHandler: Processed in 0.002260201 sec. | ||
| 3655 | 2025.04.24 06:40:08.543045 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3656 | 2025.04.24 06:40:08.543063 [ 191 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::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 | ||
| 3657 | 2025.04.24 06:40:08.543493 [ 260 ] {8d6ccaef-9a70-45ba-93dd-a5315e684019} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3658 | 2025.04.24 06:40:08.543514 [ 191 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3659 | 2025.04.24 06:40:08.543600 [ 191 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 823 rows starting from the beginning of the part | ||
| 3660 | 2025.04.24 06:40:08.543602 [ 260 ] {8d6ccaef-9a70-45ba-93dd-a5315e684019} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3661 | 2025.04.24 06:40:08.543832 [ 191 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 232 rows starting from the beginning of the part | ||
| 3662 | 2025.04.24 06:40:08.544210 [ 191 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 80 rows starting from the beginning of the part | ||
| 3663 | 2025.04.24 06:40:08.544552 [ 191 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 112 rows starting from the beginning of the part | ||
| 3664 | 2025.04.24 06:40:08.544848 [ 191 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1227 rows starting from the beginning of the part | ||
| 3665 | 2025.04.24 06:40:08.545157 [ 191 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 56 rows starting from the beginning of the part | ||
| 3666 | 2025.04.24 06:40:08.547404 [ 260 ] {8d6ccaef-9a70-45ba-93dd-a5315e684019} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3667 | 2025.04.24 06:40:08.547490 [ 260 ] {8d6ccaef-9a70-45ba-93dd-a5315e684019} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3668 | 2025.04.24 06:40:08.548410 [ 260 ] {8d6ccaef-9a70-45ba-93dd-a5315e684019} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3669 | 2025.04.24 06:40:08.548699 [ 260 ] {8d6ccaef-9a70-45ba-93dd-a5315e684019} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3670 | 2025.04.24 06:40:08.549045 [ 100 ] {} <Debug> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3671 | 2025.04.24 06:40:08.549241 [ 100 ] {} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3672 | 2025.04.24 06:40:08.549328 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3673 | 2025.04.24 06:40:08.549739 [ 197 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2530 rows, containing 5 columns (5 merged, 0 gathered) in 0.006853925 sec., 369131.55600623 rows/sec., 31.91 MiB/sec. | ||
| 3674 | 2025.04.24 06:40:08.549783 [ 260 ] {8d6ccaef-9a70-45ba-93dd-a5315e684019} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006298 sec., 10161.956176563988 rows/sec., 812.20 KiB/sec. | ||
| 3675 | 2025.04.24 06:40:08.549817 [ 191 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::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 | ||
| 3676 | 2025.04.24 06:40:08.550242 [ 197 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3677 | 2025.04.24 06:40:08.550305 [ 191 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3678 | 2025.04.24 06:40:08.550425 [ 191 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 488 rows starting from the beginning of the part | ||
| 3679 | 2025.04.24 06:40:08.550847 [ 191 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 128 rows starting from the beginning of the part | ||
| 3680 | 2025.04.24 06:40:08.551313 [ 191 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 76 rows starting from the beginning of the part | ||
| 3681 | 2025.04.24 06:40:08.551331 [ 260 ] {8d6ccaef-9a70-45ba-93dd-a5315e684019} <Debug> TCPHandler: Processed in 0.00840151 sec. | ||
| 3682 | 2025.04.24 06:40:08.551607 [ 197 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_26_5} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3683 | 2025.04.24 06:40:08.551705 [ 191 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 92 rows starting from the beginning of the part | ||
| 3684 | 2025.04.24 06:40:08.551981 [ 191 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 546 rows starting from the beginning of the part | ||
| 3685 | 2025.04.24 06:40:08.552112 [ 197 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_26_5} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3686 | 2025.04.24 06:40:08.552269 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3687 | 2025.04.24 06:40:08.552320 [ 191 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 64 rows starting from the beginning of the part | ||
| 3688 | 2025.04.24 06:40:08.552494 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
| 3689 | 2025.04.24 06:40:08.552802 [ 260 ] {16953d92-364c-4524-89e6-98c2573ac8bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3690 | 2025.04.24 06:40:08.552964 [ 260 ] {16953d92-364c-4524-89e6-98c2573ac8bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3691 | 2025.04.24 06:40:08.554810 [ 260 ] {16953d92-364c-4524-89e6-98c2573ac8bc} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3692 | 2025.04.24 06:40:08.554878 [ 260 ] {16953d92-364c-4524-89e6-98c2573ac8bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3693 | 2025.04.24 06:40:08.555878 [ 197 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1394 rows, containing 5 columns (5 merged, 0 gathered) in 0.006364753 sec., 219018.71133098175 rows/sec., 17.27 MiB/sec. | ||
| 3694 | 2025.04.24 06:40:08.555885 [ 260 ] {16953d92-364c-4524-89e6-98c2573ac8bc} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3695 | 2025.04.24 06:40:08.556109 [ 194 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3696 | 2025.04.24 06:40:08.556225 [ 260 ] {16953d92-364c-4524-89e6-98c2573ac8bc} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3697 | 2025.04.24 06:40:08.556465 [ 100 ] {} <Debug> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3698 | 2025.04.24 06:40:08.556588 [ 100 ] {} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3699 | 2025.04.24 06:40:08.556604 [ 260 ] {16953d92-364c-4524-89e6-98c2573ac8bc} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.003846 sec., 24960.998439937597 rows/sec., 1.74 MiB/sec. | ||
| 3700 | 2025.04.24 06:40:08.556686 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3701 | 2025.04.24 06:40:08.556703 [ 194 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_26_5} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3702 | 2025.04.24 06:40:08.557006 [ 260 ] {16953d92-364c-4524-89e6-98c2573ac8bc} <Debug> TCPHandler: Processed in 0.004968092 sec. | ||
| 3703 | 2025.04.24 06:40:08.557170 [ 194 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_26_5} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3704 | 2025.04.24 06:40:08.557260 [ 191 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 3705 | 2025.04.24 06:40:08.557367 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3706 | 2025.04.24 06:40:08.557377 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 3707 | 2025.04.24 06:40:08.557625 [ 260 ] {994d5da9-ee8c-483e-8e98-22e545b550be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3708 | 2025.04.24 06:40:08.557632 [ 191 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3709 | 2025.04.24 06:40:08.557716 [ 191 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 3625 rows starting from the beginning of the part | ||
| 3710 | 2025.04.24 06:40:08.557725 [ 260 ] {994d5da9-ee8c-483e-8e98-22e545b550be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3711 | 2025.04.24 06:40:08.558116 [ 191 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 196 rows starting from the beginning of the part | ||
| 3712 | 2025.04.24 06:40:08.558512 [ 191 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 3713 | 2025.04.24 06:40:08.558910 [ 191 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 3714 | 2025.04.24 06:40:08.559243 [ 191 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 4853 rows starting from the beginning of the part | ||
| 3715 | 2025.04.24 06:40:08.559407 [ 191 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 96 rows starting from the beginning of the part | ||
| 3716 | 2025.04.24 06:40:08.560370 [ 260 ] {994d5da9-ee8c-483e-8e98-22e545b550be} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3717 | 2025.04.24 06:40:08.560443 [ 260 ] {994d5da9-ee8c-483e-8e98-22e545b550be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3718 | 2025.04.24 06:40:08.561192 [ 260 ] {994d5da9-ee8c-483e-8e98-22e545b550be} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3719 | 2025.04.24 06:40:08.561647 [ 260 ] {994d5da9-ee8c-483e-8e98-22e545b550be} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3720 | 2025.04.24 06:40:08.562088 [ 100 ] {} <Debug> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3721 | 2025.04.24 06:40:08.562202 [ 260 ] {994d5da9-ee8c-483e-8e98-22e545b550be} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.004592 sec., 7839.7212543554015 rows/sec., 541.02 KiB/sec. | ||
| 3722 | 2025.04.24 06:40:08.562275 [ 100 ] {} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3723 | 2025.04.24 06:40:08.562391 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3724 | 2025.04.24 06:40:08.562410 [ 260 ] {994d5da9-ee8c-483e-8e98-22e545b550be} <Debug> TCPHandler: Processed in 0.005137886 sec. | ||
| 3725 | 2025.04.24 06:40:08.562696 [ 197 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 3726 | 2025.04.24 06:40:08.562842 [ 197 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3727 | 2025.04.24 06:40:08.562878 [ 197 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1258 rows starting from the beginning of the part | ||
| 3728 | 2025.04.24 06:40:08.563206 [ 197 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part | ||
| 3729 | 2025.04.24 06:40:08.563331 [ 197 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 3730 | 2025.04.24 06:40:08.563465 [ 197 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 3731 | 2025.04.24 06:40:08.563590 [ 197 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 24 rows starting from the beginning of the part | ||
| 3732 | 2025.04.24 06:40:08.563774 [ 197 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 36 rows starting from the beginning of the part | ||
| 3733 | 2025.04.24 06:40:08.564391 [ 191 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9090 rows, containing 5 columns (5 merged, 0 gathered) in 0.007493068 sec., 1213121.2475317186 rows/sec., 82.99 MiB/sec. | ||
| 3734 | 2025.04.24 06:40:08.564708 [ 191 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3735 | 2025.04.24 06:40:08.565303 [ 191 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3736 | 2025.04.24 06:40:08.565517 [ 191 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3737 | 2025.04.24 06:40:08.565677 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.74 MiB. | ||
| 3738 | 2025.04.24 06:40:08.566019 [ 187 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1498 rows, containing 4 columns (4 merged, 0 gathered) in 0.003484898 sec., 429854.76188973105 rows/sec., 28.88 MiB/sec. | ||
| 3739 | 2025.04.24 06:40:08.566227 [ 197 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3740 | 2025.04.24 06:40:08.566485 [ 197 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_26_5} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3741 | 2025.04.24 06:40:08.566555 [ 197 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_26_5} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3742 | 2025.04.24 06:40:08.566620 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 3743 | 2025.04.24 06:40:09.404419 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784 | ||
| 3744 | 2025.04.24 06:40:09.405188 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3745 | 2025.04.24 06:40:09.405234 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3746 | 2025.04.24 06:40:09.405749 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3747 | 2025.04.24 06:40:09.406011 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3748 | 2025.04.24 06:40:09.406210 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784 | ||
| 3749 | 2025.04.24 06:40:09.952264 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 3750 | 2025.04.24 06:40:09.973712 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3751 | 2025.04.24 06:40:09.973764 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3752 | 2025.04.24 06:40:09.981240 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3753 | 2025.04.24 06:40:09.981987 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3754 | 2025.04.24 06:40:09.984843 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 3755 | 2025.04.24 06:40:13.546389 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3756 | 2025.04.24 06:40:13.546600 [ 260 ] {8c16806b-925f-46c6-989e-4d6df1f280a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3757 | 2025.04.24 06:40:13.546684 [ 260 ] {8c16806b-925f-46c6-989e-4d6df1f280a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3758 | 2025.04.24 06:40:13.547508 [ 260 ] {8c16806b-925f-46c6-989e-4d6df1f280a7} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3759 | 2025.04.24 06:40:13.547561 [ 260 ] {8c16806b-925f-46c6-989e-4d6df1f280a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3760 | 2025.04.24 06:40:13.548008 [ 260 ] {8c16806b-925f-46c6-989e-4d6df1f280a7} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3761 | 2025.04.24 06:40:13.548259 [ 260 ] {8c16806b-925f-46c6-989e-4d6df1f280a7} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3762 | 2025.04.24 06:40:13.548490 [ 260 ] {8c16806b-925f-46c6-989e-4d6df1f280a7} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001946 sec., 57553.95683453237 rows/sec., 4.83 MiB/sec. | ||
| 3763 | 2025.04.24 06:40:13.548556 [ 260 ] {8c16806b-925f-46c6-989e-4d6df1f280a7} <Debug> TCPHandler: Processed in 0.002305972 sec. | ||
| 3764 | 2025.04.24 06:40:13.548684 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3765 | 2025.04.24 06:40:13.548795 [ 260 ] {4866fd20-9459-4981-9884-a0d9f10fdb8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3766 | 2025.04.24 06:40:13.548844 [ 260 ] {4866fd20-9459-4981-9884-a0d9f10fdb8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3767 | 2025.04.24 06:40:13.549383 [ 260 ] {4866fd20-9459-4981-9884-a0d9f10fdb8d} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3768 | 2025.04.24 06:40:13.549422 [ 260 ] {4866fd20-9459-4981-9884-a0d9f10fdb8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3769 | 2025.04.24 06:40:13.549769 [ 260 ] {4866fd20-9459-4981-9884-a0d9f10fdb8d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3770 | 2025.04.24 06:40:13.550018 [ 260 ] {4866fd20-9459-4981-9884-a0d9f10fdb8d} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3771 | 2025.04.24 06:40:13.550260 [ 260 ] {4866fd20-9459-4981-9884-a0d9f10fdb8d} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001476 sec., 18970.18970189702 rows/sec., 1.39 MiB/sec. | ||
| 3772 | 2025.04.24 06:40:13.550361 [ 260 ] {4866fd20-9459-4981-9884-a0d9f10fdb8d} <Debug> TCPHandler: Processed in 0.001722099 sec. | ||
| 3773 | 2025.04.24 06:40:13.550581 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3774 | 2025.04.24 06:40:13.550690 [ 260 ] {fa9edb38-ddb1-4fdf-886c-e1517a760247} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3775 | 2025.04.24 06:40:13.550736 [ 260 ] {fa9edb38-ddb1-4fdf-886c-e1517a760247} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3776 | 2025.04.24 06:40:13.551290 [ 260 ] {fa9edb38-ddb1-4fdf-886c-e1517a760247} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3777 | 2025.04.24 06:40:13.551328 [ 260 ] {fa9edb38-ddb1-4fdf-886c-e1517a760247} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3778 | 2025.04.24 06:40:13.551679 [ 260 ] {fa9edb38-ddb1-4fdf-886c-e1517a760247} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3779 | 2025.04.24 06:40:13.551923 [ 260 ] {fa9edb38-ddb1-4fdf-886c-e1517a760247} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3780 | 2025.04.24 06:40:13.552119 [ 260 ] {fa9edb38-ddb1-4fdf-886c-e1517a760247} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001451 sec., 63404.548587181256 rows/sec., 4.95 MiB/sec. | ||
| 3781 | 2025.04.24 06:40:13.552172 [ 260 ] {fa9edb38-ddb1-4fdf-886c-e1517a760247} <Debug> TCPHandler: Processed in 0.001672698 sec. | ||
| 3782 | 2025.04.24 06:40:13.552289 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3783 | 2025.04.24 06:40:13.552392 [ 260 ] {00f2f79d-25a5-4087-ab84-452cc28fad38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3784 | 2025.04.24 06:40:13.552441 [ 260 ] {00f2f79d-25a5-4087-ab84-452cc28fad38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3785 | 2025.04.24 06:40:13.552952 [ 260 ] {00f2f79d-25a5-4087-ab84-452cc28fad38} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3786 | 2025.04.24 06:40:13.552991 [ 260 ] {00f2f79d-25a5-4087-ab84-452cc28fad38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3787 | 2025.04.24 06:40:13.553366 [ 260 ] {00f2f79d-25a5-4087-ab84-452cc28fad38} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3788 | 2025.04.24 06:40:13.553601 [ 260 ] {00f2f79d-25a5-4087-ab84-452cc28fad38} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3789 | 2025.04.24 06:40:13.553802 [ 260 ] {00f2f79d-25a5-4087-ab84-452cc28fad38} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001429 sec., 111966.41007697691 rows/sec., 7.80 MiB/sec. | ||
| 3790 | 2025.04.24 06:40:13.553855 [ 260 ] {00f2f79d-25a5-4087-ab84-452cc28fad38} <Debug> TCPHandler: Processed in 0.001614696 sec. | ||
| 3791 | 2025.04.24 06:40:13.553969 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3792 | 2025.04.24 06:40:13.554071 [ 260 ] {40fc16a5-51ea-4235-845c-ba5c39b2c76f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3793 | 2025.04.24 06:40:13.554136 [ 260 ] {40fc16a5-51ea-4235-845c-ba5c39b2c76f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3794 | 2025.04.24 06:40:13.555211 [ 260 ] {40fc16a5-51ea-4235-845c-ba5c39b2c76f} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3795 | 2025.04.24 06:40:13.555250 [ 260 ] {40fc16a5-51ea-4235-845c-ba5c39b2c76f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3796 | 2025.04.24 06:40:13.555876 [ 260 ] {40fc16a5-51ea-4235-845c-ba5c39b2c76f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3797 | 2025.04.24 06:40:13.556130 [ 260 ] {40fc16a5-51ea-4235-845c-ba5c39b2c76f} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3798 | 2025.04.24 06:40:13.556422 [ 260 ] {40fc16a5-51ea-4235-845c-ba5c39b2c76f} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002369 sec., 11819.333051920641 rows/sec., 21.18 MiB/sec. | ||
| 3799 | 2025.04.24 06:40:13.556879 [ 260 ] {40fc16a5-51ea-4235-845c-ba5c39b2c76f} <Debug> TCPHandler: Processed in 0.002958877 sec. | ||
| 3800 | 2025.04.24 06:40:13.556991 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3801 | 2025.04.24 06:40:13.557094 [ 260 ] {4ba2a8e6-8f3d-40b7-b4b4-65974aaa40fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3802 | 2025.04.24 06:40:13.557140 [ 260 ] {4ba2a8e6-8f3d-40b7-b4b4-65974aaa40fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3803 | 2025.04.24 06:40:13.557581 [ 260 ] {4ba2a8e6-8f3d-40b7-b4b4-65974aaa40fe} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3804 | 2025.04.24 06:40:13.557620 [ 260 ] {4ba2a8e6-8f3d-40b7-b4b4-65974aaa40fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3805 | 2025.04.24 06:40:13.557980 [ 260 ] {4ba2a8e6-8f3d-40b7-b4b4-65974aaa40fe} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3806 | 2025.04.24 06:40:13.558223 [ 260 ] {4ba2a8e6-8f3d-40b7-b4b4-65974aaa40fe} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3807 | 2025.04.24 06:40:13.558422 [ 260 ] {4ba2a8e6-8f3d-40b7-b4b4-65974aaa40fe} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001348 sec., 44510.38575667656 rows/sec., 3.00 MiB/sec. | ||
| 3808 | 2025.04.24 06:40:13.558473 [ 260 ] {4ba2a8e6-8f3d-40b7-b4b4-65974aaa40fe} <Debug> TCPHandler: Processed in 0.001529215 sec. | ||
| 3809 | 2025.04.24 06:40:16.768949 [ 93 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3810 | 2025.04.24 06:40:16.769059 [ 93 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3811 | 2025.04.24 06:40:16.906420 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211 | ||
| 3812 | 2025.04.24 06:40:16.907029 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3813 | 2025.04.24 06:40:16.907076 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3814 | 2025.04.24 06:40:16.907652 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3815 | 2025.04.24 06:40:16.907898 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3816 | 2025.04.24 06:40:16.908120 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 3817 | 2025.04.24 06:40:16.936586 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 542 | ||
| 3818 | 2025.04.24 06:40:16.939529 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3819 | 2025.04.24 06:40:16.939575 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3820 | 2025.04.24 06:40:16.941033 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3821 | 2025.04.24 06:40:16.941353 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3822 | 2025.04.24 06:40:16.941869 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 542 | ||
| 3823 | 2025.04.24 06:40:17.484948 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 3824 | 2025.04.24 06:40:17.506226 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3825 | 2025.04.24 06:40:17.506297 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3826 | 2025.04.24 06:40:17.513831 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3827 | 2025.04.24 06:40:17.514620 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3828 | 2025.04.24 06:40:17.517524 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 3829 | 2025.04.24 06:40:18.544719 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3830 | 2025.04.24 06:40:18.545018 [ 260 ] {87aee5ff-7920-4bf4-9434-4efc3bd837d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3831 | 2025.04.24 06:40:18.545123 [ 260 ] {87aee5ff-7920-4bf4-9434-4efc3bd837d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3832 | 2025.04.24 06:40:18.545893 [ 260 ] {87aee5ff-7920-4bf4-9434-4efc3bd837d3} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3833 | 2025.04.24 06:40:18.545945 [ 260 ] {87aee5ff-7920-4bf4-9434-4efc3bd837d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3834 | 2025.04.24 06:40:18.546373 [ 260 ] {87aee5ff-7920-4bf4-9434-4efc3bd837d3} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3835 | 2025.04.24 06:40:18.546628 [ 260 ] {87aee5ff-7920-4bf4-9434-4efc3bd837d3} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3836 | 2025.04.24 06:40:18.546835 [ 260 ] {87aee5ff-7920-4bf4-9434-4efc3bd837d3} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.001897 sec., 42171.85028993147 rows/sec., 3.47 MiB/sec. | ||
| 3837 | 2025.04.24 06:40:18.546902 [ 260 ] {87aee5ff-7920-4bf4-9434-4efc3bd837d3} <Debug> TCPHandler: Processed in 0.002368023 sec. | ||
| 3838 | 2025.04.24 06:40:18.547033 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3839 | 2025.04.24 06:40:18.547141 [ 260 ] {48de3ea2-ac5a-4db5-be68-f711d5ac5211} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3840 | 2025.04.24 06:40:18.547190 [ 260 ] {48de3ea2-ac5a-4db5-be68-f711d5ac5211} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3841 | 2025.04.24 06:40:18.547714 [ 260 ] {48de3ea2-ac5a-4db5-be68-f711d5ac5211} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3842 | 2025.04.24 06:40:18.547754 [ 260 ] {48de3ea2-ac5a-4db5-be68-f711d5ac5211} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3843 | 2025.04.24 06:40:18.548090 [ 260 ] {48de3ea2-ac5a-4db5-be68-f711d5ac5211} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3844 | 2025.04.24 06:40:18.548332 [ 260 ] {48de3ea2-ac5a-4db5-be68-f711d5ac5211} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3845 | 2025.04.24 06:40:18.548523 [ 260 ] {48de3ea2-ac5a-4db5-be68-f711d5ac5211} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001407 sec., 8528.784648187633 rows/sec., 641.32 KiB/sec. | ||
| 3846 | 2025.04.24 06:40:18.548573 [ 260 ] {48de3ea2-ac5a-4db5-be68-f711d5ac5211} <Debug> TCPHandler: Processed in 0.001590516 sec. | ||
| 3847 | 2025.04.24 06:40:18.548688 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3848 | 2025.04.24 06:40:18.548791 [ 260 ] {62fa857f-8ea6-4f72-a19a-1098a4b47666} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3849 | 2025.04.24 06:40:18.548835 [ 260 ] {62fa857f-8ea6-4f72-a19a-1098a4b47666} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3850 | 2025.04.24 06:40:18.549363 [ 260 ] {62fa857f-8ea6-4f72-a19a-1098a4b47666} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3851 | 2025.04.24 06:40:18.549400 [ 260 ] {62fa857f-8ea6-4f72-a19a-1098a4b47666} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3852 | 2025.04.24 06:40:18.549748 [ 260 ] {62fa857f-8ea6-4f72-a19a-1098a4b47666} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3853 | 2025.04.24 06:40:18.549982 [ 260 ] {62fa857f-8ea6-4f72-a19a-1098a4b47666} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3854 | 2025.04.24 06:40:18.550169 [ 260 ] {62fa857f-8ea6-4f72-a19a-1098a4b47666} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.0014 sec., 54285.71428571429 rows/sec., 4.24 MiB/sec. | ||
| 3855 | 2025.04.24 06:40:18.550218 [ 260 ] {62fa857f-8ea6-4f72-a19a-1098a4b47666} <Debug> TCPHandler: Processed in 0.001579486 sec. | ||
| 3856 | 2025.04.24 06:40:18.550336 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3857 | 2025.04.24 06:40:18.550438 [ 260 ] {5a08457e-96af-4bc4-a5e7-25f2c2e7f392} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3858 | 2025.04.24 06:40:18.550485 [ 260 ] {5a08457e-96af-4bc4-a5e7-25f2c2e7f392} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3859 | 2025.04.24 06:40:18.550981 [ 260 ] {5a08457e-96af-4bc4-a5e7-25f2c2e7f392} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3860 | 2025.04.24 06:40:18.551018 [ 260 ] {5a08457e-96af-4bc4-a5e7-25f2c2e7f392} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3861 | 2025.04.24 06:40:18.551385 [ 260 ] {5a08457e-96af-4bc4-a5e7-25f2c2e7f392} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3862 | 2025.04.24 06:40:18.551616 [ 260 ] {5a08457e-96af-4bc4-a5e7-25f2c2e7f392} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3863 | 2025.04.24 06:40:18.551822 [ 260 ] {5a08457e-96af-4bc4-a5e7-25f2c2e7f392} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001396 sec., 114613.1805157593 rows/sec., 7.98 MiB/sec. | ||
| 3864 | 2025.04.24 06:40:18.551913 [ 260 ] {5a08457e-96af-4bc4-a5e7-25f2c2e7f392} <Debug> TCPHandler: Processed in 0.001626077 sec. | ||
| 3865 | 2025.04.24 06:40:18.552117 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3866 | 2025.04.24 06:40:18.552247 [ 260 ] {c8becf2b-a0e5-4eaa-899e-1c4b53dcbed5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3867 | 2025.04.24 06:40:18.552319 [ 260 ] {c8becf2b-a0e5-4eaa-899e-1c4b53dcbed5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3868 | 2025.04.24 06:40:18.553342 [ 260 ] {c8becf2b-a0e5-4eaa-899e-1c4b53dcbed5} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3869 | 2025.04.24 06:40:18.553380 [ 260 ] {c8becf2b-a0e5-4eaa-899e-1c4b53dcbed5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3870 | 2025.04.24 06:40:18.553971 [ 260 ] {c8becf2b-a0e5-4eaa-899e-1c4b53dcbed5} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3871 | 2025.04.24 06:40:18.554228 [ 260 ] {c8becf2b-a0e5-4eaa-899e-1c4b53dcbed5} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3872 | 2025.04.24 06:40:18.554441 [ 260 ] {c8becf2b-a0e5-4eaa-899e-1c4b53dcbed5} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002216 sec., 5415.162454873646 rows/sec., 9.70 MiB/sec. | ||
| 3873 | 2025.04.24 06:40:18.554539 [ 260 ] {c8becf2b-a0e5-4eaa-899e-1c4b53dcbed5} <Debug> TCPHandler: Processed in 0.002513667 sec. | ||
| 3874 | 2025.04.24 06:40:18.554656 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3875 | 2025.04.24 06:40:18.554758 [ 260 ] {337d73e4-c88a-4fd2-ae6a-9c2ff28e2ae3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3876 | 2025.04.24 06:40:18.554803 [ 260 ] {337d73e4-c88a-4fd2-ae6a-9c2ff28e2ae3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3877 | 2025.04.24 06:40:18.555219 [ 260 ] {337d73e4-c88a-4fd2-ae6a-9c2ff28e2ae3} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3878 | 2025.04.24 06:40:18.555257 [ 260 ] {337d73e4-c88a-4fd2-ae6a-9c2ff28e2ae3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3879 | 2025.04.24 06:40:18.555598 [ 260 ] {337d73e4-c88a-4fd2-ae6a-9c2ff28e2ae3} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3880 | 2025.04.24 06:40:18.555831 [ 260 ] {337d73e4-c88a-4fd2-ae6a-9c2ff28e2ae3} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3881 | 2025.04.24 06:40:18.556009 [ 260 ] {337d73e4-c88a-4fd2-ae6a-9c2ff28e2ae3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001272 sec., 47169.81132075472 rows/sec., 3.18 MiB/sec. | ||
| 3882 | 2025.04.24 06:40:18.556055 [ 260 ] {337d73e4-c88a-4fd2-ae6a-9c2ff28e2ae3} <Debug> TCPHandler: Processed in 0.001448202 sec. | ||
| 3883 | 2025.04.24 06:40:19.069380 [ 91 ] {} <Debug> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3884 | 2025.04.24 06:40:19.069467 [ 91 ] {} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3885 | 2025.04.24 06:40:19.069494 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3886 | 2025.04.24 06:40:19.069688 [ 193 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::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 | ||
| 3887 | 2025.04.24 06:40:19.069846 [ 193 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3888 | 2025.04.24 06:40:19.069883 [ 193 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 113 rows starting from the beginning of the part | ||
| 3889 | 2025.04.24 06:40:19.069965 [ 193 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::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 | ||
| 3890 | 2025.04.24 06:40:19.070163 [ 193 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::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 | ||
| 3891 | 2025.04.24 06:40:19.070361 [ 193 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::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 | ||
| 3892 | 2025.04.24 06:40:19.070474 [ 193 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 228 rows starting from the beginning of the part | ||
| 3893 | 2025.04.24 06:40:19.071525 [ 197 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 413 rows, containing 5 columns (5 merged, 0 gathered) in 0.001953624 sec., 211401.9893285504 rows/sec., 15.51 MiB/sec. | ||
| 3894 | 2025.04.24 06:40:19.071712 [ 187 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3895 | 2025.04.24 06:40:19.072022 [ 187 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_5_1} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3896 | 2025.04.24 06:40:19.072102 [ 187 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_5_1} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3897 | 2025.04.24 06:40:19.072200 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 3898 | 2025.04.24 06:40:23.548484 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3899 | 2025.04.24 06:40:23.548695 [ 260 ] {fe8fc690-6271-4cc1-91ce-c349893746af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3900 | 2025.04.24 06:40:23.548779 [ 260 ] {fe8fc690-6271-4cc1-91ce-c349893746af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3901 | 2025.04.24 06:40:23.549648 [ 260 ] {fe8fc690-6271-4cc1-91ce-c349893746af} <Trace> oximeter.fields_i16 (6ff42f6f-4885-487d-9a78-1dd7a3795b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3902 | 2025.04.24 06:40:23.549706 [ 260 ] {fe8fc690-6271-4cc1-91ce-c349893746af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3903 | 2025.04.24 06:40:23.550157 [ 260 ] {fe8fc690-6271-4cc1-91ce-c349893746af} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3904 | 2025.04.24 06:40:23.550424 [ 260 ] {fe8fc690-6271-4cc1-91ce-c349893746af} <Trace> oximeter.fields_i16 (6ff42f6f-4885-487d-9a78-1dd7a3795b79): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3905 | 2025.04.24 06:40:23.550659 [ 260 ] {fe8fc690-6271-4cc1-91ce-c349893746af} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002019 sec., 11887.07280832095 rows/sec., 1009.94 KiB/sec. | ||
| 3906 | 2025.04.24 06:40:23.550776 [ 260 ] {fe8fc690-6271-4cc1-91ce-c349893746af} <Debug> TCPHandler: Processed in 0.002435365 sec. | ||
| 3907 | 2025.04.24 06:40:23.550950 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3908 | 2025.04.24 06:40:23.551065 [ 260 ] {7abe2410-a024-4599-9af4-51610951238c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3909 | 2025.04.24 06:40:23.551119 [ 260 ] {7abe2410-a024-4599-9af4-51610951238c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3910 | 2025.04.24 06:40:23.551675 [ 260 ] {7abe2410-a024-4599-9af4-51610951238c} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3911 | 2025.04.24 06:40:23.551720 [ 260 ] {7abe2410-a024-4599-9af4-51610951238c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3912 | 2025.04.24 06:40:23.552079 [ 260 ] {7abe2410-a024-4599-9af4-51610951238c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3913 | 2025.04.24 06:40:23.552326 [ 260 ] {7abe2410-a024-4599-9af4-51610951238c} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3914 | 2025.04.24 06:40:23.552545 [ 260 ] {7abe2410-a024-4599-9af4-51610951238c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001509 sec., 1325.3810470510273 rows/sec., 108.08 KiB/sec. | ||
| 3915 | 2025.04.24 06:40:23.552602 [ 260 ] {7abe2410-a024-4599-9af4-51610951238c} <Debug> TCPHandler: Processed in 0.001713119 sec. | ||
| 3916 | 2025.04.24 06:40:23.552721 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3917 | 2025.04.24 06:40:23.552831 [ 260 ] {5f7326fe-0e8e-4d27-a777-bbceae769101} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3918 | 2025.04.24 06:40:23.552879 [ 260 ] {5f7326fe-0e8e-4d27-a777-bbceae769101} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3919 | 2025.04.24 06:40:23.553536 [ 260 ] {5f7326fe-0e8e-4d27-a777-bbceae769101} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3920 | 2025.04.24 06:40:23.553577 [ 260 ] {5f7326fe-0e8e-4d27-a777-bbceae769101} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3921 | 2025.04.24 06:40:23.553957 [ 260 ] {5f7326fe-0e8e-4d27-a777-bbceae769101} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3922 | 2025.04.24 06:40:23.554193 [ 260 ] {5f7326fe-0e8e-4d27-a777-bbceae769101} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3923 | 2025.04.24 06:40:23.554409 [ 260 ] {5f7326fe-0e8e-4d27-a777-bbceae769101} <Debug> executeQuery: Read 233 rows, 21.14 KiB in 0.001603 sec., 145352.4641297567 rows/sec., 12.88 MiB/sec. | ||
| 3924 | 2025.04.24 06:40:23.554461 [ 260 ] {5f7326fe-0e8e-4d27-a777-bbceae769101} <Debug> TCPHandler: Processed in 0.001792611 sec. | ||
| 3925 | 2025.04.24 06:40:23.554589 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3926 | 2025.04.24 06:40:23.554695 [ 260 ] {88add5d4-30a2-443e-b8ba-ca70fc280d8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3927 | 2025.04.24 06:40:23.554741 [ 260 ] {88add5d4-30a2-443e-b8ba-ca70fc280d8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3928 | 2025.04.24 06:40:23.555265 [ 260 ] {88add5d4-30a2-443e-b8ba-ca70fc280d8c} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3929 | 2025.04.24 06:40:23.555304 [ 260 ] {88add5d4-30a2-443e-b8ba-ca70fc280d8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3930 | 2025.04.24 06:40:23.555653 [ 260 ] {88add5d4-30a2-443e-b8ba-ca70fc280d8c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3931 | 2025.04.24 06:40:23.555891 [ 260 ] {88add5d4-30a2-443e-b8ba-ca70fc280d8c} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3932 | 2025.04.24 06:40:23.556099 [ 260 ] {88add5d4-30a2-443e-b8ba-ca70fc280d8c} <Debug> executeQuery: Read 42 rows, 3.21 KiB in 0.001427 sec., 29432.37561317449 rows/sec., 2.19 MiB/sec. | ||
| 3933 | 2025.04.24 06:40:23.556151 [ 260 ] {88add5d4-30a2-443e-b8ba-ca70fc280d8c} <Debug> TCPHandler: Processed in 0.001620347 sec. | ||
| 3934 | 2025.04.24 06:40:23.556269 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3935 | 2025.04.24 06:40:23.556373 [ 260 ] {3353a39e-bce1-4190-9ab7-1ac394dc6bf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3936 | 2025.04.24 06:40:23.556418 [ 260 ] {3353a39e-bce1-4190-9ab7-1ac394dc6bf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3937 | 2025.04.24 06:40:23.556916 [ 260 ] {3353a39e-bce1-4190-9ab7-1ac394dc6bf0} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3938 | 2025.04.24 06:40:23.556954 [ 260 ] {3353a39e-bce1-4190-9ab7-1ac394dc6bf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3939 | 2025.04.24 06:40:23.557299 [ 260 ] {3353a39e-bce1-4190-9ab7-1ac394dc6bf0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3940 | 2025.04.24 06:40:23.557540 [ 260 ] {3353a39e-bce1-4190-9ab7-1ac394dc6bf0} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3941 | 2025.04.24 06:40:23.557715 [ 260 ] {3353a39e-bce1-4190-9ab7-1ac394dc6bf0} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001354 sec., 17725.258493353027 rows/sec., 1.47 MiB/sec. | ||
| 3942 | 2025.04.24 06:40:23.557799 [ 260 ] {3353a39e-bce1-4190-9ab7-1ac394dc6bf0} <Debug> TCPHandler: Processed in 0.001572196 sec. | ||
| 3943 | 2025.04.24 06:40:23.557962 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3944 | 2025.04.24 06:40:23.558064 [ 260 ] {b4d16380-049a-419a-8a81-2a05251d092e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3945 | 2025.04.24 06:40:23.558110 [ 260 ] {b4d16380-049a-419a-8a81-2a05251d092e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3946 | 2025.04.24 06:40:23.558632 [ 260 ] {b4d16380-049a-419a-8a81-2a05251d092e} <Trace> oximeter.fields_u8 (788ec107-c6c7-4ecf-8eae-6c824e50a883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3947 | 2025.04.24 06:40:23.558671 [ 260 ] {b4d16380-049a-419a-8a81-2a05251d092e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3948 | 2025.04.24 06:40:23.559021 [ 260 ] {b4d16380-049a-419a-8a81-2a05251d092e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3949 | 2025.04.24 06:40:23.559256 [ 260 ] {b4d16380-049a-419a-8a81-2a05251d092e} <Trace> oximeter.fields_u8 (788ec107-c6c7-4ecf-8eae-6c824e50a883): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3950 | 2025.04.24 06:40:23.559535 [ 260 ] {b4d16380-049a-419a-8a81-2a05251d092e} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001471 sec., 8157.715839564921 rows/sec., 637.32 KiB/sec. | ||
| 3951 | 2025.04.24 06:40:23.559647 [ 260 ] {b4d16380-049a-419a-8a81-2a05251d092e} <Debug> TCPHandler: Processed in 0.00174302 sec. | ||
| 3952 | 2025.04.24 06:40:23.559795 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3953 | 2025.04.24 06:40:23.559923 [ 260 ] {7a45d36e-7afa-4211-b6d3-c7db63ff446e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3954 | 2025.04.24 06:40:23.559979 [ 260 ] {7a45d36e-7afa-4211-b6d3-c7db63ff446e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3955 | 2025.04.24 06:40:23.560627 [ 260 ] {7a45d36e-7afa-4211-b6d3-c7db63ff446e} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3956 | 2025.04.24 06:40:23.560667 [ 260 ] {7a45d36e-7afa-4211-b6d3-c7db63ff446e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3957 | 2025.04.24 06:40:23.561047 [ 260 ] {7a45d36e-7afa-4211-b6d3-c7db63ff446e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3958 | 2025.04.24 06:40:23.561311 [ 260 ] {7a45d36e-7afa-4211-b6d3-c7db63ff446e} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3959 | 2025.04.24 06:40:23.561478 [ 260 ] {7a45d36e-7afa-4211-b6d3-c7db63ff446e} <Debug> executeQuery: Read 130 rows, 10.78 KiB in 0.001583 sec., 82122.55211623499 rows/sec., 6.65 MiB/sec. | ||
| 3960 | 2025.04.24 06:40:23.561526 [ 260 ] {7a45d36e-7afa-4211-b6d3-c7db63ff446e} <Debug> TCPHandler: Processed in 0.00179647 sec. | ||
| 3961 | 2025.04.24 06:40:23.561641 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3962 | 2025.04.24 06:40:23.561748 [ 260 ] {6d5e3b9b-7aea-4bd4-a6e2-d7b37f53274c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3963 | 2025.04.24 06:40:23.561799 [ 260 ] {6d5e3b9b-7aea-4bd4-a6e2-d7b37f53274c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3964 | 2025.04.24 06:40:23.562321 [ 260 ] {6d5e3b9b-7aea-4bd4-a6e2-d7b37f53274c} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3965 | 2025.04.24 06:40:23.562359 [ 260 ] {6d5e3b9b-7aea-4bd4-a6e2-d7b37f53274c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3966 | 2025.04.24 06:40:23.562728 [ 260 ] {6d5e3b9b-7aea-4bd4-a6e2-d7b37f53274c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3967 | 2025.04.24 06:40:23.562970 [ 260 ] {6d5e3b9b-7aea-4bd4-a6e2-d7b37f53274c} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3968 | 2025.04.24 06:40:23.563135 [ 260 ] {6d5e3b9b-7aea-4bd4-a6e2-d7b37f53274c} <Debug> executeQuery: Read 197 rows, 14.47 KiB in 0.00141 sec., 139716.31205673757 rows/sec., 10.02 MiB/sec. | ||
| 3969 | 2025.04.24 06:40:23.563184 [ 260 ] {6d5e3b9b-7aea-4bd4-a6e2-d7b37f53274c} <Debug> TCPHandler: Processed in 0.001594995 sec. | ||
| 3970 | 2025.04.24 06:40:23.563333 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3971 | 2025.04.24 06:40:23.563442 [ 260 ] {cb655e40-241e-46d7-a87f-bd68f92ee904} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3972 | 2025.04.24 06:40:23.563508 [ 260 ] {cb655e40-241e-46d7-a87f-bd68f92ee904} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3973 | 2025.04.24 06:40:23.564649 [ 260 ] {cb655e40-241e-46d7-a87f-bd68f92ee904} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3974 | 2025.04.24 06:40:23.564688 [ 260 ] {cb655e40-241e-46d7-a87f-bd68f92ee904} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3975 | 2025.04.24 06:40:23.565467 [ 260 ] {cb655e40-241e-46d7-a87f-bd68f92ee904} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3976 | 2025.04.24 06:40:23.565833 [ 260 ] {cb655e40-241e-46d7-a87f-bd68f92ee904} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3977 | 2025.04.24 06:40:23.566054 [ 260 ] {cb655e40-241e-46d7-a87f-bd68f92ee904} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002631 sec., 10642.34131508932 rows/sec., 19.07 MiB/sec. | ||
| 3978 | 2025.04.24 06:40:23.566165 [ 260 ] {cb655e40-241e-46d7-a87f-bd68f92ee904} <Debug> TCPHandler: Processed in 0.002883525 sec. | ||
| 3979 | 2025.04.24 06:40:23.566315 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3980 | 2025.04.24 06:40:23.566424 [ 260 ] {e804bd5c-5246-404c-af81-4648abecbff0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3981 | 2025.04.24 06:40:23.566473 [ 260 ] {e804bd5c-5246-404c-af81-4648abecbff0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3982 | 2025.04.24 06:40:23.566938 [ 260 ] {e804bd5c-5246-404c-af81-4648abecbff0} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3983 | 2025.04.24 06:40:23.566976 [ 260 ] {e804bd5c-5246-404c-af81-4648abecbff0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3984 | 2025.04.24 06:40:23.567348 [ 260 ] {e804bd5c-5246-404c-af81-4648abecbff0} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3985 | 2025.04.24 06:40:23.567598 [ 260 ] {e804bd5c-5246-404c-af81-4648abecbff0} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3986 | 2025.04.24 06:40:23.567768 [ 260 ] {e804bd5c-5246-404c-af81-4648abecbff0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001367 sec., 43891.73372348208 rows/sec., 2.96 MiB/sec. | ||
| 3987 | 2025.04.24 06:40:23.567816 [ 260 ] {e804bd5c-5246-404c-af81-4648abecbff0} <Debug> TCPHandler: Processed in 0.001562756 sec. | ||
| 3988 | 2025.04.24 06:40:24.408332 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699 | ||
| 3989 | 2025.04.24 06:40:24.409002 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3990 | 2025.04.24 06:40:24.409054 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3991 | 2025.04.24 06:40:24.409566 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3992 | 2025.04.24 06:40:24.409819 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3993 | 2025.04.24 06:40:24.410032 [ 86 ] {} <Debug> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3994 | 2025.04.24 06:40:24.410068 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699 | ||
| 3995 | 2025.04.24 06:40:24.410115 [ 86 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3996 | 2025.04.24 06:40:24.410145 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3997 | 2025.04.24 06:40:24.410320 [ 193 ] {fa75712d-43b8-4257-8078-4dc409fd9449::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 | ||
| 3998 | 2025.04.24 06:40:24.410479 [ 193 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3999 | 2025.04.24 06:40:24.410522 [ 193 ] {fa75712d-43b8-4257-8078-4dc409fd9449::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 | ||
| 4000 | 2025.04.24 06:40:24.410596 [ 193 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 488 rows starting from the beginning of the part | ||
| 4001 | 2025.04.24 06:40:24.410707 [ 193 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 427 rows starting from the beginning of the part | ||
| 4002 | 2025.04.24 06:40:24.410811 [ 193 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 488 rows starting from the beginning of the part | ||
| 4003 | 2025.04.24 06:40:24.410894 [ 193 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 427 rows starting from the beginning of the part | ||
| 4004 | 2025.04.24 06:40:24.410971 [ 193 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 488 rows starting from the beginning of the part | ||
| 4005 | 2025.04.24 06:40:24.413289 [ 197 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.003065419 sec., 3164004.6597218844 rows/sec., 45.26 MiB/sec. | ||
| 4006 | 2025.04.24 06:40:24.413693 [ 200 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4007 | 2025.04.24 06:40:24.414104 [ 200 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_21_4} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4008 | 2025.04.24 06:40:24.414214 [ 200 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_21_4} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4009 | 2025.04.24 06:40:24.414346 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 4010 | 2025.04.24 06:40:25.017678 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4011 | 2025.04.24 06:40:25.039208 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4012 | 2025.04.24 06:40:25.039278 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4013 | 2025.04.24 06:40:25.046897 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4014 | 2025.04.24 06:40:25.047665 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4015 | 2025.04.24 06:40:25.048044 [ 85 ] {} <Debug> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4016 | 2025.04.24 06:40:25.048176 [ 85 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4017 | 2025.04.24 06:40:25.048245 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4018 | 2025.04.24 06:40:25.048683 [ 197 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 4019 | 2025.04.24 06:40:25.062950 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4020 | 2025.04.24 06:40:25.064715 [ 197 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4021 | 2025.04.24 06:40:25.066348 [ 197 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 4022 | 2025.04.24 06:40:25.071798 [ 197 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 4023 | 2025.04.24 06:40:25.077226 [ 197 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 4024 | 2025.04.24 06:40:25.082625 [ 197 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 4025 | 2025.04.24 06:40:25.088196 [ 197 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 4026 | 2025.04.24 06:40:25.092559 [ 197 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 4027 | 2025.04.24 06:40:25.150395 [ 200 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.102000519 sec., 1558.8155977912231 rows/sec., 8.06 MiB/sec. | ||
| 4028 | 2025.04.24 06:40:25.153022 [ 200 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4029 | 2025.04.24 06:40:25.155869 [ 200 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_21_4} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4030 | 2025.04.24 06:40:25.155960 [ 200 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_21_4} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4031 | 2025.04.24 06:40:25.158181 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 4032 | 2025.04.24 06:40:26.001117 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 184.96 MiB, peak 195.52 MiB, free memory in arenas 0.00 B, will set to 186.45 MiB (RSS), difference: 1.48 MiB | ||
| 4033 | 2025.04.24 06:40:26.942055 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 574 | ||
| 4034 | 2025.04.24 06:40:26.945184 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4035 | 2025.04.24 06:40:26.945241 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4036 | 2025.04.24 06:40:26.946767 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4037 | 2025.04.24 06:40:26.947085 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4038 | 2025.04.24 06:40:26.947736 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 574 | ||
| 4039 | 2025.04.24 06:40:28.545701 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4040 | 2025.04.24 06:40:28.545996 [ 260 ] {a1328815-c405-4fee-96d7-600c98b64b44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4041 | 2025.04.24 06:40:28.546109 [ 260 ] {a1328815-c405-4fee-96d7-600c98b64b44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4042 | 2025.04.24 06:40:28.547060 [ 260 ] {a1328815-c405-4fee-96d7-600c98b64b44} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4043 | 2025.04.24 06:40:28.547101 [ 260 ] {a1328815-c405-4fee-96d7-600c98b64b44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4044 | 2025.04.24 06:40:28.547533 [ 260 ] {a1328815-c405-4fee-96d7-600c98b64b44} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4045 | 2025.04.24 06:40:28.547777 [ 260 ] {a1328815-c405-4fee-96d7-600c98b64b44} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4046 | 2025.04.24 06:40:28.547964 [ 260 ] {a1328815-c405-4fee-96d7-600c98b64b44} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.002053 sec., 38967.36483195324 rows/sec., 3.21 MiB/sec. | ||
| 4047 | 2025.04.24 06:40:28.548019 [ 260 ] {a1328815-c405-4fee-96d7-600c98b64b44} <Debug> TCPHandler: Processed in 0.002501436 sec. | ||
| 4048 | 2025.04.24 06:40:28.548145 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4049 | 2025.04.24 06:40:28.548247 [ 260 ] {a63e216e-538e-4cd6-8271-a31714a26342} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4050 | 2025.04.24 06:40:28.548291 [ 260 ] {a63e216e-538e-4cd6-8271-a31714a26342} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4051 | 2025.04.24 06:40:28.548797 [ 260 ] {a63e216e-538e-4cd6-8271-a31714a26342} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4052 | 2025.04.24 06:40:28.548833 [ 260 ] {a63e216e-538e-4cd6-8271-a31714a26342} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4053 | 2025.04.24 06:40:28.549163 [ 260 ] {a63e216e-538e-4cd6-8271-a31714a26342} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4054 | 2025.04.24 06:40:28.549393 [ 260 ] {a63e216e-538e-4cd6-8271-a31714a26342} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4055 | 2025.04.24 06:40:28.549532 [ 82 ] {} <Debug> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4056 | 2025.04.24 06:40:28.549573 [ 82 ] {} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4057 | 2025.04.24 06:40:28.549590 [ 260 ] {a63e216e-538e-4cd6-8271-a31714a26342} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001363 sec., 8804.10858400587 rows/sec., 662.03 KiB/sec. | ||
| 4058 | 2025.04.24 06:40:28.549649 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4059 | 2025.04.24 06:40:28.549700 [ 260 ] {a63e216e-538e-4cd6-8271-a31714a26342} <Debug> TCPHandler: Processed in 0.001604716 sec. | ||
| 4060 | 2025.04.24 06:40:28.550070 [ 192 ] {6d91faa5-474e-4006-b181-dbf82df66096::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 | ||
| 4061 | 2025.04.24 06:40:28.550113 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4062 | 2025.04.24 06:40:28.550406 [ 260 ] {6e5e3578-4df8-45b8-a01d-360a5dab8e32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4063 | 2025.04.24 06:40:28.550446 [ 192 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4064 | 2025.04.24 06:40:28.550492 [ 260 ] {6e5e3578-4df8-45b8-a01d-360a5dab8e32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4065 | 2025.04.24 06:40:28.550512 [ 192 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 170 rows starting from the beginning of the part | ||
| 4066 | 2025.04.24 06:40:28.550818 [ 192 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 26 rows starting from the beginning of the part | ||
| 4067 | 2025.04.24 06:40:28.551097 [ 192 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 28 rows starting from the beginning of the part | ||
| 4068 | 2025.04.24 06:40:28.551390 [ 192 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 12 rows starting from the beginning of the part | ||
| 4069 | 2025.04.24 06:40:28.551769 [ 192 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 42 rows starting from the beginning of the part | ||
| 4070 | 2025.04.24 06:40:28.552072 [ 192 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 12 rows starting from the beginning of the part | ||
| 4071 | 2025.04.24 06:40:28.553406 [ 260 ] {6e5e3578-4df8-45b8-a01d-360a5dab8e32} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4072 | 2025.04.24 06:40:28.553473 [ 260 ] {6e5e3578-4df8-45b8-a01d-360a5dab8e32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4073 | 2025.04.24 06:40:28.554552 [ 260 ] {6e5e3578-4df8-45b8-a01d-360a5dab8e32} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4074 | 2025.04.24 06:40:28.555078 [ 200 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 290 rows, containing 5 columns (5 merged, 0 gathered) in 0.005302249 sec., 54693.772397335546 rows/sec., 3.93 MiB/sec. | ||
| 4075 | 2025.04.24 06:40:28.555114 [ 260 ] {6e5e3578-4df8-45b8-a01d-360a5dab8e32} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4076 | 2025.04.24 06:40:28.555309 [ 200 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4077 | 2025.04.24 06:40:28.555561 [ 260 ] {6e5e3578-4df8-45b8-a01d-360a5dab8e32} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.005226 sec., 14542.671259089171 rows/sec., 1.14 MiB/sec. | ||
| 4078 | 2025.04.24 06:40:28.555733 [ 260 ] {6e5e3578-4df8-45b8-a01d-360a5dab8e32} <Debug> TCPHandler: Processed in 0.00576682 sec. | ||
| 4079 | 2025.04.24 06:40:28.555922 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4080 | 2025.04.24 06:40:28.555971 [ 200 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_26_5} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4081 | 2025.04.24 06:40:28.556140 [ 260 ] {b7798f6b-d47a-4e4b-a1e9-2d4410ee3431} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4082 | 2025.04.24 06:40:28.556167 [ 200 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_26_5} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4083 | 2025.04.24 06:40:28.556219 [ 260 ] {b7798f6b-d47a-4e4b-a1e9-2d4410ee3431} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4084 | 2025.04.24 06:40:28.556335 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 4085 | 2025.04.24 06:40:28.556907 [ 260 ] {b7798f6b-d47a-4e4b-a1e9-2d4410ee3431} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4086 | 2025.04.24 06:40:28.556951 [ 260 ] {b7798f6b-d47a-4e4b-a1e9-2d4410ee3431} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4087 | 2025.04.24 06:40:28.557346 [ 260 ] {b7798f6b-d47a-4e4b-a1e9-2d4410ee3431} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4088 | 2025.04.24 06:40:28.557605 [ 260 ] {b7798f6b-d47a-4e4b-a1e9-2d4410ee3431} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4089 | 2025.04.24 06:40:28.557777 [ 260 ] {b7798f6b-d47a-4e4b-a1e9-2d4410ee3431} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001709 sec., 93622.00117027502 rows/sec., 6.52 MiB/sec. | ||
| 4090 | 2025.04.24 06:40:28.557831 [ 260 ] {b7798f6b-d47a-4e4b-a1e9-2d4410ee3431} <Debug> TCPHandler: Processed in 0.001970474 sec. | ||
| 4091 | 2025.04.24 06:40:28.557939 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4092 | 2025.04.24 06:40:28.558041 [ 260 ] {d4a50868-66dd-446d-9db3-328f34feead8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4093 | 2025.04.24 06:40:28.558106 [ 260 ] {d4a50868-66dd-446d-9db3-328f34feead8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4094 | 2025.04.24 06:40:28.559165 [ 260 ] {d4a50868-66dd-446d-9db3-328f34feead8} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4095 | 2025.04.24 06:40:28.559202 [ 260 ] {d4a50868-66dd-446d-9db3-328f34feead8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4096 | 2025.04.24 06:40:28.559821 [ 260 ] {d4a50868-66dd-446d-9db3-328f34feead8} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4097 | 2025.04.24 06:40:28.560082 [ 260 ] {d4a50868-66dd-446d-9db3-328f34feead8} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4098 | 2025.04.24 06:40:28.560229 [ 82 ] {} <Debug> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4099 | 2025.04.24 06:40:28.560272 [ 82 ] {} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4100 | 2025.04.24 06:40:28.560280 [ 260 ] {d4a50868-66dd-446d-9db3-328f34feead8} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002257 sec., 5316.792202038104 rows/sec., 9.53 MiB/sec. | ||
| 4101 | 2025.04.24 06:40:28.560295 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4102 | 2025.04.24 06:40:28.560870 [ 192 ] {186bf897-e03c-453c-939b-7d7f7079b981::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 | ||
| 4103 | 2025.04.24 06:40:28.560980 [ 260 ] {d4a50868-66dd-446d-9db3-328f34feead8} <Debug> TCPHandler: Processed in 0.003075339 sec. | ||
| 4104 | 2025.04.24 06:40:28.561508 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4105 | 2025.04.24 06:40:28.561697 [ 192 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4106 | 2025.04.24 06:40:28.561732 [ 260 ] {b39ffe52-d8df-4479-9a8c-4c65cd4f8d28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4107 | 2025.04.24 06:40:28.561861 [ 192 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 386 rows starting from the beginning of the part | ||
| 4108 | 2025.04.24 06:40:28.561871 [ 260 ] {b39ffe52-d8df-4479-9a8c-4c65cd4f8d28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4109 | 2025.04.24 06:40:28.562732 [ 192 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 12 rows starting from the beginning of the part | ||
| 4110 | 2025.04.24 06:40:28.563434 [ 192 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 28 rows starting from the beginning of the part | ||
| 4111 | 2025.04.24 06:40:28.564184 [ 192 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 12 rows starting from the beginning of the part | ||
| 4112 | 2025.04.24 06:40:28.564290 [ 260 ] {b39ffe52-d8df-4479-9a8c-4c65cd4f8d28} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4113 | 2025.04.24 06:40:28.564366 [ 260 ] {b39ffe52-d8df-4479-9a8c-4c65cd4f8d28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4114 | 2025.04.24 06:40:28.564782 [ 192 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 28 rows starting from the beginning of the part | ||
| 4115 | 2025.04.24 06:40:28.565419 [ 192 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 12 rows starting from the beginning of the part | ||
| 4116 | 2025.04.24 06:40:28.566382 [ 260 ] {b39ffe52-d8df-4479-9a8c-4c65cd4f8d28} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4117 | 2025.04.24 06:40:28.566875 [ 260 ] {b39ffe52-d8df-4479-9a8c-4c65cd4f8d28} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4118 | 2025.04.24 06:40:28.567377 [ 260 ] {b39ffe52-d8df-4479-9a8c-4c65cd4f8d28} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005698 sec., 10530.01053001053 rows/sec., 726.68 KiB/sec. | ||
| 4119 | 2025.04.24 06:40:28.567440 [ 260 ] {b39ffe52-d8df-4479-9a8c-4c65cd4f8d28} <Debug> TCPHandler: Processed in 0.006021336 sec. | ||
| 4120 | 2025.04.24 06:40:28.570356 [ 186 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 478 rows, containing 19 columns (19 merged, 0 gathered) in 0.009951565 sec., 48032.64612148943 rows/sec., 86.07 MiB/sec. | ||
| 4121 | 2025.04.24 06:40:28.571213 [ 196 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4122 | 2025.04.24 06:40:28.571648 [ 196 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4123 | 2025.04.24 06:40:28.571726 [ 196 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4124 | 2025.04.24 06:40:28.571830 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB. | ||
| 4125 | 2025.04.24 06:40:31.769322 [ 79 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4126 | 2025.04.24 06:40:31.769394 [ 79 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4127 | 2025.04.24 06:40:31.911166 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126 | ||
| 4128 | 2025.04.24 06:40:31.911765 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4129 | 2025.04.24 06:40:31.911805 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4130 | 2025.04.24 06:40:31.912326 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4131 | 2025.04.24 06:40:31.912587 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4132 | 2025.04.24 06:40:31.912816 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 4133 | 2025.04.24 06:40:32.564016 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 4134 | 2025.04.24 06:40:32.583250 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4135 | 2025.04.24 06:40:32.583322 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4136 | 2025.04.24 06:40:32.590335 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4137 | 2025.04.24 06:40:32.591175 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4138 | 2025.04.24 06:40:32.594432 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4139 | 2025.04.24 06:40:33.546282 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4140 | 2025.04.24 06:40:33.546475 [ 260 ] {a77f909e-a7eb-49e3-b59c-a464ddec2548} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4141 | 2025.04.24 06:40:33.546550 [ 260 ] {a77f909e-a7eb-49e3-b59c-a464ddec2548} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4142 | 2025.04.24 06:40:33.547367 [ 260 ] {a77f909e-a7eb-49e3-b59c-a464ddec2548} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4143 | 2025.04.24 06:40:33.547421 [ 260 ] {a77f909e-a7eb-49e3-b59c-a464ddec2548} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4144 | 2025.04.24 06:40:33.547869 [ 260 ] {a77f909e-a7eb-49e3-b59c-a464ddec2548} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4145 | 2025.04.24 06:40:33.548136 [ 260 ] {a77f909e-a7eb-49e3-b59c-a464ddec2548} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4146 | 2025.04.24 06:40:33.548351 [ 76 ] {} <Debug> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4147 | 2025.04.24 06:40:33.548384 [ 260 ] {a77f909e-a7eb-49e3-b59c-a464ddec2548} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001961 sec., 57113.71749107598 rows/sec., 4.80 MiB/sec. | ||
| 4148 | 2025.04.24 06:40:33.548431 [ 76 ] {} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4149 | 2025.04.24 06:40:33.548496 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4150 | 2025.04.24 06:40:33.548520 [ 260 ] {a77f909e-a7eb-49e3-b59c-a464ddec2548} <Debug> TCPHandler: Processed in 0.002375204 sec. | ||
| 4151 | 2025.04.24 06:40:33.548901 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4152 | 2025.04.24 06:40:33.548979 [ 199 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::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 | ||
| 4153 | 2025.04.24 06:40:33.549345 [ 260 ] {0cba7471-4769-4cbf-b6d0-5af58d5e979c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4154 | 2025.04.24 06:40:33.549449 [ 199 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4155 | 2025.04.24 06:40:33.549459 [ 260 ] {0cba7471-4769-4cbf-b6d0-5af58d5e979c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4156 | 2025.04.24 06:40:33.549544 [ 199 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1965 rows starting from the beginning of the part | ||
| 4157 | 2025.04.24 06:40:33.549869 [ 199 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 112 rows starting from the beginning of the part | ||
| 4158 | 2025.04.24 06:40:33.550164 [ 199 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 80 rows starting from the beginning of the part | ||
| 4159 | 2025.04.24 06:40:33.550540 [ 199 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 233 rows starting from the beginning of the part | ||
| 4160 | 2025.04.24 06:40:33.551037 [ 199 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 80 rows starting from the beginning of the part | ||
| 4161 | 2025.04.24 06:40:33.551420 [ 199 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 112 rows starting from the beginning of the part | ||
| 4162 | 2025.04.24 06:40:33.552374 [ 260 ] {0cba7471-4769-4cbf-b6d0-5af58d5e979c} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4163 | 2025.04.24 06:40:33.552454 [ 260 ] {0cba7471-4769-4cbf-b6d0-5af58d5e979c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4164 | 2025.04.24 06:40:33.553518 [ 260 ] {0cba7471-4769-4cbf-b6d0-5af58d5e979c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4165 | 2025.04.24 06:40:33.554035 [ 260 ] {0cba7471-4769-4cbf-b6d0-5af58d5e979c} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4166 | 2025.04.24 06:40:33.554368 [ 260 ] {0cba7471-4769-4cbf-b6d0-5af58d5e979c} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.005195 sec., 5389.797882579403 rows/sec., 405.29 KiB/sec. | ||
| 4167 | 2025.04.24 06:40:33.554545 [ 260 ] {0cba7471-4769-4cbf-b6d0-5af58d5e979c} <Debug> TCPHandler: Processed in 0.005806361 sec. | ||
| 4168 | 2025.04.24 06:40:33.554870 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4169 | 2025.04.24 06:40:33.554910 [ 196 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2582 rows, containing 5 columns (5 merged, 0 gathered) in 0.006246491 sec., 413352.0723875213 rows/sec., 35.82 MiB/sec. | ||
| 4170 | 2025.04.24 06:40:33.555011 [ 260 ] {8f5ebef7-18c6-49ea-b2b8-6d0bb2a380e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4171 | 2025.04.24 06:40:33.555064 [ 260 ] {8f5ebef7-18c6-49ea-b2b8-6d0bb2a380e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4172 | 2025.04.24 06:40:33.555186 [ 186 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4173 | 2025.04.24 06:40:33.555597 [ 186 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_31_6} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4174 | 2025.04.24 06:40:33.555724 [ 186 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_31_6} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4175 | 2025.04.24 06:40:33.555843 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 4176 | 2025.04.24 06:40:33.555939 [ 260 ] {8f5ebef7-18c6-49ea-b2b8-6d0bb2a380e0} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4177 | 2025.04.24 06:40:33.555978 [ 260 ] {8f5ebef7-18c6-49ea-b2b8-6d0bb2a380e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4178 | 2025.04.24 06:40:33.556343 [ 260 ] {8f5ebef7-18c6-49ea-b2b8-6d0bb2a380e0} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4179 | 2025.04.24 06:40:33.556595 [ 260 ] {8f5ebef7-18c6-49ea-b2b8-6d0bb2a380e0} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4180 | 2025.04.24 06:40:33.556768 [ 76 ] {} <Debug> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4181 | 2025.04.24 06:40:33.556822 [ 260 ] {8f5ebef7-18c6-49ea-b2b8-6d0bb2a380e0} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001832 sec., 50218.34061135371 rows/sec., 3.92 MiB/sec. | ||
| 4182 | 2025.04.24 06:40:33.556829 [ 76 ] {} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4183 | 2025.04.24 06:40:33.556914 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4184 | 2025.04.24 06:40:33.556968 [ 260 ] {8f5ebef7-18c6-49ea-b2b8-6d0bb2a380e0} <Debug> TCPHandler: Processed in 0.002195869 sec. | ||
| 4185 | 2025.04.24 06:40:33.557166 [ 195 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::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 | ||
| 4186 | 2025.04.24 06:40:33.557203 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4187 | 2025.04.24 06:40:33.557397 [ 260 ] {e86dfa00-9a0d-4b78-bbc5-d11bdf0e1925} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4188 | 2025.04.24 06:40:33.557416 [ 195 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4189 | 2025.04.24 06:40:33.557475 [ 260 ] {e86dfa00-9a0d-4b78-bbc5-d11bdf0e1925} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4190 | 2025.04.24 06:40:33.557526 [ 195 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 948 rows starting from the beginning of the part | ||
| 4191 | 2025.04.24 06:40:33.558021 [ 195 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 92 rows starting from the beginning of the part | ||
| 4192 | 2025.04.24 06:40:33.558486 [ 195 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 76 rows starting from the beginning of the part | ||
| 4193 | 2025.04.24 06:40:33.558705 [ 195 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 130 rows starting from the beginning of the part | ||
| 4194 | 2025.04.24 06:40:33.559132 [ 195 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 76 rows starting from the beginning of the part | ||
| 4195 | 2025.04.24 06:40:33.559451 [ 195 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 92 rows starting from the beginning of the part | ||
| 4196 | 2025.04.24 06:40:33.560137 [ 260 ] {e86dfa00-9a0d-4b78-bbc5-d11bdf0e1925} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4197 | 2025.04.24 06:40:33.560192 [ 260 ] {e86dfa00-9a0d-4b78-bbc5-d11bdf0e1925} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4198 | 2025.04.24 06:40:33.561168 [ 260 ] {e86dfa00-9a0d-4b78-bbc5-d11bdf0e1925} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4199 | 2025.04.24 06:40:33.561672 [ 260 ] {e86dfa00-9a0d-4b78-bbc5-d11bdf0e1925} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4200 | 2025.04.24 06:40:33.561897 [ 76 ] {} <Debug> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4201 | 2025.04.24 06:40:33.562015 [ 76 ] {} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4202 | 2025.04.24 06:40:33.562103 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4203 | 2025.04.24 06:40:33.562145 [ 260 ] {e86dfa00-9a0d-4b78-bbc5-d11bdf0e1925} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004786 sec., 33430.83994985374 rows/sec., 2.33 MiB/sec. | ||
| 4204 | 2025.04.24 06:40:33.562708 [ 260 ] {e86dfa00-9a0d-4b78-bbc5-d11bdf0e1925} <Debug> TCPHandler: Processed in 0.005574976 sec. | ||
| 4205 | 2025.04.24 06:40:33.562728 [ 186 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 4206 | 2025.04.24 06:40:33.563090 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4207 | 2025.04.24 06:40:33.563157 [ 195 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1414 rows, containing 5 columns (5 merged, 0 gathered) in 0.006125968 sec., 230820.66377101545 rows/sec., 18.21 MiB/sec. | ||
| 4208 | 2025.04.24 06:40:33.563447 [ 186 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4209 | 2025.04.24 06:40:33.563647 [ 195 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4210 | 2025.04.24 06:40:33.563667 [ 186 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 9090 rows starting from the beginning of the part | ||
| 4211 | 2025.04.24 06:40:33.563671 [ 260 ] {5cd9e855-8f15-4c58-a4d9-ba84715ecde0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4212 | 2025.04.24 06:40:33.564351 [ 186 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 4213 | 2025.04.24 06:40:33.564372 [ 260 ] {5cd9e855-8f15-4c58-a4d9-ba84715ecde0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4214 | 2025.04.24 06:40:33.564863 [ 186 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part | ||
| 4215 | 2025.04.24 06:40:33.564881 [ 195 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_31_6} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4216 | 2025.04.24 06:40:33.565382 [ 195 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_31_6} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4217 | 2025.04.24 06:40:33.565432 [ 186 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 197 rows starting from the beginning of the part | ||
| 4218 | 2025.04.24 06:40:33.565802 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
| 4219 | 2025.04.24 06:40:33.566000 [ 186 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 4220 | 2025.04.24 06:40:33.566535 [ 186 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 4221 | 2025.04.24 06:40:33.569129 [ 260 ] {5cd9e855-8f15-4c58-a4d9-ba84715ecde0} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4222 | 2025.04.24 06:40:33.569179 [ 260 ] {5cd9e855-8f15-4c58-a4d9-ba84715ecde0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4223 | 2025.04.24 06:40:33.570248 [ 260 ] {5cd9e855-8f15-4c58-a4d9-ba84715ecde0} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4224 | 2025.04.24 06:40:33.570576 [ 260 ] {5cd9e855-8f15-4c58-a4d9-ba84715ecde0} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4225 | 2025.04.24 06:40:33.570831 [ 260 ] {5cd9e855-8f15-4c58-a4d9-ba84715ecde0} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.007406 sec., 3780.718336483932 rows/sec., 6.77 MiB/sec. | ||
| 4226 | 2025.04.24 06:40:33.570954 [ 260 ] {5cd9e855-8f15-4c58-a4d9-ba84715ecde0} <Debug> TCPHandler: Processed in 0.008046712 sec. | ||
| 4227 | 2025.04.24 06:40:33.571073 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4228 | 2025.04.24 06:40:33.571217 [ 260 ] {13ed9f5c-b5af-44e2-b020-7a693bf1e421} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4229 | 2025.04.24 06:40:33.571322 [ 260 ] {13ed9f5c-b5af-44e2-b020-7a693bf1e421} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4230 | 2025.04.24 06:40:33.571385 [ 186 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9927 rows, containing 5 columns (5 merged, 0 gathered) in 0.009145296 sec., 1085476.0742571917 rows/sec., 74.42 MiB/sec. | ||
| 4231 | 2025.04.24 06:40:33.571607 [ 186 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4232 | 2025.04.24 06:40:33.571922 [ 260 ] {13ed9f5c-b5af-44e2-b020-7a693bf1e421} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4233 | 2025.04.24 06:40:33.571965 [ 260 ] {13ed9f5c-b5af-44e2-b020-7a693bf1e421} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4234 | 2025.04.24 06:40:33.572009 [ 186 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4235 | 2025.04.24 06:40:33.572125 [ 186 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4236 | 2025.04.24 06:40:33.572230 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.92 MiB. | ||
| 4237 | 2025.04.24 06:40:33.572430 [ 260 ] {13ed9f5c-b5af-44e2-b020-7a693bf1e421} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4238 | 2025.04.24 06:40:33.572682 [ 260 ] {13ed9f5c-b5af-44e2-b020-7a693bf1e421} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4239 | 2025.04.24 06:40:33.572824 [ 74 ] {} <Debug> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4240 | 2025.04.24 06:40:33.572858 [ 260 ] {13ed9f5c-b5af-44e2-b020-7a693bf1e421} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001683 sec., 35650.623885918 rows/sec., 2.40 MiB/sec. | ||
| 4241 | 2025.04.24 06:40:33.572876 [ 74 ] {} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4242 | 2025.04.24 06:40:33.572916 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4243 | 2025.04.24 06:40:33.572926 [ 260 ] {13ed9f5c-b5af-44e2-b020-7a693bf1e421} <Debug> TCPHandler: Processed in 0.001905463 sec. | ||
| 4244 | 2025.04.24 06:40:33.573041 [ 186 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 4245 | 2025.04.24 06:40:33.573124 [ 186 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4246 | 2025.04.24 06:40:33.573151 [ 186 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1498 rows starting from the beginning of the part | ||
| 4247 | 2025.04.24 06:40:33.573238 [ 186 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 4248 | 2025.04.24 06:40:33.573449 [ 186 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part | ||
| 4249 | 2025.04.24 06:40:33.573638 [ 186 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part | ||
| 4250 | 2025.04.24 06:40:33.573773 [ 186 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 4251 | 2025.04.24 06:40:33.573924 [ 186 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 4252 | 2025.04.24 06:40:33.575156 [ 201 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1798 rows, containing 4 columns (4 merged, 0 gathered) in 0.002161588 sec., 831795.8833968361 rows/sec., 55.91 MiB/sec. | ||
| 4253 | 2025.04.24 06:40:33.575370 [ 190 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4254 | 2025.04.24 06:40:33.575664 [ 190 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_31_6} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4255 | 2025.04.24 06:40:33.575741 [ 190 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_31_6} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4256 | 2025.04.24 06:40:33.575806 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 4257 | 2025.04.24 06:40:34.468810 [ 74 ] {} <Debug> oximeter.fields_u8 (788ec107-c6c7-4ecf-8eae-6c824e50a883) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4258 | 2025.04.24 06:40:34.468895 [ 74 ] {} <Trace> oximeter.fields_u8 (788ec107-c6c7-4ecf-8eae-6c824e50a883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4259 | 2025.04.24 06:40:34.468920 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4260 | 2025.04.24 06:40:34.469093 [ 186 ] {788ec107-c6c7-4ecf-8eae-6c824e50a883::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 | ||
| 4261 | 2025.04.24 06:40:34.469287 [ 186 ] {788ec107-c6c7-4ecf-8eae-6c824e50a883::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4262 | 2025.04.24 06:40:34.469334 [ 186 ] {788ec107-c6c7-4ecf-8eae-6c824e50a883::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 112 rows starting from the beginning of the part | ||
| 4263 | 2025.04.24 06:40:34.469417 [ 186 ] {788ec107-c6c7-4ecf-8eae-6c824e50a883::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 | ||
| 4264 | 2025.04.24 06:40:34.469658 [ 186 ] {788ec107-c6c7-4ecf-8eae-6c824e50a883::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 | ||
| 4265 | 2025.04.24 06:40:34.469861 [ 186 ] {788ec107-c6c7-4ecf-8eae-6c824e50a883::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 | ||
| 4266 | 2025.04.24 06:40:34.470047 [ 186 ] {788ec107-c6c7-4ecf-8eae-6c824e50a883::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 | ||
| 4267 | 2025.04.24 06:40:34.471206 [ 194 ] {788ec107-c6c7-4ecf-8eae-6c824e50a883::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 160 rows, containing 5 columns (5 merged, 0 gathered) in 0.00222417 sec., 71936.9472657216 rows/sec., 4.79 MiB/sec. | ||
| 4268 | 2025.04.24 06:40:34.471417 [ 201 ] {788ec107-c6c7-4ecf-8eae-6c824e50a883::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4269 | 2025.04.24 06:40:34.471797 [ 201 ] {788ec107-c6c7-4ecf-8eae-6c824e50a883::all_1_5_1} <Trace> oximeter.fields_u8 (788ec107-c6c7-4ecf-8eae-6c824e50a883): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4270 | 2025.04.24 06:40:34.471882 [ 201 ] {788ec107-c6c7-4ecf-8eae-6c824e50a883::all_1_5_1} <Trace> oximeter.fields_u8 (788ec107-c6c7-4ecf-8eae-6c824e50a883) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 4271 | 2025.04.24 06:40:34.471987 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 4272 | 2025.04.24 06:40:34.905297 [ 74 ] {} <Debug> oximeter.fields_i16 (6ff42f6f-4885-487d-9a78-1dd7a3795b79) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4273 | 2025.04.24 06:40:34.905370 [ 74 ] {} <Trace> oximeter.fields_i16 (6ff42f6f-4885-487d-9a78-1dd7a3795b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4274 | 2025.04.24 06:40:34.905397 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4275 | 2025.04.24 06:40:34.905575 [ 186 ] {6ff42f6f-4885-487d-9a78-1dd7a3795b79::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 | ||
| 4276 | 2025.04.24 06:40:34.905768 [ 186 ] {6ff42f6f-4885-487d-9a78-1dd7a3795b79::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4277 | 2025.04.24 06:40:34.905805 [ 186 ] {6ff42f6f-4885-487d-9a78-1dd7a3795b79::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 212 rows starting from the beginning of the part | ||
| 4278 | 2025.04.24 06:40:34.905886 [ 186 ] {6ff42f6f-4885-487d-9a78-1dd7a3795b79::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 | ||
| 4279 | 2025.04.24 06:40:34.906085 [ 186 ] {6ff42f6f-4885-487d-9a78-1dd7a3795b79::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 | ||
| 4280 | 2025.04.24 06:40:34.906400 [ 186 ] {6ff42f6f-4885-487d-9a78-1dd7a3795b79::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 | ||
| 4281 | 2025.04.24 06:40:34.906525 [ 186 ] {6ff42f6f-4885-487d-9a78-1dd7a3795b79::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 | ||
| 4282 | 2025.04.24 06:40:34.907756 [ 201 ] {6ff42f6f-4885-487d-9a78-1dd7a3795b79::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 308 rows, containing 5 columns (5 merged, 0 gathered) in 0.002288521 sec., 134584.73835284886 rows/sec., 9.89 MiB/sec. | ||
| 4283 | 2025.04.24 06:40:34.907945 [ 194 ] {6ff42f6f-4885-487d-9a78-1dd7a3795b79::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4284 | 2025.04.24 06:40:34.908272 [ 194 ] {6ff42f6f-4885-487d-9a78-1dd7a3795b79::all_1_5_1} <Trace> oximeter.fields_i16 (6ff42f6f-4885-487d-9a78-1dd7a3795b79): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4285 | 2025.04.24 06:40:34.908353 [ 194 ] {6ff42f6f-4885-487d-9a78-1dd7a3795b79::all_1_5_1} <Trace> oximeter.fields_i16 (6ff42f6f-4885-487d-9a78-1dd7a3795b79) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 4286 | 2025.04.24 06:40:34.908435 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 4287 | 2025.04.24 06:40:36.669398 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4288 | 2025.04.24 06:40:36.669595 [ 260 ] {844d44fb-79d1-4a92-be7c-c8b24ff754fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4289 | 2025.04.24 06:40:36.669672 [ 260 ] {844d44fb-79d1-4a92-be7c-c8b24ff754fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4290 | 2025.04.24 06:40:36.670406 [ 260 ] {844d44fb-79d1-4a92-be7c-c8b24ff754fa} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4291 | 2025.04.24 06:40:36.670459 [ 260 ] {844d44fb-79d1-4a92-be7c-c8b24ff754fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4292 | 2025.04.24 06:40:36.670897 [ 260 ] {844d44fb-79d1-4a92-be7c-c8b24ff754fa} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4293 | 2025.04.24 06:40:36.671164 [ 260 ] {844d44fb-79d1-4a92-be7c-c8b24ff754fa} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4294 | 2025.04.24 06:40:36.671447 [ 260 ] {844d44fb-79d1-4a92-be7c-c8b24ff754fa} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001902 sec., 1051.5247108307044 rows/sec., 85.74 KiB/sec. | ||
| 4295 | 2025.04.24 06:40:36.671658 [ 260 ] {844d44fb-79d1-4a92-be7c-c8b24ff754fa} <Debug> TCPHandler: Processed in 0.002402484 sec. | ||
| 4296 | 2025.04.24 06:40:36.671795 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4297 | 2025.04.24 06:40:36.671910 [ 260 ] {07df8ff8-d76b-410e-923f-06abbe8683fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4298 | 2025.04.24 06:40:36.671961 [ 260 ] {07df8ff8-d76b-410e-923f-06abbe8683fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4299 | 2025.04.24 06:40:36.673012 [ 260 ] {07df8ff8-d76b-410e-923f-06abbe8683fb} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4300 | 2025.04.24 06:40:36.673053 [ 260 ] {07df8ff8-d76b-410e-923f-06abbe8683fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4301 | 2025.04.24 06:40:36.673508 [ 260 ] {07df8ff8-d76b-410e-923f-06abbe8683fb} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4302 | 2025.04.24 06:40:36.673764 [ 260 ] {07df8ff8-d76b-410e-923f-06abbe8683fb} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4303 | 2025.04.24 06:40:36.673969 [ 260 ] {07df8ff8-d76b-410e-923f-06abbe8683fb} <Debug> executeQuery: Read 1221 rows, 102.94 KiB in 0.002087 sec., 585050.3114518448 rows/sec., 48.17 MiB/sec. | ||
| 4304 | 2025.04.24 06:40:36.674027 [ 260 ] {07df8ff8-d76b-410e-923f-06abbe8683fb} <Debug> TCPHandler: Processed in 0.002285762 sec. | ||
| 4305 | 2025.04.24 06:40:36.674148 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4306 | 2025.04.24 06:40:36.674256 [ 260 ] {93a802bc-e823-43e7-a089-74618d4c83cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4307 | 2025.04.24 06:40:36.674304 [ 260 ] {93a802bc-e823-43e7-a089-74618d4c83cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4308 | 2025.04.24 06:40:36.674809 [ 260 ] {93a802bc-e823-43e7-a089-74618d4c83cc} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4309 | 2025.04.24 06:40:36.674849 [ 260 ] {93a802bc-e823-43e7-a089-74618d4c83cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4310 | 2025.04.24 06:40:36.675199 [ 260 ] {93a802bc-e823-43e7-a089-74618d4c83cc} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4311 | 2025.04.24 06:40:36.675449 [ 260 ] {93a802bc-e823-43e7-a089-74618d4c83cc} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4312 | 2025.04.24 06:40:36.675672 [ 260 ] {93a802bc-e823-43e7-a089-74618d4c83cc} <Debug> executeQuery: Read 14 rows, 1.04 KiB in 0.001436 sec., 9749.303621169916 rows/sec., 725.62 KiB/sec. | ||
| 4313 | 2025.04.24 06:40:36.675755 [ 260 ] {93a802bc-e823-43e7-a089-74618d4c83cc} <Debug> TCPHandler: Processed in 0.001659108 sec. | ||
| 4314 | 2025.04.24 06:40:36.675980 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4315 | 2025.04.24 06:40:36.676088 [ 260 ] {d871795a-8722-4140-8c4f-13ae18b32caa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4316 | 2025.04.24 06:40:36.676136 [ 260 ] {d871795a-8722-4140-8c4f-13ae18b32caa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4317 | 2025.04.24 06:40:36.676747 [ 260 ] {d871795a-8722-4140-8c4f-13ae18b32caa} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4318 | 2025.04.24 06:40:36.676787 [ 260 ] {d871795a-8722-4140-8c4f-13ae18b32caa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4319 | 2025.04.24 06:40:36.677162 [ 260 ] {d871795a-8722-4140-8c4f-13ae18b32caa} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4320 | 2025.04.24 06:40:36.677510 [ 260 ] {d871795a-8722-4140-8c4f-13ae18b32caa} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4321 | 2025.04.24 06:40:36.677790 [ 260 ] {d871795a-8722-4140-8c4f-13ae18b32caa} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001701 sec., 134038.80070546738 rows/sec., 9.08 MiB/sec. | ||
| 4322 | 2025.04.24 06:40:36.677917 [ 260 ] {d871795a-8722-4140-8c4f-13ae18b32caa} <Debug> TCPHandler: Processed in 0.002023826 sec. | ||
| 4323 | 2025.04.24 06:40:36.678109 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4324 | 2025.04.24 06:40:36.678214 [ 260 ] {d2a84ee6-e4a1-437f-bff4-441b380ab654} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4325 | 2025.04.24 06:40:36.678260 [ 260 ] {d2a84ee6-e4a1-437f-bff4-441b380ab654} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4326 | 2025.04.24 06:40:36.678979 [ 260 ] {d2a84ee6-e4a1-437f-bff4-441b380ab654} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4327 | 2025.04.24 06:40:36.679017 [ 260 ] {d2a84ee6-e4a1-437f-bff4-441b380ab654} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4328 | 2025.04.24 06:40:36.679415 [ 260 ] {d2a84ee6-e4a1-437f-bff4-441b380ab654} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4329 | 2025.04.24 06:40:36.679661 [ 260 ] {d2a84ee6-e4a1-437f-bff4-441b380ab654} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4330 | 2025.04.24 06:40:36.679902 [ 260 ] {d2a84ee6-e4a1-437f-bff4-441b380ab654} <Debug> executeQuery: Read 534 rows, 40.53 KiB in 0.0017 sec., 314117.64705882355 rows/sec., 23.28 MiB/sec. | ||
| 4331 | 2025.04.24 06:40:36.680041 [ 260 ] {d2a84ee6-e4a1-437f-bff4-441b380ab654} <Debug> TCPHandler: Processed in 0.001981174 sec. | ||
| 4332 | 2025.04.24 06:40:36.680259 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4333 | 2025.04.24 06:40:36.680368 [ 260 ] {043c8661-24b4-4e76-98c5-e751ae9d01c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4334 | 2025.04.24 06:40:36.680420 [ 260 ] {043c8661-24b4-4e76-98c5-e751ae9d01c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4335 | 2025.04.24 06:40:36.681132 [ 260 ] {043c8661-24b4-4e76-98c5-e751ae9d01c4} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4336 | 2025.04.24 06:40:36.681171 [ 260 ] {043c8661-24b4-4e76-98c5-e751ae9d01c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4337 | 2025.04.24 06:40:36.681613 [ 260 ] {043c8661-24b4-4e76-98c5-e751ae9d01c4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4338 | 2025.04.24 06:40:36.681866 [ 260 ] {043c8661-24b4-4e76-98c5-e751ae9d01c4} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4339 | 2025.04.24 06:40:36.682115 [ 260 ] {043c8661-24b4-4e76-98c5-e751ae9d01c4} <Debug> executeQuery: Read 965 rows, 66.32 KiB in 0.001761 sec., 547984.0999432141 rows/sec., 36.78 MiB/sec. | ||
| 4340 | 2025.04.24 06:40:36.682259 [ 260 ] {043c8661-24b4-4e76-98c5-e751ae9d01c4} <Debug> TCPHandler: Processed in 0.002080686 sec. | ||
| 4341 | 2025.04.24 06:40:36.682481 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4342 | 2025.04.24 06:40:36.682587 [ 260 ] {3a58a02f-c884-49d2-9585-7e8c29f9b93c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4343 | 2025.04.24 06:40:36.682667 [ 260 ] {3a58a02f-c884-49d2-9585-7e8c29f9b93c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4344 | 2025.04.24 06:40:36.683720 [ 260 ] {3a58a02f-c884-49d2-9585-7e8c29f9b93c} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4345 | 2025.04.24 06:40:36.683760 [ 260 ] {3a58a02f-c884-49d2-9585-7e8c29f9b93c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4346 | 2025.04.24 06:40:36.684376 [ 260 ] {3a58a02f-c884-49d2-9585-7e8c29f9b93c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4347 | 2025.04.24 06:40:36.684643 [ 260 ] {3a58a02f-c884-49d2-9585-7e8c29f9b93c} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4348 | 2025.04.24 06:40:36.684871 [ 260 ] {3a58a02f-c884-49d2-9585-7e8c29f9b93c} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002307 sec., 5201.560468140442 rows/sec., 9.32 MiB/sec. | ||
| 4349 | 2025.04.24 06:40:36.684985 [ 260 ] {3a58a02f-c884-49d2-9585-7e8c29f9b93c} <Debug> TCPHandler: Processed in 0.002576538 sec. | ||
| 4350 | 2025.04.24 06:40:36.685098 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4351 | 2025.04.24 06:40:36.685202 [ 260 ] {9faa2a86-5078-4859-b002-cdcf076d1e03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4352 | 2025.04.24 06:40:36.685249 [ 260 ] {9faa2a86-5078-4859-b002-cdcf076d1e03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4353 | 2025.04.24 06:40:36.685655 [ 260 ] {9faa2a86-5078-4859-b002-cdcf076d1e03} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4354 | 2025.04.24 06:40:36.685695 [ 260 ] {9faa2a86-5078-4859-b002-cdcf076d1e03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4355 | 2025.04.24 06:40:36.686055 [ 260 ] {9faa2a86-5078-4859-b002-cdcf076d1e03} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4356 | 2025.04.24 06:40:36.686313 [ 260 ] {9faa2a86-5078-4859-b002-cdcf076d1e03} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4357 | 2025.04.24 06:40:36.686511 [ 260 ] {9faa2a86-5078-4859-b002-cdcf076d1e03} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001332 sec., 33033.03303303303 rows/sec., 2.22 MiB/sec. | ||
| 4358 | 2025.04.24 06:40:36.686560 [ 260 ] {9faa2a86-5078-4859-b002-cdcf076d1e03} <Debug> TCPHandler: Processed in 0.001513564 sec. | ||
| 4359 | 2025.04.24 06:40:36.947985 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 614 | ||
| 4360 | 2025.04.24 06:40:36.951271 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4361 | 2025.04.24 06:40:36.951330 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4362 | 2025.04.24 06:40:36.952776 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4363 | 2025.04.24 06:40:36.953092 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4364 | 2025.04.24 06:40:36.953328 [ 72 ] {} <Debug> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4365 | 2025.04.24 06:40:36.953446 [ 72 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4366 | 2025.04.24 06:40:36.953504 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4367 | 2025.04.24 06:40:36.953789 [ 186 ] {20843e92-5287-4bd7-bacd-ef190d076d79::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 | ||
| 4368 | 2025.04.24 06:40:36.954243 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 614 | ||
| 4369 | 2025.04.24 06:40:36.954579 [ 186 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4370 | 2025.04.24 06:40:36.954704 [ 186 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 438 rows starting from the beginning of the part | ||
| 4371 | 2025.04.24 06:40:36.955260 [ 186 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 30 rows starting from the beginning of the part | ||
| 4372 | 2025.04.24 06:40:36.955821 [ 186 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 54 rows starting from the beginning of the part | ||
| 4373 | 2025.04.24 06:40:36.956386 [ 186 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 20 rows starting from the beginning of the part | ||
| 4374 | 2025.04.24 06:40:36.956882 [ 186 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 32 rows starting from the beginning of the part | ||
| 4375 | 2025.04.24 06:40:36.957521 [ 186 ] {20843e92-5287-4bd7-bacd-ef190d076d79::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 | ||
| 4376 | 2025.04.24 06:40:36.965301 [ 189 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 614 rows, containing 72 columns (72 merged, 0 gathered) in 0.011668583 sec., 52619.9282295031 rows/sec., 47.56 MiB/sec. | ||
| 4377 | 2025.04.24 06:40:36.966219 [ 194 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4378 | 2025.04.24 06:40:36.966871 [ 194 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_16_3} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4379 | 2025.04.24 06:40:36.966945 [ 194 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_16_3} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4380 | 2025.04.24 06:40:36.967126 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.07 MiB. | ||
| 4381 | 2025.04.24 06:40:38.539483 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4382 | 2025.04.24 06:40:38.539695 [ 260 ] {3aaab871-903f-4eeb-94d0-3e8f780b74f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4383 | 2025.04.24 06:40:38.539779 [ 260 ] {3aaab871-903f-4eeb-94d0-3e8f780b74f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4384 | 2025.04.24 06:40:38.540540 [ 260 ] {3aaab871-903f-4eeb-94d0-3e8f780b74f2} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4385 | 2025.04.24 06:40:38.540592 [ 260 ] {3aaab871-903f-4eeb-94d0-3e8f780b74f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4386 | 2025.04.24 06:40:38.541016 [ 260 ] {3aaab871-903f-4eeb-94d0-3e8f780b74f2} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4387 | 2025.04.24 06:40:38.541267 [ 260 ] {3aaab871-903f-4eeb-94d0-3e8f780b74f2} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4388 | 2025.04.24 06:40:38.541484 [ 260 ] {3aaab871-903f-4eeb-94d0-3e8f780b74f2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001847 sec., 30319.43692474283 rows/sec., 2.31 MiB/sec. | ||
| 4389 | 2025.04.24 06:40:38.541550 [ 260 ] {3aaab871-903f-4eeb-94d0-3e8f780b74f2} <Debug> TCPHandler: Processed in 0.00221054 sec. | ||
| 4390 | 2025.04.24 06:40:38.541677 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4391 | 2025.04.24 06:40:38.541787 [ 260 ] {8522d601-259e-45f3-a25e-25cba9512d8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4392 | 2025.04.24 06:40:38.541837 [ 260 ] {8522d601-259e-45f3-a25e-25cba9512d8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4393 | 2025.04.24 06:40:38.542376 [ 260 ] {8522d601-259e-45f3-a25e-25cba9512d8f} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4394 | 2025.04.24 06:40:38.542417 [ 260 ] {8522d601-259e-45f3-a25e-25cba9512d8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4395 | 2025.04.24 06:40:38.542765 [ 260 ] {8522d601-259e-45f3-a25e-25cba9512d8f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4396 | 2025.04.24 06:40:38.542996 [ 260 ] {8522d601-259e-45f3-a25e-25cba9512d8f} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4397 | 2025.04.24 06:40:38.543196 [ 260 ] {8522d601-259e-45f3-a25e-25cba9512d8f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001435 sec., 44599.3031358885 rows/sec., 3.48 MiB/sec. | ||
| 4398 | 2025.04.24 06:40:38.543247 [ 260 ] {8522d601-259e-45f3-a25e-25cba9512d8f} <Debug> TCPHandler: Processed in 0.001622066 sec. | ||
| 4399 | 2025.04.24 06:40:38.543365 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4400 | 2025.04.24 06:40:38.543471 [ 260 ] {58ec41b7-8885-47da-aa3c-062e5f65e159} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4401 | 2025.04.24 06:40:38.543520 [ 260 ] {58ec41b7-8885-47da-aa3c-062e5f65e159} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4402 | 2025.04.24 06:40:38.543971 [ 260 ] {58ec41b7-8885-47da-aa3c-062e5f65e159} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4403 | 2025.04.24 06:40:38.544009 [ 260 ] {58ec41b7-8885-47da-aa3c-062e5f65e159} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4404 | 2025.04.24 06:40:38.544371 [ 260 ] {58ec41b7-8885-47da-aa3c-062e5f65e159} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4405 | 2025.04.24 06:40:38.544607 [ 260 ] {58ec41b7-8885-47da-aa3c-062e5f65e159} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4406 | 2025.04.24 06:40:38.544811 [ 260 ] {58ec41b7-8885-47da-aa3c-062e5f65e159} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001362 sec., 30837.004405286345 rows/sec., 2.15 MiB/sec. | ||
| 4407 | 2025.04.24 06:40:38.544862 [ 260 ] {58ec41b7-8885-47da-aa3c-062e5f65e159} <Debug> TCPHandler: Processed in 0.001546225 sec. | ||
| 4408 | 2025.04.24 06:40:38.544978 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4409 | 2025.04.24 06:40:38.545082 [ 260 ] {1815fc6d-ce5d-40d4-83fb-783b1bd2f216} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4410 | 2025.04.24 06:40:38.545130 [ 260 ] {1815fc6d-ce5d-40d4-83fb-783b1bd2f216} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4411 | 2025.04.24 06:40:38.545525 [ 260 ] {1815fc6d-ce5d-40d4-83fb-783b1bd2f216} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4412 | 2025.04.24 06:40:38.545563 [ 260 ] {1815fc6d-ce5d-40d4-83fb-783b1bd2f216} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4413 | 2025.04.24 06:40:38.545909 [ 260 ] {1815fc6d-ce5d-40d4-83fb-783b1bd2f216} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4414 | 2025.04.24 06:40:38.546145 [ 260 ] {1815fc6d-ce5d-40d4-83fb-783b1bd2f216} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4415 | 2025.04.24 06:40:38.546368 [ 260 ] {1815fc6d-ce5d-40d4-83fb-783b1bd2f216} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.001292 sec., 12383.90092879257 rows/sec., 858.65 KiB/sec. | ||
| 4416 | 2025.04.24 06:40:38.546461 [ 260 ] {1815fc6d-ce5d-40d4-83fb-783b1bd2f216} <Debug> TCPHandler: Processed in 0.001524335 sec. | ||
| 4417 | 2025.04.24 06:40:39.413002 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614 | ||
| 4418 | 2025.04.24 06:40:39.413658 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4419 | 2025.04.24 06:40:39.413704 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4420 | 2025.04.24 06:40:39.414213 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4421 | 2025.04.24 06:40:39.414465 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4422 | 2025.04.24 06:40:39.414645 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614 | ||
| 4423 | 2025.04.24 06:40:40.094561 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 4424 | 2025.04.24 06:40:40.114214 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4425 | 2025.04.24 06:40:40.114270 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4426 | 2025.04.24 06:40:40.121680 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4427 | 2025.04.24 06:40:40.122431 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4428 | 2025.04.24 06:40:40.125025 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 4429 | 2025.04.24 06:40:43.546406 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4430 | 2025.04.24 06:40:43.546594 [ 260 ] {bf18a5b5-b9ad-438e-a752-5d5fe82698df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4431 | 2025.04.24 06:40:43.546669 [ 260 ] {bf18a5b5-b9ad-438e-a752-5d5fe82698df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4432 | 2025.04.24 06:40:43.547454 [ 260 ] {bf18a5b5-b9ad-438e-a752-5d5fe82698df} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4433 | 2025.04.24 06:40:43.547507 [ 260 ] {bf18a5b5-b9ad-438e-a752-5d5fe82698df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4434 | 2025.04.24 06:40:43.547936 [ 260 ] {bf18a5b5-b9ad-438e-a752-5d5fe82698df} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4435 | 2025.04.24 06:40:43.548196 [ 260 ] {bf18a5b5-b9ad-438e-a752-5d5fe82698df} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4436 | 2025.04.24 06:40:43.548424 [ 260 ] {bf18a5b5-b9ad-438e-a752-5d5fe82698df} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001874 sec., 59765.20811099253 rows/sec., 5.02 MiB/sec. | ||
| 4437 | 2025.04.24 06:40:43.548535 [ 260 ] {bf18a5b5-b9ad-438e-a752-5d5fe82698df} <Debug> TCPHandler: Processed in 0.002265201 sec. | ||
| 4438 | 2025.04.24 06:40:43.548758 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4439 | 2025.04.24 06:40:43.548878 [ 260 ] {c0cc991c-31f2-4493-9f55-5604c5d4d3d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4440 | 2025.04.24 06:40:43.548928 [ 260 ] {c0cc991c-31f2-4493-9f55-5604c5d4d3d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4441 | 2025.04.24 06:40:43.549540 [ 260 ] {c0cc991c-31f2-4493-9f55-5604c5d4d3d9} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4442 | 2025.04.24 06:40:43.549580 [ 260 ] {c0cc991c-31f2-4493-9f55-5604c5d4d3d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4443 | 2025.04.24 06:40:43.549929 [ 260 ] {c0cc991c-31f2-4493-9f55-5604c5d4d3d9} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4444 | 2025.04.24 06:40:43.550167 [ 260 ] {c0cc991c-31f2-4493-9f55-5604c5d4d3d9} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4445 | 2025.04.24 06:40:43.550378 [ 260 ] {c0cc991c-31f2-4493-9f55-5604c5d4d3d9} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001528 sec., 18324.607329842933 rows/sec., 1.35 MiB/sec. | ||
| 4446 | 2025.04.24 06:40:43.550431 [ 260 ] {c0cc991c-31f2-4493-9f55-5604c5d4d3d9} <Debug> TCPHandler: Processed in 0.001757219 sec. | ||
| 4447 | 2025.04.24 06:40:43.550554 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4448 | 2025.04.24 06:40:43.550659 [ 260 ] {8b0daaf7-4322-47cd-bbdf-d21286f4c9cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4449 | 2025.04.24 06:40:43.550705 [ 260 ] {8b0daaf7-4322-47cd-bbdf-d21286f4c9cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4450 | 2025.04.24 06:40:43.551244 [ 260 ] {8b0daaf7-4322-47cd-bbdf-d21286f4c9cb} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4451 | 2025.04.24 06:40:43.551283 [ 260 ] {8b0daaf7-4322-47cd-bbdf-d21286f4c9cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4452 | 2025.04.24 06:40:43.551628 [ 260 ] {8b0daaf7-4322-47cd-bbdf-d21286f4c9cb} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4453 | 2025.04.24 06:40:43.551861 [ 260 ] {8b0daaf7-4322-47cd-bbdf-d21286f4c9cb} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4454 | 2025.04.24 06:40:43.552067 [ 260 ] {8b0daaf7-4322-47cd-bbdf-d21286f4c9cb} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001431 sec., 64290.70580013976 rows/sec., 5.02 MiB/sec. | ||
| 4455 | 2025.04.24 06:40:43.552117 [ 260 ] {8b0daaf7-4322-47cd-bbdf-d21286f4c9cb} <Debug> TCPHandler: Processed in 0.001613056 sec. | ||
| 4456 | 2025.04.24 06:40:43.552236 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4457 | 2025.04.24 06:40:43.552341 [ 260 ] {bde063be-2f0d-45c8-8891-c54aa174f8ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4458 | 2025.04.24 06:40:43.552391 [ 260 ] {bde063be-2f0d-45c8-8891-c54aa174f8ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4459 | 2025.04.24 06:40:43.552893 [ 260 ] {bde063be-2f0d-45c8-8891-c54aa174f8ff} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4460 | 2025.04.24 06:40:43.552932 [ 260 ] {bde063be-2f0d-45c8-8891-c54aa174f8ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4461 | 2025.04.24 06:40:43.553304 [ 260 ] {bde063be-2f0d-45c8-8891-c54aa174f8ff} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4462 | 2025.04.24 06:40:43.553551 [ 260 ] {bde063be-2f0d-45c8-8891-c54aa174f8ff} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4463 | 2025.04.24 06:40:43.553750 [ 260 ] {bde063be-2f0d-45c8-8891-c54aa174f8ff} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001432 sec., 111731.843575419 rows/sec., 7.78 MiB/sec. | ||
| 4464 | 2025.04.24 06:40:43.553799 [ 260 ] {bde063be-2f0d-45c8-8891-c54aa174f8ff} <Debug> TCPHandler: Processed in 0.001613596 sec. | ||
| 4465 | 2025.04.24 06:40:43.553915 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4466 | 2025.04.24 06:40:43.554019 [ 260 ] {12892401-c94c-4712-b6b4-4432fcfb11ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4467 | 2025.04.24 06:40:43.554086 [ 260 ] {12892401-c94c-4712-b6b4-4432fcfb11ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4468 | 2025.04.24 06:40:43.555182 [ 260 ] {12892401-c94c-4712-b6b4-4432fcfb11ef} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4469 | 2025.04.24 06:40:43.555220 [ 260 ] {12892401-c94c-4712-b6b4-4432fcfb11ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4470 | 2025.04.24 06:40:43.555859 [ 260 ] {12892401-c94c-4712-b6b4-4432fcfb11ef} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4471 | 2025.04.24 06:40:43.556117 [ 260 ] {12892401-c94c-4712-b6b4-4432fcfb11ef} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4472 | 2025.04.24 06:40:43.556354 [ 260 ] {12892401-c94c-4712-b6b4-4432fcfb11ef} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002356 sec., 11884.550084889643 rows/sec., 21.30 MiB/sec. | ||
| 4473 | 2025.04.24 06:40:43.556455 [ 260 ] {12892401-c94c-4712-b6b4-4432fcfb11ef} <Debug> TCPHandler: Processed in 0.002590798 sec. | ||
| 4474 | 2025.04.24 06:40:43.556581 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4475 | 2025.04.24 06:40:43.556685 [ 260 ] {352f6dfc-e299-4162-a047-3060df13098e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4476 | 2025.04.24 06:40:43.556732 [ 260 ] {352f6dfc-e299-4162-a047-3060df13098e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4477 | 2025.04.24 06:40:43.557147 [ 260 ] {352f6dfc-e299-4162-a047-3060df13098e} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4478 | 2025.04.24 06:40:43.557185 [ 260 ] {352f6dfc-e299-4162-a047-3060df13098e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4479 | 2025.04.24 06:40:43.557538 [ 260 ] {352f6dfc-e299-4162-a047-3060df13098e} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4480 | 2025.04.24 06:40:43.557769 [ 260 ] {352f6dfc-e299-4162-a047-3060df13098e} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4481 | 2025.04.24 06:40:43.558003 [ 260 ] {352f6dfc-e299-4162-a047-3060df13098e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001333 sec., 45011.252813203304 rows/sec., 3.03 MiB/sec. | ||
| 4482 | 2025.04.24 06:40:43.558090 [ 260 ] {352f6dfc-e299-4162-a047-3060df13098e} <Debug> TCPHandler: Processed in 0.001557595 sec. | ||
| 4483 | 2025.04.24 06:40:46.769445 [ 43 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4484 | 2025.04.24 06:40:46.769544 [ 43 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4485 | 2025.04.24 06:40:46.915632 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11041 | ||
| 4486 | 2025.04.24 06:40:46.916227 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4487 | 2025.04.24 06:40:46.916264 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4488 | 2025.04.24 06:40:46.916791 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4489 | 2025.04.24 06:40:46.917043 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4490 | 2025.04.24 06:40:46.917269 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 4491 | 2025.04.24 06:40:46.955347 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 634 | ||
| 4492 | 2025.04.24 06:40:46.958037 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4493 | 2025.04.24 06:40:46.958081 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4494 | 2025.04.24 06:40:46.959490 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4495 | 2025.04.24 06:40:46.959792 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4496 | 2025.04.24 06:40:46.960777 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 634 | ||
| 4497 | 2025.04.24 06:40:47.625954 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 4498 | 2025.04.24 06:40:47.646677 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4499 | 2025.04.24 06:40:47.646734 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4500 | 2025.04.24 06:40:47.653982 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4501 | 2025.04.24 06:40:47.654761 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4502 | 2025.04.24 06:40:47.657378 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 4503 | 2025.04.24 06:40:48.552002 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4504 | 2025.04.24 06:40:48.552357 [ 260 ] {da246083-987e-4ec0-9415-4b81485f606a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4505 | 2025.04.24 06:40:48.552478 [ 260 ] {da246083-987e-4ec0-9415-4b81485f606a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4506 | 2025.04.24 06:40:48.553850 [ 260 ] {da246083-987e-4ec0-9415-4b81485f606a} <Trace> oximeter.fields_i16 (6ff42f6f-4885-487d-9a78-1dd7a3795b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4507 | 2025.04.24 06:40:48.553904 [ 260 ] {da246083-987e-4ec0-9415-4b81485f606a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4508 | 2025.04.24 06:40:48.554353 [ 260 ] {da246083-987e-4ec0-9415-4b81485f606a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4509 | 2025.04.24 06:40:48.554617 [ 260 ] {da246083-987e-4ec0-9415-4b81485f606a} <Trace> oximeter.fields_i16 (6ff42f6f-4885-487d-9a78-1dd7a3795b79): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4510 | 2025.04.24 06:40:48.554844 [ 260 ] {da246083-987e-4ec0-9415-4b81485f606a} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00257 sec., 82490.27237354087 rows/sec., 5.25 MiB/sec. | ||
| 4511 | 2025.04.24 06:40:48.554910 [ 260 ] {da246083-987e-4ec0-9415-4b81485f606a} <Debug> TCPHandler: Processed in 0.002988627 sec. | ||
| 4512 | 2025.04.24 06:40:48.555040 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4513 | 2025.04.24 06:40:48.555152 [ 260 ] {e721b1f0-90fa-4cd0-aa3d-bdc8406bd266} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4514 | 2025.04.24 06:40:48.555201 [ 260 ] {e721b1f0-90fa-4cd0-aa3d-bdc8406bd266} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4515 | 2025.04.24 06:40:48.556209 [ 260 ] {e721b1f0-90fa-4cd0-aa3d-bdc8406bd266} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4516 | 2025.04.24 06:40:48.556250 [ 260 ] {e721b1f0-90fa-4cd0-aa3d-bdc8406bd266} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4517 | 2025.04.24 06:40:48.556640 [ 260 ] {e721b1f0-90fa-4cd0-aa3d-bdc8406bd266} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4518 | 2025.04.24 06:40:48.556885 [ 260 ] {e721b1f0-90fa-4cd0-aa3d-bdc8406bd266} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4519 | 2025.04.24 06:40:48.557132 [ 260 ] {e721b1f0-90fa-4cd0-aa3d-bdc8406bd266} <Debug> executeQuery: Read 641 rows, 51.72 KiB in 0.002002 sec., 320179.8201798202 rows/sec., 25.23 MiB/sec. | ||
| 4520 | 2025.04.24 06:40:48.557292 [ 260 ] {e721b1f0-90fa-4cd0-aa3d-bdc8406bd266} <Debug> TCPHandler: Processed in 0.002299542 sec. | ||
| 4521 | 2025.04.24 06:40:48.557522 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4522 | 2025.04.24 06:40:48.557628 [ 260 ] {5ab55cbd-4179-4db8-adf7-2a75bcd7369c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4523 | 2025.04.24 06:40:48.557675 [ 260 ] {5ab55cbd-4179-4db8-adf7-2a75bcd7369c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4524 | 2025.04.24 06:40:48.558257 [ 260 ] {5ab55cbd-4179-4db8-adf7-2a75bcd7369c} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4525 | 2025.04.24 06:40:48.558296 [ 260 ] {5ab55cbd-4179-4db8-adf7-2a75bcd7369c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4526 | 2025.04.24 06:40:48.558653 [ 260 ] {5ab55cbd-4179-4db8-adf7-2a75bcd7369c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4527 | 2025.04.24 06:40:48.558888 [ 260 ] {5ab55cbd-4179-4db8-adf7-2a75bcd7369c} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4528 | 2025.04.24 06:40:48.559187 [ 260 ] {5ab55cbd-4179-4db8-adf7-2a75bcd7369c} <Debug> executeQuery: Read 118 rows, 7.29 KiB in 0.001555 sec., 75884.24437299036 rows/sec., 4.58 MiB/sec. | ||
| 4529 | 2025.04.24 06:40:48.559833 [ 260 ] {5ab55cbd-4179-4db8-adf7-2a75bcd7369c} <Debug> TCPHandler: Processed in 0.002384124 sec. | ||
| 4530 | 2025.04.24 06:40:48.559993 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4531 | 2025.04.24 06:40:48.560103 [ 260 ] {c44d7ddf-4dc6-42fc-8f1f-7e2ee2440ec1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4532 | 2025.04.24 06:40:48.560149 [ 260 ] {c44d7ddf-4dc6-42fc-8f1f-7e2ee2440ec1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4533 | 2025.04.24 06:40:48.560775 [ 260 ] {c44d7ddf-4dc6-42fc-8f1f-7e2ee2440ec1} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4534 | 2025.04.24 06:40:48.560816 [ 260 ] {c44d7ddf-4dc6-42fc-8f1f-7e2ee2440ec1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4535 | 2025.04.24 06:40:48.561190 [ 260 ] {c44d7ddf-4dc6-42fc-8f1f-7e2ee2440ec1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4536 | 2025.04.24 06:40:48.561434 [ 260 ] {c44d7ddf-4dc6-42fc-8f1f-7e2ee2440ec1} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4537 | 2025.04.24 06:40:48.561634 [ 260 ] {c44d7ddf-4dc6-42fc-8f1f-7e2ee2440ec1} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001555 sec., 72668.81028938908 rows/sec., 4.70 MiB/sec. | ||
| 4538 | 2025.04.24 06:40:48.561691 [ 260 ] {c44d7ddf-4dc6-42fc-8f1f-7e2ee2440ec1} <Debug> TCPHandler: Processed in 0.00175087 sec. | ||
| 4539 | 2025.04.24 06:40:48.561818 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4540 | 2025.04.24 06:40:48.561925 [ 260 ] {932aabc3-07cb-44e1-8780-f0d4408a0dd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4541 | 2025.04.24 06:40:48.561971 [ 260 ] {932aabc3-07cb-44e1-8780-f0d4408a0dd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4542 | 2025.04.24 06:40:48.562527 [ 260 ] {932aabc3-07cb-44e1-8780-f0d4408a0dd5} <Trace> oximeter.fields_u8 (788ec107-c6c7-4ecf-8eae-6c824e50a883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4543 | 2025.04.24 06:40:48.562567 [ 260 ] {932aabc3-07cb-44e1-8780-f0d4408a0dd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4544 | 2025.04.24 06:40:48.562909 [ 260 ] {932aabc3-07cb-44e1-8780-f0d4408a0dd5} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4545 | 2025.04.24 06:40:48.563154 [ 260 ] {932aabc3-07cb-44e1-8780-f0d4408a0dd5} <Trace> oximeter.fields_u8 (788ec107-c6c7-4ecf-8eae-6c824e50a883): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4546 | 2025.04.24 06:40:48.563405 [ 260 ] {932aabc3-07cb-44e1-8780-f0d4408a0dd5} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001497 sec., 74816.29926519706 rows/sec., 4.26 MiB/sec. | ||
| 4547 | 2025.04.24 06:40:48.563559 [ 260 ] {932aabc3-07cb-44e1-8780-f0d4408a0dd5} <Debug> TCPHandler: Processed in 0.00178974 sec. | ||
| 4548 | 2025.04.24 06:40:48.563680 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4549 | 2025.04.24 06:40:48.563787 [ 260 ] {b62dce60-b44e-45e4-bc53-7321bb13eed0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4550 | 2025.04.24 06:40:48.563832 [ 260 ] {b62dce60-b44e-45e4-bc53-7321bb13eed0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4551 | 2025.04.24 06:40:48.564562 [ 260 ] {b62dce60-b44e-45e4-bc53-7321bb13eed0} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4552 | 2025.04.24 06:40:48.564602 [ 260 ] {b62dce60-b44e-45e4-bc53-7321bb13eed0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4553 | 2025.04.24 06:40:48.564985 [ 260 ] {b62dce60-b44e-45e4-bc53-7321bb13eed0} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4554 | 2025.04.24 06:40:48.565227 [ 260 ] {b62dce60-b44e-45e4-bc53-7321bb13eed0} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4555 | 2025.04.24 06:40:48.565470 [ 260 ] {b62dce60-b44e-45e4-bc53-7321bb13eed0} <Debug> executeQuery: Read 394 rows, 28.55 KiB in 0.001703 sec., 231356.42982971226 rows/sec., 16.37 MiB/sec. | ||
| 4556 | 2025.04.24 06:40:48.565674 [ 260 ] {b62dce60-b44e-45e4-bc53-7321bb13eed0} <Debug> TCPHandler: Processed in 0.002042496 sec. | ||
| 4557 | 2025.04.24 06:40:48.565887 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4558 | 2025.04.24 06:40:48.565990 [ 260 ] {0c5cb7ee-d9fe-4013-82ca-14fa61bdbc97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4559 | 2025.04.24 06:40:48.566038 [ 260 ] {0c5cb7ee-d9fe-4013-82ca-14fa61bdbc97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4560 | 2025.04.24 06:40:48.566484 [ 260 ] {0c5cb7ee-d9fe-4013-82ca-14fa61bdbc97} <Trace> oximeter.measurements_bool (8ffa25e2-b550-4d55-8187-31d8686dfe28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4561 | 2025.04.24 06:40:48.566523 [ 260 ] {0c5cb7ee-d9fe-4013-82ca-14fa61bdbc97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4562 | 2025.04.24 06:40:48.566872 [ 260 ] {0c5cb7ee-d9fe-4013-82ca-14fa61bdbc97} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 4563 | 2025.04.24 06:40:48.567103 [ 260 ] {0c5cb7ee-d9fe-4013-82ca-14fa61bdbc97} <Trace> oximeter.measurements_bool (8ffa25e2-b550-4d55-8187-31d8686dfe28): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4564 | 2025.04.24 06:40:48.567295 [ 260 ] {0c5cb7ee-d9fe-4013-82ca-14fa61bdbc97} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001327 sec., 4521.4770158251695 rows/sec., 236.23 KiB/sec. | ||
| 4565 | 2025.04.24 06:40:48.567346 [ 260 ] {0c5cb7ee-d9fe-4013-82ca-14fa61bdbc97} <Debug> TCPHandler: Processed in 0.001547274 sec. | ||
| 4566 | 2025.04.24 06:40:48.567461 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4567 | 2025.04.24 06:40:48.567564 [ 260 ] {0ff71acd-9abf-4675-92e1-8a98b82ed15e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4568 | 2025.04.24 06:40:48.567612 [ 260 ] {0ff71acd-9abf-4675-92e1-8a98b82ed15e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4569 | 2025.04.24 06:40:48.568141 [ 260 ] {0ff71acd-9abf-4675-92e1-8a98b82ed15e} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4570 | 2025.04.24 06:40:48.568180 [ 260 ] {0ff71acd-9abf-4675-92e1-8a98b82ed15e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4571 | 2025.04.24 06:40:48.568567 [ 260 ] {0ff71acd-9abf-4675-92e1-8a98b82ed15e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4572 | 2025.04.24 06:40:48.568810 [ 260 ] {0ff71acd-9abf-4675-92e1-8a98b82ed15e} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4573 | 2025.04.24 06:40:48.569039 [ 260 ] {0ff71acd-9abf-4675-92e1-8a98b82ed15e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001485 sec., 159595.9595959596 rows/sec., 10.70 MiB/sec. | ||
| 4574 | 2025.04.24 06:40:48.569207 [ 260 ] {0ff71acd-9abf-4675-92e1-8a98b82ed15e} <Debug> TCPHandler: Processed in 0.00179343 sec. | ||
| 4575 | 2025.04.24 06:40:48.569410 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4576 | 2025.04.24 06:40:48.569508 [ 260 ] {0f0b5676-b302-41fa-a652-b2257a849a4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4577 | 2025.04.24 06:40:48.569553 [ 260 ] {0f0b5676-b302-41fa-a652-b2257a849a4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4578 | 2025.04.24 06:40:48.569979 [ 260 ] {0f0b5676-b302-41fa-a652-b2257a849a4d} <Trace> oximeter.measurements_f64 (ff6fd697-c84e-41d6-903a-ab6515d76d95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4579 | 2025.04.24 06:40:48.570014 [ 260 ] {0f0b5676-b302-41fa-a652-b2257a849a4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4580 | 2025.04.24 06:40:48.570455 [ 260 ] {0f0b5676-b302-41fa-a652-b2257a849a4d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 4581 | 2025.04.24 06:40:48.570726 [ 260 ] {0f0b5676-b302-41fa-a652-b2257a849a4d} <Trace> oximeter.measurements_f64 (ff6fd697-c84e-41d6-903a-ab6515d76d95): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4582 | 2025.04.24 06:40:48.570961 [ 260 ] {0f0b5676-b302-41fa-a652-b2257a849a4d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00145 sec., 689.6551724137931 rows/sec., 46.47 KiB/sec. | ||
| 4583 | 2025.04.24 06:40:48.571086 [ 260 ] {0f0b5676-b302-41fa-a652-b2257a849a4d} <Debug> TCPHandler: Processed in 0.001728629 sec. | ||
| 4584 | 2025.04.24 06:40:48.571212 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4585 | 2025.04.24 06:40:48.571314 [ 260 ] {2ffe7ed7-39be-4d10-b212-4ec069cc08b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4586 | 2025.04.24 06:40:48.571382 [ 260 ] {2ffe7ed7-39be-4d10-b212-4ec069cc08b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4587 | 2025.04.24 06:40:48.572430 [ 260 ] {2ffe7ed7-39be-4d10-b212-4ec069cc08b6} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4588 | 2025.04.24 06:40:48.572468 [ 260 ] {2ffe7ed7-39be-4d10-b212-4ec069cc08b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4589 | 2025.04.24 06:40:48.573074 [ 260 ] {2ffe7ed7-39be-4d10-b212-4ec069cc08b6} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4590 | 2025.04.24 06:40:48.573328 [ 260 ] {2ffe7ed7-39be-4d10-b212-4ec069cc08b6} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4591 | 2025.04.24 06:40:48.573691 [ 260 ] {2ffe7ed7-39be-4d10-b212-4ec069cc08b6} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.00236 sec., 5084.745762711864 rows/sec., 9.11 MiB/sec. | ||
| 4592 | 2025.04.24 06:40:48.574538 [ 260 ] {2ffe7ed7-39be-4d10-b212-4ec069cc08b6} <Debug> TCPHandler: Processed in 0.003371676 sec. | ||
| 4593 | 2025.04.24 06:40:48.574672 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4594 | 2025.04.24 06:40:48.574776 [ 260 ] {741e82ab-0fa4-46c5-b6c8-17254e3385c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4595 | 2025.04.24 06:40:48.574824 [ 260 ] {741e82ab-0fa4-46c5-b6c8-17254e3385c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4596 | 2025.04.24 06:40:48.575270 [ 260 ] {741e82ab-0fa4-46c5-b6c8-17254e3385c1} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4597 | 2025.04.24 06:40:48.575310 [ 260 ] {741e82ab-0fa4-46c5-b6c8-17254e3385c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4598 | 2025.04.24 06:40:48.575674 [ 260 ] {741e82ab-0fa4-46c5-b6c8-17254e3385c1} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4599 | 2025.04.24 06:40:48.575917 [ 260 ] {741e82ab-0fa4-46c5-b6c8-17254e3385c1} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4600 | 2025.04.24 06:40:48.576136 [ 260 ] {741e82ab-0fa4-46c5-b6c8-17254e3385c1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001379 sec., 59463.379260333575 rows/sec., 3.78 MiB/sec. | ||
| 4601 | 2025.04.24 06:40:48.576245 [ 260 ] {741e82ab-0fa4-46c5-b6c8-17254e3385c1} <Debug> TCPHandler: Processed in 0.001622926 sec. | ||
| 4602 | 2025.04.24 06:40:49.268747 [ 59 ] {} <Debug> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4603 | 2025.04.24 06:40:49.268825 [ 59 ] {} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4604 | 2025.04.24 06:40:49.268848 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4605 | 2025.04.24 06:40:49.268975 [ 187 ] {ed278d66-829b-4991-b303-64d9ea1f224c::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 | ||
| 4606 | 2025.04.24 06:40:49.269102 [ 187 ] {ed278d66-829b-4991-b303-64d9ea1f224c::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4607 | 2025.04.24 06:40:49.269145 [ 187 ] {ed278d66-829b-4991-b303-64d9ea1f224c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part | ||
| 4608 | 2025.04.24 06:40:49.269236 [ 187 ] {ed278d66-829b-4991-b303-64d9ea1f224c::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 | ||
| 4609 | 2025.04.24 06:40:49.269499 [ 187 ] {ed278d66-829b-4991-b303-64d9ea1f224c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
| 4610 | 2025.04.24 06:40:49.269719 [ 187 ] {ed278d66-829b-4991-b303-64d9ea1f224c::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 | ||
| 4611 | 2025.04.24 06:40:49.269896 [ 187 ] {ed278d66-829b-4991-b303-64d9ea1f224c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
| 4612 | 2025.04.24 06:40:49.270872 [ 194 ] {ed278d66-829b-4991-b303-64d9ea1f224c::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.001958634 sec., 15316.797318947798 rows/sec., 1.28 MiB/sec. | ||
| 4613 | 2025.04.24 06:40:49.271067 [ 189 ] {ed278d66-829b-4991-b303-64d9ea1f224c::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4614 | 2025.04.24 06:40:49.271414 [ 189 ] {ed278d66-829b-4991-b303-64d9ea1f224c::all_1_5_1} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4615 | 2025.04.24 06:40:49.271502 [ 189 ] {ed278d66-829b-4991-b303-64d9ea1f224c::all_1_5_1} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 4616 | 2025.04.24 06:40:49.271603 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4617 | 2025.04.24 06:40:53.550546 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4618 | 2025.04.24 06:40:53.550789 [ 260 ] {1a4d8147-cabf-4d1b-8dc0-2f67681a5808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4619 | 2025.04.24 06:40:53.550888 [ 260 ] {1a4d8147-cabf-4d1b-8dc0-2f67681a5808} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4620 | 2025.04.24 06:40:53.551980 [ 260 ] {1a4d8147-cabf-4d1b-8dc0-2f67681a5808} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4621 | 2025.04.24 06:40:53.552052 [ 260 ] {1a4d8147-cabf-4d1b-8dc0-2f67681a5808} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4622 | 2025.04.24 06:40:53.552606 [ 260 ] {1a4d8147-cabf-4d1b-8dc0-2f67681a5808} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4623 | 2025.04.24 06:40:53.552926 [ 260 ] {1a4d8147-cabf-4d1b-8dc0-2f67681a5808} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4624 | 2025.04.24 06:40:53.553203 [ 69 ] {} <Debug> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4625 | 2025.04.24 06:40:53.553235 [ 260 ] {1a4d8147-cabf-4d1b-8dc0-2f67681a5808} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.002511 sec., 44603.743528474704 rows/sec., 3.75 MiB/sec. | ||
| 4626 | 2025.04.24 06:40:53.553310 [ 69 ] {} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4627 | 2025.04.24 06:40:53.553391 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4628 | 2025.04.24 06:40:53.553430 [ 260 ] {1a4d8147-cabf-4d1b-8dc0-2f67681a5808} <Debug> TCPHandler: Processed in 0.003073139 sec. | ||
| 4629 | 2025.04.24 06:40:53.553672 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4630 | 2025.04.24 06:40:53.553683 [ 187 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::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 | ||
| 4631 | 2025.04.24 06:40:53.553856 [ 260 ] {9f9e6f7f-8d41-4c8b-85d7-2d92d37b53cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4632 | 2025.04.24 06:40:53.553975 [ 260 ] {9f9e6f7f-8d41-4c8b-85d7-2d92d37b53cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4633 | 2025.04.24 06:40:53.554087 [ 187 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4634 | 2025.04.24 06:40:53.554218 [ 187 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1965 rows starting from the beginning of the part | ||
| 4635 | 2025.04.24 06:40:53.554557 [ 187 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1221 rows starting from the beginning of the part | ||
| 4636 | 2025.04.24 06:40:53.554964 [ 187 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 56 rows starting from the beginning of the part | ||
| 4637 | 2025.04.24 06:40:53.555469 [ 187 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 112 rows starting from the beginning of the part | ||
| 4638 | 2025.04.24 06:40:53.555865 [ 187 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 641 rows starting from the beginning of the part | ||
| 4639 | 2025.04.24 06:40:53.556228 [ 187 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 112 rows starting from the beginning of the part | ||
| 4640 | 2025.04.24 06:40:53.557216 [ 260 ] {9f9e6f7f-8d41-4c8b-85d7-2d92d37b53cc} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4641 | 2025.04.24 06:40:53.557302 [ 260 ] {9f9e6f7f-8d41-4c8b-85d7-2d92d37b53cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4642 | 2025.04.24 06:40:53.558472 [ 260 ] {9f9e6f7f-8d41-4c8b-85d7-2d92d37b53cc} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4643 | 2025.04.24 06:40:53.559139 [ 260 ] {9f9e6f7f-8d41-4c8b-85d7-2d92d37b53cc} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4644 | 2025.04.24 06:40:53.559453 [ 260 ] {9f9e6f7f-8d41-4c8b-85d7-2d92d37b53cc} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.00564 sec., 4964.5390070921985 rows/sec., 373.31 KiB/sec. | ||
| 4645 | 2025.04.24 06:40:53.559500 [ 69 ] {} <Debug> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4646 | 2025.04.24 06:40:53.559604 [ 260 ] {9f9e6f7f-8d41-4c8b-85d7-2d92d37b53cc} <Debug> TCPHandler: Processed in 0.006010586 sec. | ||
| 4647 | 2025.04.24 06:40:53.559616 [ 69 ] {} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4648 | 2025.04.24 06:40:53.559701 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4649 | 2025.04.24 06:40:53.559826 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4650 | 2025.04.24 06:40:53.559968 [ 194 ] {6d91faa5-474e-4006-b181-dbf82df66096::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 | ||
| 4651 | 2025.04.24 06:40:53.560053 [ 260 ] {0c38c707-8101-4e2a-89da-c147cd61c656} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4652 | 2025.04.24 06:40:53.560144 [ 260 ] {0c38c707-8101-4e2a-89da-c147cd61c656} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4653 | 2025.04.24 06:40:53.560224 [ 194 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4654 | 2025.04.24 06:40:53.560342 [ 194 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 174 rows starting from the beginning of the part | ||
| 4655 | 2025.04.24 06:40:53.560887 [ 194 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 28 rows starting from the beginning of the part | ||
| 4656 | 2025.04.24 06:40:53.561742 [ 194 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part | ||
| 4657 | 2025.04.24 06:40:53.561716 [ 187 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4107 rows, containing 5 columns (5 merged, 0 gathered) in 0.008164034 sec., 503060.1293429204 rows/sec., 43.00 MiB/sec. | ||
| 4658 | 2025.04.24 06:40:53.562182 [ 194 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 28 rows starting from the beginning of the part | ||
| 4659 | 2025.04.24 06:40:53.562481 [ 187 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4660 | 2025.04.24 06:40:53.563106 [ 194 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 118 rows starting from the beginning of the part | ||
| 4661 | 2025.04.24 06:40:53.563925 [ 194 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 28 rows starting from the beginning of the part | ||
| 4662 | 2025.04.24 06:40:53.564041 [ 187 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_36_7} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4663 | 2025.04.24 06:40:53.564570 [ 187 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_36_7} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4664 | 2025.04.24 06:40:53.564883 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 4665 | 2025.04.24 06:40:53.565274 [ 260 ] {0c38c707-8101-4e2a-89da-c147cd61c656} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4666 | 2025.04.24 06:40:53.565336 [ 260 ] {0c38c707-8101-4e2a-89da-c147cd61c656} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4667 | 2025.04.24 06:40:53.566057 [ 260 ] {0c38c707-8101-4e2a-89da-c147cd61c656} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4668 | 2025.04.24 06:40:53.566500 [ 193 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 390 rows, containing 5 columns (5 merged, 0 gathered) in 0.0066705 sec., 58466.38183044749 rows/sec., 4.05 MiB/sec. | ||
| 4669 | 2025.04.24 06:40:53.566538 [ 260 ] {0c38c707-8101-4e2a-89da-c147cd61c656} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4670 | 2025.04.24 06:40:53.566841 [ 67 ] {} <Debug> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4671 | 2025.04.24 06:40:53.566850 [ 193 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4672 | 2025.04.24 06:40:53.566954 [ 67 ] {} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4673 | 2025.04.24 06:40:53.567053 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4674 | 2025.04.24 06:40:53.567320 [ 260 ] {0c38c707-8101-4e2a-89da-c147cd61c656} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.007153 sec., 12861.736334405145 rows/sec., 1.00 MiB/sec. | ||
| 4675 | 2025.04.24 06:40:53.567601 [ 188 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::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 | ||
| 4676 | 2025.04.24 06:40:53.567702 [ 260 ] {0c38c707-8101-4e2a-89da-c147cd61c656} <Debug> TCPHandler: Processed in 0.007948389 sec. | ||
| 4677 | 2025.04.24 06:40:53.568082 [ 193 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_31_6} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4678 | 2025.04.24 06:40:53.568096 [ 188 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4679 | 2025.04.24 06:40:53.568199 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4680 | 2025.04.24 06:40:53.568233 [ 188 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 948 rows starting from the beginning of the part | ||
| 4681 | 2025.04.24 06:40:53.568451 [ 193 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_31_6} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4682 | 2025.04.24 06:40:53.568775 [ 188 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 534 rows starting from the beginning of the part | ||
| 4683 | 2025.04.24 06:40:53.568828 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 4684 | 2025.04.24 06:40:53.568920 [ 260 ] {64687387-06b3-42f3-a5ee-928a75c28363} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4685 | 2025.04.24 06:40:53.569097 [ 188 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 64 rows starting from the beginning of the part | ||
| 4686 | 2025.04.24 06:40:53.569225 [ 260 ] {64687387-06b3-42f3-a5ee-928a75c28363} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4687 | 2025.04.24 06:40:53.569556 [ 188 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 92 rows starting from the beginning of the part | ||
| 4688 | 2025.04.24 06:40:53.569928 [ 188 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 394 rows starting from the beginning of the part | ||
| 4689 | 2025.04.24 06:40:53.570331 [ 188 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 92 rows starting from the beginning of the part | ||
| 4690 | 2025.04.24 06:40:53.572114 [ 260 ] {64687387-06b3-42f3-a5ee-928a75c28363} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4691 | 2025.04.24 06:40:53.572207 [ 260 ] {64687387-06b3-42f3-a5ee-928a75c28363} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4692 | 2025.04.24 06:40:53.573456 [ 260 ] {64687387-06b3-42f3-a5ee-928a75c28363} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4693 | 2025.04.24 06:40:53.573874 [ 260 ] {64687387-06b3-42f3-a5ee-928a75c28363} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4694 | 2025.04.24 06:40:53.574161 [ 67 ] {} <Debug> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4695 | 2025.04.24 06:40:53.574279 [ 67 ] {} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4696 | 2025.04.24 06:40:53.574375 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4697 | 2025.04.24 06:40:53.574773 [ 260 ] {64687387-06b3-42f3-a5ee-928a75c28363} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006246 sec., 25616.394492475185 rows/sec., 1.78 MiB/sec. | ||
| 4698 | 2025.04.24 06:40:53.574997 [ 187 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 4699 | 2025.04.24 06:40:53.575371 [ 188 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2124 rows, containing 5 columns (5 merged, 0 gathered) in 0.008055182 sec., 263681.193050635 rows/sec., 20.40 MiB/sec. | ||
| 4700 | 2025.04.24 06:40:53.575839 [ 260 ] {64687387-06b3-42f3-a5ee-928a75c28363} <Debug> TCPHandler: Processed in 0.007792425 sec. | ||
| 4701 | 2025.04.24 06:40:53.575863 [ 197 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4702 | 2025.04.24 06:40:53.575898 [ 187 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4703 | 2025.04.24 06:40:53.576074 [ 187 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9927 rows starting from the beginning of the part | ||
| 4704 | 2025.04.24 06:40:53.576410 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4705 | 2025.04.24 06:40:53.576611 [ 187 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 965 rows starting from the beginning of the part | ||
| 4706 | 2025.04.24 06:40:53.576830 [ 260 ] {b56cc196-aa55-4c63-8402-d9fd40220765} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4707 | 2025.04.24 06:40:53.576972 [ 197 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_36_7} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4708 | 2025.04.24 06:40:53.577125 [ 187 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 42 rows starting from the beginning of the part | ||
| 4709 | 2025.04.24 06:40:53.577365 [ 197 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_36_7} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4710 | 2025.04.24 06:40:53.577640 [ 187 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 4711 | 2025.04.24 06:40:53.577689 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 4712 | 2025.04.24 06:40:53.577791 [ 260 ] {b56cc196-aa55-4c63-8402-d9fd40220765} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4713 | 2025.04.24 06:40:53.578056 [ 187 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 237 rows starting from the beginning of the part | ||
| 4714 | 2025.04.24 06:40:53.578520 [ 187 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part | ||
| 4715 | 2025.04.24 06:40:53.583248 [ 260 ] {b56cc196-aa55-4c63-8402-d9fd40220765} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4716 | 2025.04.24 06:40:53.583340 [ 260 ] {b56cc196-aa55-4c63-8402-d9fd40220765} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4717 | 2025.04.24 06:40:53.584582 [ 260 ] {b56cc196-aa55-4c63-8402-d9fd40220765} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4718 | 2025.04.24 06:40:53.585482 [ 260 ] {b56cc196-aa55-4c63-8402-d9fd40220765} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4719 | 2025.04.24 06:40:53.585743 [ 67 ] {} <Debug> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4720 | 2025.04.24 06:40:53.585839 [ 67 ] {} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4721 | 2025.04.24 06:40:53.585893 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4722 | 2025.04.24 06:40:53.585906 [ 260 ] {b56cc196-aa55-4c63-8402-d9fd40220765} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.00924 sec., 3030.3030303030305 rows/sec., 5.43 MiB/sec. | ||
| 4723 | 2025.04.24 06:40:53.586353 [ 188 ] {186bf897-e03c-453c-939b-7d7f7079b981::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 | ||
| 4724 | 2025.04.24 06:40:53.586530 [ 260 ] {b56cc196-aa55-4c63-8402-d9fd40220765} <Debug> TCPHandler: Processed in 0.010364014 sec. | ||
| 4725 | 2025.04.24 06:40:53.587196 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4726 | 2025.04.24 06:40:53.587688 [ 187 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11491 rows, containing 5 columns (5 merged, 0 gathered) in 0.013115525 sec., 876137.2495572995 rows/sec., 59.96 MiB/sec. | ||
| 4727 | 2025.04.24 06:40:53.587815 [ 260 ] {9ae61e7f-c611-4766-a999-e845441f7286} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4728 | 2025.04.24 06:40:53.587993 [ 260 ] {9ae61e7f-c611-4766-a999-e845441f7286} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4729 | 2025.04.24 06:40:53.588089 [ 188 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4730 | 2025.04.24 06:40:53.588287 [ 187 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4731 | 2025.04.24 06:40:53.588481 [ 188 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 478 rows starting from the beginning of the part | ||
| 4732 | 2025.04.24 06:40:53.589647 [ 187 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4733 | 2025.04.24 06:40:53.589925 [ 188 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 28 rows starting from the beginning of the part | ||
| 4734 | 2025.04.24 06:40:53.590105 [ 187 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4735 | 2025.04.24 06:40:53.590384 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.15 MiB. | ||
| 4736 | 2025.04.24 06:40:53.591092 [ 188 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 12 rows starting from the beginning of the part | ||
| 4737 | 2025.04.24 06:40:53.591925 [ 260 ] {9ae61e7f-c611-4766-a999-e845441f7286} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4738 | 2025.04.24 06:40:53.591967 [ 188 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 28 rows starting from the beginning of the part | ||
| 4739 | 2025.04.24 06:40:53.592006 [ 260 ] {9ae61e7f-c611-4766-a999-e845441f7286} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4740 | 2025.04.24 06:40:53.592693 [ 188 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 12 rows starting from the beginning of the part | ||
| 4741 | 2025.04.24 06:40:53.593458 [ 188 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 28 rows starting from the beginning of the part | ||
| 4742 | 2025.04.24 06:40:53.593981 [ 260 ] {9ae61e7f-c611-4766-a999-e845441f7286} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4743 | 2025.04.24 06:40:53.594721 [ 260 ] {9ae61e7f-c611-4766-a999-e845441f7286} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4744 | 2025.04.24 06:40:53.595029 [ 67 ] {} <Debug> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4745 | 2025.04.24 06:40:53.595132 [ 67 ] {} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4746 | 2025.04.24 06:40:53.595203 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4747 | 2025.04.24 06:40:53.595692 [ 200 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 4748 | 2025.04.24 06:40:53.595798 [ 260 ] {9ae61e7f-c611-4766-a999-e845441f7286} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.008015 sec., 7485.963817841547 rows/sec., 516.61 KiB/sec. | ||
| 4749 | 2025.04.24 06:40:53.596313 [ 200 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4750 | 2025.04.24 06:40:53.596454 [ 200 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1798 rows starting from the beginning of the part | ||
| 4751 | 2025.04.24 06:40:53.597019 [ 200 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 44 rows starting from the beginning of the part | ||
| 4752 | 2025.04.24 06:40:53.597447 [ 200 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 16 rows starting from the beginning of the part | ||
| 4753 | 2025.04.24 06:40:53.597829 [ 200 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 4754 | 2025.04.24 06:40:53.597778 [ 260 ] {9ae61e7f-c611-4766-a999-e845441f7286} <Debug> TCPHandler: Processed in 0.010765623 sec. | ||
| 4755 | 2025.04.24 06:40:53.598004 [ 200 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 82 rows starting from the beginning of the part | ||
| 4756 | 2025.04.24 06:40:53.598263 [ 200 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part | ||
| 4757 | 2025.04.24 06:40:53.600290 [ 200 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2060 rows, containing 4 columns (4 merged, 0 gathered) in 0.004964862 sec., 414915.8627168288 rows/sec., 27.83 MiB/sec. | ||
| 4758 | 2025.04.24 06:40:53.600620 [ 200 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4759 | 2025.04.24 06:40:53.601061 [ 200 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_36_7} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4760 | 2025.04.24 06:40:53.601198 [ 200 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_36_7} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4761 | 2025.04.24 06:40:53.601311 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 4762 | 2025.04.24 06:40:53.613536 [ 196 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 586 rows, containing 19 columns (19 merged, 0 gathered) in 0.027503211 sec., 21306.60307263759 rows/sec., 38.18 MiB/sec. | ||
| 4763 | 2025.04.24 06:40:53.614160 [ 196 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4764 | 2025.04.24 06:40:53.614562 [ 196 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4765 | 2025.04.24 06:40:53.614648 [ 196 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4766 | 2025.04.24 06:40:53.614773 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. | ||
| 4767 | 2025.04.24 06:40:54.000345 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 190.03 MiB, peak 197.37 MiB, free memory in arenas 0.00 B, will set to 191.91 MiB (RSS), difference: 1.88 MiB | ||
| 4768 | 2025.04.24 06:40:54.417408 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11529 | ||
| 4769 | 2025.04.24 06:40:54.418148 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4770 | 2025.04.24 06:40:54.418193 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4771 | 2025.04.24 06:40:54.418729 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4772 | 2025.04.24 06:40:54.418992 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4773 | 2025.04.24 06:40:54.419241 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529 | ||
| 4774 | 2025.04.24 06:40:55.157435 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 4775 | 2025.04.24 06:40:55.178231 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4776 | 2025.04.24 06:40:55.178288 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4777 | 2025.04.24 06:40:55.185658 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4778 | 2025.04.24 06:40:55.186425 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4779 | 2025.04.24 06:40:55.189653 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 4780 | 2025.04.24 06:40:56.961892 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 668 | ||
| 4781 | 2025.04.24 06:40:56.964968 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4782 | 2025.04.24 06:40:56.965027 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4783 | 2025.04.24 06:40:56.966498 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4784 | 2025.04.24 06:40:56.966815 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4785 | 2025.04.24 06:40:56.967883 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 668 | ||
| 4786 | 2025.04.24 06:40:58.544638 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4787 | 2025.04.24 06:40:58.544851 [ 260 ] {f8fc6dbd-fd7b-443d-8ab1-3fc995a70220} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4788 | 2025.04.24 06:40:58.544932 [ 260 ] {f8fc6dbd-fd7b-443d-8ab1-3fc995a70220} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4789 | 2025.04.24 06:40:58.545798 [ 260 ] {f8fc6dbd-fd7b-443d-8ab1-3fc995a70220} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4790 | 2025.04.24 06:40:58.545840 [ 260 ] {f8fc6dbd-fd7b-443d-8ab1-3fc995a70220} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4791 | 2025.04.24 06:40:58.546300 [ 260 ] {f8fc6dbd-fd7b-443d-8ab1-3fc995a70220} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4792 | 2025.04.24 06:40:58.546557 [ 260 ] {f8fc6dbd-fd7b-443d-8ab1-3fc995a70220} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4793 | 2025.04.24 06:40:58.546758 [ 260 ] {f8fc6dbd-fd7b-443d-8ab1-3fc995a70220} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.001958 sec., 40858.01838610827 rows/sec., 3.36 MiB/sec. | ||
| 4794 | 2025.04.24 06:40:58.546852 [ 260 ] {f8fc6dbd-fd7b-443d-8ab1-3fc995a70220} <Debug> TCPHandler: Processed in 0.002353953 sec. | ||
| 4795 | 2025.04.24 06:40:58.547083 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4796 | 2025.04.24 06:40:58.547210 [ 260 ] {608f5e8a-05fb-458f-accc-25cc76d2f90e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4797 | 2025.04.24 06:40:58.547259 [ 260 ] {608f5e8a-05fb-458f-accc-25cc76d2f90e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4798 | 2025.04.24 06:40:58.547789 [ 260 ] {608f5e8a-05fb-458f-accc-25cc76d2f90e} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4799 | 2025.04.24 06:40:58.547829 [ 260 ] {608f5e8a-05fb-458f-accc-25cc76d2f90e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4800 | 2025.04.24 06:40:58.548187 [ 260 ] {608f5e8a-05fb-458f-accc-25cc76d2f90e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4801 | 2025.04.24 06:40:58.548425 [ 260 ] {608f5e8a-05fb-458f-accc-25cc76d2f90e} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4802 | 2025.04.24 06:40:58.548636 [ 260 ] {608f5e8a-05fb-458f-accc-25cc76d2f90e} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001438 sec., 8344.923504867871 rows/sec., 627.50 KiB/sec. | ||
| 4803 | 2025.04.24 06:40:58.548759 [ 260 ] {608f5e8a-05fb-458f-accc-25cc76d2f90e} <Debug> TCPHandler: Processed in 0.00176826 sec. | ||
| 4804 | 2025.04.24 06:40:58.548986 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4805 | 2025.04.24 06:40:58.549091 [ 260 ] {dde23ce0-3eb8-4f68-81eb-116b0e9cdead} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4806 | 2025.04.24 06:40:58.549138 [ 260 ] {dde23ce0-3eb8-4f68-81eb-116b0e9cdead} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4807 | 2025.04.24 06:40:58.549713 [ 260 ] {dde23ce0-3eb8-4f68-81eb-116b0e9cdead} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4808 | 2025.04.24 06:40:58.549750 [ 260 ] {dde23ce0-3eb8-4f68-81eb-116b0e9cdead} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4809 | 2025.04.24 06:40:58.550099 [ 260 ] {dde23ce0-3eb8-4f68-81eb-116b0e9cdead} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4810 | 2025.04.24 06:40:58.550337 [ 260 ] {dde23ce0-3eb8-4f68-81eb-116b0e9cdead} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4811 | 2025.04.24 06:40:58.550521 [ 260 ] {dde23ce0-3eb8-4f68-81eb-116b0e9cdead} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001451 sec., 52377.6705720193 rows/sec., 4.09 MiB/sec. | ||
| 4812 | 2025.04.24 06:40:58.550571 [ 260 ] {dde23ce0-3eb8-4f68-81eb-116b0e9cdead} <Debug> TCPHandler: Processed in 0.001667728 sec. | ||
| 4813 | 2025.04.24 06:40:58.550692 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4814 | 2025.04.24 06:40:58.550797 [ 260 ] {f15234e4-8b41-45e6-beab-fcbe6d3d3580} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4815 | 2025.04.24 06:40:58.550845 [ 260 ] {f15234e4-8b41-45e6-beab-fcbe6d3d3580} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4816 | 2025.04.24 06:40:58.551367 [ 260 ] {f15234e4-8b41-45e6-beab-fcbe6d3d3580} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4817 | 2025.04.24 06:40:58.551406 [ 260 ] {f15234e4-8b41-45e6-beab-fcbe6d3d3580} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4818 | 2025.04.24 06:40:58.551787 [ 260 ] {f15234e4-8b41-45e6-beab-fcbe6d3d3580} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4819 | 2025.04.24 06:40:58.552020 [ 260 ] {f15234e4-8b41-45e6-beab-fcbe6d3d3580} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4820 | 2025.04.24 06:40:58.552212 [ 260 ] {f15234e4-8b41-45e6-beab-fcbe6d3d3580} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001437 sec., 111343.07585247043 rows/sec., 7.75 MiB/sec. | ||
| 4821 | 2025.04.24 06:40:58.552264 [ 260 ] {f15234e4-8b41-45e6-beab-fcbe6d3d3580} <Debug> TCPHandler: Processed in 0.001622807 sec. | ||
| 4822 | 2025.04.24 06:40:58.552381 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4823 | 2025.04.24 06:40:58.552493 [ 260 ] {2775c6c6-f01a-4cf8-a6f0-4b2cc6fc70ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4824 | 2025.04.24 06:40:58.552558 [ 260 ] {2775c6c6-f01a-4cf8-a6f0-4b2cc6fc70ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4825 | 2025.04.24 06:40:58.553600 [ 260 ] {2775c6c6-f01a-4cf8-a6f0-4b2cc6fc70ec} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4826 | 2025.04.24 06:40:58.553640 [ 260 ] {2775c6c6-f01a-4cf8-a6f0-4b2cc6fc70ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4827 | 2025.04.24 06:40:58.554254 [ 260 ] {2775c6c6-f01a-4cf8-a6f0-4b2cc6fc70ec} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4828 | 2025.04.24 06:40:58.554509 [ 260 ] {2775c6c6-f01a-4cf8-a6f0-4b2cc6fc70ec} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4829 | 2025.04.24 06:40:58.554737 [ 260 ] {2775c6c6-f01a-4cf8-a6f0-4b2cc6fc70ec} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002273 sec., 5279.366476022878 rows/sec., 9.46 MiB/sec. | ||
| 4830 | 2025.04.24 06:40:58.554828 [ 260 ] {2775c6c6-f01a-4cf8-a6f0-4b2cc6fc70ec} <Debug> TCPHandler: Processed in 0.002498057 sec. | ||
| 4831 | 2025.04.24 06:40:58.554950 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4832 | 2025.04.24 06:40:58.555055 [ 260 ] {088909b4-8e7e-4cce-899e-2c9dcb42ed5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4833 | 2025.04.24 06:40:58.555100 [ 260 ] {088909b4-8e7e-4cce-899e-2c9dcb42ed5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4834 | 2025.04.24 06:40:58.555521 [ 260 ] {088909b4-8e7e-4cce-899e-2c9dcb42ed5e} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4835 | 2025.04.24 06:40:58.555561 [ 260 ] {088909b4-8e7e-4cce-899e-2c9dcb42ed5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4836 | 2025.04.24 06:40:58.555915 [ 260 ] {088909b4-8e7e-4cce-899e-2c9dcb42ed5e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4837 | 2025.04.24 06:40:58.556146 [ 260 ] {088909b4-8e7e-4cce-899e-2c9dcb42ed5e} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4838 | 2025.04.24 06:40:58.556384 [ 260 ] {088909b4-8e7e-4cce-899e-2c9dcb42ed5e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001343 sec., 44676.09828741623 rows/sec., 3.01 MiB/sec. | ||
| 4839 | 2025.04.24 06:40:58.556598 [ 260 ] {088909b4-8e7e-4cce-899e-2c9dcb42ed5e} <Debug> TCPHandler: Processed in 0.001697508 sec. | ||
| 4840 | 2025.04.24 06:41:01.769603 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4841 | 2025.04.24 06:41:01.769690 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4842 | 2025.04.24 06:41:01.920351 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11956 | ||
| 4843 | 2025.04.24 06:41:01.920978 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4844 | 2025.04.24 06:41:01.921031 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4845 | 2025.04.24 06:41:01.921622 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4846 | 2025.04.24 06:41:01.921878 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4847 | 2025.04.24 06:41:01.922104 [ 57 ] {} <Debug> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4848 | 2025.04.24 06:41:01.922131 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 4849 | 2025.04.24 06:41:01.922185 [ 57 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4850 | 2025.04.24 06:41:01.922248 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4851 | 2025.04.24 06:41:01.922410 [ 200 ] {fa75712d-43b8-4257-8078-4dc409fd9449::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 | ||
| 4852 | 2025.04.24 06:41:01.922581 [ 200 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4853 | 2025.04.24 06:41:01.922623 [ 200 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9699 rows starting from the beginning of the part | ||
| 4854 | 2025.04.24 06:41:01.922706 [ 200 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 427 rows starting from the beginning of the part | ||
| 4855 | 2025.04.24 06:41:01.922962 [ 200 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 488 rows starting from the beginning of the part | ||
| 4856 | 2025.04.24 06:41:01.923121 [ 200 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 427 rows starting from the beginning of the part | ||
| 4857 | 2025.04.24 06:41:01.923224 [ 200 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 488 rows starting from the beginning of the part | ||
| 4858 | 2025.04.24 06:41:01.923484 [ 200 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 427 rows starting from the beginning of the part | ||
| 4859 | 2025.04.24 06:41:01.927996 [ 199 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.005667258 sec., 2109662.203485354 rows/sec., 30.18 MiB/sec. | ||
| 4860 | 2025.04.24 06:41:01.928261 [ 200 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4861 | 2025.04.24 06:41:01.928541 [ 200 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_26_5} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4862 | 2025.04.24 06:41:01.928623 [ 200 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_26_5} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4863 | 2025.04.24 06:41:01.928711 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. | ||
| 4864 | 2025.04.24 06:41:02.689711 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 4865 | 2025.04.24 06:41:02.710613 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4866 | 2025.04.24 06:41:02.710659 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4867 | 2025.04.24 06:41:02.718046 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4868 | 2025.04.24 06:41:02.718816 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4869 | 2025.04.24 06:41:02.719131 [ 56 ] {} <Debug> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4870 | 2025.04.24 06:41:02.719206 [ 56 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4871 | 2025.04.24 06:41:02.719254 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4872 | 2025.04.24 06:41:02.719938 [ 195 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 4873 | 2025.04.24 06:41:02.734459 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 4874 | 2025.04.24 06:41:02.736148 [ 195 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4875 | 2025.04.24 06:41:02.737431 [ 195 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 4876 | 2025.04.24 06:41:02.742411 [ 195 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 4877 | 2025.04.24 06:41:02.747715 [ 195 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 4878 | 2025.04.24 06:41:02.753022 [ 195 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 4879 | 2025.04.24 06:41:02.758649 [ 195 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 4880 | 2025.04.24 06:41:02.762941 [ 195 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 4881 | 2025.04.24 06:41:02.822083 [ 190 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.102633904 sec., 1909.700326706855 rows/sec., 9.87 MiB/sec. | ||
| 4882 | 2025.04.24 06:41:02.824701 [ 201 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4883 | 2025.04.24 06:41:02.827529 [ 201 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_26_5} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4884 | 2025.04.24 06:41:02.827653 [ 201 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_26_5} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4885 | 2025.04.24 06:41:02.830021 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 4886 | 2025.04.24 06:41:03.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 193.31 MiB, peak 203.86 MiB, free memory in arenas 0.00 B, will set to 194.84 MiB (RSS), difference: 1.54 MiB | ||
| 4887 | 2025.04.24 06:41:03.545784 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4888 | 2025.04.24 06:41:03.545979 [ 260 ] {b3c21c3b-c660-48c5-9f97-31b80b8bf6b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4889 | 2025.04.24 06:41:03.546052 [ 260 ] {b3c21c3b-c660-48c5-9f97-31b80b8bf6b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4890 | 2025.04.24 06:41:03.546924 [ 260 ] {b3c21c3b-c660-48c5-9f97-31b80b8bf6b6} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4891 | 2025.04.24 06:41:03.546967 [ 260 ] {b3c21c3b-c660-48c5-9f97-31b80b8bf6b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4892 | 2025.04.24 06:41:03.547427 [ 260 ] {b3c21c3b-c660-48c5-9f97-31b80b8bf6b6} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4893 | 2025.04.24 06:41:03.547681 [ 260 ] {b3c21c3b-c660-48c5-9f97-31b80b8bf6b6} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4894 | 2025.04.24 06:41:03.547904 [ 260 ] {b3c21c3b-c660-48c5-9f97-31b80b8bf6b6} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001974 sec., 56737.58865248227 rows/sec., 4.76 MiB/sec. | ||
| 4895 | 2025.04.24 06:41:03.547995 [ 260 ] {b3c21c3b-c660-48c5-9f97-31b80b8bf6b6} <Debug> TCPHandler: Processed in 0.002338173 sec. | ||
| 4896 | 2025.04.24 06:41:03.548246 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4897 | 2025.04.24 06:41:03.548376 [ 260 ] {2672d7e2-2e34-4206-a43a-94117489c166} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4898 | 2025.04.24 06:41:03.548426 [ 260 ] {2672d7e2-2e34-4206-a43a-94117489c166} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4899 | 2025.04.24 06:41:03.549011 [ 260 ] {2672d7e2-2e34-4206-a43a-94117489c166} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4900 | 2025.04.24 06:41:03.549051 [ 260 ] {2672d7e2-2e34-4206-a43a-94117489c166} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4901 | 2025.04.24 06:41:03.549409 [ 260 ] {2672d7e2-2e34-4206-a43a-94117489c166} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4902 | 2025.04.24 06:41:03.549661 [ 260 ] {2672d7e2-2e34-4206-a43a-94117489c166} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4903 | 2025.04.24 06:41:03.549843 [ 260 ] {2672d7e2-2e34-4206-a43a-94117489c166} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001484 sec., 18867.924528301886 rows/sec., 1.39 MiB/sec. | ||
| 4904 | 2025.04.24 06:41:03.549942 [ 260 ] {2672d7e2-2e34-4206-a43a-94117489c166} <Debug> TCPHandler: Processed in 0.00178101 sec. | ||
| 4905 | 2025.04.24 06:41:03.550151 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4906 | 2025.04.24 06:41:03.550269 [ 260 ] {b86f7b9f-fed9-42be-9669-4175c5c77e94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4907 | 2025.04.24 06:41:03.550315 [ 260 ] {b86f7b9f-fed9-42be-9669-4175c5c77e94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4908 | 2025.04.24 06:41:03.550878 [ 260 ] {b86f7b9f-fed9-42be-9669-4175c5c77e94} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4909 | 2025.04.24 06:41:03.550916 [ 260 ] {b86f7b9f-fed9-42be-9669-4175c5c77e94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4910 | 2025.04.24 06:41:03.551272 [ 260 ] {b86f7b9f-fed9-42be-9669-4175c5c77e94} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4911 | 2025.04.24 06:41:03.551510 [ 260 ] {b86f7b9f-fed9-42be-9669-4175c5c77e94} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4912 | 2025.04.24 06:41:03.551677 [ 260 ] {b86f7b9f-fed9-42be-9669-4175c5c77e94} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001432 sec., 64245.81005586593 rows/sec., 5.02 MiB/sec. | ||
| 4913 | 2025.04.24 06:41:03.551726 [ 260 ] {b86f7b9f-fed9-42be-9669-4175c5c77e94} <Debug> TCPHandler: Processed in 0.001676368 sec. | ||
| 4914 | 2025.04.24 06:41:03.551845 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4915 | 2025.04.24 06:41:03.551947 [ 260 ] {52f03a1e-5d64-46ea-9cf4-76da45672223} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4916 | 2025.04.24 06:41:03.551994 [ 260 ] {52f03a1e-5d64-46ea-9cf4-76da45672223} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4917 | 2025.04.24 06:41:03.552502 [ 260 ] {52f03a1e-5d64-46ea-9cf4-76da45672223} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4918 | 2025.04.24 06:41:03.552538 [ 260 ] {52f03a1e-5d64-46ea-9cf4-76da45672223} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4919 | 2025.04.24 06:41:03.552908 [ 260 ] {52f03a1e-5d64-46ea-9cf4-76da45672223} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4920 | 2025.04.24 06:41:03.553146 [ 260 ] {52f03a1e-5d64-46ea-9cf4-76da45672223} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4921 | 2025.04.24 06:41:03.553326 [ 260 ] {52f03a1e-5d64-46ea-9cf4-76da45672223} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001399 sec., 114367.40528949248 rows/sec., 7.97 MiB/sec. | ||
| 4922 | 2025.04.24 06:41:03.553436 [ 260 ] {52f03a1e-5d64-46ea-9cf4-76da45672223} <Debug> TCPHandler: Processed in 0.001638596 sec. | ||
| 4923 | 2025.04.24 06:41:03.553584 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4924 | 2025.04.24 06:41:03.553682 [ 260 ] {1f85e082-9f02-4e12-9c15-9abbbbefc7b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4925 | 2025.04.24 06:41:03.553746 [ 260 ] {1f85e082-9f02-4e12-9c15-9abbbbefc7b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4926 | 2025.04.24 06:41:03.554813 [ 260 ] {1f85e082-9f02-4e12-9c15-9abbbbefc7b5} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4927 | 2025.04.24 06:41:03.554850 [ 260 ] {1f85e082-9f02-4e12-9c15-9abbbbefc7b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4928 | 2025.04.24 06:41:03.555480 [ 260 ] {1f85e082-9f02-4e12-9c15-9abbbbefc7b5} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4929 | 2025.04.24 06:41:03.555747 [ 260 ] {1f85e082-9f02-4e12-9c15-9abbbbefc7b5} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4930 | 2025.04.24 06:41:03.555975 [ 260 ] {1f85e082-9f02-4e12-9c15-9abbbbefc7b5} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002301 sec., 12168.622338113862 rows/sec., 21.81 MiB/sec. | ||
| 4931 | 2025.04.24 06:41:03.556369 [ 260 ] {1f85e082-9f02-4e12-9c15-9abbbbefc7b5} <Debug> TCPHandler: Processed in 0.002836023 sec. | ||
| 4932 | 2025.04.24 06:41:03.556607 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4933 | 2025.04.24 06:41:03.556711 [ 260 ] {0979f73a-ae5f-48f8-ac6e-9218a905c0bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4934 | 2025.04.24 06:41:03.556758 [ 260 ] {0979f73a-ae5f-48f8-ac6e-9218a905c0bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4935 | 2025.04.24 06:41:03.557203 [ 260 ] {0979f73a-ae5f-48f8-ac6e-9218a905c0bd} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4936 | 2025.04.24 06:41:03.557240 [ 260 ] {0979f73a-ae5f-48f8-ac6e-9218a905c0bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4937 | 2025.04.24 06:41:03.557605 [ 260 ] {0979f73a-ae5f-48f8-ac6e-9218a905c0bd} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4938 | 2025.04.24 06:41:03.557839 [ 260 ] {0979f73a-ae5f-48f8-ac6e-9218a905c0bd} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4939 | 2025.04.24 06:41:03.558013 [ 260 ] {0979f73a-ae5f-48f8-ac6e-9218a905c0bd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001323 sec., 45351.47392290249 rows/sec., 3.06 MiB/sec. | ||
| 4940 | 2025.04.24 06:41:03.558091 [ 260 ] {0979f73a-ae5f-48f8-ac6e-9218a905c0bd} <Debug> TCPHandler: Processed in 0.001542484 sec. | ||
| 4941 | 2025.04.24 06:41:06.664571 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4942 | 2025.04.24 06:41:06.664897 [ 260 ] {f1067e5c-5a7d-4f7c-80c7-10f5b413cb31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4943 | 2025.04.24 06:41:06.665014 [ 260 ] {f1067e5c-5a7d-4f7c-80c7-10f5b413cb31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4944 | 2025.04.24 06:41:06.666013 [ 260 ] {f1067e5c-5a7d-4f7c-80c7-10f5b413cb31} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4945 | 2025.04.24 06:41:06.666064 [ 260 ] {f1067e5c-5a7d-4f7c-80c7-10f5b413cb31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4946 | 2025.04.24 06:41:06.666486 [ 260 ] {f1067e5c-5a7d-4f7c-80c7-10f5b413cb31} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4947 | 2025.04.24 06:41:06.666737 [ 260 ] {f1067e5c-5a7d-4f7c-80c7-10f5b413cb31} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4948 | 2025.04.24 06:41:06.666992 [ 260 ] {f1067e5c-5a7d-4f7c-80c7-10f5b413cb31} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.002165 sec., 6466.512702078522 rows/sec., 527.30 KiB/sec. | ||
| 4949 | 2025.04.24 06:41:06.667162 [ 260 ] {f1067e5c-5a7d-4f7c-80c7-10f5b413cb31} <Debug> TCPHandler: Processed in 0.002772343 sec. | ||
| 4950 | 2025.04.24 06:41:06.667297 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4951 | 2025.04.24 06:41:06.667400 [ 260 ] {7d1cbfc7-17d0-4aad-87da-1e55637bab50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4952 | 2025.04.24 06:41:06.667444 [ 260 ] {7d1cbfc7-17d0-4aad-87da-1e55637bab50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4953 | 2025.04.24 06:41:06.668705 [ 260 ] {7d1cbfc7-17d0-4aad-87da-1e55637bab50} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4954 | 2025.04.24 06:41:06.668745 [ 260 ] {7d1cbfc7-17d0-4aad-87da-1e55637bab50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4955 | 2025.04.24 06:41:06.669169 [ 260 ] {7d1cbfc7-17d0-4aad-87da-1e55637bab50} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 4956 | 2025.04.24 06:41:06.669418 [ 260 ] {7d1cbfc7-17d0-4aad-87da-1e55637bab50} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4957 | 2025.04.24 06:41:06.669631 [ 260 ] {7d1cbfc7-17d0-4aad-87da-1e55637bab50} <Debug> executeQuery: Read 1227 rows, 103.38 KiB in 0.002246 sec., 546304.5414069457 rows/sec., 44.95 MiB/sec. | ||
| 4958 | 2025.04.24 06:41:06.669733 [ 260 ] {7d1cbfc7-17d0-4aad-87da-1e55637bab50} <Debug> TCPHandler: Processed in 0.002483567 sec. | ||
| 4959 | 2025.04.24 06:41:06.669909 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4960 | 2025.04.24 06:41:06.670034 [ 260 ] {937d6c26-7b59-4d45-a837-0f4489653f9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4961 | 2025.04.24 06:41:06.670079 [ 260 ] {937d6c26-7b59-4d45-a837-0f4489653f9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4962 | 2025.04.24 06:41:06.670629 [ 260 ] {937d6c26-7b59-4d45-a837-0f4489653f9d} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4963 | 2025.04.24 06:41:06.670668 [ 260 ] {937d6c26-7b59-4d45-a837-0f4489653f9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4964 | 2025.04.24 06:41:06.671010 [ 260 ] {937d6c26-7b59-4d45-a837-0f4489653f9d} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4965 | 2025.04.24 06:41:06.671246 [ 260 ] {937d6c26-7b59-4d45-a837-0f4489653f9d} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4966 | 2025.04.24 06:41:06.671447 [ 260 ] {937d6c26-7b59-4d45-a837-0f4489653f9d} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.001435 sec., 18118.466898954703 rows/sec., 1.28 MiB/sec. | ||
| 4967 | 2025.04.24 06:41:06.671498 [ 260 ] {937d6c26-7b59-4d45-a837-0f4489653f9d} <Debug> TCPHandler: Processed in 0.001676867 sec. | ||
| 4968 | 2025.04.24 06:41:06.671612 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4969 | 2025.04.24 06:41:06.671714 [ 260 ] {b98a9210-ac37-4c4a-9c69-86575f51f66c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4970 | 2025.04.24 06:41:06.671757 [ 260 ] {b98a9210-ac37-4c4a-9c69-86575f51f66c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4971 | 2025.04.24 06:41:06.672359 [ 260 ] {b98a9210-ac37-4c4a-9c69-86575f51f66c} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4972 | 2025.04.24 06:41:06.672398 [ 260 ] {b98a9210-ac37-4c4a-9c69-86575f51f66c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4973 | 2025.04.24 06:41:06.672748 [ 260 ] {b98a9210-ac37-4c4a-9c69-86575f51f66c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4974 | 2025.04.24 06:41:06.672984 [ 260 ] {b98a9210-ac37-4c4a-9c69-86575f51f66c} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4975 | 2025.04.24 06:41:06.673241 [ 260 ] {b98a9210-ac37-4c4a-9c69-86575f51f66c} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00154 sec., 148051.94805194807 rows/sec., 10.02 MiB/sec. | ||
| 4976 | 2025.04.24 06:41:06.673407 [ 260 ] {b98a9210-ac37-4c4a-9c69-86575f51f66c} <Debug> TCPHandler: Processed in 0.001842501 sec. | ||
| 4977 | 2025.04.24 06:41:06.673523 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4978 | 2025.04.24 06:41:06.673627 [ 260 ] {b4d081ba-d2a1-487c-a398-0c67b75b2ffe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4979 | 2025.04.24 06:41:06.673670 [ 260 ] {b4d081ba-d2a1-487c-a398-0c67b75b2ffe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4980 | 2025.04.24 06:41:06.674393 [ 260 ] {b4d081ba-d2a1-487c-a398-0c67b75b2ffe} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4981 | 2025.04.24 06:41:06.674432 [ 260 ] {b4d081ba-d2a1-487c-a398-0c67b75b2ffe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4982 | 2025.04.24 06:41:06.674790 [ 260 ] {b4d081ba-d2a1-487c-a398-0c67b75b2ffe} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 4983 | 2025.04.24 06:41:06.675028 [ 260 ] {b4d081ba-d2a1-487c-a398-0c67b75b2ffe} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4984 | 2025.04.24 06:41:06.675222 [ 260 ] {b4d081ba-d2a1-487c-a398-0c67b75b2ffe} <Debug> executeQuery: Read 546 rows, 41.51 KiB in 0.001617 sec., 337662.3376623377 rows/sec., 25.07 MiB/sec. | ||
| 4985 | 2025.04.24 06:41:06.675272 [ 260 ] {b4d081ba-d2a1-487c-a398-0c67b75b2ffe} <Debug> TCPHandler: Processed in 0.00179708 sec. | ||
| 4986 | 2025.04.24 06:41:06.675388 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4987 | 2025.04.24 06:41:06.675491 [ 260 ] {7a516b58-488d-4aca-b2db-76b29cd248e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4988 | 2025.04.24 06:41:06.675538 [ 260 ] {7a516b58-488d-4aca-b2db-76b29cd248e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4989 | 2025.04.24 06:41:06.676263 [ 260 ] {7a516b58-488d-4aca-b2db-76b29cd248e8} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4990 | 2025.04.24 06:41:06.676302 [ 260 ] {7a516b58-488d-4aca-b2db-76b29cd248e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4991 | 2025.04.24 06:41:06.676730 [ 260 ] {7a516b58-488d-4aca-b2db-76b29cd248e8} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 4992 | 2025.04.24 06:41:06.676961 [ 260 ] {7a516b58-488d-4aca-b2db-76b29cd248e8} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4993 | 2025.04.24 06:41:06.677175 [ 260 ] {7a516b58-488d-4aca-b2db-76b29cd248e8} <Debug> executeQuery: Read 951 rows, 65.32 KiB in 0.001701 sec., 559082.8924162257 rows/sec., 37.50 MiB/sec. | ||
| 4994 | 2025.04.24 06:41:06.677254 [ 260 ] {7a516b58-488d-4aca-b2db-76b29cd248e8} <Debug> TCPHandler: Processed in 0.001914183 sec. | ||
| 4995 | 2025.04.24 06:41:06.677488 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4996 | 2025.04.24 06:41:06.677599 [ 260 ] {ec67bfe8-59bc-4fa0-9675-2238cd7aa6bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4997 | 2025.04.24 06:41:06.677671 [ 260 ] {ec67bfe8-59bc-4fa0-9675-2238cd7aa6bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4998 | 2025.04.24 06:41:06.678705 [ 260 ] {ec67bfe8-59bc-4fa0-9675-2238cd7aa6bd} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4999 | 2025.04.24 06:41:06.678743 [ 260 ] {ec67bfe8-59bc-4fa0-9675-2238cd7aa6bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5000 | 2025.04.24 06:41:06.679326 [ 260 ] {ec67bfe8-59bc-4fa0-9675-2238cd7aa6bd} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5001 | 2025.04.24 06:41:06.679578 [ 260 ] {ec67bfe8-59bc-4fa0-9675-2238cd7aa6bd} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5002 | 2025.04.24 06:41:06.679793 [ 260 ] {ec67bfe8-59bc-4fa0-9675-2238cd7aa6bd} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002216 sec., 5415.162454873646 rows/sec., 9.70 MiB/sec. | ||
| 5003 | 2025.04.24 06:41:06.679884 [ 260 ] {ec67bfe8-59bc-4fa0-9675-2238cd7aa6bd} <Debug> TCPHandler: Processed in 0.002479146 sec. | ||
| 5004 | 2025.04.24 06:41:06.680005 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5005 | 2025.04.24 06:41:06.680111 [ 260 ] {6b7fcd00-5878-4ecf-aa56-661fffa0d428} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5006 | 2025.04.24 06:41:06.680156 [ 260 ] {6b7fcd00-5878-4ecf-aa56-661fffa0d428} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5007 | 2025.04.24 06:41:06.680564 [ 260 ] {6b7fcd00-5878-4ecf-aa56-661fffa0d428} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5008 | 2025.04.24 06:41:06.680602 [ 260 ] {6b7fcd00-5878-4ecf-aa56-661fffa0d428} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5009 | 2025.04.24 06:41:06.680949 [ 260 ] {6b7fcd00-5878-4ecf-aa56-661fffa0d428} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5010 | 2025.04.24 06:41:06.681187 [ 260 ] {6b7fcd00-5878-4ecf-aa56-661fffa0d428} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5011 | 2025.04.24 06:41:06.681375 [ 260 ] {6b7fcd00-5878-4ecf-aa56-661fffa0d428} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.001286 sec., 29548.989113530326 rows/sec., 1.98 MiB/sec. | ||
| 5012 | 2025.04.24 06:41:06.681423 [ 260 ] {6b7fcd00-5878-4ecf-aa56-661fffa0d428} <Debug> TCPHandler: Processed in 0.001469793 sec. | ||
| 5013 | 2025.04.24 06:41:06.968924 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 708 | ||
| 5014 | 2025.04.24 06:41:06.972051 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5015 | 2025.04.24 06:41:06.972106 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5016 | 2025.04.24 06:41:06.973549 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5017 | 2025.04.24 06:41:06.973865 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5018 | 2025.04.24 06:41:06.975109 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 708 | ||
| 5019 | 2025.04.24 06:41:08.540496 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5020 | 2025.04.24 06:41:08.540738 [ 260 ] {fff474f4-0c27-4be5-9ab1-07193ad4b19a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5021 | 2025.04.24 06:41:08.540814 [ 260 ] {fff474f4-0c27-4be5-9ab1-07193ad4b19a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5022 | 2025.04.24 06:41:08.541733 [ 260 ] {fff474f4-0c27-4be5-9ab1-07193ad4b19a} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5023 | 2025.04.24 06:41:08.541789 [ 260 ] {fff474f4-0c27-4be5-9ab1-07193ad4b19a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5024 | 2025.04.24 06:41:08.542256 [ 260 ] {fff474f4-0c27-4be5-9ab1-07193ad4b19a} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5025 | 2025.04.24 06:41:08.542517 [ 260 ] {fff474f4-0c27-4be5-9ab1-07193ad4b19a} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5026 | 2025.04.24 06:41:08.542743 [ 260 ] {fff474f4-0c27-4be5-9ab1-07193ad4b19a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002059 sec., 27197.668771248176 rows/sec., 2.08 MiB/sec. | ||
| 5027 | 2025.04.24 06:41:08.542807 [ 260 ] {fff474f4-0c27-4be5-9ab1-07193ad4b19a} <Debug> TCPHandler: Processed in 0.002506777 sec. | ||
| 5028 | 2025.04.24 06:41:08.542962 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5029 | 2025.04.24 06:41:08.543074 [ 260 ] {53635337-ccb2-46ae-aef0-e4b15de7db7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5030 | 2025.04.24 06:41:08.543122 [ 260 ] {53635337-ccb2-46ae-aef0-e4b15de7db7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5031 | 2025.04.24 06:41:08.543705 [ 260 ] {53635337-ccb2-46ae-aef0-e4b15de7db7d} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5032 | 2025.04.24 06:41:08.543746 [ 260 ] {53635337-ccb2-46ae-aef0-e4b15de7db7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5033 | 2025.04.24 06:41:08.544098 [ 260 ] {53635337-ccb2-46ae-aef0-e4b15de7db7d} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5034 | 2025.04.24 06:41:08.544338 [ 260 ] {53635337-ccb2-46ae-aef0-e4b15de7db7d} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5035 | 2025.04.24 06:41:08.544565 [ 260 ] {53635337-ccb2-46ae-aef0-e4b15de7db7d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001508 sec., 42440.31830238727 rows/sec., 3.31 MiB/sec. | ||
| 5036 | 2025.04.24 06:41:08.544673 [ 260 ] {53635337-ccb2-46ae-aef0-e4b15de7db7d} <Debug> TCPHandler: Processed in 0.00176869 sec. | ||
| 5037 | 2025.04.24 06:41:08.544937 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5038 | 2025.04.24 06:41:08.545084 [ 260 ] {fab4f080-07ea-4f2e-9bea-1173397c40f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5039 | 2025.04.24 06:41:08.545147 [ 260 ] {fab4f080-07ea-4f2e-9bea-1173397c40f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5040 | 2025.04.24 06:41:08.545764 [ 260 ] {fab4f080-07ea-4f2e-9bea-1173397c40f4} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5041 | 2025.04.24 06:41:08.545804 [ 260 ] {fab4f080-07ea-4f2e-9bea-1173397c40f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5042 | 2025.04.24 06:41:08.546176 [ 260 ] {fab4f080-07ea-4f2e-9bea-1173397c40f4} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5043 | 2025.04.24 06:41:08.546399 [ 260 ] {fab4f080-07ea-4f2e-9bea-1173397c40f4} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5044 | 2025.04.24 06:41:08.546589 [ 260 ] {fab4f080-07ea-4f2e-9bea-1173397c40f4} <Debug> executeQuery: Read 62 rows, 4.41 KiB in 0.001579 sec., 39265.35782140595 rows/sec., 2.73 MiB/sec. | ||
| 5045 | 2025.04.24 06:41:08.546635 [ 260 ] {fab4f080-07ea-4f2e-9bea-1173397c40f4} <Debug> TCPHandler: Processed in 0.001825611 sec. | ||
| 5046 | 2025.04.24 06:41:08.546764 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5047 | 2025.04.24 06:41:08.546860 [ 260 ] {5d7e77a0-5492-4af5-9103-58eda8f6d703} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5048 | 2025.04.24 06:41:08.546904 [ 260 ] {5d7e77a0-5492-4af5-9103-58eda8f6d703} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5049 | 2025.04.24 06:41:08.547376 [ 260 ] {5d7e77a0-5492-4af5-9103-58eda8f6d703} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5050 | 2025.04.24 06:41:08.547414 [ 260 ] {5d7e77a0-5492-4af5-9103-58eda8f6d703} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5051 | 2025.04.24 06:41:08.547757 [ 260 ] {5d7e77a0-5492-4af5-9103-58eda8f6d703} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5052 | 2025.04.24 06:41:08.547987 [ 260 ] {5d7e77a0-5492-4af5-9103-58eda8f6d703} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5053 | 2025.04.24 06:41:08.548170 [ 260 ] {5d7e77a0-5492-4af5-9103-58eda8f6d703} <Debug> executeQuery: Read 22 rows, 1.53 KiB in 0.001275 sec., 17254.90196078431 rows/sec., 1.17 MiB/sec. | ||
| 5054 | 2025.04.24 06:41:08.548218 [ 260 ] {5d7e77a0-5492-4af5-9103-58eda8f6d703} <Debug> TCPHandler: Processed in 0.001453563 sec. | ||
| 5055 | 2025.04.24 06:41:09.423203 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12444 | ||
| 5056 | 2025.04.24 06:41:09.423868 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5057 | 2025.04.24 06:41:09.423916 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5058 | 2025.04.24 06:41:09.424489 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5059 | 2025.04.24 06:41:09.424747 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5060 | 2025.04.24 06:41:09.424968 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444 | ||
| 5061 | 2025.04.24 06:41:10.235447 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 5062 | 2025.04.24 06:41:10.254149 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5063 | 2025.04.24 06:41:10.254195 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5064 | 2025.04.24 06:41:10.261269 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5065 | 2025.04.24 06:41:10.262015 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5066 | 2025.04.24 06:41:10.265184 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 5067 | 2025.04.24 06:41:13.545769 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5068 | 2025.04.24 06:41:13.545983 [ 260 ] {7cfd7699-6e24-4fd7-9bce-823ce255ec81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5069 | 2025.04.24 06:41:13.546067 [ 260 ] {7cfd7699-6e24-4fd7-9bce-823ce255ec81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5070 | 2025.04.24 06:41:13.546901 [ 260 ] {7cfd7699-6e24-4fd7-9bce-823ce255ec81} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5071 | 2025.04.24 06:41:13.546946 [ 260 ] {7cfd7699-6e24-4fd7-9bce-823ce255ec81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5072 | 2025.04.24 06:41:13.547398 [ 260 ] {7cfd7699-6e24-4fd7-9bce-823ce255ec81} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5073 | 2025.04.24 06:41:13.547648 [ 260 ] {7cfd7699-6e24-4fd7-9bce-823ce255ec81} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5074 | 2025.04.24 06:41:13.547859 [ 260 ] {7cfd7699-6e24-4fd7-9bce-823ce255ec81} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001931 sec., 58001.03573278094 rows/sec., 4.87 MiB/sec. | ||
| 5075 | 2025.04.24 06:41:13.547860 [ 45 ] {} <Debug> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5076 | 2025.04.24 06:41:13.547936 [ 260 ] {7cfd7699-6e24-4fd7-9bce-823ce255ec81} <Debug> TCPHandler: Processed in 0.002308062 sec. | ||
| 5077 | 2025.04.24 06:41:13.547962 [ 45 ] {} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5078 | 2025.04.24 06:41:13.548030 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5079 | 2025.04.24 06:41:13.548105 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5080 | 2025.04.24 06:41:13.548244 [ 199 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::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 | ||
| 5081 | 2025.04.24 06:41:13.548280 [ 260 ] {f5724bb1-97b2-43bd-8867-026c57fa5bc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5082 | 2025.04.24 06:41:13.548358 [ 260 ] {f5724bb1-97b2-43bd-8867-026c57fa5bc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5083 | 2025.04.24 06:41:13.548621 [ 199 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5084 | 2025.04.24 06:41:13.548711 [ 199 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1966 rows starting from the beginning of the part | ||
| 5085 | 2025.04.24 06:41:13.549033 [ 199 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 80 rows starting from the beginning of the part | ||
| 5086 | 2025.04.24 06:41:13.549401 [ 199 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 112 rows starting from the beginning of the part | ||
| 5087 | 2025.04.24 06:41:13.549776 [ 199 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1227 rows starting from the beginning of the part | ||
| 5088 | 2025.04.24 06:41:13.550122 [ 199 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 56 rows starting from the beginning of the part | ||
| 5089 | 2025.04.24 06:41:13.550455 [ 199 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 112 rows starting from the beginning of the part | ||
| 5090 | 2025.04.24 06:41:13.551456 [ 260 ] {f5724bb1-97b2-43bd-8867-026c57fa5bc4} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5091 | 2025.04.24 06:41:13.551526 [ 260 ] {f5724bb1-97b2-43bd-8867-026c57fa5bc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5092 | 2025.04.24 06:41:13.552430 [ 260 ] {f5724bb1-97b2-43bd-8867-026c57fa5bc4} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5093 | 2025.04.24 06:41:13.552953 [ 260 ] {f5724bb1-97b2-43bd-8867-026c57fa5bc4} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5094 | 2025.04.24 06:41:13.553299 [ 260 ] {f5724bb1-97b2-43bd-8867-026c57fa5bc4} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.005052 sec., 5542.359461599366 rows/sec., 416.76 KiB/sec. | ||
| 5095 | 2025.04.24 06:41:13.553372 [ 260 ] {f5724bb1-97b2-43bd-8867-026c57fa5bc4} <Debug> TCPHandler: Processed in 0.005350511 sec. | ||
| 5096 | 2025.04.24 06:41:13.553506 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5097 | 2025.04.24 06:41:13.553653 [ 260 ] {b54b7d86-e717-4ef1-9a2c-e2b35e333ea0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5098 | 2025.04.24 06:41:13.553754 [ 260 ] {b54b7d86-e717-4ef1-9a2c-e2b35e333ea0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5099 | 2025.04.24 06:41:13.554166 [ 190 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3553 rows, containing 5 columns (5 merged, 0 gathered) in 0.006040617 sec., 588184.9486567349 rows/sec., 50.57 MiB/sec. | ||
| 5100 | 2025.04.24 06:41:13.554482 [ 190 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5101 | 2025.04.24 06:41:13.554759 [ 260 ] {b54b7d86-e717-4ef1-9a2c-e2b35e333ea0} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5102 | 2025.04.24 06:41:13.554802 [ 260 ] {b54b7d86-e717-4ef1-9a2c-e2b35e333ea0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5103 | 2025.04.24 06:41:13.554892 [ 190 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_41_8} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5104 | 2025.04.24 06:41:13.554989 [ 190 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_41_8} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5105 | 2025.04.24 06:41:13.555098 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 5106 | 2025.04.24 06:41:13.555262 [ 260 ] {b54b7d86-e717-4ef1-9a2c-e2b35e333ea0} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5107 | 2025.04.24 06:41:13.555503 [ 260 ] {b54b7d86-e717-4ef1-9a2c-e2b35e333ea0} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5108 | 2025.04.24 06:41:13.555667 [ 45 ] {} <Debug> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5109 | 2025.04.24 06:41:13.555745 [ 45 ] {} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5110 | 2025.04.24 06:41:13.555762 [ 260 ] {b54b7d86-e717-4ef1-9a2c-e2b35e333ea0} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.002134 sec., 43111.52764761012 rows/sec., 3.37 MiB/sec. | ||
| 5111 | 2025.04.24 06:41:13.555792 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5112 | 2025.04.24 06:41:13.555952 [ 260 ] {b54b7d86-e717-4ef1-9a2c-e2b35e333ea0} <Debug> TCPHandler: Processed in 0.002498586 sec. | ||
| 5113 | 2025.04.24 06:41:13.556059 [ 191 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::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 | ||
| 5114 | 2025.04.24 06:41:13.556139 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5115 | 2025.04.24 06:41:13.556220 [ 191 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5116 | 2025.04.24 06:41:13.556304 [ 191 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 950 rows starting from the beginning of the part | ||
| 5117 | 2025.04.24 06:41:13.556345 [ 260 ] {f07cd257-e326-4f9d-96df-59b97c04bb03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5118 | 2025.04.24 06:41:13.556535 [ 191 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 76 rows starting from the beginning of the part | ||
| 5119 | 2025.04.24 06:41:13.556590 [ 260 ] {f07cd257-e326-4f9d-96df-59b97c04bb03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5120 | 2025.04.24 06:41:13.556944 [ 191 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 92 rows starting from the beginning of the part | ||
| 5121 | 2025.04.24 06:41:13.557358 [ 191 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 546 rows starting from the beginning of the part | ||
| 5122 | 2025.04.24 06:41:13.557720 [ 191 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 64 rows starting from the beginning of the part | ||
| 5123 | 2025.04.24 06:41:13.558118 [ 191 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 92 rows starting from the beginning of the part | ||
| 5124 | 2025.04.24 06:41:13.559296 [ 260 ] {f07cd257-e326-4f9d-96df-59b97c04bb03} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5125 | 2025.04.24 06:41:13.559358 [ 260 ] {f07cd257-e326-4f9d-96df-59b97c04bb03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5126 | 2025.04.24 06:41:13.560477 [ 260 ] {f07cd257-e326-4f9d-96df-59b97c04bb03} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5127 | 2025.04.24 06:41:13.560879 [ 260 ] {f07cd257-e326-4f9d-96df-59b97c04bb03} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5128 | 2025.04.24 06:41:13.561277 [ 191 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1820 rows, containing 5 columns (5 merged, 0 gathered) in 0.005340371 sec., 340800.2927137459 rows/sec., 26.66 MiB/sec. | ||
| 5129 | 2025.04.24 06:41:13.561286 [ 45 ] {} <Debug> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5130 | 2025.04.24 06:41:13.561401 [ 45 ] {} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5131 | 2025.04.24 06:41:13.561463 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5132 | 2025.04.24 06:41:13.561457 [ 260 ] {f07cd257-e326-4f9d-96df-59b97c04bb03} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005164 sec., 30983.733539891557 rows/sec., 2.16 MiB/sec. | ||
| 5133 | 2025.04.24 06:41:13.561620 [ 191 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5134 | 2025.04.24 06:41:13.561857 [ 260 ] {f07cd257-e326-4f9d-96df-59b97c04bb03} <Debug> TCPHandler: Processed in 0.00577665 sec. | ||
| 5135 | 2025.04.24 06:41:13.561918 [ 199 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 5136 | 2025.04.24 06:41:13.562126 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5137 | 2025.04.24 06:41:13.562228 [ 199 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5138 | 2025.04.24 06:41:13.562345 [ 199 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11491 rows starting from the beginning of the part | ||
| 5139 | 2025.04.24 06:41:13.562460 [ 191 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_41_8} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5140 | 2025.04.24 06:41:13.562483 [ 260 ] {3ef6afc6-ab0f-40f5-9442-ada8ef370a87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5141 | 2025.04.24 06:41:13.562856 [ 199 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 5142 | 2025.04.24 06:41:13.563014 [ 191 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_41_8} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5143 | 2025.04.24 06:41:13.563056 [ 260 ] {3ef6afc6-ab0f-40f5-9442-ada8ef370a87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5144 | 2025.04.24 06:41:13.563353 [ 199 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 5145 | 2025.04.24 06:41:13.563386 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 5146 | 2025.04.24 06:41:13.563900 [ 199 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 951 rows starting from the beginning of the part | ||
| 5147 | 2025.04.24 06:41:13.564239 [ 199 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 62 rows starting from the beginning of the part | ||
| 5148 | 2025.04.24 06:41:13.564598 [ 199 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 5149 | 2025.04.24 06:41:13.568112 [ 260 ] {3ef6afc6-ab0f-40f5-9442-ada8ef370a87} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5150 | 2025.04.24 06:41:13.568204 [ 260 ] {3ef6afc6-ab0f-40f5-9442-ada8ef370a87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5151 | 2025.04.24 06:41:13.569542 [ 260 ] {3ef6afc6-ab0f-40f5-9442-ada8ef370a87} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5152 | 2025.04.24 06:41:13.569986 [ 260 ] {3ef6afc6-ab0f-40f5-9442-ada8ef370a87} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5153 | 2025.04.24 06:41:13.570306 [ 260 ] {3ef6afc6-ab0f-40f5-9442-ada8ef370a87} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.00799 sec., 3504.380475594493 rows/sec., 6.28 MiB/sec. | ||
| 5154 | 2025.04.24 06:41:13.570714 [ 260 ] {3ef6afc6-ab0f-40f5-9442-ada8ef370a87} <Debug> TCPHandler: Processed in 0.008678396 sec. | ||
| 5155 | 2025.04.24 06:41:13.570964 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5156 | 2025.04.24 06:41:13.571186 [ 199 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12984 rows, containing 5 columns (5 merged, 0 gathered) in 0.009591056 sec., 1353761.2542351957 rows/sec., 92.58 MiB/sec. | ||
| 5157 | 2025.04.24 06:41:13.571207 [ 260 ] {584b6476-e363-4a28-a481-0e8187a72b7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5158 | 2025.04.24 06:41:13.571286 [ 260 ] {584b6476-e363-4a28-a481-0e8187a72b7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5159 | 2025.04.24 06:41:13.571563 [ 199 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5160 | 2025.04.24 06:41:13.572108 [ 199 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5161 | 2025.04.24 06:41:13.572134 [ 260 ] {584b6476-e363-4a28-a481-0e8187a72b7f} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5162 | 2025.04.24 06:41:13.572199 [ 260 ] {584b6476-e363-4a28-a481-0e8187a72b7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5163 | 2025.04.24 06:41:13.572252 [ 199 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5164 | 2025.04.24 06:41:13.572423 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.40 MiB. | ||
| 5165 | 2025.04.24 06:41:13.572729 [ 260 ] {584b6476-e363-4a28-a481-0e8187a72b7f} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5166 | 2025.04.24 06:41:13.572982 [ 260 ] {584b6476-e363-4a28-a481-0e8187a72b7f} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5167 | 2025.04.24 06:41:13.573156 [ 45 ] {} <Debug> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5168 | 2025.04.24 06:41:13.573225 [ 45 ] {} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5169 | 2025.04.24 06:41:13.573224 [ 260 ] {584b6476-e363-4a28-a481-0e8187a72b7f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002064 sec., 29069.767441860466 rows/sec., 1.96 MiB/sec. | ||
| 5170 | 2025.04.24 06:41:13.573262 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5171 | 2025.04.24 06:41:13.573399 [ 260 ] {584b6476-e363-4a28-a481-0e8187a72b7f} <Debug> TCPHandler: Processed in 0.002516206 sec. | ||
| 5172 | 2025.04.24 06:41:13.573551 [ 191 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 5173 | 2025.04.24 06:41:13.573677 [ 191 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5174 | 2025.04.24 06:41:13.573709 [ 191 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2060 rows starting from the beginning of the part | ||
| 5175 | 2025.04.24 06:41:13.573789 [ 191 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 5176 | 2025.04.24 06:41:13.573981 [ 191 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 5177 | 2025.04.24 06:41:13.574134 [ 191 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 38 rows starting from the beginning of the part | ||
| 5178 | 2025.04.24 06:41:13.574254 [ 191 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 22 rows starting from the beginning of the part | ||
| 5179 | 2025.04.24 06:41:13.574462 [ 191 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 5180 | 2025.04.24 06:41:13.575756 [ 198 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2300 rows, containing 4 columns (4 merged, 0 gathered) in 0.002348913 sec., 979176.3253896589 rows/sec., 65.72 MiB/sec. | ||
| 5181 | 2025.04.24 06:41:13.576158 [ 198 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5182 | 2025.04.24 06:41:13.576676 [ 198 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_41_8} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5183 | 2025.04.24 06:41:13.576784 [ 198 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_41_8} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5184 | 2025.04.24 06:41:13.576867 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 5185 | 2025.04.24 06:41:16.769958 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5186 | 2025.04.24 06:41:16.770076 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5187 | 2025.04.24 06:41:16.926005 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12871 | ||
| 5188 | 2025.04.24 06:41:16.926627 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5189 | 2025.04.24 06:41:16.926674 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5190 | 2025.04.24 06:41:16.927198 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5191 | 2025.04.24 06:41:16.927445 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5192 | 2025.04.24 06:41:16.927706 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 5193 | 2025.04.24 06:41:16.976309 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 728 | ||
| 5194 | 2025.04.24 06:41:16.979200 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5195 | 2025.04.24 06:41:16.979258 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5196 | 2025.04.24 06:41:16.980746 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5197 | 2025.04.24 06:41:16.981061 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5198 | 2025.04.24 06:41:16.982256 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 728 | ||
| 5199 | 2025.04.24 06:41:17.766135 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 | ||
| 5200 | 2025.04.24 06:41:17.786263 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5201 | 2025.04.24 06:41:17.786311 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5202 | 2025.04.24 06:41:17.793454 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5203 | 2025.04.24 06:41:17.794232 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5204 | 2025.04.24 06:41:17.796815 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211 | ||
| 5205 | 2025.04.24 06:41:18.319661 [ 38 ] {} <Debug> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 5206 | 2025.04.24 06:41:18.319760 [ 38 ] {} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5207 | 2025.04.24 06:41:18.319807 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5208 | 2025.04.24 06:41:18.320207 [ 191 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::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 | ||
| 5209 | 2025.04.24 06:41:18.320401 [ 191 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5210 | 2025.04.24 06:41:18.320437 [ 191 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 365 rows starting from the beginning of the part | ||
| 5211 | 2025.04.24 06:41:18.320518 [ 191 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::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 | ||
| 5212 | 2025.04.24 06:41:18.320787 [ 191 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 228 rows starting from the beginning of the part | ||
| 5213 | 2025.04.24 06:41:18.320981 [ 191 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 113 rows starting from the beginning of the part | ||
| 5214 | 2025.04.24 06:41:18.321130 [ 191 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 228 rows starting from the beginning of the part | ||
| 5215 | 2025.04.24 06:41:18.322337 [ 193 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 958 rows, containing 5 columns (5 merged, 0 gathered) in 0.002377464 sec., 402950.37064704235 rows/sec., 28.85 MiB/sec. | ||
| 5216 | 2025.04.24 06:41:18.322547 [ 197 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 5217 | 2025.04.24 06:41:18.322872 [ 197 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_9_2} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5218 | 2025.04.24 06:41:18.322954 [ 197 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_9_2} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 5219 | 2025.04.24 06:41:18.323047 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 5220 | 2025.04.24 06:41:18.544708 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5221 | 2025.04.24 06:41:18.544883 [ 260 ] {293ed62b-42b6-4812-911d-78ce866a3151} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5222 | 2025.04.24 06:41:18.544953 [ 260 ] {293ed62b-42b6-4812-911d-78ce866a3151} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5223 | 2025.04.24 06:41:18.545753 [ 260 ] {293ed62b-42b6-4812-911d-78ce866a3151} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5224 | 2025.04.24 06:41:18.545799 [ 260 ] {293ed62b-42b6-4812-911d-78ce866a3151} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5225 | 2025.04.24 06:41:18.546239 [ 260 ] {293ed62b-42b6-4812-911d-78ce866a3151} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5226 | 2025.04.24 06:41:18.546505 [ 260 ] {293ed62b-42b6-4812-911d-78ce866a3151} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5227 | 2025.04.24 06:41:18.546694 [ 260 ] {293ed62b-42b6-4812-911d-78ce866a3151} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.001863 sec., 42941.49221685453 rows/sec., 3.54 MiB/sec. | ||
| 5228 | 2025.04.24 06:41:18.546748 [ 260 ] {293ed62b-42b6-4812-911d-78ce866a3151} <Debug> TCPHandler: Processed in 0.002164728 sec. | ||
| 5229 | 2025.04.24 06:41:18.546873 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5230 | 2025.04.24 06:41:18.546977 [ 260 ] {6a189b5a-f2c2-41b6-a708-76bca9783812} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5231 | 2025.04.24 06:41:18.547022 [ 260 ] {6a189b5a-f2c2-41b6-a708-76bca9783812} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5232 | 2025.04.24 06:41:18.547532 [ 260 ] {6a189b5a-f2c2-41b6-a708-76bca9783812} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5233 | 2025.04.24 06:41:18.547569 [ 260 ] {6a189b5a-f2c2-41b6-a708-76bca9783812} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5234 | 2025.04.24 06:41:18.547925 [ 260 ] {6a189b5a-f2c2-41b6-a708-76bca9783812} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5235 | 2025.04.24 06:41:18.548164 [ 260 ] {6a189b5a-f2c2-41b6-a708-76bca9783812} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5236 | 2025.04.24 06:41:18.548289 [ 38 ] {} <Debug> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5237 | 2025.04.24 06:41:18.548336 [ 260 ] {6a189b5a-f2c2-41b6-a708-76bca9783812} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.00138 sec., 8695.652173913044 rows/sec., 653.87 KiB/sec. | ||
| 5238 | 2025.04.24 06:41:18.548345 [ 38 ] {} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5239 | 2025.04.24 06:41:18.548397 [ 260 ] {6a189b5a-f2c2-41b6-a708-76bca9783812} <Debug> TCPHandler: Processed in 0.001572696 sec. | ||
| 5240 | 2025.04.24 06:41:18.548408 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5241 | 2025.04.24 06:41:18.548592 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5242 | 2025.04.24 06:41:18.548722 [ 192 ] {6d91faa5-474e-4006-b181-dbf82df66096::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 | ||
| 5243 | 2025.04.24 06:41:18.549065 [ 260 ] {21c32d81-f370-403e-ab06-cde1615a43a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5244 | 2025.04.24 06:41:18.549166 [ 192 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5245 | 2025.04.24 06:41:18.549213 [ 260 ] {21c32d81-f370-403e-ab06-cde1615a43a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5246 | 2025.04.24 06:41:18.549242 [ 192 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 176 rows starting from the beginning of the part | ||
| 5247 | 2025.04.24 06:41:18.549547 [ 192 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 12 rows starting from the beginning of the part | ||
| 5248 | 2025.04.24 06:41:18.549844 [ 192 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 28 rows starting from the beginning of the part | ||
| 5249 | 2025.04.24 06:41:18.550152 [ 192 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 26 rows starting from the beginning of the part | ||
| 5250 | 2025.04.24 06:41:18.550419 [ 192 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 28 rows starting from the beginning of the part | ||
| 5251 | 2025.04.24 06:41:18.550699 [ 192 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 12 rows starting from the beginning of the part | ||
| 5252 | 2025.04.24 06:41:18.552887 [ 260 ] {21c32d81-f370-403e-ab06-cde1615a43a5} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5253 | 2025.04.24 06:41:18.552981 [ 260 ] {21c32d81-f370-403e-ab06-cde1615a43a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5254 | 2025.04.24 06:41:18.553575 [ 192 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 282 rows, containing 5 columns (5 merged, 0 gathered) in 0.005061884 sec., 55710.482500191625 rows/sec., 3.98 MiB/sec. | ||
| 5255 | 2025.04.24 06:41:18.553839 [ 193 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5256 | 2025.04.24 06:41:18.554171 [ 260 ] {21c32d81-f370-403e-ab06-cde1615a43a5} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5257 | 2025.04.24 06:41:18.554461 [ 188 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_36_7} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5258 | 2025.04.24 06:41:18.554638 [ 188 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_36_7} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5259 | 2025.04.24 06:41:18.554755 [ 260 ] {21c32d81-f370-403e-ab06-cde1615a43a5} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5260 | 2025.04.24 06:41:18.554837 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 5261 | 2025.04.24 06:41:18.555077 [ 260 ] {21c32d81-f370-403e-ab06-cde1615a43a5} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.006244 sec., 12171.684817424726 rows/sec., 973.12 KiB/sec. | ||
| 5262 | 2025.04.24 06:41:18.555158 [ 260 ] {21c32d81-f370-403e-ab06-cde1615a43a5} <Debug> TCPHandler: Processed in 0.006684531 sec. | ||
| 5263 | 2025.04.24 06:41:18.555314 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5264 | 2025.04.24 06:41:18.555443 [ 260 ] {0694a6d2-44af-41c9-bde3-968bc69ade65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5265 | 2025.04.24 06:41:18.555503 [ 260 ] {0694a6d2-44af-41c9-bde3-968bc69ade65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5266 | 2025.04.24 06:41:18.556140 [ 260 ] {0694a6d2-44af-41c9-bde3-968bc69ade65} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5267 | 2025.04.24 06:41:18.556184 [ 260 ] {0694a6d2-44af-41c9-bde3-968bc69ade65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5268 | 2025.04.24 06:41:18.556593 [ 260 ] {0694a6d2-44af-41c9-bde3-968bc69ade65} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5269 | 2025.04.24 06:41:18.556836 [ 260 ] {0694a6d2-44af-41c9-bde3-968bc69ade65} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5270 | 2025.04.24 06:41:18.557007 [ 260 ] {0694a6d2-44af-41c9-bde3-968bc69ade65} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001592 sec., 100502.51256281407 rows/sec., 7.00 MiB/sec. | ||
| 5271 | 2025.04.24 06:41:18.557055 [ 260 ] {0694a6d2-44af-41c9-bde3-968bc69ade65} <Debug> TCPHandler: Processed in 0.001809601 sec. | ||
| 5272 | 2025.04.24 06:41:18.557176 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5273 | 2025.04.24 06:41:18.557279 [ 260 ] {6a4893ae-29e4-4a84-97c4-038cd4df7650} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5274 | 2025.04.24 06:41:18.557344 [ 260 ] {6a4893ae-29e4-4a84-97c4-038cd4df7650} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5275 | 2025.04.24 06:41:18.558358 [ 260 ] {6a4893ae-29e4-4a84-97c4-038cd4df7650} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5276 | 2025.04.24 06:41:18.558395 [ 260 ] {6a4893ae-29e4-4a84-97c4-038cd4df7650} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5277 | 2025.04.24 06:41:18.558999 [ 260 ] {6a4893ae-29e4-4a84-97c4-038cd4df7650} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5278 | 2025.04.24 06:41:18.559260 [ 260 ] {6a4893ae-29e4-4a84-97c4-038cd4df7650} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5279 | 2025.04.24 06:41:18.559391 [ 38 ] {} <Debug> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5280 | 2025.04.24 06:41:18.559435 [ 38 ] {} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5281 | 2025.04.24 06:41:18.559456 [ 260 ] {6a4893ae-29e4-4a84-97c4-038cd4df7650} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002199 sec., 5457.025920873124 rows/sec., 9.78 MiB/sec. | ||
| 5282 | 2025.04.24 06:41:18.559460 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5283 | 2025.04.24 06:41:18.559792 [ 192 ] {186bf897-e03c-453c-939b-7d7f7079b981::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 | ||
| 5284 | 2025.04.24 06:41:18.559797 [ 260 ] {6a4893ae-29e4-4a84-97c4-038cd4df7650} <Debug> TCPHandler: Processed in 0.00266798 sec. | ||
| 5285 | 2025.04.24 06:41:18.560109 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5286 | 2025.04.24 06:41:18.560368 [ 260 ] {cf64d117-b45c-433a-9cea-820f40f47b59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5287 | 2025.04.24 06:41:18.560498 [ 260 ] {cf64d117-b45c-433a-9cea-820f40f47b59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5288 | 2025.04.24 06:41:18.560537 [ 192 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5289 | 2025.04.24 06:41:18.560823 [ 192 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 586 rows starting from the beginning of the part | ||
| 5290 | 2025.04.24 06:41:18.561695 [ 192 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 12 rows starting from the beginning of the part | ||
| 5291 | 2025.04.24 06:41:18.562788 [ 192 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 28 rows starting from the beginning of the part | ||
| 5292 | 2025.04.24 06:41:18.563432 [ 192 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 12 rows starting from the beginning of the part | ||
| 5293 | 2025.04.24 06:41:18.563581 [ 260 ] {cf64d117-b45c-433a-9cea-820f40f47b59} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5294 | 2025.04.24 06:41:18.563746 [ 260 ] {cf64d117-b45c-433a-9cea-820f40f47b59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5295 | 2025.04.24 06:41:18.564004 [ 192 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 28 rows starting from the beginning of the part | ||
| 5296 | 2025.04.24 06:41:18.564566 [ 192 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 12 rows starting from the beginning of the part | ||
| 5297 | 2025.04.24 06:41:18.565545 [ 260 ] {cf64d117-b45c-433a-9cea-820f40f47b59} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5298 | 2025.04.24 06:41:18.566090 [ 260 ] {cf64d117-b45c-433a-9cea-820f40f47b59} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5299 | 2025.04.24 06:41:18.566577 [ 260 ] {cf64d117-b45c-433a-9cea-820f40f47b59} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006289 sec., 9540.467482906663 rows/sec., 658.39 KiB/sec. | ||
| 5300 | 2025.04.24 06:41:18.566653 [ 260 ] {cf64d117-b45c-433a-9cea-820f40f47b59} <Debug> TCPHandler: Processed in 0.006634549 sec. | ||
| 5301 | 2025.04.24 06:41:18.571867 [ 188 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 678 rows, containing 19 columns (19 merged, 0 gathered) in 0.012296177 sec., 55139.08916568133 rows/sec., 98.81 MiB/sec. | ||
| 5302 | 2025.04.24 06:41:18.572784 [ 194 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5303 | 2025.04.24 06:41:18.573225 [ 194 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5304 | 2025.04.24 06:41:18.573300 [ 194 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5305 | 2025.04.24 06:41:18.573440 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.48 MiB. | ||
| 5306 | 2025.04.24 06:41:23.555426 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5307 | 2025.04.24 06:41:23.555644 [ 260 ] {3a166f75-c432-4bcf-9d6a-3f49b42f7b4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5308 | 2025.04.24 06:41:23.555726 [ 260 ] {3a166f75-c432-4bcf-9d6a-3f49b42f7b4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5309 | 2025.04.24 06:41:23.556616 [ 260 ] {3a166f75-c432-4bcf-9d6a-3f49b42f7b4b} <Trace> oximeter.fields_i16 (6ff42f6f-4885-487d-9a78-1dd7a3795b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5310 | 2025.04.24 06:41:23.556677 [ 260 ] {3a166f75-c432-4bcf-9d6a-3f49b42f7b4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5311 | 2025.04.24 06:41:23.557161 [ 260 ] {3a166f75-c432-4bcf-9d6a-3f49b42f7b4b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5312 | 2025.04.24 06:41:23.557522 [ 260 ] {3a166f75-c432-4bcf-9d6a-3f49b42f7b4b} <Trace> oximeter.fields_i16 (6ff42f6f-4885-487d-9a78-1dd7a3795b79): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5313 | 2025.04.24 06:41:23.557770 [ 260 ] {3a166f75-c432-4bcf-9d6a-3f49b42f7b4b} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002174 sec., 11039.558417663293 rows/sec., 937.93 KiB/sec. | ||
| 5314 | 2025.04.24 06:41:23.557901 [ 260 ] {3a166f75-c432-4bcf-9d6a-3f49b42f7b4b} <Debug> TCPHandler: Processed in 0.002615289 sec. | ||
| 5315 | 2025.04.24 06:41:23.558140 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5316 | 2025.04.24 06:41:23.558267 [ 260 ] {b5eaa64d-ada9-4b86-89f9-27435a39a982} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5317 | 2025.04.24 06:41:23.558341 [ 260 ] {b5eaa64d-ada9-4b86-89f9-27435a39a982} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5318 | 2025.04.24 06:41:23.558999 [ 260 ] {b5eaa64d-ada9-4b86-89f9-27435a39a982} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5319 | 2025.04.24 06:41:23.559049 [ 260 ] {b5eaa64d-ada9-4b86-89f9-27435a39a982} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5320 | 2025.04.24 06:41:23.559496 [ 260 ] {b5eaa64d-ada9-4b86-89f9-27435a39a982} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5321 | 2025.04.24 06:41:23.559815 [ 260 ] {b5eaa64d-ada9-4b86-89f9-27435a39a982} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5322 | 2025.04.24 06:41:23.560076 [ 260 ] {b5eaa64d-ada9-4b86-89f9-27435a39a982} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00184 sec., 1086.9565217391305 rows/sec., 88.63 KiB/sec. | ||
| 5323 | 2025.04.24 06:41:23.560194 [ 260 ] {b5eaa64d-ada9-4b86-89f9-27435a39a982} <Debug> TCPHandler: Processed in 0.002131148 sec. | ||
| 5324 | 2025.04.24 06:41:23.560368 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5325 | 2025.04.24 06:41:23.560492 [ 260 ] {c67c24f1-ddbb-4ad7-b618-d73c3b94b869} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5326 | 2025.04.24 06:41:23.560550 [ 260 ] {c67c24f1-ddbb-4ad7-b618-d73c3b94b869} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5327 | 2025.04.24 06:41:23.561395 [ 260 ] {c67c24f1-ddbb-4ad7-b618-d73c3b94b869} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5328 | 2025.04.24 06:41:23.561441 [ 260 ] {c67c24f1-ddbb-4ad7-b618-d73c3b94b869} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5329 | 2025.04.24 06:41:23.561930 [ 260 ] {c67c24f1-ddbb-4ad7-b618-d73c3b94b869} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5330 | 2025.04.24 06:41:23.562265 [ 260 ] {c67c24f1-ddbb-4ad7-b618-d73c3b94b869} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5331 | 2025.04.24 06:41:23.562559 [ 260 ] {c67c24f1-ddbb-4ad7-b618-d73c3b94b869} <Debug> executeQuery: Read 233 rows, 21.14 KiB in 0.002087 sec., 111643.50742692861 rows/sec., 9.89 MiB/sec. | ||
| 5332 | 2025.04.24 06:41:23.562676 [ 260 ] {c67c24f1-ddbb-4ad7-b618-d73c3b94b869} <Debug> TCPHandler: Processed in 0.002367943 sec. | ||
| 5333 | 2025.04.24 06:41:23.562887 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5334 | 2025.04.24 06:41:23.563034 [ 260 ] {409b3e7e-0533-4da7-9d2f-cdf0dc80c770} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5335 | 2025.04.24 06:41:23.563088 [ 260 ] {409b3e7e-0533-4da7-9d2f-cdf0dc80c770} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5336 | 2025.04.24 06:41:23.564125 [ 260 ] {409b3e7e-0533-4da7-9d2f-cdf0dc80c770} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5337 | 2025.04.24 06:41:23.564177 [ 260 ] {409b3e7e-0533-4da7-9d2f-cdf0dc80c770} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5338 | 2025.04.24 06:41:23.564662 [ 260 ] {409b3e7e-0533-4da7-9d2f-cdf0dc80c770} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5339 | 2025.04.24 06:41:23.564925 [ 260 ] {409b3e7e-0533-4da7-9d2f-cdf0dc80c770} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5340 | 2025.04.24 06:41:23.565137 [ 260 ] {409b3e7e-0533-4da7-9d2f-cdf0dc80c770} <Debug> executeQuery: Read 42 rows, 3.21 KiB in 0.002126 sec., 19755.40921919097 rows/sec., 1.47 MiB/sec. | ||
| 5341 | 2025.04.24 06:41:23.565190 [ 260 ] {409b3e7e-0533-4da7-9d2f-cdf0dc80c770} <Debug> TCPHandler: Processed in 0.002411425 sec. | ||
| 5342 | 2025.04.24 06:41:23.565323 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5343 | 2025.04.24 06:41:23.565430 [ 260 ] {75ef34e2-b166-48f6-9f7b-9fafa7a9001d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5344 | 2025.04.24 06:41:23.565473 [ 260 ] {75ef34e2-b166-48f6-9f7b-9fafa7a9001d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5345 | 2025.04.24 06:41:23.566023 [ 260 ] {75ef34e2-b166-48f6-9f7b-9fafa7a9001d} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5346 | 2025.04.24 06:41:23.566062 [ 260 ] {75ef34e2-b166-48f6-9f7b-9fafa7a9001d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5347 | 2025.04.24 06:41:23.566421 [ 260 ] {75ef34e2-b166-48f6-9f7b-9fafa7a9001d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 5348 | 2025.04.24 06:41:23.566665 [ 260 ] {75ef34e2-b166-48f6-9f7b-9fafa7a9001d} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5349 | 2025.04.24 06:41:23.566834 [ 260 ] {75ef34e2-b166-48f6-9f7b-9fafa7a9001d} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001426 sec., 16830.29453015428 rows/sec., 1.40 MiB/sec. | ||
| 5350 | 2025.04.24 06:41:23.566884 [ 260 ] {75ef34e2-b166-48f6-9f7b-9fafa7a9001d} <Debug> TCPHandler: Processed in 0.001613417 sec. | ||
| 5351 | 2025.04.24 06:41:23.567015 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5352 | 2025.04.24 06:41:23.567120 [ 260 ] {c9516da0-eca0-4790-9c34-c3584275e08e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5353 | 2025.04.24 06:41:23.567164 [ 260 ] {c9516da0-eca0-4790-9c34-c3584275e08e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5354 | 2025.04.24 06:41:23.567663 [ 260 ] {c9516da0-eca0-4790-9c34-c3584275e08e} <Trace> oximeter.fields_u8 (788ec107-c6c7-4ecf-8eae-6c824e50a883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5355 | 2025.04.24 06:41:23.567701 [ 260 ] {c9516da0-eca0-4790-9c34-c3584275e08e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5356 | 2025.04.24 06:41:23.568046 [ 260 ] {c9516da0-eca0-4790-9c34-c3584275e08e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5357 | 2025.04.24 06:41:23.568294 [ 260 ] {c9516da0-eca0-4790-9c34-c3584275e08e} <Trace> oximeter.fields_u8 (788ec107-c6c7-4ecf-8eae-6c824e50a883): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5358 | 2025.04.24 06:41:23.568460 [ 260 ] {c9516da0-eca0-4790-9c34-c3584275e08e} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001361 sec., 8817.04628949302 rows/sec., 688.83 KiB/sec. | ||
| 5359 | 2025.04.24 06:41:23.568509 [ 260 ] {c9516da0-eca0-4790-9c34-c3584275e08e} <Debug> TCPHandler: Processed in 0.001544764 sec. | ||
| 5360 | 2025.04.24 06:41:23.568631 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5361 | 2025.04.24 06:41:23.568735 [ 260 ] {b333c880-a104-4eff-93cd-0427a1186b6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5362 | 2025.04.24 06:41:23.568779 [ 260 ] {b333c880-a104-4eff-93cd-0427a1186b6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5363 | 2025.04.24 06:41:23.569348 [ 260 ] {b333c880-a104-4eff-93cd-0427a1186b6d} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5364 | 2025.04.24 06:41:23.569386 [ 260 ] {b333c880-a104-4eff-93cd-0427a1186b6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5365 | 2025.04.24 06:41:23.569740 [ 260 ] {b333c880-a104-4eff-93cd-0427a1186b6d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5366 | 2025.04.24 06:41:23.569976 [ 260 ] {b333c880-a104-4eff-93cd-0427a1186b6d} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5367 | 2025.04.24 06:41:23.570164 [ 260 ] {b333c880-a104-4eff-93cd-0427a1186b6d} <Debug> executeQuery: Read 130 rows, 10.78 KiB in 0.001449 sec., 89717.04623878538 rows/sec., 7.26 MiB/sec. | ||
| 5368 | 2025.04.24 06:41:23.570225 [ 260 ] {b333c880-a104-4eff-93cd-0427a1186b6d} <Debug> TCPHandler: Processed in 0.001644487 sec. | ||
| 5369 | 2025.04.24 06:41:23.570360 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5370 | 2025.04.24 06:41:23.570485 [ 260 ] {ec0e2423-16c8-42e7-a823-0a89caa4271b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5371 | 2025.04.24 06:41:23.570542 [ 260 ] {ec0e2423-16c8-42e7-a823-0a89caa4271b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5372 | 2025.04.24 06:41:23.571203 [ 260 ] {ec0e2423-16c8-42e7-a823-0a89caa4271b} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5373 | 2025.04.24 06:41:23.571247 [ 260 ] {ec0e2423-16c8-42e7-a823-0a89caa4271b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5374 | 2025.04.24 06:41:23.571735 [ 260 ] {ec0e2423-16c8-42e7-a823-0a89caa4271b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5375 | 2025.04.24 06:41:23.572063 [ 260 ] {ec0e2423-16c8-42e7-a823-0a89caa4271b} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5376 | 2025.04.24 06:41:23.572279 [ 260 ] {ec0e2423-16c8-42e7-a823-0a89caa4271b} <Debug> executeQuery: Read 233 rows, 17.46 KiB in 0.001818 sec., 128162.81628162817 rows/sec., 9.38 MiB/sec. | ||
| 5377 | 2025.04.24 06:41:23.572396 [ 260 ] {ec0e2423-16c8-42e7-a823-0a89caa4271b} <Debug> TCPHandler: Processed in 0.002094447 sec. | ||
| 5378 | 2025.04.24 06:41:23.572559 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5379 | 2025.04.24 06:41:23.572669 [ 260 ] {9cf8c460-2601-43fc-bfc7-3fcc491acc1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5380 | 2025.04.24 06:41:23.572748 [ 260 ] {9cf8c460-2601-43fc-bfc7-3fcc491acc1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5381 | 2025.04.24 06:41:23.574165 [ 260 ] {9cf8c460-2601-43fc-bfc7-3fcc491acc1f} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5382 | 2025.04.24 06:41:23.574210 [ 260 ] {9cf8c460-2601-43fc-bfc7-3fcc491acc1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5383 | 2025.04.24 06:41:23.575050 [ 260 ] {9cf8c460-2601-43fc-bfc7-3fcc491acc1f} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5384 | 2025.04.24 06:41:23.575373 [ 260 ] {9cf8c460-2601-43fc-bfc7-3fcc491acc1f} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5385 | 2025.04.24 06:41:23.575670 [ 260 ] {9cf8c460-2601-43fc-bfc7-3fcc491acc1f} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.003023 sec., 9262.32219649355 rows/sec., 16.60 MiB/sec. | ||
| 5386 | 2025.04.24 06:41:23.576293 [ 260 ] {9cf8c460-2601-43fc-bfc7-3fcc491acc1f} <Debug> TCPHandler: Processed in 0.003789346 sec. | ||
| 5387 | 2025.04.24 06:41:23.576457 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5388 | 2025.04.24 06:41:23.576573 [ 260 ] {618548c6-fa80-44b5-b210-71701a01dad9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5389 | 2025.04.24 06:41:23.576629 [ 260 ] {618548c6-fa80-44b5-b210-71701a01dad9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5390 | 2025.04.24 06:41:23.577597 [ 260 ] {618548c6-fa80-44b5-b210-71701a01dad9} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5391 | 2025.04.24 06:41:23.577647 [ 260 ] {618548c6-fa80-44b5-b210-71701a01dad9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5392 | 2025.04.24 06:41:23.578114 [ 260 ] {618548c6-fa80-44b5-b210-71701a01dad9} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5393 | 2025.04.24 06:41:23.578429 [ 260 ] {618548c6-fa80-44b5-b210-71701a01dad9} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5394 | 2025.04.24 06:41:23.578655 [ 260 ] {618548c6-fa80-44b5-b210-71701a01dad9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002107 sec., 28476.506881822497 rows/sec., 1.92 MiB/sec. | ||
| 5395 | 2025.04.24 06:41:23.578738 [ 260 ] {618548c6-fa80-44b5-b210-71701a01dad9} <Debug> TCPHandler: Processed in 0.002338813 sec. | ||
| 5396 | 2025.04.24 06:41:24.428719 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13359 | ||
| 5397 | 2025.04.24 06:41:24.429378 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5398 | 2025.04.24 06:41:24.429426 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5399 | 2025.04.24 06:41:24.429940 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5400 | 2025.04.24 06:41:24.430196 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5401 | 2025.04.24 06:41:24.430408 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359 | ||
| 5402 | 2025.04.24 06:41:25.297779 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 | ||
| 5403 | 2025.04.24 06:41:25.318496 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5404 | 2025.04.24 06:41:25.318559 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5405 | 2025.04.24 06:41:25.325755 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5406 | 2025.04.24 06:41:25.326535 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5407 | 2025.04.24 06:41:25.329225 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 5408 | 2025.04.24 06:41:26.983353 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 760 | ||
| 5409 | 2025.04.24 06:41:26.986288 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5410 | 2025.04.24 06:41:26.986331 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5411 | 2025.04.24 06:41:26.987757 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5412 | 2025.04.24 06:41:26.988146 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5413 | 2025.04.24 06:41:26.988364 [ 25 ] {} <Debug> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5414 | 2025.04.24 06:41:26.988495 [ 25 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5415 | 2025.04.24 06:41:26.988566 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5416 | 2025.04.24 06:41:26.989080 [ 188 ] {20843e92-5287-4bd7-bacd-ef190d076d79::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 | ||
| 5417 | 2025.04.24 06:41:26.989481 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 760 | ||
| 5418 | 2025.04.24 06:41:26.990034 [ 188 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5419 | 2025.04.24 06:41:26.990197 [ 188 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 614 rows starting from the beginning of the part | ||
| 5420 | 2025.04.24 06:41:26.990818 [ 188 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 20 rows starting from the beginning of the part | ||
| 5421 | 2025.04.24 06:41:26.991524 [ 188 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 34 rows starting from the beginning of the part | ||
| 5422 | 2025.04.24 06:41:26.992150 [ 188 ] {20843e92-5287-4bd7-bacd-ef190d076d79::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 | ||
| 5423 | 2025.04.24 06:41:26.992789 [ 188 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 20 rows starting from the beginning of the part | ||
| 5424 | 2025.04.24 06:41:26.993407 [ 188 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 32 rows starting from the beginning of the part | ||
| 5425 | 2025.04.24 06:41:27.000209 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 201.62 MiB, peak 204.32 MiB, free memory in arenas 0.00 B, will set to 196.58 MiB (RSS), difference: -5.04 MiB | ||
| 5426 | 2025.04.24 06:41:27.001791 [ 194 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 760 rows, containing 72 columns (72 merged, 0 gathered) in 0.013034014 sec., 58308.97527039637 rows/sec., 50.50 MiB/sec. | ||
| 5427 | 2025.04.24 06:41:27.003120 [ 196 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5428 | 2025.04.24 06:41:27.003806 [ 196 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_21_4} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5429 | 2025.04.24 06:41:27.003890 [ 196 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_21_4} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5430 | 2025.04.24 06:41:27.004089 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. | ||
| 5431 | 2025.04.24 06:41:28.000188 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 191.62 MiB, peak 204.32 MiB, free memory in arenas 0.00 B, will set to 196.72 MiB (RSS), difference: 5.10 MiB | ||
| 5432 | 2025.04.24 06:41:28.544900 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5433 | 2025.04.24 06:41:28.545207 [ 260 ] {a24924ea-6bb0-4d98-800d-c16d0a18ad2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5434 | 2025.04.24 06:41:28.545278 [ 260 ] {a24924ea-6bb0-4d98-800d-c16d0a18ad2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5435 | 2025.04.24 06:41:28.546083 [ 260 ] {a24924ea-6bb0-4d98-800d-c16d0a18ad2e} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5436 | 2025.04.24 06:41:28.546128 [ 260 ] {a24924ea-6bb0-4d98-800d-c16d0a18ad2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5437 | 2025.04.24 06:41:28.546559 [ 260 ] {a24924ea-6bb0-4d98-800d-c16d0a18ad2e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5438 | 2025.04.24 06:41:28.546810 [ 260 ] {a24924ea-6bb0-4d98-800d-c16d0a18ad2e} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5439 | 2025.04.24 06:41:28.547022 [ 260 ] {a24924ea-6bb0-4d98-800d-c16d0a18ad2e} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.00188 sec., 42553.19148936171 rows/sec., 3.50 MiB/sec. | ||
| 5440 | 2025.04.24 06:41:28.547124 [ 260 ] {a24924ea-6bb0-4d98-800d-c16d0a18ad2e} <Debug> TCPHandler: Processed in 0.002408714 sec. | ||
| 5441 | 2025.04.24 06:41:28.547297 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5442 | 2025.04.24 06:41:28.547435 [ 260 ] {d2f43f28-2e1d-41da-865e-e2e92de6f614} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5443 | 2025.04.24 06:41:28.547483 [ 260 ] {d2f43f28-2e1d-41da-865e-e2e92de6f614} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5444 | 2025.04.24 06:41:28.548003 [ 260 ] {d2f43f28-2e1d-41da-865e-e2e92de6f614} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5445 | 2025.04.24 06:41:28.548040 [ 260 ] {d2f43f28-2e1d-41da-865e-e2e92de6f614} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5446 | 2025.04.24 06:41:28.548385 [ 260 ] {d2f43f28-2e1d-41da-865e-e2e92de6f614} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5447 | 2025.04.24 06:41:28.548615 [ 260 ] {d2f43f28-2e1d-41da-865e-e2e92de6f614} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5448 | 2025.04.24 06:41:28.548824 [ 260 ] {d2f43f28-2e1d-41da-865e-e2e92de6f614} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001401 sec., 8565.310492505354 rows/sec., 644.07 KiB/sec. | ||
| 5449 | 2025.04.24 06:41:28.548902 [ 260 ] {d2f43f28-2e1d-41da-865e-e2e92de6f614} <Debug> TCPHandler: Processed in 0.001698359 sec. | ||
| 5450 | 2025.04.24 06:41:28.549119 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5451 | 2025.04.24 06:41:28.549236 [ 260 ] {0bc5d25a-73e8-497b-b604-ba8325816efb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5452 | 2025.04.24 06:41:28.549281 [ 260 ] {0bc5d25a-73e8-497b-b604-ba8325816efb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5453 | 2025.04.24 06:41:28.549816 [ 260 ] {0bc5d25a-73e8-497b-b604-ba8325816efb} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5454 | 2025.04.24 06:41:28.549852 [ 260 ] {0bc5d25a-73e8-497b-b604-ba8325816efb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5455 | 2025.04.24 06:41:28.550188 [ 260 ] {0bc5d25a-73e8-497b-b604-ba8325816efb} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5456 | 2025.04.24 06:41:28.550415 [ 260 ] {0bc5d25a-73e8-497b-b604-ba8325816efb} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5457 | 2025.04.24 06:41:28.550575 [ 260 ] {0bc5d25a-73e8-497b-b604-ba8325816efb} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001361 sec., 55841.293166789124 rows/sec., 4.36 MiB/sec. | ||
| 5458 | 2025.04.24 06:41:28.550622 [ 260 ] {0bc5d25a-73e8-497b-b604-ba8325816efb} <Debug> TCPHandler: Processed in 0.001588636 sec. | ||
| 5459 | 2025.04.24 06:41:28.550738 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5460 | 2025.04.24 06:41:28.550840 [ 260 ] {7593f576-8f2c-43e1-b5a9-f4b2bd8f036c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5461 | 2025.04.24 06:41:28.550888 [ 260 ] {7593f576-8f2c-43e1-b5a9-f4b2bd8f036c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5462 | 2025.04.24 06:41:28.551380 [ 260 ] {7593f576-8f2c-43e1-b5a9-f4b2bd8f036c} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5463 | 2025.04.24 06:41:28.551416 [ 260 ] {7593f576-8f2c-43e1-b5a9-f4b2bd8f036c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5464 | 2025.04.24 06:41:28.551774 [ 260 ] {7593f576-8f2c-43e1-b5a9-f4b2bd8f036c} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5465 | 2025.04.24 06:41:28.552004 [ 260 ] {7593f576-8f2c-43e1-b5a9-f4b2bd8f036c} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5466 | 2025.04.24 06:41:28.552165 [ 260 ] {7593f576-8f2c-43e1-b5a9-f4b2bd8f036c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001347 sec., 118782.47958426131 rows/sec., 8.27 MiB/sec. | ||
| 5467 | 2025.04.24 06:41:28.552212 [ 260 ] {7593f576-8f2c-43e1-b5a9-f4b2bd8f036c} <Debug> TCPHandler: Processed in 0.001522644 sec. | ||
| 5468 | 2025.04.24 06:41:28.552327 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5469 | 2025.04.24 06:41:28.552429 [ 260 ] {ce503aab-9e06-4db9-8dea-552924e38486} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5470 | 2025.04.24 06:41:28.552493 [ 260 ] {ce503aab-9e06-4db9-8dea-552924e38486} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5471 | 2025.04.24 06:41:28.553540 [ 260 ] {ce503aab-9e06-4db9-8dea-552924e38486} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5472 | 2025.04.24 06:41:28.553578 [ 260 ] {ce503aab-9e06-4db9-8dea-552924e38486} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5473 | 2025.04.24 06:41:28.554171 [ 260 ] {ce503aab-9e06-4db9-8dea-552924e38486} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5474 | 2025.04.24 06:41:28.554429 [ 260 ] {ce503aab-9e06-4db9-8dea-552924e38486} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5475 | 2025.04.24 06:41:28.554655 [ 260 ] {ce503aab-9e06-4db9-8dea-552924e38486} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002243 sec., 5349.977708426214 rows/sec., 9.59 MiB/sec. | ||
| 5476 | 2025.04.24 06:41:28.555084 [ 260 ] {ce503aab-9e06-4db9-8dea-552924e38486} <Debug> TCPHandler: Processed in 0.002802123 sec. | ||
| 5477 | 2025.04.24 06:41:28.555322 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5478 | 2025.04.24 06:41:28.555425 [ 260 ] {9c8db481-55ef-4b75-a6bd-d3dcb2141c72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5479 | 2025.04.24 06:41:28.555472 [ 260 ] {9c8db481-55ef-4b75-a6bd-d3dcb2141c72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5480 | 2025.04.24 06:41:28.555998 [ 260 ] {9c8db481-55ef-4b75-a6bd-d3dcb2141c72} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5481 | 2025.04.24 06:41:28.556043 [ 260 ] {9c8db481-55ef-4b75-a6bd-d3dcb2141c72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5482 | 2025.04.24 06:41:28.556504 [ 260 ] {9c8db481-55ef-4b75-a6bd-d3dcb2141c72} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5483 | 2025.04.24 06:41:28.556822 [ 260 ] {9c8db481-55ef-4b75-a6bd-d3dcb2141c72} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5484 | 2025.04.24 06:41:28.557069 [ 260 ] {9c8db481-55ef-4b75-a6bd-d3dcb2141c72} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001659 sec., 36166.36528028933 rows/sec., 2.44 MiB/sec. | ||
| 5485 | 2025.04.24 06:41:28.557274 [ 260 ] {9c8db481-55ef-4b75-a6bd-d3dcb2141c72} <Debug> TCPHandler: Processed in 0.002005075 sec. | ||
| 5486 | 2025.04.24 06:41:31.770139 [ 88 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5487 | 2025.04.24 06:41:31.770242 [ 88 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5488 | 2025.04.24 06:41:31.930596 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13786 | ||
| 5489 | 2025.04.24 06:41:31.931233 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5490 | 2025.04.24 06:41:31.931279 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5491 | 2025.04.24 06:41:31.931847 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5492 | 2025.04.24 06:41:31.932089 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5493 | 2025.04.24 06:41:31.932307 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 5494 | 2025.04.24 06:41:32.829362 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 5495 | 2025.04.24 06:41:32.849887 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5496 | 2025.04.24 06:41:32.849950 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5497 | 2025.04.24 06:41:32.857465 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5498 | 2025.04.24 06:41:32.858213 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5499 | 2025.04.24 06:41:32.861554 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 5500 | 2025.04.24 06:41:33.545384 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5501 | 2025.04.24 06:41:33.545579 [ 260 ] {ea010600-8922-4eda-9648-001cc19ed4f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5502 | 2025.04.24 06:41:33.545654 [ 260 ] {ea010600-8922-4eda-9648-001cc19ed4f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5503 | 2025.04.24 06:41:33.546534 [ 260 ] {ea010600-8922-4eda-9648-001cc19ed4f9} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5504 | 2025.04.24 06:41:33.546585 [ 260 ] {ea010600-8922-4eda-9648-001cc19ed4f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5505 | 2025.04.24 06:41:33.547018 [ 260 ] {ea010600-8922-4eda-9648-001cc19ed4f9} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5506 | 2025.04.24 06:41:33.547274 [ 260 ] {ea010600-8922-4eda-9648-001cc19ed4f9} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5507 | 2025.04.24 06:41:33.547488 [ 260 ] {ea010600-8922-4eda-9648-001cc19ed4f9} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001962 sec., 57084.60754332313 rows/sec., 4.79 MiB/sec. | ||
| 5508 | 2025.04.24 06:41:33.547553 [ 260 ] {ea010600-8922-4eda-9648-001cc19ed4f9} <Debug> TCPHandler: Processed in 0.002300922 sec. | ||
| 5509 | 2025.04.24 06:41:33.547691 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5510 | 2025.04.24 06:41:33.547806 [ 260 ] {59a8b28a-49a1-4979-b30b-cf2bb845d009} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5511 | 2025.04.24 06:41:33.547856 [ 260 ] {59a8b28a-49a1-4979-b30b-cf2bb845d009} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5512 | 2025.04.24 06:41:33.548432 [ 260 ] {59a8b28a-49a1-4979-b30b-cf2bb845d009} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5513 | 2025.04.24 06:41:33.548470 [ 260 ] {59a8b28a-49a1-4979-b30b-cf2bb845d009} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5514 | 2025.04.24 06:41:33.548834 [ 260 ] {59a8b28a-49a1-4979-b30b-cf2bb845d009} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5515 | 2025.04.24 06:41:33.549070 [ 260 ] {59a8b28a-49a1-4979-b30b-cf2bb845d009} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5516 | 2025.04.24 06:41:33.549239 [ 260 ] {59a8b28a-49a1-4979-b30b-cf2bb845d009} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.00146 sec., 19178.082191780824 rows/sec., 1.41 MiB/sec. | ||
| 5517 | 2025.04.24 06:41:33.549292 [ 260 ] {59a8b28a-49a1-4979-b30b-cf2bb845d009} <Debug> TCPHandler: Processed in 0.001654757 sec. | ||
| 5518 | 2025.04.24 06:41:33.549408 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5519 | 2025.04.24 06:41:33.549518 [ 260 ] {8bd3aba6-c8fc-4111-aac2-9567d4b5c89a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5520 | 2025.04.24 06:41:33.549565 [ 260 ] {8bd3aba6-c8fc-4111-aac2-9567d4b5c89a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5521 | 2025.04.24 06:41:33.550110 [ 260 ] {8bd3aba6-c8fc-4111-aac2-9567d4b5c89a} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5522 | 2025.04.24 06:41:33.550147 [ 260 ] {8bd3aba6-c8fc-4111-aac2-9567d4b5c89a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5523 | 2025.04.24 06:41:33.550518 [ 260 ] {8bd3aba6-c8fc-4111-aac2-9567d4b5c89a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5524 | 2025.04.24 06:41:33.550755 [ 260 ] {8bd3aba6-c8fc-4111-aac2-9567d4b5c89a} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5525 | 2025.04.24 06:41:33.550931 [ 260 ] {8bd3aba6-c8fc-4111-aac2-9567d4b5c89a} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001436 sec., 64066.85236768802 rows/sec., 5.00 MiB/sec. | ||
| 5526 | 2025.04.24 06:41:33.550983 [ 260 ] {8bd3aba6-c8fc-4111-aac2-9567d4b5c89a} <Debug> TCPHandler: Processed in 0.001627656 sec. | ||
| 5527 | 2025.04.24 06:41:33.551157 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5528 | 2025.04.24 06:41:33.551264 [ 260 ] {8fd8f3d0-f639-4d03-9efa-351581301d43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5529 | 2025.04.24 06:41:33.551313 [ 260 ] {8fd8f3d0-f639-4d03-9efa-351581301d43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5530 | 2025.04.24 06:41:33.551815 [ 260 ] {8fd8f3d0-f639-4d03-9efa-351581301d43} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5531 | 2025.04.24 06:41:33.551877 [ 260 ] {8fd8f3d0-f639-4d03-9efa-351581301d43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5532 | 2025.04.24 06:41:33.552253 [ 260 ] {8fd8f3d0-f639-4d03-9efa-351581301d43} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5533 | 2025.04.24 06:41:33.552487 [ 260 ] {8fd8f3d0-f639-4d03-9efa-351581301d43} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5534 | 2025.04.24 06:41:33.552658 [ 260 ] {8fd8f3d0-f639-4d03-9efa-351581301d43} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001416 sec., 112994.35028248587 rows/sec., 7.87 MiB/sec. | ||
| 5535 | 2025.04.24 06:41:33.552707 [ 260 ] {8fd8f3d0-f639-4d03-9efa-351581301d43} <Debug> TCPHandler: Processed in 0.001600966 sec. | ||
| 5536 | 2025.04.24 06:41:33.552820 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5537 | 2025.04.24 06:41:33.552923 [ 260 ] {581cdac6-2731-42cf-9196-a7deb07621fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5538 | 2025.04.24 06:41:33.552988 [ 260 ] {581cdac6-2731-42cf-9196-a7deb07621fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5539 | 2025.04.24 06:41:33.554064 [ 260 ] {581cdac6-2731-42cf-9196-a7deb07621fa} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5540 | 2025.04.24 06:41:33.554101 [ 260 ] {581cdac6-2731-42cf-9196-a7deb07621fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5541 | 2025.04.24 06:41:33.554718 [ 260 ] {581cdac6-2731-42cf-9196-a7deb07621fa} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5542 | 2025.04.24 06:41:33.554980 [ 260 ] {581cdac6-2731-42cf-9196-a7deb07621fa} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5543 | 2025.04.24 06:41:33.555171 [ 260 ] {581cdac6-2731-42cf-9196-a7deb07621fa} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002268 sec., 12345.67901234568 rows/sec., 22.12 MiB/sec. | ||
| 5544 | 2025.04.24 06:41:33.555276 [ 260 ] {581cdac6-2731-42cf-9196-a7deb07621fa} <Debug> TCPHandler: Processed in 0.002505776 sec. | ||
| 5545 | 2025.04.24 06:41:33.555414 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5546 | 2025.04.24 06:41:33.555517 [ 260 ] {054be4b3-a9ed-4888-be2c-7904d3102f0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5547 | 2025.04.24 06:41:33.555563 [ 260 ] {054be4b3-a9ed-4888-be2c-7904d3102f0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5548 | 2025.04.24 06:41:33.556014 [ 260 ] {054be4b3-a9ed-4888-be2c-7904d3102f0d} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5549 | 2025.04.24 06:41:33.556050 [ 260 ] {054be4b3-a9ed-4888-be2c-7904d3102f0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5550 | 2025.04.24 06:41:33.556402 [ 260 ] {054be4b3-a9ed-4888-be2c-7904d3102f0d} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5551 | 2025.04.24 06:41:33.556634 [ 260 ] {054be4b3-a9ed-4888-be2c-7904d3102f0d} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5552 | 2025.04.24 06:41:33.556809 [ 260 ] {054be4b3-a9ed-4888-be2c-7904d3102f0d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001313 sec., 45696.8773800457 rows/sec., 3.08 MiB/sec. | ||
| 5553 | 2025.04.24 06:41:33.556857 [ 260 ] {054be4b3-a9ed-4888-be2c-7904d3102f0d} <Debug> TCPHandler: Processed in 0.001494084 sec. | ||
| 5554 | 2025.04.24 06:41:36.669216 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5555 | 2025.04.24 06:41:36.669476 [ 260 ] {60990731-b3d3-49c7-8535-f494a761f520} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5556 | 2025.04.24 06:41:36.669568 [ 260 ] {60990731-b3d3-49c7-8535-f494a761f520} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5557 | 2025.04.24 06:41:36.670469 [ 260 ] {60990731-b3d3-49c7-8535-f494a761f520} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5558 | 2025.04.24 06:41:36.670519 [ 260 ] {60990731-b3d3-49c7-8535-f494a761f520} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5559 | 2025.04.24 06:41:36.670919 [ 260 ] {60990731-b3d3-49c7-8535-f494a761f520} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5560 | 2025.04.24 06:41:36.671165 [ 260 ] {60990731-b3d3-49c7-8535-f494a761f520} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5561 | 2025.04.24 06:41:36.671388 [ 260 ] {60990731-b3d3-49c7-8535-f494a761f520} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001976 sec., 1012.1457489878543 rows/sec., 82.53 KiB/sec. | ||
| 5562 | 2025.04.24 06:41:36.671443 [ 260 ] {60990731-b3d3-49c7-8535-f494a761f520} <Debug> TCPHandler: Processed in 0.002383884 sec. | ||
| 5563 | 2025.04.24 06:41:36.671569 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5564 | 2025.04.24 06:41:36.671671 [ 260 ] {2c1b39a8-89cd-4fc7-a36b-85fd133cb56a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5565 | 2025.04.24 06:41:36.671714 [ 260 ] {2c1b39a8-89cd-4fc7-a36b-85fd133cb56a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5566 | 2025.04.24 06:41:36.672822 [ 260 ] {2c1b39a8-89cd-4fc7-a36b-85fd133cb56a} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5567 | 2025.04.24 06:41:36.672862 [ 260 ] {2c1b39a8-89cd-4fc7-a36b-85fd133cb56a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5568 | 2025.04.24 06:41:36.673269 [ 260 ] {2c1b39a8-89cd-4fc7-a36b-85fd133cb56a} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5569 | 2025.04.24 06:41:36.673509 [ 260 ] {2c1b39a8-89cd-4fc7-a36b-85fd133cb56a} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5570 | 2025.04.24 06:41:36.673691 [ 101 ] {} <Debug> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5571 | 2025.04.24 06:41:36.673733 [ 260 ] {2c1b39a8-89cd-4fc7-a36b-85fd133cb56a} <Debug> executeQuery: Read 1221 rows, 102.94 KiB in 0.002081 sec., 586737.1456030755 rows/sec., 48.31 MiB/sec. | ||
| 5572 | 2025.04.24 06:41:36.673783 [ 101 ] {} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5573 | 2025.04.24 06:41:36.673850 [ 260 ] {2c1b39a8-89cd-4fc7-a36b-85fd133cb56a} <Debug> TCPHandler: Processed in 0.002328382 sec. | ||
| 5574 | 2025.04.24 06:41:36.673857 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5575 | 2025.04.24 06:41:36.674045 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5576 | 2025.04.24 06:41:36.674057 [ 194 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::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 | ||
| 5577 | 2025.04.24 06:41:36.674174 [ 260 ] {40b301b5-31a6-4af1-862d-74f779bd362f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5578 | 2025.04.24 06:41:36.674219 [ 194 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5579 | 2025.04.24 06:41:36.674232 [ 260 ] {40b301b5-31a6-4af1-862d-74f779bd362f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5580 | 2025.04.24 06:41:36.674272 [ 194 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1966 rows starting from the beginning of the part | ||
| 5581 | 2025.04.24 06:41:36.674407 [ 194 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 80 rows starting from the beginning of the part | ||
| 5582 | 2025.04.24 06:41:36.674891 [ 194 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 233 rows starting from the beginning of the part | ||
| 5583 | 2025.04.24 06:41:36.675257 [ 194 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 80 rows starting from the beginning of the part | ||
| 5584 | 2025.04.24 06:41:36.675679 [ 194 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 112 rows starting from the beginning of the part | ||
| 5585 | 2025.04.24 06:41:36.676000 [ 194 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1221 rows starting from the beginning of the part | ||
| 5586 | 2025.04.24 06:41:36.676640 [ 260 ] {40b301b5-31a6-4af1-862d-74f779bd362f} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5587 | 2025.04.24 06:41:36.676682 [ 260 ] {40b301b5-31a6-4af1-862d-74f779bd362f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5588 | 2025.04.24 06:41:36.677170 [ 260 ] {40b301b5-31a6-4af1-862d-74f779bd362f} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5589 | 2025.04.24 06:41:36.677482 [ 260 ] {40b301b5-31a6-4af1-862d-74f779bd362f} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5590 | 2025.04.24 06:41:36.677712 [ 260 ] {40b301b5-31a6-4af1-862d-74f779bd362f} <Debug> executeQuery: Read 14 rows, 1.04 KiB in 0.00357 sec., 3921.568627450981 rows/sec., 291.87 KiB/sec. | ||
| 5591 | 2025.04.24 06:41:36.677776 [ 260 ] {40b301b5-31a6-4af1-862d-74f779bd362f} <Debug> TCPHandler: Processed in 0.003796886 sec. | ||
| 5592 | 2025.04.24 06:41:36.677895 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5593 | 2025.04.24 06:41:36.678010 [ 260 ] {0f3efa40-10da-4a25-bbf7-790315aa6ee1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5594 | 2025.04.24 06:41:36.678062 [ 260 ] {0f3efa40-10da-4a25-bbf7-790315aa6ee1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5595 | 2025.04.24 06:41:36.678349 [ 196 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3692 rows, containing 5 columns (5 merged, 0 gathered) in 0.004357088 sec., 847354.9306325692 rows/sec., 73.25 MiB/sec. | ||
| 5596 | 2025.04.24 06:41:36.678775 [ 196 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5597 | 2025.04.24 06:41:36.679159 [ 260 ] {0f3efa40-10da-4a25-bbf7-790315aa6ee1} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5598 | 2025.04.24 06:41:36.679229 [ 260 ] {0f3efa40-10da-4a25-bbf7-790315aa6ee1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5599 | 2025.04.24 06:41:36.679461 [ 196 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_46_9} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5600 | 2025.04.24 06:41:36.679664 [ 196 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_46_9} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5601 | 2025.04.24 06:41:36.679827 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. | ||
| 5602 | 2025.04.24 06:41:36.679885 [ 260 ] {0f3efa40-10da-4a25-bbf7-790315aa6ee1} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 5603 | 2025.04.24 06:41:36.680132 [ 260 ] {0f3efa40-10da-4a25-bbf7-790315aa6ee1} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5604 | 2025.04.24 06:41:36.680369 [ 260 ] {0f3efa40-10da-4a25-bbf7-790315aa6ee1} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002392 sec., 95317.72575250836 rows/sec., 6.45 MiB/sec. | ||
| 5605 | 2025.04.24 06:41:36.680430 [ 260 ] {0f3efa40-10da-4a25-bbf7-790315aa6ee1} <Debug> TCPHandler: Processed in 0.002590489 sec. | ||
| 5606 | 2025.04.24 06:41:36.680546 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5607 | 2025.04.24 06:41:36.680648 [ 260 ] {f44eb045-6fd2-4640-8e07-3610e01ad870} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5608 | 2025.04.24 06:41:36.680691 [ 260 ] {f44eb045-6fd2-4640-8e07-3610e01ad870} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5609 | 2025.04.24 06:41:36.681511 [ 260 ] {f44eb045-6fd2-4640-8e07-3610e01ad870} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5610 | 2025.04.24 06:41:36.681549 [ 260 ] {f44eb045-6fd2-4640-8e07-3610e01ad870} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5611 | 2025.04.24 06:41:36.681905 [ 260 ] {f44eb045-6fd2-4640-8e07-3610e01ad870} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5612 | 2025.04.24 06:41:36.682133 [ 260 ] {f44eb045-6fd2-4640-8e07-3610e01ad870} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5613 | 2025.04.24 06:41:36.682286 [ 101 ] {} <Debug> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5614 | 2025.04.24 06:41:36.682342 [ 101 ] {} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5615 | 2025.04.24 06:41:36.682374 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5616 | 2025.04.24 06:41:36.682391 [ 260 ] {f44eb045-6fd2-4640-8e07-3610e01ad870} <Debug> executeQuery: Read 534 rows, 40.53 KiB in 0.001755 sec., 304273.50427350425 rows/sec., 22.55 MiB/sec. | ||
| 5617 | 2025.04.24 06:41:36.682678 [ 260 ] {f44eb045-6fd2-4640-8e07-3610e01ad870} <Debug> TCPHandler: Processed in 0.002174829 sec. | ||
| 5618 | 2025.04.24 06:41:36.682992 [ 195 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::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 | ||
| 5619 | 2025.04.24 06:41:36.683016 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5620 | 2025.04.24 06:41:36.683294 [ 260 ] {bb29bc13-f888-42eb-9c80-fd1fcca5884d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5621 | 2025.04.24 06:41:36.683407 [ 195 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5622 | 2025.04.24 06:41:36.683418 [ 260 ] {bb29bc13-f888-42eb-9c80-fd1fcca5884d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5623 | 2025.04.24 06:41:36.683495 [ 195 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 950 rows starting from the beginning of the part | ||
| 5624 | 2025.04.24 06:41:36.683814 [ 195 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 76 rows starting from the beginning of the part | ||
| 5625 | 2025.04.24 06:41:36.684215 [ 195 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 130 rows starting from the beginning of the part | ||
| 5626 | 2025.04.24 06:41:36.684553 [ 195 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 76 rows starting from the beginning of the part | ||
| 5627 | 2025.04.24 06:41:36.684919 [ 195 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 92 rows starting from the beginning of the part | ||
| 5628 | 2025.04.24 06:41:36.685211 [ 195 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 534 rows starting from the beginning of the part | ||
| 5629 | 2025.04.24 06:41:36.686283 [ 260 ] {bb29bc13-f888-42eb-9c80-fd1fcca5884d} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5630 | 2025.04.24 06:41:36.686367 [ 260 ] {bb29bc13-f888-42eb-9c80-fd1fcca5884d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5631 | 2025.04.24 06:41:36.687412 [ 260 ] {bb29bc13-f888-42eb-9c80-fd1fcca5884d} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5632 | 2025.04.24 06:41:36.687934 [ 201 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1858 rows, containing 5 columns (5 merged, 0 gathered) in 0.005453402 sec., 340704.75640710146 rows/sec., 26.74 MiB/sec. | ||
| 5633 | 2025.04.24 06:41:36.687947 [ 260 ] {bb29bc13-f888-42eb-9c80-fd1fcca5884d} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5634 | 2025.04.24 06:41:36.688199 [ 101 ] {} <Debug> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5635 | 2025.04.24 06:41:36.688236 [ 201 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5636 | 2025.04.24 06:41:36.688298 [ 101 ] {} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5637 | 2025.04.24 06:41:36.688361 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5638 | 2025.04.24 06:41:36.688389 [ 260 ] {bb29bc13-f888-42eb-9c80-fd1fcca5884d} <Debug> executeQuery: Read 965 rows, 66.32 KiB in 0.005146 sec., 187524.29071123202 rows/sec., 12.59 MiB/sec. | ||
| 5639 | 2025.04.24 06:41:36.688889 [ 260 ] {bb29bc13-f888-42eb-9c80-fd1fcca5884d} <Debug> TCPHandler: Processed in 0.005965124 sec. | ||
| 5640 | 2025.04.24 06:41:36.689108 [ 190 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 5641 | 2025.04.24 06:41:36.689483 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5642 | 2025.04.24 06:41:36.689546 [ 201 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_46_9} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5643 | 2025.04.24 06:41:36.690013 [ 190 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5644 | 2025.04.24 06:41:36.690027 [ 260 ] {37a81f67-b561-47c0-a79f-b9ba601c61fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5645 | 2025.04.24 06:41:36.690053 [ 201 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_46_9} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5646 | 2025.04.24 06:41:36.690219 [ 190 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12984 rows starting from the beginning of the part | ||
| 5647 | 2025.04.24 06:41:36.690481 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 5648 | 2025.04.24 06:41:36.690699 [ 260 ] {37a81f67-b561-47c0-a79f-b9ba601c61fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5649 | 2025.04.24 06:41:36.690804 [ 190 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part | ||
| 5650 | 2025.04.24 06:41:36.691209 [ 190 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 233 rows starting from the beginning of the part | ||
| 5651 | 2025.04.24 06:41:36.691610 [ 190 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 5652 | 2025.04.24 06:41:36.691960 [ 190 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 5653 | 2025.04.24 06:41:36.692284 [ 190 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 965 rows starting from the beginning of the part | ||
| 5654 | 2025.04.24 06:41:36.694155 [ 260 ] {37a81f67-b561-47c0-a79f-b9ba601c61fc} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5655 | 2025.04.24 06:41:36.694201 [ 260 ] {37a81f67-b561-47c0-a79f-b9ba601c61fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5656 | 2025.04.24 06:41:36.695266 [ 260 ] {37a81f67-b561-47c0-a79f-b9ba601c61fc} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5657 | 2025.04.24 06:41:36.695555 [ 260 ] {37a81f67-b561-47c0-a79f-b9ba601c61fc} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5658 | 2025.04.24 06:41:36.696148 [ 260 ] {37a81f67-b561-47c0-a79f-b9ba601c61fc} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.006275 sec., 1912.3505976095616 rows/sec., 3.43 MiB/sec. | ||
| 5659 | 2025.04.24 06:41:36.696579 [ 260 ] {37a81f67-b561-47c0-a79f-b9ba601c61fc} <Debug> TCPHandler: Processed in 0.007270674 sec. | ||
| 5660 | 2025.04.24 06:41:36.696909 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5661 | 2025.04.24 06:41:36.697014 [ 260 ] {e1e0fc26-15df-4e7b-802f-c61517ca44a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5662 | 2025.04.24 06:41:36.697069 [ 260 ] {e1e0fc26-15df-4e7b-802f-c61517ca44a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5663 | 2025.04.24 06:41:36.697649 [ 260 ] {e1e0fc26-15df-4e7b-802f-c61517ca44a1} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5664 | 2025.04.24 06:41:36.697702 [ 260 ] {e1e0fc26-15df-4e7b-802f-c61517ca44a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5665 | 2025.04.24 06:41:36.697863 [ 201 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14662 rows, containing 5 columns (5 merged, 0 gathered) in 0.009360531 sec., 1566364.1304109776 rows/sec., 107.17 MiB/sec. | ||
| 5666 | 2025.04.24 06:41:36.698195 [ 260 ] {e1e0fc26-15df-4e7b-802f-c61517ca44a1} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5667 | 2025.04.24 06:41:36.698421 [ 201 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5668 | 2025.04.24 06:41:36.698606 [ 260 ] {e1e0fc26-15df-4e7b-802f-c61517ca44a1} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5669 | 2025.04.24 06:41:36.698847 [ 125 ] {} <Debug> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5670 | 2025.04.24 06:41:36.698976 [ 125 ] {} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5671 | 2025.04.24 06:41:36.699047 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5672 | 2025.04.24 06:41:36.699061 [ 260 ] {e1e0fc26-15df-4e7b-802f-c61517ca44a1} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.002044 sec., 21526.41878669276 rows/sec., 1.45 MiB/sec. | ||
| 5673 | 2025.04.24 06:41:36.699179 [ 201 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5674 | 2025.04.24 06:41:36.699502 [ 260 ] {e1e0fc26-15df-4e7b-802f-c61517ca44a1} <Debug> TCPHandler: Processed in 0.002646549 sec. | ||
| 5675 | 2025.04.24 06:41:36.699740 [ 201 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5676 | 2025.04.24 06:41:36.699860 [ 186 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 5677 | 2025.04.24 06:41:36.700079 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.81 MiB. | ||
| 5678 | 2025.04.24 06:41:36.700387 [ 186 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5679 | 2025.04.24 06:41:36.700468 [ 186 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2300 rows starting from the beginning of the part | ||
| 5680 | 2025.04.24 06:41:36.700578 [ 186 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part | ||
| 5681 | 2025.04.24 06:41:36.700771 [ 186 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part | ||
| 5682 | 2025.04.24 06:41:36.700934 [ 186 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 5683 | 2025.04.24 06:41:36.701055 [ 186 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 5684 | 2025.04.24 06:41:36.701265 [ 186 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 44 rows starting from the beginning of the part | ||
| 5685 | 2025.04.24 06:41:36.702606 [ 186 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2584 rows, containing 4 columns (4 merged, 0 gathered) in 0.003377676 sec., 765023.0513524683 rows/sec., 51.37 MiB/sec. | ||
| 5686 | 2025.04.24 06:41:36.702861 [ 186 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5687 | 2025.04.24 06:41:36.703166 [ 186 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_46_9} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5688 | 2025.04.24 06:41:36.703253 [ 186 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_46_9} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5689 | 2025.04.24 06:41:36.703332 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 5690 | 2025.04.24 06:41:36.989680 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 800 | ||
| 5691 | 2025.04.24 06:41:36.992776 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5692 | 2025.04.24 06:41:36.992823 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5693 | 2025.04.24 06:41:36.994281 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5694 | 2025.04.24 06:41:36.994592 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5695 | 2025.04.24 06:41:36.995200 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 800 | ||
| 5696 | 2025.04.24 06:41:38.538759 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5697 | 2025.04.24 06:41:38.539066 [ 260 ] {fb676503-cdb6-46a1-a7ac-7b81b0b4d144} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5698 | 2025.04.24 06:41:38.539186 [ 260 ] {fb676503-cdb6-46a1-a7ac-7b81b0b4d144} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5699 | 2025.04.24 06:41:38.540056 [ 260 ] {fb676503-cdb6-46a1-a7ac-7b81b0b4d144} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5700 | 2025.04.24 06:41:38.540110 [ 260 ] {fb676503-cdb6-46a1-a7ac-7b81b0b4d144} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5701 | 2025.04.24 06:41:38.540551 [ 260 ] {fb676503-cdb6-46a1-a7ac-7b81b0b4d144} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5702 | 2025.04.24 06:41:38.540812 [ 260 ] {fb676503-cdb6-46a1-a7ac-7b81b0b4d144} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5703 | 2025.04.24 06:41:38.541046 [ 260 ] {fb676503-cdb6-46a1-a7ac-7b81b0b4d144} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002065 sec., 27118.64406779661 rows/sec., 2.07 MiB/sec. | ||
| 5704 | 2025.04.24 06:41:38.541114 [ 260 ] {fb676503-cdb6-46a1-a7ac-7b81b0b4d144} <Debug> TCPHandler: Processed in 0.002548347 sec. | ||
| 5705 | 2025.04.24 06:41:38.541243 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5706 | 2025.04.24 06:41:38.541354 [ 260 ] {2926949c-138d-4843-8f43-96ce29c7788b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5707 | 2025.04.24 06:41:38.541403 [ 260 ] {2926949c-138d-4843-8f43-96ce29c7788b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5708 | 2025.04.24 06:41:38.541958 [ 260 ] {2926949c-138d-4843-8f43-96ce29c7788b} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5709 | 2025.04.24 06:41:38.541999 [ 260 ] {2926949c-138d-4843-8f43-96ce29c7788b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5710 | 2025.04.24 06:41:38.542351 [ 260 ] {2926949c-138d-4843-8f43-96ce29c7788b} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5711 | 2025.04.24 06:41:38.542600 [ 260 ] {2926949c-138d-4843-8f43-96ce29c7788b} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5712 | 2025.04.24 06:41:38.542798 [ 260 ] {2926949c-138d-4843-8f43-96ce29c7788b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001468 sec., 43596.73024523161 rows/sec., 3.40 MiB/sec. | ||
| 5713 | 2025.04.24 06:41:38.542850 [ 260 ] {2926949c-138d-4843-8f43-96ce29c7788b} <Debug> TCPHandler: Processed in 0.001660137 sec. | ||
| 5714 | 2025.04.24 06:41:38.542970 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5715 | 2025.04.24 06:41:38.543076 [ 260 ] {5a07fc59-3f60-4424-8d74-5df028908e25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5716 | 2025.04.24 06:41:38.543124 [ 260 ] {5a07fc59-3f60-4424-8d74-5df028908e25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5717 | 2025.04.24 06:41:38.543576 [ 260 ] {5a07fc59-3f60-4424-8d74-5df028908e25} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5718 | 2025.04.24 06:41:38.543615 [ 260 ] {5a07fc59-3f60-4424-8d74-5df028908e25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5719 | 2025.04.24 06:41:38.543981 [ 260 ] {5a07fc59-3f60-4424-8d74-5df028908e25} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5720 | 2025.04.24 06:41:38.544215 [ 260 ] {5a07fc59-3f60-4424-8d74-5df028908e25} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5721 | 2025.04.24 06:41:38.544410 [ 260 ] {5a07fc59-3f60-4424-8d74-5df028908e25} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001356 sec., 30973.451327433628 rows/sec., 2.15 MiB/sec. | ||
| 5722 | 2025.04.24 06:41:38.544461 [ 260 ] {5a07fc59-3f60-4424-8d74-5df028908e25} <Debug> TCPHandler: Processed in 0.001543215 sec. | ||
| 5723 | 2025.04.24 06:41:38.544576 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5724 | 2025.04.24 06:41:38.544680 [ 260 ] {7d8e171a-ca8d-49d1-960e-988ef95d2754} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5725 | 2025.04.24 06:41:38.544726 [ 260 ] {7d8e171a-ca8d-49d1-960e-988ef95d2754} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5726 | 2025.04.24 06:41:38.545121 [ 260 ] {7d8e171a-ca8d-49d1-960e-988ef95d2754} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5727 | 2025.04.24 06:41:38.545159 [ 260 ] {7d8e171a-ca8d-49d1-960e-988ef95d2754} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5728 | 2025.04.24 06:41:38.545506 [ 260 ] {7d8e171a-ca8d-49d1-960e-988ef95d2754} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5729 | 2025.04.24 06:41:38.545739 [ 260 ] {7d8e171a-ca8d-49d1-960e-988ef95d2754} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5730 | 2025.04.24 06:41:38.545926 [ 260 ] {7d8e171a-ca8d-49d1-960e-988ef95d2754} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.001266 sec., 12638.23064770932 rows/sec., 876.28 KiB/sec. | ||
| 5731 | 2025.04.24 06:41:38.545974 [ 260 ] {7d8e171a-ca8d-49d1-960e-988ef95d2754} <Debug> TCPHandler: Processed in 0.001447903 sec. | ||
| 5732 | 2025.04.24 06:41:39.433392 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14274 | ||
| 5733 | 2025.04.24 06:41:39.434046 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5734 | 2025.04.24 06:41:39.434088 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5735 | 2025.04.24 06:41:39.434615 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5736 | 2025.04.24 06:41:39.434870 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5737 | 2025.04.24 06:41:39.435033 [ 127 ] {} <Debug> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5738 | 2025.04.24 06:41:39.435053 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274 | ||
| 5739 | 2025.04.24 06:41:39.435086 [ 127 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5740 | 2025.04.24 06:41:39.435112 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5741 | 2025.04.24 06:41:39.435206 [ 199 ] {fa75712d-43b8-4257-8078-4dc409fd9449::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 | ||
| 5742 | 2025.04.24 06:41:39.435285 [ 199 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5743 | 2025.04.24 06:41:39.435316 [ 199 ] {fa75712d-43b8-4257-8078-4dc409fd9449::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 | ||
| 5744 | 2025.04.24 06:41:39.435374 [ 199 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 488 rows starting from the beginning of the part | ||
| 5745 | 2025.04.24 06:41:39.435531 [ 199 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 427 rows starting from the beginning of the part | ||
| 5746 | 2025.04.24 06:41:39.435774 [ 199 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 488 rows starting from the beginning of the part | ||
| 5747 | 2025.04.24 06:41:39.435929 [ 199 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 427 rows starting from the beginning of the part | ||
| 5748 | 2025.04.24 06:41:39.436121 [ 199 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 488 rows starting from the beginning of the part | ||
| 5749 | 2025.04.24 06:41:39.438501 [ 186 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.003330705 sec., 4285579.179182786 rows/sec., 61.31 MiB/sec. | ||
| 5750 | 2025.04.24 06:41:39.438780 [ 199 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5751 | 2025.04.24 06:41:39.439049 [ 199 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_31_6} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5752 | 2025.04.24 06:41:39.439123 [ 199 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_31_6} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5753 | 2025.04.24 06:41:39.439198 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB. | ||
| 5754 | 2025.04.24 06:41:40.362607 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 5755 | 2025.04.24 06:41:40.383388 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5756 | 2025.04.24 06:41:40.383447 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5757 | 2025.04.24 06:41:40.390597 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5758 | 2025.04.24 06:41:40.391364 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5759 | 2025.04.24 06:41:40.391828 [ 98 ] {} <Debug> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5760 | 2025.04.24 06:41:40.392009 [ 98 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5761 | 2025.04.24 06:41:40.392112 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5762 | 2025.04.24 06:41:40.392667 [ 197 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 5763 | 2025.04.24 06:41:40.405837 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 5764 | 2025.04.24 06:41:40.407621 [ 197 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5765 | 2025.04.24 06:41:40.408930 [ 197 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 5766 | 2025.04.24 06:41:40.414255 [ 197 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 5767 | 2025.04.24 06:41:40.419832 [ 197 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 7 rows starting from the beginning of the part | ||
| 5768 | 2025.04.24 06:41:40.425650 [ 197 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part | ||
| 5769 | 2025.04.24 06:41:40.431473 [ 197 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 5770 | 2025.04.24 06:41:40.436055 [ 197 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 5771 | 2025.04.24 06:41:40.493533 [ 187 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.101235333 sec., 2311.445945458588 rows/sec., 11.95 MiB/sec. | ||
| 5772 | 2025.04.24 06:41:40.496518 [ 187 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5773 | 2025.04.24 06:41:40.499327 [ 187 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_31_6} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5774 | 2025.04.24 06:41:40.499453 [ 187 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_31_6} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5775 | 2025.04.24 06:41:40.501878 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.10 MiB. | ||
| 5776 | 2025.04.24 06:41:41.000157 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 199.70 MiB, peak 210.25 MiB, free memory in arenas 0.00 B, will set to 201.19 MiB (RSS), difference: 1.49 MiB | ||
| 5777 | 2025.04.24 06:41:43.545982 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5778 | 2025.04.24 06:41:43.546177 [ 260 ] {d9159feb-5cf2-42b3-a63c-f76be745c131} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5779 | 2025.04.24 06:41:43.546253 [ 260 ] {d9159feb-5cf2-42b3-a63c-f76be745c131} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5780 | 2025.04.24 06:41:43.547116 [ 260 ] {d9159feb-5cf2-42b3-a63c-f76be745c131} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5781 | 2025.04.24 06:41:43.547172 [ 260 ] {d9159feb-5cf2-42b3-a63c-f76be745c131} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5782 | 2025.04.24 06:41:43.547656 [ 260 ] {d9159feb-5cf2-42b3-a63c-f76be745c131} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5783 | 2025.04.24 06:41:43.547922 [ 260 ] {d9159feb-5cf2-42b3-a63c-f76be745c131} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5784 | 2025.04.24 06:41:43.548143 [ 260 ] {d9159feb-5cf2-42b3-a63c-f76be745c131} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.002018 sec., 55500.495540138756 rows/sec., 4.66 MiB/sec. | ||
| 5785 | 2025.04.24 06:41:43.548211 [ 260 ] {d9159feb-5cf2-42b3-a63c-f76be745c131} <Debug> TCPHandler: Processed in 0.002364303 sec. | ||
| 5786 | 2025.04.24 06:41:43.548353 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5787 | 2025.04.24 06:41:43.548466 [ 260 ] {b0445e34-34bb-4567-9e99-16b220b29f0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5788 | 2025.04.24 06:41:43.548515 [ 260 ] {b0445e34-34bb-4567-9e99-16b220b29f0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5789 | 2025.04.24 06:41:43.549049 [ 260 ] {b0445e34-34bb-4567-9e99-16b220b29f0b} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5790 | 2025.04.24 06:41:43.549090 [ 260 ] {b0445e34-34bb-4567-9e99-16b220b29f0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5791 | 2025.04.24 06:41:43.549443 [ 260 ] {b0445e34-34bb-4567-9e99-16b220b29f0b} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5792 | 2025.04.24 06:41:43.549696 [ 260 ] {b0445e34-34bb-4567-9e99-16b220b29f0b} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5793 | 2025.04.24 06:41:43.549878 [ 148 ] {} <Debug> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5794 | 2025.04.24 06:41:43.549916 [ 260 ] {b0445e34-34bb-4567-9e99-16b220b29f0b} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001475 sec., 18983.050847457627 rows/sec., 1.39 MiB/sec. | ||
| 5795 | 2025.04.24 06:41:43.549966 [ 148 ] {} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5796 | 2025.04.24 06:41:43.550041 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5797 | 2025.04.24 06:41:43.550044 [ 260 ] {b0445e34-34bb-4567-9e99-16b220b29f0b} <Debug> TCPHandler: Processed in 0.001740669 sec. | ||
| 5798 | 2025.04.24 06:41:43.550217 [ 186 ] {6d91faa5-474e-4006-b181-dbf82df66096::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 | ||
| 5799 | 2025.04.24 06:41:43.550230 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5800 | 2025.04.24 06:41:43.550353 [ 186 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5801 | 2025.04.24 06:41:43.550372 [ 260 ] {e626dab8-e1aa-4356-9dee-f575a3307675} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5802 | 2025.04.24 06:41:43.550390 [ 186 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 176 rows starting from the beginning of the part | ||
| 5803 | 2025.04.24 06:41:43.550430 [ 260 ] {e626dab8-e1aa-4356-9dee-f575a3307675} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5804 | 2025.04.24 06:41:43.550549 [ 186 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 42 rows starting from the beginning of the part | ||
| 5805 | 2025.04.24 06:41:43.550972 [ 186 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 12 rows starting from the beginning of the part | ||
| 5806 | 2025.04.24 06:41:43.551357 [ 186 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 28 rows starting from the beginning of the part | ||
| 5807 | 2025.04.24 06:41:43.551752 [ 186 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part | ||
| 5808 | 2025.04.24 06:41:43.552064 [ 186 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 28 rows starting from the beginning of the part | ||
| 5809 | 2025.04.24 06:41:43.553066 [ 260 ] {e626dab8-e1aa-4356-9dee-f575a3307675} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5810 | 2025.04.24 06:41:43.553116 [ 260 ] {e626dab8-e1aa-4356-9dee-f575a3307675} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5811 | 2025.04.24 06:41:43.553775 [ 260 ] {e626dab8-e1aa-4356-9dee-f575a3307675} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5812 | 2025.04.24 06:41:43.553973 [ 192 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 300 rows, containing 5 columns (5 merged, 0 gathered) in 0.003819696 sec., 78540.28173969865 rows/sec., 5.66 MiB/sec. | ||
| 5813 | 2025.04.24 06:41:43.554215 [ 260 ] {e626dab8-e1aa-4356-9dee-f575a3307675} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5814 | 2025.04.24 06:41:43.554303 [ 193 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5815 | 2025.04.24 06:41:43.554673 [ 260 ] {e626dab8-e1aa-4356-9dee-f575a3307675} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.004333 sec., 21232.402492499423 rows/sec., 1.66 MiB/sec. | ||
| 5816 | 2025.04.24 06:41:43.555070 [ 260 ] {e626dab8-e1aa-4356-9dee-f575a3307675} <Debug> TCPHandler: Processed in 0.00488841 sec. | ||
| 5817 | 2025.04.24 06:41:43.555355 [ 193 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_41_8} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5818 | 2025.04.24 06:41:43.555424 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5819 | 2025.04.24 06:41:43.555512 [ 193 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_41_8} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5820 | 2025.04.24 06:41:43.555594 [ 260 ] {ad8defea-8109-4f9b-9a8f-15a76c05ec53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5821 | 2025.04.24 06:41:43.555682 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 5822 | 2025.04.24 06:41:43.555707 [ 260 ] {ad8defea-8109-4f9b-9a8f-15a76c05ec53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5823 | 2025.04.24 06:41:43.556282 [ 260 ] {ad8defea-8109-4f9b-9a8f-15a76c05ec53} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5824 | 2025.04.24 06:41:43.556321 [ 260 ] {ad8defea-8109-4f9b-9a8f-15a76c05ec53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5825 | 2025.04.24 06:41:43.556708 [ 260 ] {ad8defea-8109-4f9b-9a8f-15a76c05ec53} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5826 | 2025.04.24 06:41:43.556949 [ 260 ] {ad8defea-8109-4f9b-9a8f-15a76c05ec53} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5827 | 2025.04.24 06:41:43.557165 [ 260 ] {ad8defea-8109-4f9b-9a8f-15a76c05ec53} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001615 sec., 99071.20743034057 rows/sec., 6.90 MiB/sec. | ||
| 5828 | 2025.04.24 06:41:43.557220 [ 260 ] {ad8defea-8109-4f9b-9a8f-15a76c05ec53} <Debug> TCPHandler: Processed in 0.001900273 sec. | ||
| 5829 | 2025.04.24 06:41:43.557341 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5830 | 2025.04.24 06:41:43.557446 [ 260 ] {cb1e0df3-02c3-470d-848d-b4031cf40463} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5831 | 2025.04.24 06:41:43.557516 [ 260 ] {cb1e0df3-02c3-470d-848d-b4031cf40463} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5832 | 2025.04.24 06:41:43.558580 [ 260 ] {cb1e0df3-02c3-470d-848d-b4031cf40463} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5833 | 2025.04.24 06:41:43.558621 [ 260 ] {cb1e0df3-02c3-470d-848d-b4031cf40463} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5834 | 2025.04.24 06:41:43.559263 [ 260 ] {cb1e0df3-02c3-470d-848d-b4031cf40463} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5835 | 2025.04.24 06:41:43.559538 [ 260 ] {cb1e0df3-02c3-470d-848d-b4031cf40463} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5836 | 2025.04.24 06:41:43.559718 [ 148 ] {} <Debug> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5837 | 2025.04.24 06:41:43.559786 [ 148 ] {} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5838 | 2025.04.24 06:41:43.559817 [ 260 ] {cb1e0df3-02c3-470d-848d-b4031cf40463} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002383 sec., 11749.895090222408 rows/sec., 21.06 MiB/sec. | ||
| 5839 | 2025.04.24 06:41:43.559824 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5840 | 2025.04.24 06:41:43.560381 [ 192 ] {186bf897-e03c-453c-939b-7d7f7079b981::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 | ||
| 5841 | 2025.04.24 06:41:43.560578 [ 260 ] {cb1e0df3-02c3-470d-848d-b4031cf40463} <Debug> TCPHandler: Processed in 0.003280383 sec. | ||
| 5842 | 2025.04.24 06:41:43.561117 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5843 | 2025.04.24 06:41:43.561436 [ 260 ] {805b2e2d-e08f-4f27-b982-86714f2fc023} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5844 | 2025.04.24 06:41:43.561567 [ 260 ] {805b2e2d-e08f-4f27-b982-86714f2fc023} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5845 | 2025.04.24 06:41:43.561737 [ 192 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5846 | 2025.04.24 06:41:43.561986 [ 192 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 678 rows starting from the beginning of the part | ||
| 5847 | 2025.04.24 06:41:43.562763 [ 192 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 28 rows starting from the beginning of the part | ||
| 5848 | 2025.04.24 06:41:43.563499 [ 192 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 12 rows starting from the beginning of the part | ||
| 5849 | 2025.04.24 06:41:43.563628 [ 260 ] {805b2e2d-e08f-4f27-b982-86714f2fc023} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5850 | 2025.04.24 06:41:43.563796 [ 260 ] {805b2e2d-e08f-4f27-b982-86714f2fc023} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5851 | 2025.04.24 06:41:43.564045 [ 192 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 28 rows starting from the beginning of the part | ||
| 5852 | 2025.04.24 06:41:43.564729 [ 192 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 12 rows starting from the beginning of the part | ||
| 5853 | 2025.04.24 06:41:43.565394 [ 192 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 28 rows starting from the beginning of the part | ||
| 5854 | 2025.04.24 06:41:43.565561 [ 260 ] {805b2e2d-e08f-4f27-b982-86714f2fc023} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5855 | 2025.04.24 06:41:43.566414 [ 260 ] {805b2e2d-e08f-4f27-b982-86714f2fc023} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5856 | 2025.04.24 06:41:43.566857 [ 260 ] {805b2e2d-e08f-4f27-b982-86714f2fc023} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005494 sec., 10921.004732435385 rows/sec., 753.66 KiB/sec. | ||
| 5857 | 2025.04.24 06:41:43.567063 [ 260 ] {805b2e2d-e08f-4f27-b982-86714f2fc023} <Debug> TCPHandler: Processed in 0.006084807 sec. | ||
| 5858 | 2025.04.24 06:41:43.571150 [ 191 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 786 rows, containing 19 columns (19 merged, 0 gathered) in 0.011160672 sec., 70425.86682952424 rows/sec., 126.20 MiB/sec. | ||
| 5859 | 2025.04.24 06:41:43.571883 [ 200 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5860 | 2025.04.24 06:41:43.572307 [ 200 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5861 | 2025.04.24 06:41:43.572395 [ 200 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5862 | 2025.04.24 06:41:43.572518 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.69 MiB. | ||
| 5863 | 2025.04.24 06:41:46.770504 [ 147 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5864 | 2025.04.24 06:41:46.770607 [ 147 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5865 | 2025.04.24 06:41:46.935177 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14701 | ||
| 5866 | 2025.04.24 06:41:46.935794 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5867 | 2025.04.24 06:41:46.935837 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5868 | 2025.04.24 06:41:46.936368 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5869 | 2025.04.24 06:41:46.936620 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5870 | 2025.04.24 06:41:46.936848 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 5871 | 2025.04.24 06:41:46.996393 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 820 | ||
| 5872 | 2025.04.24 06:41:46.999200 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5873 | 2025.04.24 06:41:46.999242 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5874 | 2025.04.24 06:41:47.001950 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5875 | 2025.04.24 06:41:47.002644 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5876 | 2025.04.24 06:41:47.004148 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.003336855 sec. | ||
| 5877 | 2025.04.24 06:41:47.004632 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 820 | ||
| 5878 | 2025.04.24 06:41:47.905903 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 5879 | 2025.04.24 06:41:47.925007 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5880 | 2025.04.24 06:41:47.925062 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5881 | 2025.04.24 06:41:47.932038 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5882 | 2025.04.24 06:41:47.932810 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5883 | 2025.04.24 06:41:47.935426 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 5884 | 2025.04.24 06:41:48.544796 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5885 | 2025.04.24 06:41:48.545019 [ 260 ] {e342f334-f1e2-48d9-8ac4-0088ec57b951} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5886 | 2025.04.24 06:41:48.545105 [ 260 ] {e342f334-f1e2-48d9-8ac4-0088ec57b951} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5887 | 2025.04.24 06:41:48.545954 [ 260 ] {e342f334-f1e2-48d9-8ac4-0088ec57b951} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5888 | 2025.04.24 06:41:48.546008 [ 260 ] {e342f334-f1e2-48d9-8ac4-0088ec57b951} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5889 | 2025.04.24 06:41:48.546456 [ 260 ] {e342f334-f1e2-48d9-8ac4-0088ec57b951} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 5890 | 2025.04.24 06:41:48.546723 [ 260 ] {e342f334-f1e2-48d9-8ac4-0088ec57b951} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5891 | 2025.04.24 06:41:48.546973 [ 260 ] {e342f334-f1e2-48d9-8ac4-0088ec57b951} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.002003 sec., 39940.08986520219 rows/sec., 3.29 MiB/sec. | ||
| 5892 | 2025.04.24 06:41:48.547081 [ 260 ] {e342f334-f1e2-48d9-8ac4-0088ec57b951} <Debug> TCPHandler: Processed in 0.002482676 sec. | ||
| 5893 | 2025.04.24 06:41:48.547315 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5894 | 2025.04.24 06:41:48.547451 [ 260 ] {6c6169d0-e753-452a-95a8-060b5673c96c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5895 | 2025.04.24 06:41:48.547503 [ 260 ] {6c6169d0-e753-452a-95a8-060b5673c96c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5896 | 2025.04.24 06:41:48.548041 [ 260 ] {6c6169d0-e753-452a-95a8-060b5673c96c} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5897 | 2025.04.24 06:41:48.548083 [ 260 ] {6c6169d0-e753-452a-95a8-060b5673c96c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5898 | 2025.04.24 06:41:48.548444 [ 260 ] {6c6169d0-e753-452a-95a8-060b5673c96c} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5899 | 2025.04.24 06:41:48.548699 [ 260 ] {6c6169d0-e753-452a-95a8-060b5673c96c} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5900 | 2025.04.24 06:41:48.548907 [ 260 ] {6c6169d0-e753-452a-95a8-060b5673c96c} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001484 sec., 8086.253369272236 rows/sec., 608.05 KiB/sec. | ||
| 5901 | 2025.04.24 06:41:48.548963 [ 260 ] {6c6169d0-e753-452a-95a8-060b5673c96c} <Debug> TCPHandler: Processed in 0.001749359 sec. | ||
| 5902 | 2025.04.24 06:41:48.549088 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5903 | 2025.04.24 06:41:48.549195 [ 260 ] {b0c3080d-c11b-4777-85a9-6625c2089a5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5904 | 2025.04.24 06:41:48.549242 [ 260 ] {b0c3080d-c11b-4777-85a9-6625c2089a5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5905 | 2025.04.24 06:41:48.549768 [ 260 ] {b0c3080d-c11b-4777-85a9-6625c2089a5d} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5906 | 2025.04.24 06:41:48.549807 [ 260 ] {b0c3080d-c11b-4777-85a9-6625c2089a5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5907 | 2025.04.24 06:41:48.550165 [ 260 ] {b0c3080d-c11b-4777-85a9-6625c2089a5d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 5908 | 2025.04.24 06:41:48.550439 [ 260 ] {b0c3080d-c11b-4777-85a9-6625c2089a5d} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5909 | 2025.04.24 06:41:48.550645 [ 260 ] {b0c3080d-c11b-4777-85a9-6625c2089a5d} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001473 sec., 51595.38357094365 rows/sec., 4.03 MiB/sec. | ||
| 5910 | 2025.04.24 06:41:48.550697 [ 260 ] {b0c3080d-c11b-4777-85a9-6625c2089a5d} <Debug> TCPHandler: Processed in 0.001661298 sec. | ||
| 5911 | 2025.04.24 06:41:48.550818 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5912 | 2025.04.24 06:41:48.550928 [ 260 ] {0af40645-4f99-4660-b845-4963a9449dab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5913 | 2025.04.24 06:41:48.550978 [ 260 ] {0af40645-4f99-4660-b845-4963a9449dab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5914 | 2025.04.24 06:41:48.551461 [ 260 ] {0af40645-4f99-4660-b845-4963a9449dab} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5915 | 2025.04.24 06:41:48.551499 [ 260 ] {0af40645-4f99-4660-b845-4963a9449dab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5916 | 2025.04.24 06:41:48.551878 [ 260 ] {0af40645-4f99-4660-b845-4963a9449dab} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 5917 | 2025.04.24 06:41:48.552117 [ 260 ] {0af40645-4f99-4660-b845-4963a9449dab} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5918 | 2025.04.24 06:41:48.552311 [ 260 ] {0af40645-4f99-4660-b845-4963a9449dab} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001409 sec., 113555.71327182397 rows/sec., 7.91 MiB/sec. | ||
| 5919 | 2025.04.24 06:41:48.552362 [ 260 ] {0af40645-4f99-4660-b845-4963a9449dab} <Debug> TCPHandler: Processed in 0.001594956 sec. | ||
| 5920 | 2025.04.24 06:41:48.552477 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5921 | 2025.04.24 06:41:48.552581 [ 260 ] {685a9710-3dc1-46e4-8cd9-79f240bc4ea6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5922 | 2025.04.24 06:41:48.552647 [ 260 ] {685a9710-3dc1-46e4-8cd9-79f240bc4ea6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5923 | 2025.04.24 06:41:48.553652 [ 260 ] {685a9710-3dc1-46e4-8cd9-79f240bc4ea6} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5924 | 2025.04.24 06:41:48.553692 [ 260 ] {685a9710-3dc1-46e4-8cd9-79f240bc4ea6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5925 | 2025.04.24 06:41:48.554308 [ 260 ] {685a9710-3dc1-46e4-8cd9-79f240bc4ea6} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5926 | 2025.04.24 06:41:48.554568 [ 260 ] {685a9710-3dc1-46e4-8cd9-79f240bc4ea6} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5927 | 2025.04.24 06:41:48.554827 [ 260 ] {685a9710-3dc1-46e4-8cd9-79f240bc4ea6} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.00226 sec., 5309.734513274337 rows/sec., 9.51 MiB/sec. | ||
| 5928 | 2025.04.24 06:41:48.555120 [ 260 ] {685a9710-3dc1-46e4-8cd9-79f240bc4ea6} <Debug> TCPHandler: Processed in 0.00269029 sec. | ||
| 5929 | 2025.04.24 06:41:48.555420 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5930 | 2025.04.24 06:41:48.555533 [ 260 ] {325ebd31-66bd-4ca1-9d23-2584eb273398} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5931 | 2025.04.24 06:41:48.555582 [ 260 ] {325ebd31-66bd-4ca1-9d23-2584eb273398} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5932 | 2025.04.24 06:41:48.556021 [ 260 ] {325ebd31-66bd-4ca1-9d23-2584eb273398} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5933 | 2025.04.24 06:41:48.556061 [ 260 ] {325ebd31-66bd-4ca1-9d23-2584eb273398} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5934 | 2025.04.24 06:41:48.556437 [ 260 ] {325ebd31-66bd-4ca1-9d23-2584eb273398} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 5935 | 2025.04.24 06:41:48.556679 [ 260 ] {325ebd31-66bd-4ca1-9d23-2584eb273398} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5936 | 2025.04.24 06:41:48.556874 [ 260 ] {325ebd31-66bd-4ca1-9d23-2584eb273398} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001365 sec., 43956.04395604396 rows/sec., 2.96 MiB/sec. | ||
| 5937 | 2025.04.24 06:41:48.556925 [ 260 ] {325ebd31-66bd-4ca1-9d23-2584eb273398} <Debug> TCPHandler: Processed in 0.001587796 sec. | ||
| 5938 | 2025.04.24 06:41:53.556410 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5939 | 2025.04.24 06:41:53.556723 [ 260 ] {c1b2cd9b-2111-4980-a1e1-6969aaad340e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5940 | 2025.04.24 06:41:53.556851 [ 260 ] {c1b2cd9b-2111-4980-a1e1-6969aaad340e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5941 | 2025.04.24 06:41:53.558095 [ 260 ] {c1b2cd9b-2111-4980-a1e1-6969aaad340e} <Trace> oximeter.fields_i16 (6ff42f6f-4885-487d-9a78-1dd7a3795b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5942 | 2025.04.24 06:41:53.558192 [ 260 ] {c1b2cd9b-2111-4980-a1e1-6969aaad340e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5943 | 2025.04.24 06:41:53.558887 [ 260 ] {c1b2cd9b-2111-4980-a1e1-6969aaad340e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5944 | 2025.04.24 06:41:53.559240 [ 260 ] {c1b2cd9b-2111-4980-a1e1-6969aaad340e} <Trace> oximeter.fields_i16 (6ff42f6f-4885-487d-9a78-1dd7a3795b79): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5945 | 2025.04.24 06:41:53.559544 [ 260 ] {c1b2cd9b-2111-4980-a1e1-6969aaad340e} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002897 sec., 8284.432171211598 rows/sec., 703.85 KiB/sec. | ||
| 5946 | 2025.04.24 06:41:53.559718 [ 260 ] {c1b2cd9b-2111-4980-a1e1-6969aaad340e} <Debug> TCPHandler: Processed in 0.00352752 sec. | ||
| 5947 | 2025.04.24 06:41:53.559963 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5948 | 2025.04.24 06:41:53.560111 [ 260 ] {559856ae-7fc0-46cf-8053-272ca68ee490} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5949 | 2025.04.24 06:41:53.560180 [ 260 ] {559856ae-7fc0-46cf-8053-272ca68ee490} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5950 | 2025.04.24 06:41:53.561166 [ 260 ] {559856ae-7fc0-46cf-8053-272ca68ee490} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5951 | 2025.04.24 06:41:53.561217 [ 260 ] {559856ae-7fc0-46cf-8053-272ca68ee490} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5952 | 2025.04.24 06:41:53.561715 [ 260 ] {559856ae-7fc0-46cf-8053-272ca68ee490} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 5953 | 2025.04.24 06:41:53.562136 [ 260 ] {559856ae-7fc0-46cf-8053-272ca68ee490} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5954 | 2025.04.24 06:41:53.562421 [ 260 ] {559856ae-7fc0-46cf-8053-272ca68ee490} <Debug> executeQuery: Read 232 rows, 21.07 KiB in 0.002348 sec., 98807.49574105622 rows/sec., 8.76 MiB/sec. | ||
| 5955 | 2025.04.24 06:41:53.562506 [ 260 ] {559856ae-7fc0-46cf-8053-272ca68ee490} <Debug> TCPHandler: Processed in 0.002613869 sec. | ||
| 5956 | 2025.04.24 06:41:53.562776 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5957 | 2025.04.24 06:41:53.562913 [ 260 ] {8cc84531-95cd-4b9c-8dfc-a8ea37c4cae3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5958 | 2025.04.24 06:41:53.562977 [ 260 ] {8cc84531-95cd-4b9c-8dfc-a8ea37c4cae3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5959 | 2025.04.24 06:41:53.563756 [ 260 ] {8cc84531-95cd-4b9c-8dfc-a8ea37c4cae3} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5960 | 2025.04.24 06:41:53.563806 [ 260 ] {8cc84531-95cd-4b9c-8dfc-a8ea37c4cae3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5961 | 2025.04.24 06:41:53.564326 [ 260 ] {8cc84531-95cd-4b9c-8dfc-a8ea37c4cae3} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5962 | 2025.04.24 06:41:53.564739 [ 260 ] {8cc84531-95cd-4b9c-8dfc-a8ea37c4cae3} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5963 | 2025.04.24 06:41:53.565054 [ 260 ] {8cc84531-95cd-4b9c-8dfc-a8ea37c4cae3} <Debug> executeQuery: Read 40 rows, 3.07 KiB in 0.002173 sec., 18407.731247123793 rows/sec., 1.38 MiB/sec. | ||
| 5964 | 2025.04.24 06:41:53.565141 [ 260 ] {8cc84531-95cd-4b9c-8dfc-a8ea37c4cae3} <Debug> TCPHandler: Processed in 0.002434405 sec. | ||
| 5965 | 2025.04.24 06:41:53.565338 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5966 | 2025.04.24 06:41:53.565497 [ 260 ] {d2ea7046-c0a0-4491-949e-989d501a563a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5967 | 2025.04.24 06:41:53.565579 [ 260 ] {d2ea7046-c0a0-4491-949e-989d501a563a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5968 | 2025.04.24 06:41:53.566403 [ 260 ] {d2ea7046-c0a0-4491-949e-989d501a563a} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5969 | 2025.04.24 06:41:53.566459 [ 260 ] {d2ea7046-c0a0-4491-949e-989d501a563a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5970 | 2025.04.24 06:41:53.566999 [ 260 ] {d2ea7046-c0a0-4491-949e-989d501a563a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5971 | 2025.04.24 06:41:53.567382 [ 260 ] {d2ea7046-c0a0-4491-949e-989d501a563a} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5972 | 2025.04.24 06:41:53.567693 [ 260 ] {d2ea7046-c0a0-4491-949e-989d501a563a} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002224 sec., 10791.366906474821 rows/sec., 916.84 KiB/sec. | ||
| 5973 | 2025.04.24 06:41:53.567814 [ 260 ] {d2ea7046-c0a0-4491-949e-989d501a563a} <Debug> TCPHandler: Processed in 0.002537637 sec. | ||
| 5974 | 2025.04.24 06:41:53.568081 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5975 | 2025.04.24 06:41:53.568227 [ 260 ] {773df477-8a0e-4de8-b376-eabfde809689} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5976 | 2025.04.24 06:41:53.568294 [ 260 ] {773df477-8a0e-4de8-b376-eabfde809689} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5977 | 2025.04.24 06:41:53.569072 [ 260 ] {773df477-8a0e-4de8-b376-eabfde809689} <Trace> oximeter.fields_u8 (788ec107-c6c7-4ecf-8eae-6c824e50a883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5978 | 2025.04.24 06:41:53.569126 [ 260 ] {773df477-8a0e-4de8-b376-eabfde809689} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5979 | 2025.04.24 06:41:53.570137 [ 260 ] {773df477-8a0e-4de8-b376-eabfde809689} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5980 | 2025.04.24 06:41:53.570551 [ 260 ] {773df477-8a0e-4de8-b376-eabfde809689} <Trace> oximeter.fields_u8 (788ec107-c6c7-4ecf-8eae-6c824e50a883): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5981 | 2025.04.24 06:41:53.570927 [ 260 ] {773df477-8a0e-4de8-b376-eabfde809689} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.002736 sec., 4385.964912280701 rows/sec., 342.65 KiB/sec. | ||
| 5982 | 2025.04.24 06:41:53.571016 [ 260 ] {773df477-8a0e-4de8-b376-eabfde809689} <Debug> TCPHandler: Processed in 0.003017859 sec. | ||
| 5983 | 2025.04.24 06:41:53.571203 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5984 | 2025.04.24 06:41:53.571357 [ 260 ] {8dfea3ba-6518-4a55-90c2-58e37ecf02a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5985 | 2025.04.24 06:41:53.571426 [ 260 ] {8dfea3ba-6518-4a55-90c2-58e37ecf02a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5986 | 2025.04.24 06:41:53.573783 [ 260 ] {8dfea3ba-6518-4a55-90c2-58e37ecf02a6} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5987 | 2025.04.24 06:41:53.573844 [ 260 ] {8dfea3ba-6518-4a55-90c2-58e37ecf02a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5988 | 2025.04.24 06:41:53.574398 [ 260 ] {8dfea3ba-6518-4a55-90c2-58e37ecf02a6} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 5989 | 2025.04.24 06:41:53.574748 [ 260 ] {8dfea3ba-6518-4a55-90c2-58e37ecf02a6} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5990 | 2025.04.24 06:41:53.575014 [ 260 ] {8dfea3ba-6518-4a55-90c2-58e37ecf02a6} <Debug> executeQuery: Read 128 rows, 10.62 KiB in 0.003694 sec., 34650.785056848945 rows/sec., 2.81 MiB/sec. | ||
| 5991 | 2025.04.24 06:41:53.575091 [ 260 ] {8dfea3ba-6518-4a55-90c2-58e37ecf02a6} <Debug> TCPHandler: Processed in 0.003955479 sec. | ||
| 5992 | 2025.04.24 06:41:53.575267 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5993 | 2025.04.24 06:41:53.575403 [ 260 ] {9640700b-0ece-42ef-8377-74f0507a4c7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5994 | 2025.04.24 06:41:53.575468 [ 260 ] {9640700b-0ece-42ef-8377-74f0507a4c7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5995 | 2025.04.24 06:41:53.576190 [ 260 ] {9640700b-0ece-42ef-8377-74f0507a4c7e} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5996 | 2025.04.24 06:41:53.576239 [ 260 ] {9640700b-0ece-42ef-8377-74f0507a4c7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5997 | 2025.04.24 06:41:53.576753 [ 260 ] {9640700b-0ece-42ef-8377-74f0507a4c7e} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 5998 | 2025.04.24 06:41:53.577092 [ 260 ] {9640700b-0ece-42ef-8377-74f0507a4c7e} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5999 | 2025.04.24 06:41:53.577374 [ 260 ] {9640700b-0ece-42ef-8377-74f0507a4c7e} <Debug> executeQuery: Read 196 rows, 14.40 KiB in 0.002002 sec., 97902.09790209791 rows/sec., 7.02 MiB/sec. | ||
| 6000 | 2025.04.24 06:41:53.577496 [ 260 ] {9640700b-0ece-42ef-8377-74f0507a4c7e} <Debug> TCPHandler: Processed in 0.002293441 sec. | ||
| 6001 | 2025.04.24 06:41:53.577734 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6002 | 2025.04.24 06:41:53.577873 [ 260 ] {d49dd263-134c-4f7d-8e1f-9c3b827be06d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6003 | 2025.04.24 06:41:53.577971 [ 260 ] {d49dd263-134c-4f7d-8e1f-9c3b827be06d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6004 | 2025.04.24 06:41:53.579636 [ 260 ] {d49dd263-134c-4f7d-8e1f-9c3b827be06d} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6005 | 2025.04.24 06:41:53.579687 [ 260 ] {d49dd263-134c-4f7d-8e1f-9c3b827be06d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6006 | 2025.04.24 06:41:53.580608 [ 260 ] {d49dd263-134c-4f7d-8e1f-9c3b827be06d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6007 | 2025.04.24 06:41:53.580989 [ 260 ] {d49dd263-134c-4f7d-8e1f-9c3b827be06d} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6008 | 2025.04.24 06:41:53.581317 [ 260 ] {d49dd263-134c-4f7d-8e1f-9c3b827be06d} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.003473 sec., 8062.19406852865 rows/sec., 14.45 MiB/sec. | ||
| 6009 | 2025.04.24 06:41:53.581508 [ 260 ] {d49dd263-134c-4f7d-8e1f-9c3b827be06d} <Debug> TCPHandler: Processed in 0.003863387 sec. | ||
| 6010 | 2025.04.24 06:41:53.581705 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6011 | 2025.04.24 06:41:53.581839 [ 260 ] {6801d27d-e550-4ba2-b03d-35c2204db67e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6012 | 2025.04.24 06:41:53.581903 [ 260 ] {6801d27d-e550-4ba2-b03d-35c2204db67e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6013 | 2025.04.24 06:41:53.582617 [ 260 ] {6801d27d-e550-4ba2-b03d-35c2204db67e} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6014 | 2025.04.24 06:41:53.582669 [ 260 ] {6801d27d-e550-4ba2-b03d-35c2204db67e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6015 | 2025.04.24 06:41:53.583191 [ 260 ] {6801d27d-e550-4ba2-b03d-35c2204db67e} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6016 | 2025.04.24 06:41:53.583579 [ 260 ] {6801d27d-e550-4ba2-b03d-35c2204db67e} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6017 | 2025.04.24 06:41:53.583872 [ 260 ] {6801d27d-e550-4ba2-b03d-35c2204db67e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002055 sec., 29197.080291970804 rows/sec., 1.97 MiB/sec. | ||
| 6018 | 2025.04.24 06:41:53.584001 [ 260 ] {6801d27d-e550-4ba2-b03d-35c2204db67e} <Debug> TCPHandler: Processed in 0.002359763 sec. | ||
| 6019 | 2025.04.24 06:41:54.437762 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15189 | ||
| 6020 | 2025.04.24 06:41:54.438409 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6021 | 2025.04.24 06:41:54.438455 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6022 | 2025.04.24 06:41:54.439029 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6023 | 2025.04.24 06:41:54.439294 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6024 | 2025.04.24 06:41:54.439597 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189 | ||
| 6025 | 2025.04.24 06:41:55.436293 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 6026 | 2025.04.24 06:41:55.456208 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6027 | 2025.04.24 06:41:55.456277 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6028 | 2025.04.24 06:41:55.463459 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6029 | 2025.04.24 06:41:55.464237 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6030 | 2025.04.24 06:41:55.468314 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 6031 | 2025.04.24 06:41:57.005580 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 850 | ||
| 6032 | 2025.04.24 06:41:57.008496 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6033 | 2025.04.24 06:41:57.008545 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6034 | 2025.04.24 06:41:57.009968 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6035 | 2025.04.24 06:41:57.010273 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6036 | 2025.04.24 06:41:57.011356 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 850 | ||
| 6037 | 2025.04.24 06:41:58.544905 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6038 | 2025.04.24 06:41:58.545176 [ 260 ] {7ba53648-1720-4b42-958e-bed1a686c08c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6039 | 2025.04.24 06:41:58.545283 [ 260 ] {7ba53648-1720-4b42-958e-bed1a686c08c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6040 | 2025.04.24 06:41:58.546249 [ 260 ] {7ba53648-1720-4b42-958e-bed1a686c08c} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6041 | 2025.04.24 06:41:58.546299 [ 260 ] {7ba53648-1720-4b42-958e-bed1a686c08c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6042 | 2025.04.24 06:41:58.546735 [ 260 ] {7ba53648-1720-4b42-958e-bed1a686c08c} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6043 | 2025.04.24 06:41:58.546994 [ 260 ] {7ba53648-1720-4b42-958e-bed1a686c08c} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6044 | 2025.04.24 06:41:58.547199 [ 137 ] {} <Debug> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6045 | 2025.04.24 06:41:58.547225 [ 260 ] {7ba53648-1720-4b42-958e-bed1a686c08c} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.002126 sec., 37629.35089369708 rows/sec., 3.10 MiB/sec. | ||
| 6046 | 2025.04.24 06:41:58.547282 [ 137 ] {} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6047 | 2025.04.24 06:41:58.547354 [ 260 ] {7ba53648-1720-4b42-958e-bed1a686c08c} <Debug> TCPHandler: Processed in 0.00261563 sec. | ||
| 6048 | 2025.04.24 06:41:58.547358 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6049 | 2025.04.24 06:41:58.547536 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6050 | 2025.04.24 06:41:58.547560 [ 193 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::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 | ||
| 6051 | 2025.04.24 06:41:58.547735 [ 260 ] {41f17647-6c35-43ca-949e-3116e1dd865e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6052 | 2025.04.24 06:41:58.547851 [ 260 ] {41f17647-6c35-43ca-949e-3116e1dd865e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6053 | 2025.04.24 06:41:58.547896 [ 193 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6054 | 2025.04.24 06:41:58.548008 [ 193 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1966 rows starting from the beginning of the part | ||
| 6055 | 2025.04.24 06:41:58.548312 [ 193 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 56 rows starting from the beginning of the part | ||
| 6056 | 2025.04.24 06:41:58.548648 [ 193 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 112 rows starting from the beginning of the part | ||
| 6057 | 2025.04.24 06:41:58.549041 [ 193 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 80 rows starting from the beginning of the part | ||
| 6058 | 2025.04.24 06:41:58.549384 [ 193 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 232 rows starting from the beginning of the part | ||
| 6059 | 2025.04.24 06:41:58.549678 [ 193 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 80 rows starting from the beginning of the part | ||
| 6060 | 2025.04.24 06:41:58.551016 [ 260 ] {41f17647-6c35-43ca-949e-3116e1dd865e} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6061 | 2025.04.24 06:41:58.551083 [ 260 ] {41f17647-6c35-43ca-949e-3116e1dd865e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6062 | 2025.04.24 06:41:58.552214 [ 260 ] {41f17647-6c35-43ca-949e-3116e1dd865e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6063 | 2025.04.24 06:41:58.552618 [ 260 ] {41f17647-6c35-43ca-949e-3116e1dd865e} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6064 | 2025.04.24 06:41:58.553035 [ 260 ] {41f17647-6c35-43ca-949e-3116e1dd865e} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.005338 sec., 2248.0329711502436 rows/sec., 169.04 KiB/sec. | ||
| 6065 | 2025.04.24 06:41:58.553365 [ 260 ] {41f17647-6c35-43ca-949e-3116e1dd865e} <Debug> TCPHandler: Processed in 0.005892603 sec. | ||
| 6066 | 2025.04.24 06:41:58.553447 [ 191 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2526 rows, containing 5 columns (5 merged, 0 gathered) in 0.005951295 sec., 424445.435825312 rows/sec., 36.69 MiB/sec. | ||
| 6067 | 2025.04.24 06:41:58.553639 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6068 | 2025.04.24 06:41:58.553800 [ 260 ] {ce124ebe-40dc-44dc-853c-d592f0d911c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6069 | 2025.04.24 06:41:58.553826 [ 188 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6070 | 2025.04.24 06:41:58.553869 [ 260 ] {ce124ebe-40dc-44dc-853c-d592f0d911c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6071 | 2025.04.24 06:41:58.554562 [ 188 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_51_10} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6072 | 2025.04.24 06:41:58.554689 [ 188 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_51_10} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6073 | 2025.04.24 06:41:58.554897 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 6074 | 2025.04.24 06:41:58.555076 [ 260 ] {ce124ebe-40dc-44dc-853c-d592f0d911c7} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6075 | 2025.04.24 06:41:58.555122 [ 260 ] {ce124ebe-40dc-44dc-853c-d592f0d911c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6076 | 2025.04.24 06:41:58.555499 [ 260 ] {ce124ebe-40dc-44dc-853c-d592f0d911c7} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6077 | 2025.04.24 06:41:58.555743 [ 260 ] {ce124ebe-40dc-44dc-853c-d592f0d911c7} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6078 | 2025.04.24 06:41:58.555919 [ 137 ] {} <Debug> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6079 | 2025.04.24 06:41:58.555983 [ 260 ] {ce124ebe-40dc-44dc-853c-d592f0d911c7} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.002226 sec., 34141.95867026055 rows/sec., 2.67 MiB/sec. | ||
| 6080 | 2025.04.24 06:41:58.555983 [ 137 ] {} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6081 | 2025.04.24 06:41:58.556077 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6082 | 2025.04.24 06:41:58.556129 [ 260 ] {ce124ebe-40dc-44dc-853c-d592f0d911c7} <Debug> TCPHandler: Processed in 0.002546237 sec. | ||
| 6083 | 2025.04.24 06:41:58.556485 [ 196 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::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 | ||
| 6084 | 2025.04.24 06:41:58.556506 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6085 | 2025.04.24 06:41:58.557072 [ 196 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6086 | 2025.04.24 06:41:58.557131 [ 260 ] {94b26684-5a24-4ca0-957d-4074aacabbc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6087 | 2025.04.24 06:41:58.557207 [ 196 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 950 rows starting from the beginning of the part | ||
| 6088 | 2025.04.24 06:41:58.557346 [ 260 ] {94b26684-5a24-4ca0-957d-4074aacabbc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6089 | 2025.04.24 06:41:58.557537 [ 196 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 64 rows starting from the beginning of the part | ||
| 6090 | 2025.04.24 06:41:58.557872 [ 196 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 92 rows starting from the beginning of the part | ||
| 6091 | 2025.04.24 06:41:58.558191 [ 196 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 76 rows starting from the beginning of the part | ||
| 6092 | 2025.04.24 06:41:58.558506 [ 196 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 128 rows starting from the beginning of the part | ||
| 6093 | 2025.04.24 06:41:58.558847 [ 196 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 76 rows starting from the beginning of the part | ||
| 6094 | 2025.04.24 06:41:58.560148 [ 260 ] {94b26684-5a24-4ca0-957d-4074aacabbc5} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6095 | 2025.04.24 06:41:58.560221 [ 260 ] {94b26684-5a24-4ca0-957d-4074aacabbc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6096 | 2025.04.24 06:41:58.561317 [ 260 ] {94b26684-5a24-4ca0-957d-4074aacabbc5} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6097 | 2025.04.24 06:41:58.561872 [ 260 ] {94b26684-5a24-4ca0-957d-4074aacabbc5} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6098 | 2025.04.24 06:41:58.561911 [ 188 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1386 rows, containing 5 columns (5 merged, 0 gathered) in 0.005708419 sec., 242799.2759466325 rows/sec., 19.14 MiB/sec. | ||
| 6099 | 2025.04.24 06:41:58.562114 [ 137 ] {} <Debug> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6100 | 2025.04.24 06:41:58.562212 [ 137 ] {} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6101 | 2025.04.24 06:41:58.562234 [ 188 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6102 | 2025.04.24 06:41:58.562295 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6103 | 2025.04.24 06:41:58.562506 [ 260 ] {94b26684-5a24-4ca0-957d-4074aacabbc5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005516 sec., 29006.526468455402 rows/sec., 2.02 MiB/sec. | ||
| 6104 | 2025.04.24 06:41:58.562901 [ 195 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 6105 | 2025.04.24 06:41:58.563562 [ 188 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_51_10} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6106 | 2025.04.24 06:41:58.563575 [ 260 ] {94b26684-5a24-4ca0-957d-4074aacabbc5} <Debug> TCPHandler: Processed in 0.007182472 sec. | ||
| 6107 | 2025.04.24 06:41:58.563625 [ 195 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6108 | 2025.04.24 06:41:58.563809 [ 195 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14662 rows starting from the beginning of the part | ||
| 6109 | 2025.04.24 06:41:58.564027 [ 188 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_51_10} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6110 | 2025.04.24 06:41:58.564375 [ 195 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 42 rows starting from the beginning of the part | ||
| 6111 | 2025.04.24 06:41:58.564541 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
| 6112 | 2025.04.24 06:41:58.564744 [ 195 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 6113 | 2025.04.24 06:41:58.564763 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6114 | 2025.04.24 06:41:58.565099 [ 195 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 160 rows starting from the beginning of the part | ||
| 6115 | 2025.04.24 06:41:58.565208 [ 260 ] {ec3287ce-e1a2-426a-88de-25e6ea2751b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6116 | 2025.04.24 06:41:58.565379 [ 195 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 196 rows starting from the beginning of the part | ||
| 6117 | 2025.04.24 06:41:58.565593 [ 260 ] {ec3287ce-e1a2-426a-88de-25e6ea2751b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6118 | 2025.04.24 06:41:58.565774 [ 195 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 6119 | 2025.04.24 06:41:58.569039 [ 260 ] {ec3287ce-e1a2-426a-88de-25e6ea2751b8} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6120 | 2025.04.24 06:41:58.569113 [ 260 ] {ec3287ce-e1a2-426a-88de-25e6ea2751b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6121 | 2025.04.24 06:41:58.570945 [ 260 ] {ec3287ce-e1a2-426a-88de-25e6ea2751b8} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6122 | 2025.04.24 06:41:58.571265 [ 260 ] {ec3287ce-e1a2-426a-88de-25e6ea2751b8} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6123 | 2025.04.24 06:41:58.571915 [ 260 ] {ec3287ce-e1a2-426a-88de-25e6ea2751b8} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.006831 sec., 1756.6974088713218 rows/sec., 3.15 MiB/sec. | ||
| 6124 | 2025.04.24 06:41:58.572025 [ 260 ] {ec3287ce-e1a2-426a-88de-25e6ea2751b8} <Debug> TCPHandler: Processed in 0.007607522 sec. | ||
| 6125 | 2025.04.24 06:41:58.572169 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6126 | 2025.04.24 06:41:58.572283 [ 260 ] {84ed2995-69bb-4d92-b38a-29043c121008} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6127 | 2025.04.24 06:41:58.572361 [ 260 ] {84ed2995-69bb-4d92-b38a-29043c121008} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6128 | 2025.04.24 06:41:58.573150 [ 260 ] {84ed2995-69bb-4d92-b38a-29043c121008} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6129 | 2025.04.24 06:41:58.573191 [ 260 ] {84ed2995-69bb-4d92-b38a-29043c121008} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6130 | 2025.04.24 06:41:58.573750 [ 260 ] {84ed2995-69bb-4d92-b38a-29043c121008} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6131 | 2025.04.24 06:41:58.574088 [ 195 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15380 rows, containing 5 columns (5 merged, 0 gathered) in 0.011624002 sec., 1323124.3422015929 rows/sec., 90.64 MiB/sec. | ||
| 6132 | 2025.04.24 06:41:58.574228 [ 260 ] {84ed2995-69bb-4d92-b38a-29043c121008} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6133 | 2025.04.24 06:41:58.574407 [ 137 ] {} <Debug> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6134 | 2025.04.24 06:41:58.574476 [ 137 ] {} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6135 | 2025.04.24 06:41:58.574514 [ 260 ] {84ed2995-69bb-4d92-b38a-29043c121008} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002248 sec., 26690.391459074734 rows/sec., 1.80 MiB/sec. | ||
| 6136 | 2025.04.24 06:41:58.574520 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6137 | 2025.04.24 06:41:58.574806 [ 260 ] {84ed2995-69bb-4d92-b38a-29043c121008} <Debug> TCPHandler: Processed in 0.00269132 sec. | ||
| 6138 | 2025.04.24 06:41:58.574935 [ 188 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6139 | 2025.04.24 06:41:58.574999 [ 198 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 6140 | 2025.04.24 06:41:58.575621 [ 198 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6141 | 2025.04.24 06:41:58.575737 [ 198 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2584 rows starting from the beginning of the part | ||
| 6142 | 2025.04.24 06:41:58.576056 [ 198 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 6143 | 2025.04.24 06:41:58.576180 [ 188 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6144 | 2025.04.24 06:41:58.576368 [ 198 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 6145 | 2025.04.24 06:41:58.576439 [ 188 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6146 | 2025.04.24 06:41:58.576528 [ 198 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part | ||
| 6147 | 2025.04.24 06:41:58.576771 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.79 MiB. | ||
| 6148 | 2025.04.24 06:41:58.576909 [ 198 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part | ||
| 6149 | 2025.04.24 06:41:58.577002 [ 198 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 6150 | 2025.04.24 06:41:58.578537 [ 201 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2840 rows, containing 4 columns (4 merged, 0 gathered) in 0.003854037 sec., 736889.6562228126 rows/sec., 49.50 MiB/sec. | ||
| 6151 | 2025.04.24 06:41:58.578786 [ 188 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6152 | 2025.04.24 06:41:58.579073 [ 188 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_51_10} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6153 | 2025.04.24 06:41:58.579156 [ 188 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_51_10} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6154 | 2025.04.24 06:41:58.579239 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
| 6155 | 2025.04.24 06:41:59.000200 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 203.24 MiB, peak 210.25 MiB, free memory in arenas 0.00 B, will set to 204.45 MiB (RSS), difference: 1.21 MiB | ||
| 6156 | 2025.04.24 06:42:01.770660 [ 132 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6157 | 2025.04.24 06:42:01.770715 [ 132 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6158 | 2025.04.24 06:42:01.939884 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15616 | ||
| 6159 | 2025.04.24 06:42:01.940506 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6160 | 2025.04.24 06:42:01.940551 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6161 | 2025.04.24 06:42:01.941068 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6162 | 2025.04.24 06:42:01.941310 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6163 | 2025.04.24 06:42:01.941529 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 6164 | 2025.04.24 06:42:02.968548 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 6165 | 2025.04.24 06:42:02.988882 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6166 | 2025.04.24 06:42:02.988940 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6167 | 2025.04.24 06:42:02.996148 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6168 | 2025.04.24 06:42:02.996928 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6169 | 2025.04.24 06:42:02.999693 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 6170 | 2025.04.24 06:42:03.546196 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6171 | 2025.04.24 06:42:03.546503 [ 260 ] {a433b6bb-d24c-4860-be05-8fa23ea687ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6172 | 2025.04.24 06:42:03.546622 [ 260 ] {a433b6bb-d24c-4860-be05-8fa23ea687ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6173 | 2025.04.24 06:42:03.547723 [ 260 ] {a433b6bb-d24c-4860-be05-8fa23ea687ca} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6174 | 2025.04.24 06:42:03.547774 [ 260 ] {a433b6bb-d24c-4860-be05-8fa23ea687ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6175 | 2025.04.24 06:42:03.548233 [ 260 ] {a433b6bb-d24c-4860-be05-8fa23ea687ca} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6176 | 2025.04.24 06:42:03.548492 [ 260 ] {a433b6bb-d24c-4860-be05-8fa23ea687ca} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6177 | 2025.04.24 06:42:03.548739 [ 260 ] {a433b6bb-d24c-4860-be05-8fa23ea687ca} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.002317 sec., 48338.36858006042 rows/sec., 4.06 MiB/sec. | ||
| 6178 | 2025.04.24 06:42:03.548861 [ 260 ] {a433b6bb-d24c-4860-be05-8fa23ea687ca} <Debug> TCPHandler: Processed in 0.002853474 sec. | ||
| 6179 | 2025.04.24 06:42:03.549062 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6180 | 2025.04.24 06:42:03.549366 [ 260 ] {0f49839b-65b5-4f97-afd7-7a5911f23521} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6181 | 2025.04.24 06:42:03.549441 [ 260 ] {0f49839b-65b5-4f97-afd7-7a5911f23521} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6182 | 2025.04.24 06:42:03.549980 [ 260 ] {0f49839b-65b5-4f97-afd7-7a5911f23521} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6183 | 2025.04.24 06:42:03.550019 [ 260 ] {0f49839b-65b5-4f97-afd7-7a5911f23521} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6184 | 2025.04.24 06:42:03.550366 [ 260 ] {0f49839b-65b5-4f97-afd7-7a5911f23521} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6185 | 2025.04.24 06:42:03.550604 [ 260 ] {0f49839b-65b5-4f97-afd7-7a5911f23521} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6186 | 2025.04.24 06:42:03.550796 [ 260 ] {0f49839b-65b5-4f97-afd7-7a5911f23521} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001527 sec., 18336.6077275704 rows/sec., 1.35 MiB/sec. | ||
| 6187 | 2025.04.24 06:42:03.550890 [ 260 ] {0f49839b-65b5-4f97-afd7-7a5911f23521} <Debug> TCPHandler: Processed in 0.001921443 sec. | ||
| 6188 | 2025.04.24 06:42:03.551108 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6189 | 2025.04.24 06:42:03.551225 [ 260 ] {2a34db0e-d00e-4d3d-885c-e004b9e665b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6190 | 2025.04.24 06:42:03.551270 [ 260 ] {2a34db0e-d00e-4d3d-885c-e004b9e665b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6191 | 2025.04.24 06:42:03.551850 [ 260 ] {2a34db0e-d00e-4d3d-885c-e004b9e665b5} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6192 | 2025.04.24 06:42:03.551889 [ 260 ] {2a34db0e-d00e-4d3d-885c-e004b9e665b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6193 | 2025.04.24 06:42:03.552236 [ 260 ] {2a34db0e-d00e-4d3d-885c-e004b9e665b5} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6194 | 2025.04.24 06:42:03.552489 [ 260 ] {2a34db0e-d00e-4d3d-885c-e004b9e665b5} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6195 | 2025.04.24 06:42:03.552649 [ 260 ] {2a34db0e-d00e-4d3d-885c-e004b9e665b5} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001446 sec., 63623.789764868605 rows/sec., 4.97 MiB/sec. | ||
| 6196 | 2025.04.24 06:42:03.552698 [ 260 ] {2a34db0e-d00e-4d3d-885c-e004b9e665b5} <Debug> TCPHandler: Processed in 0.001685338 sec. | ||
| 6197 | 2025.04.24 06:42:03.552815 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6198 | 2025.04.24 06:42:03.552920 [ 260 ] {569598f4-51d6-4336-ba32-7b84e053b7f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6199 | 2025.04.24 06:42:03.552967 [ 260 ] {569598f4-51d6-4336-ba32-7b84e053b7f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6200 | 2025.04.24 06:42:03.553493 [ 260 ] {569598f4-51d6-4336-ba32-7b84e053b7f8} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6201 | 2025.04.24 06:42:03.553530 [ 260 ] {569598f4-51d6-4336-ba32-7b84e053b7f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6202 | 2025.04.24 06:42:03.553914 [ 260 ] {569598f4-51d6-4336-ba32-7b84e053b7f8} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6203 | 2025.04.24 06:42:03.554154 [ 260 ] {569598f4-51d6-4336-ba32-7b84e053b7f8} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6204 | 2025.04.24 06:42:03.554353 [ 260 ] {569598f4-51d6-4336-ba32-7b84e053b7f8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001451 sec., 110268.78015161958 rows/sec., 7.68 MiB/sec. | ||
| 6205 | 2025.04.24 06:42:03.554414 [ 260 ] {569598f4-51d6-4336-ba32-7b84e053b7f8} <Debug> TCPHandler: Processed in 0.001650217 sec. | ||
| 6206 | 2025.04.24 06:42:03.554652 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6207 | 2025.04.24 06:42:03.554792 [ 260 ] {cd033c01-07eb-4d0e-b896-f59a49fc3e85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6208 | 2025.04.24 06:42:03.554892 [ 260 ] {cd033c01-07eb-4d0e-b896-f59a49fc3e85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6209 | 2025.04.24 06:42:03.555988 [ 260 ] {cd033c01-07eb-4d0e-b896-f59a49fc3e85} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6210 | 2025.04.24 06:42:03.556026 [ 260 ] {cd033c01-07eb-4d0e-b896-f59a49fc3e85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6211 | 2025.04.24 06:42:03.556646 [ 260 ] {cd033c01-07eb-4d0e-b896-f59a49fc3e85} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6212 | 2025.04.24 06:42:03.556901 [ 260 ] {cd033c01-07eb-4d0e-b896-f59a49fc3e85} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6213 | 2025.04.24 06:42:03.557092 [ 260 ] {cd033c01-07eb-4d0e-b896-f59a49fc3e85} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002322 sec., 12058.570198105082 rows/sec., 21.61 MiB/sec. | ||
| 6214 | 2025.04.24 06:42:03.557190 [ 260 ] {cd033c01-07eb-4d0e-b896-f59a49fc3e85} <Debug> TCPHandler: Processed in 0.002635589 sec. | ||
| 6215 | 2025.04.24 06:42:03.557325 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6216 | 2025.04.24 06:42:03.557429 [ 260 ] {24636b8d-cb1c-4cec-9b0c-d332a598f14b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6217 | 2025.04.24 06:42:03.557474 [ 260 ] {24636b8d-cb1c-4cec-9b0c-d332a598f14b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6218 | 2025.04.24 06:42:03.557883 [ 260 ] {24636b8d-cb1c-4cec-9b0c-d332a598f14b} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6219 | 2025.04.24 06:42:03.557920 [ 260 ] {24636b8d-cb1c-4cec-9b0c-d332a598f14b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6220 | 2025.04.24 06:42:03.558274 [ 260 ] {24636b8d-cb1c-4cec-9b0c-d332a598f14b} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6221 | 2025.04.24 06:42:03.558520 [ 260 ] {24636b8d-cb1c-4cec-9b0c-d332a598f14b} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6222 | 2025.04.24 06:42:03.558694 [ 260 ] {24636b8d-cb1c-4cec-9b0c-d332a598f14b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001286 sec., 46656.29860031104 rows/sec., 3.14 MiB/sec. | ||
| 6223 | 2025.04.24 06:42:03.558748 [ 260 ] {24636b8d-cb1c-4cec-9b0c-d332a598f14b} <Debug> TCPHandler: Processed in 0.001479113 sec. | ||
| 6224 | 2025.04.24 06:42:06.663907 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6225 | 2025.04.24 06:42:06.664131 [ 260 ] {79fb23bc-eec3-46bd-9525-ad5d54f6d4c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6226 | 2025.04.24 06:42:06.664211 [ 260 ] {79fb23bc-eec3-46bd-9525-ad5d54f6d4c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6227 | 2025.04.24 06:42:06.664990 [ 260 ] {79fb23bc-eec3-46bd-9525-ad5d54f6d4c5} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6228 | 2025.04.24 06:42:06.665038 [ 260 ] {79fb23bc-eec3-46bd-9525-ad5d54f6d4c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6229 | 2025.04.24 06:42:06.665460 [ 260 ] {79fb23bc-eec3-46bd-9525-ad5d54f6d4c5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 6230 | 2025.04.24 06:42:06.665744 [ 260 ] {79fb23bc-eec3-46bd-9525-ad5d54f6d4c5} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6231 | 2025.04.24 06:42:06.666017 [ 260 ] {79fb23bc-eec3-46bd-9525-ad5d54f6d4c5} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001934 sec., 7238.8831437435365 rows/sec., 590.28 KiB/sec. | ||
| 6232 | 2025.04.24 06:42:06.666220 [ 260 ] {79fb23bc-eec3-46bd-9525-ad5d54f6d4c5} <Debug> TCPHandler: Processed in 0.002453326 sec. | ||
| 6233 | 2025.04.24 06:42:06.666357 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6234 | 2025.04.24 06:42:06.666460 [ 260 ] {6448823b-4c3a-4d5b-855c-3ea9c0954f97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6235 | 2025.04.24 06:42:06.666505 [ 260 ] {6448823b-4c3a-4d5b-855c-3ea9c0954f97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6236 | 2025.04.24 06:42:06.667663 [ 260 ] {6448823b-4c3a-4d5b-855c-3ea9c0954f97} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6237 | 2025.04.24 06:42:06.667703 [ 260 ] {6448823b-4c3a-4d5b-855c-3ea9c0954f97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6238 | 2025.04.24 06:42:06.668136 [ 260 ] {6448823b-4c3a-4d5b-855c-3ea9c0954f97} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6239 | 2025.04.24 06:42:06.668376 [ 260 ] {6448823b-4c3a-4d5b-855c-3ea9c0954f97} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6240 | 2025.04.24 06:42:06.668585 [ 260 ] {6448823b-4c3a-4d5b-855c-3ea9c0954f97} <Debug> executeQuery: Read 1227 rows, 103.38 KiB in 0.002145 sec., 572027.972027972 rows/sec., 47.06 MiB/sec. | ||
| 6241 | 2025.04.24 06:42:06.668645 [ 260 ] {6448823b-4c3a-4d5b-855c-3ea9c0954f97} <Debug> TCPHandler: Processed in 0.002339062 sec. | ||
| 6242 | 2025.04.24 06:42:06.668793 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6243 | 2025.04.24 06:42:06.668898 [ 260 ] {4a1c8a3b-5664-4123-afe7-d3d43dcbf288} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6244 | 2025.04.24 06:42:06.668943 [ 260 ] {4a1c8a3b-5664-4123-afe7-d3d43dcbf288} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6245 | 2025.04.24 06:42:06.669457 [ 260 ] {4a1c8a3b-5664-4123-afe7-d3d43dcbf288} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6246 | 2025.04.24 06:42:06.669494 [ 260 ] {4a1c8a3b-5664-4123-afe7-d3d43dcbf288} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6247 | 2025.04.24 06:42:06.669835 [ 260 ] {4a1c8a3b-5664-4123-afe7-d3d43dcbf288} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6248 | 2025.04.24 06:42:06.670083 [ 260 ] {4a1c8a3b-5664-4123-afe7-d3d43dcbf288} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6249 | 2025.04.24 06:42:06.670256 [ 128 ] {} <Debug> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6250 | 2025.04.24 06:42:06.670307 [ 260 ] {4a1c8a3b-5664-4123-afe7-d3d43dcbf288} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.001423 sec., 18271.257905832746 rows/sec., 1.29 MiB/sec. | ||
| 6251 | 2025.04.24 06:42:06.670338 [ 128 ] {} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6252 | 2025.04.24 06:42:06.670413 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6253 | 2025.04.24 06:42:06.670425 [ 260 ] {4a1c8a3b-5664-4123-afe7-d3d43dcbf288} <Debug> TCPHandler: Processed in 0.001693859 sec. | ||
| 6254 | 2025.04.24 06:42:06.670742 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6255 | 2025.04.24 06:42:06.670762 [ 201 ] {6d91faa5-474e-4006-b181-dbf82df66096::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 | ||
| 6256 | 2025.04.24 06:42:06.671229 [ 260 ] {d4c89790-34db-40ec-b92c-03a7357e25db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6257 | 2025.04.24 06:42:06.671363 [ 201 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6258 | 2025.04.24 06:42:06.671475 [ 201 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 176 rows starting from the beginning of the part | ||
| 6259 | 2025.04.24 06:42:06.671509 [ 260 ] {d4c89790-34db-40ec-b92c-03a7357e25db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6260 | 2025.04.24 06:42:06.671855 [ 201 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 12 rows starting from the beginning of the part | ||
| 6261 | 2025.04.24 06:42:06.672173 [ 201 ] {6d91faa5-474e-4006-b181-dbf82df66096::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 | ||
| 6262 | 2025.04.24 06:42:06.672505 [ 201 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 12 rows starting from the beginning of the part | ||
| 6263 | 2025.04.24 06:42:06.672913 [ 201 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 28 rows starting from the beginning of the part | ||
| 6264 | 2025.04.24 06:42:06.673249 [ 201 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 26 rows starting from the beginning of the part | ||
| 6265 | 2025.04.24 06:42:06.674561 [ 260 ] {d4c89790-34db-40ec-b92c-03a7357e25db} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6266 | 2025.04.24 06:42:06.674627 [ 260 ] {d4c89790-34db-40ec-b92c-03a7357e25db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6267 | 2025.04.24 06:42:06.675666 [ 260 ] {d4c89790-34db-40ec-b92c-03a7357e25db} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 6268 | 2025.04.24 06:42:06.676174 [ 194 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 294 rows, containing 5 columns (5 merged, 0 gathered) in 0.005627587 sec., 52242.63969619661 rows/sec., 3.75 MiB/sec. | ||
| 6269 | 2025.04.24 06:42:06.676177 [ 260 ] {d4c89790-34db-40ec-b92c-03a7357e25db} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6270 | 2025.04.24 06:42:06.676458 [ 189 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6271 | 2025.04.24 06:42:06.676745 [ 260 ] {d4c89790-34db-40ec-b92c-03a7357e25db} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005682 sec., 40126.71594508975 rows/sec., 2.72 MiB/sec. | ||
| 6272 | 2025.04.24 06:42:06.677017 [ 260 ] {d4c89790-34db-40ec-b92c-03a7357e25db} <Debug> TCPHandler: Processed in 0.006431285 sec. | ||
| 6273 | 2025.04.24 06:42:06.677189 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6274 | 2025.04.24 06:42:06.677373 [ 260 ] {9881ad23-89ba-44be-9d00-613c563a5d3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6275 | 2025.04.24 06:42:06.677386 [ 189 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_46_9} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6276 | 2025.04.24 06:42:06.677450 [ 260 ] {9881ad23-89ba-44be-9d00-613c563a5d3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6277 | 2025.04.24 06:42:06.677577 [ 189 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_46_9} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6278 | 2025.04.24 06:42:06.677739 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 6279 | 2025.04.24 06:42:06.678422 [ 260 ] {9881ad23-89ba-44be-9d00-613c563a5d3f} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6280 | 2025.04.24 06:42:06.678466 [ 260 ] {9881ad23-89ba-44be-9d00-613c563a5d3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6281 | 2025.04.24 06:42:06.678837 [ 260 ] {9881ad23-89ba-44be-9d00-613c563a5d3f} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6282 | 2025.04.24 06:42:06.679090 [ 260 ] {9881ad23-89ba-44be-9d00-613c563a5d3f} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6283 | 2025.04.24 06:42:06.679300 [ 260 ] {9881ad23-89ba-44be-9d00-613c563a5d3f} <Debug> executeQuery: Read 546 rows, 41.51 KiB in 0.001982 sec., 275479.3138244198 rows/sec., 20.45 MiB/sec. | ||
| 6284 | 2025.04.24 06:42:06.679353 [ 260 ] {9881ad23-89ba-44be-9d00-613c563a5d3f} <Debug> TCPHandler: Processed in 0.002243821 sec. | ||
| 6285 | 2025.04.24 06:42:06.679472 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6286 | 2025.04.24 06:42:06.679576 [ 260 ] {537a0e6f-863d-40cf-8cd8-7cb1ea8ad2be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6287 | 2025.04.24 06:42:06.679624 [ 260 ] {537a0e6f-863d-40cf-8cd8-7cb1ea8ad2be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6288 | 2025.04.24 06:42:06.680328 [ 260 ] {537a0e6f-863d-40cf-8cd8-7cb1ea8ad2be} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6289 | 2025.04.24 06:42:06.680368 [ 260 ] {537a0e6f-863d-40cf-8cd8-7cb1ea8ad2be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6290 | 2025.04.24 06:42:06.680795 [ 260 ] {537a0e6f-863d-40cf-8cd8-7cb1ea8ad2be} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6291 | 2025.04.24 06:42:06.681044 [ 260 ] {537a0e6f-863d-40cf-8cd8-7cb1ea8ad2be} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6292 | 2025.04.24 06:42:06.681250 [ 260 ] {537a0e6f-863d-40cf-8cd8-7cb1ea8ad2be} <Debug> executeQuery: Read 951 rows, 65.32 KiB in 0.001695 sec., 561061.946902655 rows/sec., 37.64 MiB/sec. | ||
| 6293 | 2025.04.24 06:42:06.681301 [ 260 ] {537a0e6f-863d-40cf-8cd8-7cb1ea8ad2be} <Debug> TCPHandler: Processed in 0.001879663 sec. | ||
| 6294 | 2025.04.24 06:42:06.681419 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6295 | 2025.04.24 06:42:06.681524 [ 260 ] {570cb653-116f-4120-8818-1408c966b6e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6296 | 2025.04.24 06:42:06.681590 [ 260 ] {570cb653-116f-4120-8818-1408c966b6e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6297 | 2025.04.24 06:42:06.682625 [ 260 ] {570cb653-116f-4120-8818-1408c966b6e7} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6298 | 2025.04.24 06:42:06.682664 [ 260 ] {570cb653-116f-4120-8818-1408c966b6e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6299 | 2025.04.24 06:42:06.683267 [ 260 ] {570cb653-116f-4120-8818-1408c966b6e7} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6300 | 2025.04.24 06:42:06.683523 [ 260 ] {570cb653-116f-4120-8818-1408c966b6e7} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6301 | 2025.04.24 06:42:06.683683 [ 126 ] {} <Debug> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6302 | 2025.04.24 06:42:06.683722 [ 260 ] {570cb653-116f-4120-8818-1408c966b6e7} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002216 sec., 5415.162454873646 rows/sec., 9.70 MiB/sec. | ||
| 6303 | 2025.04.24 06:42:06.683734 [ 126 ] {} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6304 | 2025.04.24 06:42:06.683777 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6305 | 2025.04.24 06:42:06.683948 [ 260 ] {570cb653-116f-4120-8818-1408c966b6e7} <Debug> TCPHandler: Processed in 0.002572588 sec. | ||
| 6306 | 2025.04.24 06:42:06.684155 [ 190 ] {186bf897-e03c-453c-939b-7d7f7079b981::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 | ||
| 6307 | 2025.04.24 06:42:06.684348 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6308 | 2025.04.24 06:42:06.684750 [ 260 ] {0263effd-6a63-411e-a5f8-eeadfe54b9ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6309 | 2025.04.24 06:42:06.684949 [ 260 ] {0263effd-6a63-411e-a5f8-eeadfe54b9ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6310 | 2025.04.24 06:42:06.685396 [ 190 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6311 | 2025.04.24 06:42:06.685503 [ 190 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 786 rows starting from the beginning of the part | ||
| 6312 | 2025.04.24 06:42:06.686067 [ 190 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 12 rows starting from the beginning of the part | ||
| 6313 | 2025.04.24 06:42:06.686574 [ 260 ] {0263effd-6a63-411e-a5f8-eeadfe54b9ac} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6314 | 2025.04.24 06:42:06.686608 [ 190 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 28 rows starting from the beginning of the part | ||
| 6315 | 2025.04.24 06:42:06.686622 [ 260 ] {0263effd-6a63-411e-a5f8-eeadfe54b9ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6316 | 2025.04.24 06:42:06.687133 [ 190 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 12 rows starting from the beginning of the part | ||
| 6317 | 2025.04.24 06:42:06.687654 [ 190 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 28 rows starting from the beginning of the part | ||
| 6318 | 2025.04.24 06:42:06.687700 [ 260 ] {0263effd-6a63-411e-a5f8-eeadfe54b9ac} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6319 | 2025.04.24 06:42:06.688108 [ 190 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 12 rows starting from the beginning of the part | ||
| 6320 | 2025.04.24 06:42:06.688356 [ 260 ] {0263effd-6a63-411e-a5f8-eeadfe54b9ac} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6321 | 2025.04.24 06:42:06.688925 [ 260 ] {0263effd-6a63-411e-a5f8-eeadfe54b9ac} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.004328 sec., 8780.03696857671 rows/sec., 603.13 KiB/sec. | ||
| 6322 | 2025.04.24 06:42:06.689057 [ 260 ] {0263effd-6a63-411e-a5f8-eeadfe54b9ac} <Debug> TCPHandler: Processed in 0.004829529 sec. | ||
| 6323 | 2025.04.24 06:42:06.703666 [ 189 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 878 rows, containing 19 columns (19 merged, 0 gathered) in 0.019797456 sec., 44349.13253500853 rows/sec., 79.47 MiB/sec. | ||
| 6324 | 2025.04.24 06:42:06.704741 [ 194 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6325 | 2025.04.24 06:42:06.705154 [ 194 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6326 | 2025.04.24 06:42:06.705236 [ 194 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6327 | 2025.04.24 06:42:06.705344 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.57 MiB. | ||
| 6328 | 2025.04.24 06:42:07.001151 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 205.13 MiB, peak 212.65 MiB, free memory in arenas 0.00 B, will set to 207.73 MiB (RSS), difference: 2.61 MiB | ||
| 6329 | 2025.04.24 06:42:07.011695 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 890 | ||
| 6330 | 2025.04.24 06:42:07.014762 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6331 | 2025.04.24 06:42:07.014804 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6332 | 2025.04.24 06:42:07.016252 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6333 | 2025.04.24 06:42:07.016559 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6334 | 2025.04.24 06:42:07.017331 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 890 | ||
| 6335 | 2025.04.24 06:42:08.539470 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6336 | 2025.04.24 06:42:08.539774 [ 260 ] {5cbd42de-513b-4e37-956f-118fc7da6d81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6337 | 2025.04.24 06:42:08.539892 [ 260 ] {5cbd42de-513b-4e37-956f-118fc7da6d81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6338 | 2025.04.24 06:42:08.540854 [ 260 ] {5cbd42de-513b-4e37-956f-118fc7da6d81} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6339 | 2025.04.24 06:42:08.540906 [ 260 ] {5cbd42de-513b-4e37-956f-118fc7da6d81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6340 | 2025.04.24 06:42:08.541340 [ 260 ] {5cbd42de-513b-4e37-956f-118fc7da6d81} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6341 | 2025.04.24 06:42:08.541594 [ 260 ] {5cbd42de-513b-4e37-956f-118fc7da6d81} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6342 | 2025.04.24 06:42:08.541820 [ 260 ] {5cbd42de-513b-4e37-956f-118fc7da6d81} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00213 sec., 26291.07981220657 rows/sec., 2.01 MiB/sec. | ||
| 6343 | 2025.04.24 06:42:08.541876 [ 260 ] {5cbd42de-513b-4e37-956f-118fc7da6d81} <Debug> TCPHandler: Processed in 0.002596769 sec. | ||
| 6344 | 2025.04.24 06:42:08.542002 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6345 | 2025.04.24 06:42:08.542106 [ 260 ] {7a5f07e7-c31e-45e9-9b4d-14a57699de69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6346 | 2025.04.24 06:42:08.542150 [ 260 ] {7a5f07e7-c31e-45e9-9b4d-14a57699de69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6347 | 2025.04.24 06:42:08.542678 [ 260 ] {7a5f07e7-c31e-45e9-9b4d-14a57699de69} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6348 | 2025.04.24 06:42:08.542718 [ 260 ] {7a5f07e7-c31e-45e9-9b4d-14a57699de69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6349 | 2025.04.24 06:42:08.543085 [ 260 ] {7a5f07e7-c31e-45e9-9b4d-14a57699de69} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6350 | 2025.04.24 06:42:08.543324 [ 260 ] {7a5f07e7-c31e-45e9-9b4d-14a57699de69} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6351 | 2025.04.24 06:42:08.543522 [ 260 ] {7a5f07e7-c31e-45e9-9b4d-14a57699de69} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001436 sec., 44568.24512534819 rows/sec., 3.48 MiB/sec. | ||
| 6352 | 2025.04.24 06:42:08.543572 [ 260 ] {7a5f07e7-c31e-45e9-9b4d-14a57699de69} <Debug> TCPHandler: Processed in 0.001621136 sec. | ||
| 6353 | 2025.04.24 06:42:08.543688 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6354 | 2025.04.24 06:42:08.543793 [ 260 ] {4cbbf185-4128-4c85-a194-56ddab1ce408} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6355 | 2025.04.24 06:42:08.543841 [ 260 ] {4cbbf185-4128-4c85-a194-56ddab1ce408} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6356 | 2025.04.24 06:42:08.544318 [ 260 ] {4cbbf185-4128-4c85-a194-56ddab1ce408} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6357 | 2025.04.24 06:42:08.544357 [ 260 ] {4cbbf185-4128-4c85-a194-56ddab1ce408} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6358 | 2025.04.24 06:42:08.544726 [ 260 ] {4cbbf185-4128-4c85-a194-56ddab1ce408} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6359 | 2025.04.24 06:42:08.544967 [ 260 ] {4cbbf185-4128-4c85-a194-56ddab1ce408} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6360 | 2025.04.24 06:42:08.545194 [ 260 ] {4cbbf185-4128-4c85-a194-56ddab1ce408} <Debug> executeQuery: Read 62 rows, 4.41 KiB in 0.001417 sec., 43754.41072688779 rows/sec., 3.04 MiB/sec. | ||
| 6361 | 2025.04.24 06:42:08.545282 [ 260 ] {4cbbf185-4128-4c85-a194-56ddab1ce408} <Debug> TCPHandler: Processed in 0.001643887 sec. | ||
| 6362 | 2025.04.24 06:42:08.545522 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6363 | 2025.04.24 06:42:08.545655 [ 260 ] {227bf5f0-2b13-4de5-a983-0fd8f56db49e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6364 | 2025.04.24 06:42:08.545703 [ 260 ] {227bf5f0-2b13-4de5-a983-0fd8f56db49e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6365 | 2025.04.24 06:42:08.546125 [ 260 ] {227bf5f0-2b13-4de5-a983-0fd8f56db49e} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6366 | 2025.04.24 06:42:08.546163 [ 260 ] {227bf5f0-2b13-4de5-a983-0fd8f56db49e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6367 | 2025.04.24 06:42:08.546511 [ 260 ] {227bf5f0-2b13-4de5-a983-0fd8f56db49e} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6368 | 2025.04.24 06:42:08.546751 [ 260 ] {227bf5f0-2b13-4de5-a983-0fd8f56db49e} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6369 | 2025.04.24 06:42:08.546941 [ 260 ] {227bf5f0-2b13-4de5-a983-0fd8f56db49e} <Debug> executeQuery: Read 22 rows, 1.53 KiB in 0.001308 sec., 16819.571865443428 rows/sec., 1.14 MiB/sec. | ||
| 6370 | 2025.04.24 06:42:08.546989 [ 260 ] {227bf5f0-2b13-4de5-a983-0fd8f56db49e} <Debug> TCPHandler: Processed in 0.001561705 sec. | ||
| 6371 | 2025.04.24 06:42:09.442578 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16104 | ||
| 6372 | 2025.04.24 06:42:09.443229 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6373 | 2025.04.24 06:42:09.443269 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6374 | 2025.04.24 06:42:09.443800 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6375 | 2025.04.24 06:42:09.444065 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6376 | 2025.04.24 06:42:09.444267 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104 | ||
| 6377 | 2025.04.24 06:42:10.500657 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 6378 | 2025.04.24 06:42:10.521253 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6379 | 2025.04.24 06:42:10.521321 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6380 | 2025.04.24 06:42:10.528546 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6381 | 2025.04.24 06:42:10.529328 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6382 | 2025.04.24 06:42:10.531993 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 6383 | 2025.04.24 06:42:13.545249 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6384 | 2025.04.24 06:42:13.545444 [ 260 ] {c794f78b-740a-4978-b252-f9ae739b2c25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6385 | 2025.04.24 06:42:13.545521 [ 260 ] {c794f78b-740a-4978-b252-f9ae739b2c25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6386 | 2025.04.24 06:42:13.546323 [ 260 ] {c794f78b-740a-4978-b252-f9ae739b2c25} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6387 | 2025.04.24 06:42:13.546378 [ 260 ] {c794f78b-740a-4978-b252-f9ae739b2c25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6388 | 2025.04.24 06:42:13.546830 [ 260 ] {c794f78b-740a-4978-b252-f9ae739b2c25} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6389 | 2025.04.24 06:42:13.547104 [ 260 ] {c794f78b-740a-4978-b252-f9ae739b2c25} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6390 | 2025.04.24 06:42:13.547337 [ 260 ] {c794f78b-740a-4978-b252-f9ae739b2c25} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001939 sec., 57761.73285198556 rows/sec., 4.85 MiB/sec. | ||
| 6391 | 2025.04.24 06:42:13.547457 [ 260 ] {c794f78b-740a-4978-b252-f9ae739b2c25} <Debug> TCPHandler: Processed in 0.002344763 sec. | ||
| 6392 | 2025.04.24 06:42:13.547605 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6393 | 2025.04.24 06:42:13.547783 [ 260 ] {e6b2f0d1-4b9b-4509-a9c4-f85bc8562b0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6394 | 2025.04.24 06:42:13.547835 [ 260 ] {e6b2f0d1-4b9b-4509-a9c4-f85bc8562b0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6395 | 2025.04.24 06:42:13.548423 [ 260 ] {e6b2f0d1-4b9b-4509-a9c4-f85bc8562b0a} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6396 | 2025.04.24 06:42:13.548465 [ 260 ] {e6b2f0d1-4b9b-4509-a9c4-f85bc8562b0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6397 | 2025.04.24 06:42:13.548820 [ 260 ] {e6b2f0d1-4b9b-4509-a9c4-f85bc8562b0a} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6398 | 2025.04.24 06:42:13.549066 [ 260 ] {e6b2f0d1-4b9b-4509-a9c4-f85bc8562b0a} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6399 | 2025.04.24 06:42:13.549265 [ 260 ] {e6b2f0d1-4b9b-4509-a9c4-f85bc8562b0a} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001517 sec., 18457.48187211602 rows/sec., 1.36 MiB/sec. | ||
| 6400 | 2025.04.24 06:42:13.549322 [ 260 ] {e6b2f0d1-4b9b-4509-a9c4-f85bc8562b0a} <Debug> TCPHandler: Processed in 0.001796321 sec. | ||
| 6401 | 2025.04.24 06:42:13.549446 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6402 | 2025.04.24 06:42:13.549553 [ 260 ] {3668ac76-8d2c-4ce3-8ff5-c219fb36acf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6403 | 2025.04.24 06:42:13.549598 [ 260 ] {3668ac76-8d2c-4ce3-8ff5-c219fb36acf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6404 | 2025.04.24 06:42:13.550169 [ 260 ] {3668ac76-8d2c-4ce3-8ff5-c219fb36acf9} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6405 | 2025.04.24 06:42:13.550209 [ 260 ] {3668ac76-8d2c-4ce3-8ff5-c219fb36acf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6406 | 2025.04.24 06:42:13.550560 [ 260 ] {3668ac76-8d2c-4ce3-8ff5-c219fb36acf9} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6407 | 2025.04.24 06:42:13.550806 [ 260 ] {3668ac76-8d2c-4ce3-8ff5-c219fb36acf9} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6408 | 2025.04.24 06:42:13.551036 [ 260 ] {3668ac76-8d2c-4ce3-8ff5-c219fb36acf9} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001506 sec., 61088.97742363878 rows/sec., 4.77 MiB/sec. | ||
| 6409 | 2025.04.24 06:42:13.551107 [ 260 ] {3668ac76-8d2c-4ce3-8ff5-c219fb36acf9} <Debug> TCPHandler: Processed in 0.001712438 sec. | ||
| 6410 | 2025.04.24 06:42:13.551251 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6411 | 2025.04.24 06:42:13.551356 [ 260 ] {daad97af-2ce9-4a4d-86d3-ef7664ca9689} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6412 | 2025.04.24 06:42:13.551405 [ 260 ] {daad97af-2ce9-4a4d-86d3-ef7664ca9689} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6413 | 2025.04.24 06:42:13.551897 [ 260 ] {daad97af-2ce9-4a4d-86d3-ef7664ca9689} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6414 | 2025.04.24 06:42:13.551936 [ 260 ] {daad97af-2ce9-4a4d-86d3-ef7664ca9689} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6415 | 2025.04.24 06:42:13.552320 [ 260 ] {daad97af-2ce9-4a4d-86d3-ef7664ca9689} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6416 | 2025.04.24 06:42:13.552569 [ 260 ] {daad97af-2ce9-4a4d-86d3-ef7664ca9689} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6417 | 2025.04.24 06:42:13.552804 [ 260 ] {daad97af-2ce9-4a4d-86d3-ef7664ca9689} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001465 sec., 109215.01706484643 rows/sec., 7.61 MiB/sec. | ||
| 6418 | 2025.04.24 06:42:13.552902 [ 260 ] {daad97af-2ce9-4a4d-86d3-ef7664ca9689} <Debug> TCPHandler: Processed in 0.001718199 sec. | ||
| 6419 | 2025.04.24 06:42:13.553118 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6420 | 2025.04.24 06:42:13.553250 [ 260 ] {6bf1ef42-27b4-4262-96f6-8b660d41e434} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6421 | 2025.04.24 06:42:13.553324 [ 260 ] {6bf1ef42-27b4-4262-96f6-8b660d41e434} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6422 | 2025.04.24 06:42:13.554398 [ 260 ] {6bf1ef42-27b4-4262-96f6-8b660d41e434} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6423 | 2025.04.24 06:42:13.554438 [ 260 ] {6bf1ef42-27b4-4262-96f6-8b660d41e434} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6424 | 2025.04.24 06:42:13.555068 [ 260 ] {6bf1ef42-27b4-4262-96f6-8b660d41e434} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6425 | 2025.04.24 06:42:13.555333 [ 260 ] {6bf1ef42-27b4-4262-96f6-8b660d41e434} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6426 | 2025.04.24 06:42:13.555567 [ 260 ] {6bf1ef42-27b4-4262-96f6-8b660d41e434} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002339 sec., 11970.927746900385 rows/sec., 21.45 MiB/sec. | ||
| 6427 | 2025.04.24 06:42:13.555672 [ 260 ] {6bf1ef42-27b4-4262-96f6-8b660d41e434} <Debug> TCPHandler: Processed in 0.00265646 sec. | ||
| 6428 | 2025.04.24 06:42:13.555795 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6429 | 2025.04.24 06:42:13.555901 [ 260 ] {95885434-92ee-410a-b3a8-daf1baddf5fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6430 | 2025.04.24 06:42:13.555947 [ 260 ] {95885434-92ee-410a-b3a8-daf1baddf5fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6431 | 2025.04.24 06:42:13.556358 [ 260 ] {95885434-92ee-410a-b3a8-daf1baddf5fe} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6432 | 2025.04.24 06:42:13.556398 [ 260 ] {95885434-92ee-410a-b3a8-daf1baddf5fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6433 | 2025.04.24 06:42:13.556754 [ 260 ] {95885434-92ee-410a-b3a8-daf1baddf5fe} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6434 | 2025.04.24 06:42:13.557000 [ 260 ] {95885434-92ee-410a-b3a8-daf1baddf5fe} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6435 | 2025.04.24 06:42:13.557205 [ 260 ] {95885434-92ee-410a-b3a8-daf1baddf5fe} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001326 sec., 45248.86877828054 rows/sec., 3.05 MiB/sec. | ||
| 6436 | 2025.04.24 06:42:13.557256 [ 260 ] {95885434-92ee-410a-b3a8-daf1baddf5fe} <Debug> TCPHandler: Processed in 0.001513264 sec. | ||
| 6437 | 2025.04.24 06:42:16.770750 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6438 | 2025.04.24 06:42:16.770814 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6439 | 2025.04.24 06:42:16.945370 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16531 | ||
| 6440 | 2025.04.24 06:42:16.946036 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6441 | 2025.04.24 06:42:16.946081 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6442 | 2025.04.24 06:42:16.946582 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6443 | 2025.04.24 06:42:16.946837 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6444 | 2025.04.24 06:42:16.947053 [ 116 ] {} <Debug> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6445 | 2025.04.24 06:42:16.947066 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
| 6446 | 2025.04.24 06:42:16.947148 [ 116 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6447 | 2025.04.24 06:42:16.947181 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6448 | 2025.04.24 06:42:16.947321 [ 199 ] {fa75712d-43b8-4257-8078-4dc409fd9449::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 | ||
| 6449 | 2025.04.24 06:42:16.947589 [ 199 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6450 | 2025.04.24 06:42:16.947682 [ 199 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14274 rows starting from the beginning of the part | ||
| 6451 | 2025.04.24 06:42:16.947870 [ 199 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 427 rows starting from the beginning of the part | ||
| 6452 | 2025.04.24 06:42:16.947953 [ 199 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 488 rows starting from the beginning of the part | ||
| 6453 | 2025.04.24 06:42:16.948186 [ 199 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 427 rows starting from the beginning of the part | ||
| 6454 | 2025.04.24 06:42:16.948350 [ 199 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 488 rows starting from the beginning of the part | ||
| 6455 | 2025.04.24 06:42:16.948533 [ 199 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 427 rows starting from the beginning of the part | ||
| 6456 | 2025.04.24 06:42:16.950597 [ 189 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003345656 sec., 4941033.985562174 rows/sec., 70.68 MiB/sec. | ||
| 6457 | 2025.04.24 06:42:16.950721 [ 187 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6458 | 2025.04.24 06:42:16.951061 [ 187 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_36_7} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6459 | 2025.04.24 06:42:16.951149 [ 187 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_36_7} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6460 | 2025.04.24 06:42:16.951242 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. | ||
| 6461 | 2025.04.24 06:42:17.018476 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 910 | ||
| 6462 | 2025.04.24 06:42:17.021477 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6463 | 2025.04.24 06:42:17.021524 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6464 | 2025.04.24 06:42:17.022972 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 6465 | 2025.04.24 06:42:17.023273 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6466 | 2025.04.24 06:42:17.023495 [ 116 ] {} <Debug> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 6467 | 2025.04.24 06:42:17.023653 [ 116 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6468 | 2025.04.24 06:42:17.023776 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6469 | 2025.04.24 06:42:17.024397 [ 197 ] {20843e92-5287-4bd7-bacd-ef190d076d79::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 | ||
| 6470 | 2025.04.24 06:42:17.024795 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 910 | ||
| 6471 | 2025.04.24 06:42:17.025367 [ 197 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6472 | 2025.04.24 06:42:17.025541 [ 197 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 760 rows starting from the beginning of the part | ||
| 6473 | 2025.04.24 06:42:17.026023 [ 197 ] {20843e92-5287-4bd7-bacd-ef190d076d79::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 | ||
| 6474 | 2025.04.24 06:42:17.026516 [ 197 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 20 rows starting from the beginning of the part | ||
| 6475 | 2025.04.24 06:42:17.027017 [ 197 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 30 rows starting from the beginning of the part | ||
| 6476 | 2025.04.24 06:42:17.027500 [ 197 ] {20843e92-5287-4bd7-bacd-ef190d076d79::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 | ||
| 6477 | 2025.04.24 06:42:17.027974 [ 197 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 20 rows starting from the beginning of the part | ||
| 6478 | 2025.04.24 06:42:17.035672 [ 197 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 910 rows, containing 72 columns (72 merged, 0 gathered) in 0.011663033 sec., 78024.30122593326 rows/sec., 65.53 MiB/sec. | ||
| 6479 | 2025.04.24 06:42:17.036695 [ 197 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 6480 | 2025.04.24 06:42:17.037329 [ 197 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_26_5} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6481 | 2025.04.24 06:42:17.037409 [ 197 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_26_5} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 6482 | 2025.04.24 06:42:17.037588 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. | ||
| 6483 | 2025.04.24 06:42:18.032995 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 6484 | 2025.04.24 06:42:18.053853 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6485 | 2025.04.24 06:42:18.053909 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6486 | 2025.04.24 06:42:18.061020 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6487 | 2025.04.24 06:42:18.061769 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6488 | 2025.04.24 06:42:18.062194 [ 115 ] {} <Debug> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6489 | 2025.04.24 06:42:18.062335 [ 115 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6490 | 2025.04.24 06:42:18.062407 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6491 | 2025.04.24 06:42:18.062732 [ 192 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 6492 | 2025.04.24 06:42:18.070285 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 6493 | 2025.04.24 06:42:18.071710 [ 192 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6494 | 2025.04.24 06:42:18.072597 [ 192 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 6495 | 2025.04.24 06:42:18.077389 [ 192 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 6496 | 2025.04.24 06:42:18.082067 [ 192 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 6497 | 2025.04.24 06:42:18.087062 [ 192 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 6498 | 2025.04.24 06:42:18.092477 [ 192 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 6499 | 2025.04.24 06:42:18.097054 [ 192 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 6500 | 2025.04.24 06:42:18.158422 [ 186 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.095863801 sec., 2837.358806584354 rows/sec., 14.67 MiB/sec. | ||
| 6501 | 2025.04.24 06:42:18.161334 [ 186 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6502 | 2025.04.24 06:42:18.164292 [ 186 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_36_7} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6503 | 2025.04.24 06:42:18.164423 [ 186 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_36_7} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6504 | 2025.04.24 06:42:18.166767 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. | ||
| 6505 | 2025.04.24 06:42:18.523754 [ 115 ] {} <Debug> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 6506 | 2025.04.24 06:42:18.523824 [ 115 ] {} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6507 | 2025.04.24 06:42:18.523850 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6508 | 2025.04.24 06:42:18.524069 [ 200 ] {ed278d66-829b-4991-b303-64d9ea1f224c::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 | ||
| 6509 | 2025.04.24 06:42:18.524244 [ 200 ] {ed278d66-829b-4991-b303-64d9ea1f224c::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6510 | 2025.04.24 06:42:18.524282 [ 200 ] {ed278d66-829b-4991-b303-64d9ea1f224c::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 | ||
| 6511 | 2025.04.24 06:42:18.524367 [ 200 ] {ed278d66-829b-4991-b303-64d9ea1f224c::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part | ||
| 6512 | 2025.04.24 06:42:18.524626 [ 200 ] {ed278d66-829b-4991-b303-64d9ea1f224c::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
| 6513 | 2025.04.24 06:42:18.524844 [ 200 ] {ed278d66-829b-4991-b303-64d9ea1f224c::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 | ||
| 6514 | 2025.04.24 06:42:18.525027 [ 200 ] {ed278d66-829b-4991-b303-64d9ea1f224c::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part | ||
| 6515 | 2025.04.24 06:42:18.526142 [ 189 ] {ed278d66-829b-4991-b303-64d9ea1f224c::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 5 columns (5 merged, 0 gathered) in 0.00220512 sec., 22674.50297489479 rows/sec., 1.89 MiB/sec. | ||
| 6516 | 2025.04.24 06:42:18.526365 [ 191 ] {ed278d66-829b-4991-b303-64d9ea1f224c::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 6517 | 2025.04.24 06:42:18.526738 [ 191 ] {ed278d66-829b-4991-b303-64d9ea1f224c::all_1_9_2} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6518 | 2025.04.24 06:42:18.526825 [ 191 ] {ed278d66-829b-4991-b303-64d9ea1f224c::all_1_9_2} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 6519 | 2025.04.24 06:42:18.526931 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6520 | 2025.04.24 06:42:18.544332 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6521 | 2025.04.24 06:42:18.544548 [ 260 ] {0ca6b18f-4ccf-4e7a-8766-df6d2d6b791c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6522 | 2025.04.24 06:42:18.544626 [ 260 ] {0ca6b18f-4ccf-4e7a-8766-df6d2d6b791c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6523 | 2025.04.24 06:42:18.545507 [ 260 ] {0ca6b18f-4ccf-4e7a-8766-df6d2d6b791c} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6524 | 2025.04.24 06:42:18.545568 [ 260 ] {0ca6b18f-4ccf-4e7a-8766-df6d2d6b791c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6525 | 2025.04.24 06:42:18.546023 [ 260 ] {0ca6b18f-4ccf-4e7a-8766-df6d2d6b791c} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6526 | 2025.04.24 06:42:18.546314 [ 260 ] {0ca6b18f-4ccf-4e7a-8766-df6d2d6b791c} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6527 | 2025.04.24 06:42:18.546510 [ 115 ] {} <Debug> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6528 | 2025.04.24 06:42:18.546573 [ 260 ] {0ca6b18f-4ccf-4e7a-8766-df6d2d6b791c} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.002078 sec., 38498.5563041386 rows/sec., 3.17 MiB/sec. | ||
| 6529 | 2025.04.24 06:42:18.546583 [ 115 ] {} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6530 | 2025.04.24 06:42:18.546675 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6531 | 2025.04.24 06:42:18.546706 [ 260 ] {0ca6b18f-4ccf-4e7a-8766-df6d2d6b791c} <Debug> TCPHandler: Processed in 0.002510626 sec. | ||
| 6532 | 2025.04.24 06:42:18.546923 [ 195 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::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 | ||
| 6533 | 2025.04.24 06:42:18.546942 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6534 | 2025.04.24 06:42:18.547195 [ 260 ] {81d1d730-a43e-4595-b5ff-61565acee221} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6535 | 2025.04.24 06:42:18.547196 [ 195 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6536 | 2025.04.24 06:42:18.547289 [ 260 ] {81d1d730-a43e-4595-b5ff-61565acee221} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6537 | 2025.04.24 06:42:18.547295 [ 195 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1966 rows starting from the beginning of the part | ||
| 6538 | 2025.04.24 06:42:18.547615 [ 195 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 112 rows starting from the beginning of the part | ||
| 6539 | 2025.04.24 06:42:18.547884 [ 195 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1227 rows starting from the beginning of the part | ||
| 6540 | 2025.04.24 06:42:18.548155 [ 195 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 56 rows starting from the beginning of the part | ||
| 6541 | 2025.04.24 06:42:18.548460 [ 195 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 112 rows starting from the beginning of the part | ||
| 6542 | 2025.04.24 06:42:18.548835 [ 195 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 80 rows starting from the beginning of the part | ||
| 6543 | 2025.04.24 06:42:18.550152 [ 260 ] {81d1d730-a43e-4595-b5ff-61565acee221} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6544 | 2025.04.24 06:42:18.550226 [ 260 ] {81d1d730-a43e-4595-b5ff-61565acee221} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6545 | 2025.04.24 06:42:18.551298 [ 260 ] {81d1d730-a43e-4595-b5ff-61565acee221} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6546 | 2025.04.24 06:42:18.551771 [ 260 ] {81d1d730-a43e-4595-b5ff-61565acee221} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6547 | 2025.04.24 06:42:18.552081 [ 260 ] {81d1d730-a43e-4595-b5ff-61565acee221} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.004971 sec., 2414.0012070006037 rows/sec., 181.52 KiB/sec. | ||
| 6548 | 2025.04.24 06:42:18.552465 [ 260 ] {81d1d730-a43e-4595-b5ff-61565acee221} <Debug> TCPHandler: Processed in 0.005596096 sec. | ||
| 6549 | 2025.04.24 06:42:18.552934 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6550 | 2025.04.24 06:42:18.553182 [ 195 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3553 rows, containing 5 columns (5 merged, 0 gathered) in 0.006393814 sec., 555693.3623655614 rows/sec., 47.78 MiB/sec. | ||
| 6551 | 2025.04.24 06:42:18.553340 [ 260 ] {8d754ce0-72e2-4324-b5bb-1a412f557180} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6552 | 2025.04.24 06:42:18.553397 [ 260 ] {8d754ce0-72e2-4324-b5bb-1a412f557180} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6553 | 2025.04.24 06:42:18.553589 [ 195 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6554 | 2025.04.24 06:42:18.554268 [ 195 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_56_11} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6555 | 2025.04.24 06:42:18.554506 [ 195 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_56_11} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6556 | 2025.04.24 06:42:18.554661 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 6557 | 2025.04.24 06:42:18.554802 [ 260 ] {8d754ce0-72e2-4324-b5bb-1a412f557180} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6558 | 2025.04.24 06:42:18.554847 [ 260 ] {8d754ce0-72e2-4324-b5bb-1a412f557180} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6559 | 2025.04.24 06:42:18.555225 [ 260 ] {8d754ce0-72e2-4324-b5bb-1a412f557180} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6560 | 2025.04.24 06:42:18.555495 [ 260 ] {8d754ce0-72e2-4324-b5bb-1a412f557180} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6561 | 2025.04.24 06:42:18.555698 [ 115 ] {} <Debug> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6562 | 2025.04.24 06:42:18.555764 [ 260 ] {8d754ce0-72e2-4324-b5bb-1a412f557180} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.002523 sec., 30122.869599682916 rows/sec., 2.35 MiB/sec. | ||
| 6563 | 2025.04.24 06:42:18.555770 [ 115 ] {} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6564 | 2025.04.24 06:42:18.555853 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6565 | 2025.04.24 06:42:18.555913 [ 260 ] {8d754ce0-72e2-4324-b5bb-1a412f557180} <Debug> TCPHandler: Processed in 0.003153091 sec. | ||
| 6566 | 2025.04.24 06:42:18.556225 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6567 | 2025.04.24 06:42:18.556233 [ 189 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::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 | ||
| 6568 | 2025.04.24 06:42:18.556559 [ 260 ] {dd2845b0-589d-4e58-b811-6070803507fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6569 | 2025.04.24 06:42:18.556750 [ 260 ] {dd2845b0-589d-4e58-b811-6070803507fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6570 | 2025.04.24 06:42:18.556944 [ 189 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6571 | 2025.04.24 06:42:18.557124 [ 189 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 950 rows starting from the beginning of the part | ||
| 6572 | 2025.04.24 06:42:18.557536 [ 189 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 92 rows starting from the beginning of the part | ||
| 6573 | 2025.04.24 06:42:18.557919 [ 189 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 546 rows starting from the beginning of the part | ||
| 6574 | 2025.04.24 06:42:18.558258 [ 189 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 64 rows starting from the beginning of the part | ||
| 6575 | 2025.04.24 06:42:18.558338 [ 189 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 92 rows starting from the beginning of the part | ||
| 6576 | 2025.04.24 06:42:18.558648 [ 189 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 76 rows starting from the beginning of the part | ||
| 6577 | 2025.04.24 06:42:18.559448 [ 260 ] {dd2845b0-589d-4e58-b811-6070803507fa} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6578 | 2025.04.24 06:42:18.559510 [ 260 ] {dd2845b0-589d-4e58-b811-6070803507fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6579 | 2025.04.24 06:42:18.560515 [ 260 ] {dd2845b0-589d-4e58-b811-6070803507fa} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6580 | 2025.04.24 06:42:18.561094 [ 260 ] {dd2845b0-589d-4e58-b811-6070803507fa} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6581 | 2025.04.24 06:42:18.561279 [ 114 ] {} <Debug> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6582 | 2025.04.24 06:42:18.561366 [ 114 ] {} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6583 | 2025.04.24 06:42:18.561386 [ 260 ] {dd2845b0-589d-4e58-b811-6070803507fa} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004938 sec., 32401.782098015392 rows/sec., 2.26 MiB/sec. | ||
| 6584 | 2025.04.24 06:42:18.561440 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6585 | 2025.04.24 06:42:18.561724 [ 260 ] {dd2845b0-589d-4e58-b811-6070803507fa} <Debug> TCPHandler: Processed in 0.005592606 sec. | ||
| 6586 | 2025.04.24 06:42:18.562094 [ 198 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 6587 | 2025.04.24 06:42:18.562136 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6588 | 2025.04.24 06:42:18.562380 [ 188 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1820 rows, containing 5 columns (5 merged, 0 gathered) in 0.006401784 sec., 284295.7525589742 rows/sec., 22.24 MiB/sec. | ||
| 6589 | 2025.04.24 06:42:18.562420 [ 260 ] {f059434b-4c45-4c77-a0dd-faaf8d77f55c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6590 | 2025.04.24 06:42:18.562474 [ 198 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6591 | 2025.04.24 06:42:18.562548 [ 198 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15380 rows starting from the beginning of the part | ||
| 6592 | 2025.04.24 06:42:18.562651 [ 260 ] {f059434b-4c45-4c77-a0dd-faaf8d77f55c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6593 | 2025.04.24 06:42:18.562892 [ 188 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6594 | 2025.04.24 06:42:18.563014 [ 198 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 6595 | 2025.04.24 06:42:18.563470 [ 198 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 951 rows starting from the beginning of the part | ||
| 6596 | 2025.04.24 06:42:18.563949 [ 198 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 62 rows starting from the beginning of the part | ||
| 6597 | 2025.04.24 06:42:18.564496 [ 198 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 6598 | 2025.04.24 06:42:18.564675 [ 188 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_56_11} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6599 | 2025.04.24 06:42:18.564988 [ 198 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 160 rows starting from the beginning of the part | ||
| 6600 | 2025.04.24 06:42:18.565168 [ 188 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_56_11} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6601 | 2025.04.24 06:42:18.565654 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 6602 | 2025.04.24 06:42:18.567031 [ 260 ] {f059434b-4c45-4c77-a0dd-faaf8d77f55c} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6603 | 2025.04.24 06:42:18.567076 [ 260 ] {f059434b-4c45-4c77-a0dd-faaf8d77f55c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6604 | 2025.04.24 06:42:18.568031 [ 260 ] {f059434b-4c45-4c77-a0dd-faaf8d77f55c} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6605 | 2025.04.24 06:42:18.568640 [ 260 ] {f059434b-4c45-4c77-a0dd-faaf8d77f55c} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6606 | 2025.04.24 06:42:18.568867 [ 260 ] {f059434b-4c45-4c77-a0dd-faaf8d77f55c} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.006535 sec., 1836.266258607498 rows/sec., 3.29 MiB/sec. | ||
| 6607 | 2025.04.24 06:42:18.569328 [ 260 ] {f059434b-4c45-4c77-a0dd-faaf8d77f55c} <Debug> TCPHandler: Processed in 0.007316465 sec. | ||
| 6608 | 2025.04.24 06:42:18.569779 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6609 | 2025.04.24 06:42:18.569901 [ 260 ] {90403fac-37bf-4d2a-b218-23d142f1da1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6610 | 2025.04.24 06:42:18.569949 [ 260 ] {90403fac-37bf-4d2a-b218-23d142f1da1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6611 | 2025.04.24 06:42:18.570448 [ 260 ] {90403fac-37bf-4d2a-b218-23d142f1da1e} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6612 | 2025.04.24 06:42:18.570485 [ 260 ] {90403fac-37bf-4d2a-b218-23d142f1da1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6613 | 2025.04.24 06:42:18.570998 [ 260 ] {90403fac-37bf-4d2a-b218-23d142f1da1e} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6614 | 2025.04.24 06:42:18.571444 [ 260 ] {90403fac-37bf-4d2a-b218-23d142f1da1e} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6615 | 2025.04.24 06:42:18.571624 [ 114 ] {} <Debug> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6616 | 2025.04.24 06:42:18.571664 [ 114 ] {} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6617 | 2025.04.24 06:42:18.571680 [ 260 ] {90403fac-37bf-4d2a-b218-23d142f1da1e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001802 sec., 33296.337402885685 rows/sec., 2.24 MiB/sec. | ||
| 6618 | 2025.04.24 06:42:18.571689 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6619 | 2025.04.24 06:42:18.571800 [ 260 ] {90403fac-37bf-4d2a-b218-23d142f1da1e} <Debug> TCPHandler: Processed in 0.002112527 sec. | ||
| 6620 | 2025.04.24 06:42:18.571996 [ 189 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 6621 | 2025.04.24 06:42:18.572386 [ 189 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6622 | 2025.04.24 06:42:18.572394 [ 198 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16873 rows, containing 5 columns (5 merged, 0 gathered) in 0.010774532 sec., 1566007.6929559447 rows/sec., 107.21 MiB/sec. | ||
| 6623 | 2025.04.24 06:42:18.572429 [ 189 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2840 rows starting from the beginning of the part | ||
| 6624 | 2025.04.24 06:42:18.572617 [ 189 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 6625 | 2025.04.24 06:42:18.572744 [ 198 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6626 | 2025.04.24 06:42:18.572854 [ 189 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 38 rows starting from the beginning of the part | ||
| 6627 | 2025.04.24 06:42:18.573154 [ 189 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 22 rows starting from the beginning of the part | ||
| 6628 | 2025.04.24 06:42:18.573504 [ 189 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 6629 | 2025.04.24 06:42:18.573756 [ 189 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part | ||
| 6630 | 2025.04.24 06:42:18.574109 [ 198 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6631 | 2025.04.24 06:42:18.574281 [ 198 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6632 | 2025.04.24 06:42:18.574425 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.43 MiB. | ||
| 6633 | 2025.04.24 06:42:18.575592 [ 196 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3080 rows, containing 4 columns (4 merged, 0 gathered) in 0.003796046 sec., 811370.5682175611 rows/sec., 54.51 MiB/sec. | ||
| 6634 | 2025.04.24 06:42:18.576112 [ 196 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6635 | 2025.04.24 06:42:18.576639 [ 196 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_56_11} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6636 | 2025.04.24 06:42:18.576728 [ 196 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_56_11} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6637 | 2025.04.24 06:42:18.576824 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
| 6638 | 2025.04.24 06:42:19.074764 [ 114 ] {} <Debug> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 6639 | 2025.04.24 06:42:19.074874 [ 114 ] {} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6640 | 2025.04.24 06:42:19.074917 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6641 | 2025.04.24 06:42:19.075203 [ 201 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::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 | ||
| 6642 | 2025.04.24 06:42:19.075476 [ 201 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6643 | 2025.04.24 06:42:19.075535 [ 201 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 365 rows starting from the beginning of the part | ||
| 6644 | 2025.04.24 06:42:19.075677 [ 201 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::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 | ||
| 6645 | 2025.04.24 06:42:19.076016 [ 201 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 228 rows starting from the beginning of the part | ||
| 6646 | 2025.04.24 06:42:19.076155 [ 201 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::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 | ||
| 6647 | 2025.04.24 06:42:19.076273 [ 201 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 228 rows starting from the beginning of the part | ||
| 6648 | 2025.04.24 06:42:19.077360 [ 196 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 869 rows, containing 5 columns (5 merged, 0 gathered) in 0.002335353 sec., 372106.4866853105 rows/sec., 26.94 MiB/sec. | ||
| 6649 | 2025.04.24 06:42:19.077537 [ 201 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 6650 | 2025.04.24 06:42:19.077823 [ 201 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_13_3} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6651 | 2025.04.24 06:42:19.077904 [ 201 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_13_3} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 6652 | 2025.04.24 06:42:19.077985 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 6653 | 2025.04.24 06:42:23.555209 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6654 | 2025.04.24 06:42:23.555402 [ 260 ] {2164b519-f0b3-4a61-9318-5d39a2807ce0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6655 | 2025.04.24 06:42:23.555480 [ 260 ] {2164b519-f0b3-4a61-9318-5d39a2807ce0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6656 | 2025.04.24 06:42:23.556346 [ 260 ] {2164b519-f0b3-4a61-9318-5d39a2807ce0} <Trace> oximeter.fields_i16 (6ff42f6f-4885-487d-9a78-1dd7a3795b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6657 | 2025.04.24 06:42:23.556404 [ 260 ] {2164b519-f0b3-4a61-9318-5d39a2807ce0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6658 | 2025.04.24 06:42:23.556868 [ 260 ] {2164b519-f0b3-4a61-9318-5d39a2807ce0} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 6659 | 2025.04.24 06:42:23.557137 [ 260 ] {2164b519-f0b3-4a61-9318-5d39a2807ce0} <Trace> oximeter.fields_i16 (6ff42f6f-4885-487d-9a78-1dd7a3795b79): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6660 | 2025.04.24 06:42:23.557387 [ 260 ] {2164b519-f0b3-4a61-9318-5d39a2807ce0} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.00203 sec., 11822.660098522167 rows/sec., 1004.46 KiB/sec. | ||
| 6661 | 2025.04.24 06:42:23.557544 [ 260 ] {2164b519-f0b3-4a61-9318-5d39a2807ce0} <Debug> TCPHandler: Processed in 0.002494796 sec. | ||
| 6662 | 2025.04.24 06:42:23.557714 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6663 | 2025.04.24 06:42:23.557832 [ 260 ] {ce42f63d-b98c-4d28-bcba-c51c47aadb6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6664 | 2025.04.24 06:42:23.557883 [ 260 ] {ce42f63d-b98c-4d28-bcba-c51c47aadb6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6665 | 2025.04.24 06:42:23.558478 [ 260 ] {ce42f63d-b98c-4d28-bcba-c51c47aadb6a} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6666 | 2025.04.24 06:42:23.558523 [ 260 ] {ce42f63d-b98c-4d28-bcba-c51c47aadb6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6667 | 2025.04.24 06:42:23.558927 [ 260 ] {ce42f63d-b98c-4d28-bcba-c51c47aadb6a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 6668 | 2025.04.24 06:42:23.559179 [ 260 ] {ce42f63d-b98c-4d28-bcba-c51c47aadb6a} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6669 | 2025.04.24 06:42:23.559432 [ 260 ] {ce42f63d-b98c-4d28-bcba-c51c47aadb6a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001616 sec., 1237.6237623762377 rows/sec., 100.92 KiB/sec. | ||
| 6670 | 2025.04.24 06:42:23.559633 [ 260 ] {ce42f63d-b98c-4d28-bcba-c51c47aadb6a} <Debug> TCPHandler: Processed in 0.001969764 sec. | ||
| 6671 | 2025.04.24 06:42:23.559785 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6672 | 2025.04.24 06:42:23.559898 [ 260 ] {f73d83d9-b383-4e2b-8b50-3ac626de7e28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6673 | 2025.04.24 06:42:23.559947 [ 260 ] {f73d83d9-b383-4e2b-8b50-3ac626de7e28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6674 | 2025.04.24 06:42:23.560699 [ 260 ] {f73d83d9-b383-4e2b-8b50-3ac626de7e28} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6675 | 2025.04.24 06:42:23.560749 [ 260 ] {f73d83d9-b383-4e2b-8b50-3ac626de7e28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6676 | 2025.04.24 06:42:23.561237 [ 260 ] {f73d83d9-b383-4e2b-8b50-3ac626de7e28} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6677 | 2025.04.24 06:42:23.561558 [ 260 ] {f73d83d9-b383-4e2b-8b50-3ac626de7e28} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6678 | 2025.04.24 06:42:23.561816 [ 260 ] {f73d83d9-b383-4e2b-8b50-3ac626de7e28} <Debug> executeQuery: Read 233 rows, 21.14 KiB in 0.001943 sec., 119917.65311374163 rows/sec., 10.63 MiB/sec. | ||
| 6679 | 2025.04.24 06:42:23.561896 [ 260 ] {f73d83d9-b383-4e2b-8b50-3ac626de7e28} <Debug> TCPHandler: Processed in 0.002167889 sec. | ||
| 6680 | 2025.04.24 06:42:23.562061 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6681 | 2025.04.24 06:42:23.562184 [ 260 ] {755afe8e-ce35-45cd-a03b-8a5c714848bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6682 | 2025.04.24 06:42:23.562240 [ 260 ] {755afe8e-ce35-45cd-a03b-8a5c714848bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6683 | 2025.04.24 06:42:23.563302 [ 260 ] {755afe8e-ce35-45cd-a03b-8a5c714848bb} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6684 | 2025.04.24 06:42:23.563357 [ 260 ] {755afe8e-ce35-45cd-a03b-8a5c714848bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6685 | 2025.04.24 06:42:23.563820 [ 260 ] {755afe8e-ce35-45cd-a03b-8a5c714848bb} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6686 | 2025.04.24 06:42:23.564152 [ 260 ] {755afe8e-ce35-45cd-a03b-8a5c714848bb} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6687 | 2025.04.24 06:42:23.564408 [ 260 ] {755afe8e-ce35-45cd-a03b-8a5c714848bb} <Debug> executeQuery: Read 42 rows, 3.21 KiB in 0.002253 sec., 18641.81091877497 rows/sec., 1.39 MiB/sec. | ||
| 6688 | 2025.04.24 06:42:23.564469 [ 260 ] {755afe8e-ce35-45cd-a03b-8a5c714848bb} <Debug> TCPHandler: Processed in 0.002469585 sec. | ||
| 6689 | 2025.04.24 06:42:23.564596 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6690 | 2025.04.24 06:42:23.564705 [ 260 ] {b351c9cf-a367-4c98-ad28-e74515b76938} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6691 | 2025.04.24 06:42:23.564754 [ 260 ] {b351c9cf-a367-4c98-ad28-e74515b76938} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6692 | 2025.04.24 06:42:23.565318 [ 260 ] {b351c9cf-a367-4c98-ad28-e74515b76938} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6693 | 2025.04.24 06:42:23.565359 [ 260 ] {b351c9cf-a367-4c98-ad28-e74515b76938} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6694 | 2025.04.24 06:42:23.565792 [ 260 ] {b351c9cf-a367-4c98-ad28-e74515b76938} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6695 | 2025.04.24 06:42:23.566097 [ 260 ] {b351c9cf-a367-4c98-ad28-e74515b76938} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6696 | 2025.04.24 06:42:23.566353 [ 260 ] {b351c9cf-a367-4c98-ad28-e74515b76938} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001669 sec., 14379.868184541643 rows/sec., 1.19 MiB/sec. | ||
| 6697 | 2025.04.24 06:42:23.566411 [ 260 ] {b351c9cf-a367-4c98-ad28-e74515b76938} <Debug> TCPHandler: Processed in 0.001865002 sec. | ||
| 6698 | 2025.04.24 06:42:23.566523 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6699 | 2025.04.24 06:42:23.566629 [ 260 ] {deb45e5b-8889-4327-8c32-196afb26fe8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6700 | 2025.04.24 06:42:23.566675 [ 260 ] {deb45e5b-8889-4327-8c32-196afb26fe8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6701 | 2025.04.24 06:42:23.567191 [ 260 ] {deb45e5b-8889-4327-8c32-196afb26fe8c} <Trace> oximeter.fields_u8 (788ec107-c6c7-4ecf-8eae-6c824e50a883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6702 | 2025.04.24 06:42:23.567231 [ 260 ] {deb45e5b-8889-4327-8c32-196afb26fe8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6703 | 2025.04.24 06:42:23.567695 [ 260 ] {deb45e5b-8889-4327-8c32-196afb26fe8c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 6704 | 2025.04.24 06:42:23.568013 [ 260 ] {deb45e5b-8889-4327-8c32-196afb26fe8c} <Trace> oximeter.fields_u8 (788ec107-c6c7-4ecf-8eae-6c824e50a883): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6705 | 2025.04.24 06:42:23.568328 [ 260 ] {deb45e5b-8889-4327-8c32-196afb26fe8c} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001704 sec., 7042.2535211267605 rows/sec., 550.18 KiB/sec. | ||
| 6706 | 2025.04.24 06:42:23.568467 [ 260 ] {deb45e5b-8889-4327-8c32-196afb26fe8c} <Debug> TCPHandler: Processed in 0.001993125 sec. | ||
| 6707 | 2025.04.24 06:42:23.568611 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6708 | 2025.04.24 06:42:23.568742 [ 260 ] {9fbbe3c7-b316-42dd-97bf-1c84a24dce63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6709 | 2025.04.24 06:42:23.568803 [ 260 ] {9fbbe3c7-b316-42dd-97bf-1c84a24dce63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6710 | 2025.04.24 06:42:23.569590 [ 260 ] {9fbbe3c7-b316-42dd-97bf-1c84a24dce63} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6711 | 2025.04.24 06:42:23.569640 [ 260 ] {9fbbe3c7-b316-42dd-97bf-1c84a24dce63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6712 | 2025.04.24 06:42:23.570138 [ 260 ] {9fbbe3c7-b316-42dd-97bf-1c84a24dce63} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6713 | 2025.04.24 06:42:23.570492 [ 260 ] {9fbbe3c7-b316-42dd-97bf-1c84a24dce63} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6714 | 2025.04.24 06:42:23.570747 [ 260 ] {9fbbe3c7-b316-42dd-97bf-1c84a24dce63} <Debug> executeQuery: Read 130 rows, 10.78 KiB in 0.002035 sec., 63882.063882063885 rows/sec., 5.17 MiB/sec. | ||
| 6715 | 2025.04.24 06:42:23.570839 [ 260 ] {9fbbe3c7-b316-42dd-97bf-1c84a24dce63} <Debug> TCPHandler: Processed in 0.002291302 sec. | ||
| 6716 | 2025.04.24 06:42:23.570989 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6717 | 2025.04.24 06:42:23.571119 [ 260 ] {d386aef8-8f95-4eba-acb7-210bddc83b11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6718 | 2025.04.24 06:42:23.571183 [ 260 ] {d386aef8-8f95-4eba-acb7-210bddc83b11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6719 | 2025.04.24 06:42:23.571865 [ 260 ] {d386aef8-8f95-4eba-acb7-210bddc83b11} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6720 | 2025.04.24 06:42:23.571932 [ 260 ] {d386aef8-8f95-4eba-acb7-210bddc83b11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6721 | 2025.04.24 06:42:23.572507 [ 260 ] {d386aef8-8f95-4eba-acb7-210bddc83b11} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6722 | 2025.04.24 06:42:23.572858 [ 260 ] {d386aef8-8f95-4eba-acb7-210bddc83b11} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6723 | 2025.04.24 06:42:23.573163 [ 260 ] {d386aef8-8f95-4eba-acb7-210bddc83b11} <Debug> executeQuery: Read 197 rows, 14.47 KiB in 0.002067 sec., 95307.2085147557 rows/sec., 6.84 MiB/sec. | ||
| 6724 | 2025.04.24 06:42:23.573398 [ 260 ] {d386aef8-8f95-4eba-acb7-210bddc83b11} <Debug> TCPHandler: Processed in 0.002468745 sec. | ||
| 6725 | 2025.04.24 06:42:23.573696 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6726 | 2025.04.24 06:42:23.573839 [ 260 ] {d01a1e0b-87e0-4722-bc3b-778c2a857203} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6727 | 2025.04.24 06:42:23.573948 [ 260 ] {d01a1e0b-87e0-4722-bc3b-778c2a857203} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6728 | 2025.04.24 06:42:23.575414 [ 260 ] {d01a1e0b-87e0-4722-bc3b-778c2a857203} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6729 | 2025.04.24 06:42:23.575455 [ 260 ] {d01a1e0b-87e0-4722-bc3b-778c2a857203} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6730 | 2025.04.24 06:42:23.576084 [ 260 ] {d01a1e0b-87e0-4722-bc3b-778c2a857203} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6731 | 2025.04.24 06:42:23.576345 [ 260 ] {d01a1e0b-87e0-4722-bc3b-778c2a857203} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6732 | 2025.04.24 06:42:23.576583 [ 260 ] {d01a1e0b-87e0-4722-bc3b-778c2a857203} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.00278 sec., 10071.942446043166 rows/sec., 18.05 MiB/sec. | ||
| 6733 | 2025.04.24 06:42:23.576717 [ 260 ] {d01a1e0b-87e0-4722-bc3b-778c2a857203} <Debug> TCPHandler: Processed in 0.00311808 sec. | ||
| 6734 | 2025.04.24 06:42:23.576844 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6735 | 2025.04.24 06:42:23.576950 [ 260 ] {b6c17b42-6b52-415c-96c5-132f4d455d7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6736 | 2025.04.24 06:42:23.576997 [ 260 ] {b6c17b42-6b52-415c-96c5-132f4d455d7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6737 | 2025.04.24 06:42:23.577426 [ 260 ] {b6c17b42-6b52-415c-96c5-132f4d455d7f} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6738 | 2025.04.24 06:42:23.577465 [ 260 ] {b6c17b42-6b52-415c-96c5-132f4d455d7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6739 | 2025.04.24 06:42:23.577836 [ 260 ] {b6c17b42-6b52-415c-96c5-132f4d455d7f} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6740 | 2025.04.24 06:42:23.578101 [ 260 ] {b6c17b42-6b52-415c-96c5-132f4d455d7f} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6741 | 2025.04.24 06:42:23.578302 [ 260 ] {b6c17b42-6b52-415c-96c5-132f4d455d7f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001375 sec., 43636.36363636364 rows/sec., 2.94 MiB/sec. | ||
| 6742 | 2025.04.24 06:42:23.578353 [ 260 ] {b6c17b42-6b52-415c-96c5-132f4d455d7f} <Debug> TCPHandler: Processed in 0.001559445 sec. | ||
| 6743 | 2025.04.24 06:42:24.448221 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17019 | ||
| 6744 | 2025.04.24 06:42:24.448865 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6745 | 2025.04.24 06:42:24.448910 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6746 | 2025.04.24 06:42:24.449415 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6747 | 2025.04.24 06:42:24.449663 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6748 | 2025.04.24 06:42:24.449942 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019 | ||
| 6749 | 2025.04.24 06:42:25.570332 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 6750 | 2025.04.24 06:42:25.588297 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6751 | 2025.04.24 06:42:25.588352 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6752 | 2025.04.24 06:42:25.595133 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6753 | 2025.04.24 06:42:25.595861 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6754 | 2025.04.24 06:42:25.598353 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 6755 | 2025.04.24 06:42:27.025960 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 942 | ||
| 6756 | 2025.04.24 06:42:27.028914 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6757 | 2025.04.24 06:42:27.028963 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6758 | 2025.04.24 06:42:27.030389 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 6759 | 2025.04.24 06:42:27.030691 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6760 | 2025.04.24 06:42:27.031892 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 942 | ||
| 6761 | 2025.04.24 06:42:28.544228 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6762 | 2025.04.24 06:42:28.544474 [ 260 ] {d2c4a6a5-a278-41c8-9d33-be92d3d433a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6763 | 2025.04.24 06:42:28.544568 [ 260 ] {d2c4a6a5-a278-41c8-9d33-be92d3d433a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6764 | 2025.04.24 06:42:28.545411 [ 260 ] {d2c4a6a5-a278-41c8-9d33-be92d3d433a4} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6765 | 2025.04.24 06:42:28.545462 [ 260 ] {d2c4a6a5-a278-41c8-9d33-be92d3d433a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6766 | 2025.04.24 06:42:28.545896 [ 260 ] {d2c4a6a5-a278-41c8-9d33-be92d3d433a4} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6767 | 2025.04.24 06:42:28.546154 [ 260 ] {d2c4a6a5-a278-41c8-9d33-be92d3d433a4} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6768 | 2025.04.24 06:42:28.546369 [ 260 ] {d2c4a6a5-a278-41c8-9d33-be92d3d433a4} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.001961 sec., 40795.5124936257 rows/sec., 3.36 MiB/sec. | ||
| 6769 | 2025.04.24 06:42:28.546437 [ 260 ] {d2c4a6a5-a278-41c8-9d33-be92d3d433a4} <Debug> TCPHandler: Processed in 0.002369504 sec. | ||
| 6770 | 2025.04.24 06:42:28.546578 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6771 | 2025.04.24 06:42:28.546694 [ 260 ] {0d220398-b485-42fe-a57d-f85854d90c44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6772 | 2025.04.24 06:42:28.546739 [ 260 ] {0d220398-b485-42fe-a57d-f85854d90c44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6773 | 2025.04.24 06:42:28.547236 [ 260 ] {0d220398-b485-42fe-a57d-f85854d90c44} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6774 | 2025.04.24 06:42:28.547273 [ 260 ] {0d220398-b485-42fe-a57d-f85854d90c44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6775 | 2025.04.24 06:42:28.547608 [ 260 ] {0d220398-b485-42fe-a57d-f85854d90c44} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6776 | 2025.04.24 06:42:28.547846 [ 260 ] {0d220398-b485-42fe-a57d-f85854d90c44} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6777 | 2025.04.24 06:42:28.548069 [ 260 ] {0d220398-b485-42fe-a57d-f85854d90c44} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001391 sec., 8626.887131560028 rows/sec., 648.70 KiB/sec. | ||
| 6778 | 2025.04.24 06:42:28.548166 [ 260 ] {0d220398-b485-42fe-a57d-f85854d90c44} <Debug> TCPHandler: Processed in 0.001653098 sec. | ||
| 6779 | 2025.04.24 06:42:28.548377 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6780 | 2025.04.24 06:42:28.548507 [ 260 ] {672a76e0-60c0-4f1d-833b-0c239977da2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6781 | 2025.04.24 06:42:28.548553 [ 260 ] {672a76e0-60c0-4f1d-833b-0c239977da2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6782 | 2025.04.24 06:42:28.549097 [ 260 ] {672a76e0-60c0-4f1d-833b-0c239977da2f} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6783 | 2025.04.24 06:42:28.549136 [ 260 ] {672a76e0-60c0-4f1d-833b-0c239977da2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6784 | 2025.04.24 06:42:28.549481 [ 260 ] {672a76e0-60c0-4f1d-833b-0c239977da2f} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6785 | 2025.04.24 06:42:28.549718 [ 260 ] {672a76e0-60c0-4f1d-833b-0c239977da2f} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6786 | 2025.04.24 06:42:28.549928 [ 260 ] {672a76e0-60c0-4f1d-833b-0c239977da2f} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001444 sec., 52631.57894736842 rows/sec., 4.11 MiB/sec. | ||
| 6787 | 2025.04.24 06:42:28.549979 [ 260 ] {672a76e0-60c0-4f1d-833b-0c239977da2f} <Debug> TCPHandler: Processed in 0.001704218 sec. | ||
| 6788 | 2025.04.24 06:42:28.550094 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6789 | 2025.04.24 06:42:28.550199 [ 260 ] {407df289-9928-468a-a71c-eb3c38eb9c37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6790 | 2025.04.24 06:42:28.550246 [ 260 ] {407df289-9928-468a-a71c-eb3c38eb9c37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6791 | 2025.04.24 06:42:28.550739 [ 260 ] {407df289-9928-468a-a71c-eb3c38eb9c37} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6792 | 2025.04.24 06:42:28.550778 [ 260 ] {407df289-9928-468a-a71c-eb3c38eb9c37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6793 | 2025.04.24 06:42:28.551161 [ 260 ] {407df289-9928-468a-a71c-eb3c38eb9c37} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6794 | 2025.04.24 06:42:28.551395 [ 260 ] {407df289-9928-468a-a71c-eb3c38eb9c37} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6795 | 2025.04.24 06:42:28.551597 [ 260 ] {407df289-9928-468a-a71c-eb3c38eb9c37} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00142 sec., 112676.05633802817 rows/sec., 7.85 MiB/sec. | ||
| 6796 | 2025.04.24 06:42:28.551647 [ 260 ] {407df289-9928-468a-a71c-eb3c38eb9c37} <Debug> TCPHandler: Processed in 0.001602046 sec. | ||
| 6797 | 2025.04.24 06:42:28.551760 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6798 | 2025.04.24 06:42:28.551863 [ 260 ] {f40d4c4e-bbd2-47f3-8ed2-efe640dcd512} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6799 | 2025.04.24 06:42:28.551928 [ 260 ] {f40d4c4e-bbd2-47f3-8ed2-efe640dcd512} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6800 | 2025.04.24 06:42:28.552953 [ 260 ] {f40d4c4e-bbd2-47f3-8ed2-efe640dcd512} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6801 | 2025.04.24 06:42:28.552991 [ 260 ] {f40d4c4e-bbd2-47f3-8ed2-efe640dcd512} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6802 | 2025.04.24 06:42:28.553592 [ 260 ] {f40d4c4e-bbd2-47f3-8ed2-efe640dcd512} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6803 | 2025.04.24 06:42:28.553854 [ 260 ] {f40d4c4e-bbd2-47f3-8ed2-efe640dcd512} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6804 | 2025.04.24 06:42:28.554103 [ 260 ] {f40d4c4e-bbd2-47f3-8ed2-efe640dcd512} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002257 sec., 5316.792202038104 rows/sec., 9.53 MiB/sec. | ||
| 6805 | 2025.04.24 06:42:28.554369 [ 260 ] {f40d4c4e-bbd2-47f3-8ed2-efe640dcd512} <Debug> TCPHandler: Processed in 0.002657029 sec. | ||
| 6806 | 2025.04.24 06:42:28.554554 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6807 | 2025.04.24 06:42:28.554655 [ 260 ] {3d32d37a-4ecc-4ff4-8161-e3fa34ab421f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6808 | 2025.04.24 06:42:28.554700 [ 260 ] {3d32d37a-4ecc-4ff4-8161-e3fa34ab421f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6809 | 2025.04.24 06:42:28.555110 [ 260 ] {3d32d37a-4ecc-4ff4-8161-e3fa34ab421f} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6810 | 2025.04.24 06:42:28.555147 [ 260 ] {3d32d37a-4ecc-4ff4-8161-e3fa34ab421f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6811 | 2025.04.24 06:42:28.555497 [ 260 ] {3d32d37a-4ecc-4ff4-8161-e3fa34ab421f} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6812 | 2025.04.24 06:42:28.555730 [ 260 ] {3d32d37a-4ecc-4ff4-8161-e3fa34ab421f} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6813 | 2025.04.24 06:42:28.555930 [ 260 ] {3d32d37a-4ecc-4ff4-8161-e3fa34ab421f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001297 sec., 46260.601387818046 rows/sec., 3.12 MiB/sec. | ||
| 6814 | 2025.04.24 06:42:28.555978 [ 260 ] {3d32d37a-4ecc-4ff4-8161-e3fa34ab421f} <Debug> TCPHandler: Processed in 0.001479624 sec. | ||
| 6815 | 2025.04.24 06:42:31.771058 [ 99 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6816 | 2025.04.24 06:42:31.771123 [ 99 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6817 | 2025.04.24 06:42:31.950061 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17446 | ||
| 6818 | 2025.04.24 06:42:31.950729 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6819 | 2025.04.24 06:42:31.950773 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6820 | 2025.04.24 06:42:31.951331 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6821 | 2025.04.24 06:42:31.951598 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6822 | 2025.04.24 06:42:31.951782 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
| 6823 | 2025.04.24 06:42:33.098409 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 6824 | 2025.04.24 06:42:33.117953 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6825 | 2025.04.24 06:42:33.118016 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6826 | 2025.04.24 06:42:33.125552 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6827 | 2025.04.24 06:42:33.126342 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6828 | 2025.04.24 06:42:33.129097 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 6829 | 2025.04.24 06:42:33.544921 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6830 | 2025.04.24 06:42:33.545121 [ 260 ] {39077793-ba4d-45a8-a1d7-86298cba06ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6831 | 2025.04.24 06:42:33.545205 [ 260 ] {39077793-ba4d-45a8-a1d7-86298cba06ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6832 | 2025.04.24 06:42:33.546036 [ 260 ] {39077793-ba4d-45a8-a1d7-86298cba06ff} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6833 | 2025.04.24 06:42:33.546098 [ 260 ] {39077793-ba4d-45a8-a1d7-86298cba06ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6834 | 2025.04.24 06:42:33.546572 [ 260 ] {39077793-ba4d-45a8-a1d7-86298cba06ff} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 6835 | 2025.04.24 06:42:33.546837 [ 260 ] {39077793-ba4d-45a8-a1d7-86298cba06ff} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6836 | 2025.04.24 06:42:33.547070 [ 260 ] {39077793-ba4d-45a8-a1d7-86298cba06ff} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.002004 sec., 55888.22355289421 rows/sec., 4.69 MiB/sec. | ||
| 6837 | 2025.04.24 06:42:33.547141 [ 260 ] {39077793-ba4d-45a8-a1d7-86298cba06ff} <Debug> TCPHandler: Processed in 0.002360813 sec. | ||
| 6838 | 2025.04.24 06:42:33.547275 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6839 | 2025.04.24 06:42:33.547390 [ 260 ] {24a126d6-33c8-4ea9-98d6-0c28d5a99c0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6840 | 2025.04.24 06:42:33.547440 [ 260 ] {24a126d6-33c8-4ea9-98d6-0c28d5a99c0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6841 | 2025.04.24 06:42:33.547999 [ 260 ] {24a126d6-33c8-4ea9-98d6-0c28d5a99c0d} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6842 | 2025.04.24 06:42:33.548042 [ 260 ] {24a126d6-33c8-4ea9-98d6-0c28d5a99c0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6843 | 2025.04.24 06:42:33.548413 [ 260 ] {24a126d6-33c8-4ea9-98d6-0c28d5a99c0d} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6844 | 2025.04.24 06:42:33.548661 [ 260 ] {24a126d6-33c8-4ea9-98d6-0c28d5a99c0d} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6845 | 2025.04.24 06:42:33.548843 [ 97 ] {} <Debug> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6846 | 2025.04.24 06:42:33.548903 [ 260 ] {24a126d6-33c8-4ea9-98d6-0c28d5a99c0d} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001539 sec., 18193.632228719947 rows/sec., 1.34 MiB/sec. | ||
| 6847 | 2025.04.24 06:42:33.548929 [ 97 ] {} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6848 | 2025.04.24 06:42:33.548994 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6849 | 2025.04.24 06:42:33.549017 [ 260 ] {24a126d6-33c8-4ea9-98d6-0c28d5a99c0d} <Debug> TCPHandler: Processed in 0.00179416 sec. | ||
| 6850 | 2025.04.24 06:42:33.549165 [ 190 ] {6d91faa5-474e-4006-b181-dbf82df66096::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 | ||
| 6851 | 2025.04.24 06:42:33.549178 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6852 | 2025.04.24 06:42:33.549301 [ 190 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6853 | 2025.04.24 06:42:33.549322 [ 260 ] {cbafa62f-0182-4a04-a069-25afcbc8bac3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6854 | 2025.04.24 06:42:33.549339 [ 190 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 176 rows starting from the beginning of the part | ||
| 6855 | 2025.04.24 06:42:33.549382 [ 260 ] {cbafa62f-0182-4a04-a069-25afcbc8bac3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6856 | 2025.04.24 06:42:33.549533 [ 190 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 28 rows starting from the beginning of the part | ||
| 6857 | 2025.04.24 06:42:33.549987 [ 190 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 12 rows starting from the beginning of the part | ||
| 6858 | 2025.04.24 06:42:33.550367 [ 190 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 42 rows starting from the beginning of the part | ||
| 6859 | 2025.04.24 06:42:33.550734 [ 190 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 12 rows starting from the beginning of the part | ||
| 6860 | 2025.04.24 06:42:33.551119 [ 190 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 28 rows starting from the beginning of the part | ||
| 6861 | 2025.04.24 06:42:33.552120 [ 260 ] {cbafa62f-0182-4a04-a069-25afcbc8bac3} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6862 | 2025.04.24 06:42:33.552168 [ 260 ] {cbafa62f-0182-4a04-a069-25afcbc8bac3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6863 | 2025.04.24 06:42:33.552768 [ 260 ] {cbafa62f-0182-4a04-a069-25afcbc8bac3} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 6864 | 2025.04.24 06:42:33.552990 [ 196 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.003890508 sec., 76596.68094757806 rows/sec., 5.52 MiB/sec. | ||
| 6865 | 2025.04.24 06:42:33.553132 [ 260 ] {cbafa62f-0182-4a04-a069-25afcbc8bac3} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6866 | 2025.04.24 06:42:33.553274 [ 196 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6867 | 2025.04.24 06:42:33.553552 [ 260 ] {cbafa62f-0182-4a04-a069-25afcbc8bac3} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.004265 sec., 21570.92614302462 rows/sec., 1.68 MiB/sec. | ||
| 6868 | 2025.04.24 06:42:33.553686 [ 260 ] {cbafa62f-0182-4a04-a069-25afcbc8bac3} <Debug> TCPHandler: Processed in 0.004562953 sec. | ||
| 6869 | 2025.04.24 06:42:33.553856 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6870 | 2025.04.24 06:42:33.553984 [ 196 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_51_10} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6871 | 2025.04.24 06:42:33.554024 [ 260 ] {322696c0-fa6a-46dc-ae12-7eef19842997} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6872 | 2025.04.24 06:42:33.554124 [ 260 ] {322696c0-fa6a-46dc-ae12-7eef19842997} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6873 | 2025.04.24 06:42:33.554172 [ 196 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_51_10} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6874 | 2025.04.24 06:42:33.554419 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 6875 | 2025.04.24 06:42:33.554905 [ 260 ] {322696c0-fa6a-46dc-ae12-7eef19842997} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6876 | 2025.04.24 06:42:33.554948 [ 260 ] {322696c0-fa6a-46dc-ae12-7eef19842997} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6877 | 2025.04.24 06:42:33.555343 [ 260 ] {322696c0-fa6a-46dc-ae12-7eef19842997} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 6878 | 2025.04.24 06:42:33.555589 [ 260 ] {322696c0-fa6a-46dc-ae12-7eef19842997} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6879 | 2025.04.24 06:42:33.555850 [ 260 ] {322696c0-fa6a-46dc-ae12-7eef19842997} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001865 sec., 85790.88471849867 rows/sec., 5.98 MiB/sec. | ||
| 6880 | 2025.04.24 06:42:33.555957 [ 260 ] {322696c0-fa6a-46dc-ae12-7eef19842997} <Debug> TCPHandler: Processed in 0.002167019 sec. | ||
| 6881 | 2025.04.24 06:42:33.556127 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6882 | 2025.04.24 06:42:33.556306 [ 260 ] {26128a78-ebb0-4142-b54a-9ae2914227da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6883 | 2025.04.24 06:42:33.556379 [ 260 ] {26128a78-ebb0-4142-b54a-9ae2914227da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6884 | 2025.04.24 06:42:33.557456 [ 260 ] {26128a78-ebb0-4142-b54a-9ae2914227da} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6885 | 2025.04.24 06:42:33.557520 [ 260 ] {26128a78-ebb0-4142-b54a-9ae2914227da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6886 | 2025.04.24 06:42:33.558145 [ 260 ] {26128a78-ebb0-4142-b54a-9ae2914227da} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6887 | 2025.04.24 06:42:33.558402 [ 260 ] {26128a78-ebb0-4142-b54a-9ae2914227da} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6888 | 2025.04.24 06:42:33.558590 [ 97 ] {} <Debug> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6889 | 2025.04.24 06:42:33.558670 [ 97 ] {} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6890 | 2025.04.24 06:42:33.558679 [ 260 ] {26128a78-ebb0-4142-b54a-9ae2914227da} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002397 sec., 11681.268251981644 rows/sec., 20.93 MiB/sec. | ||
| 6891 | 2025.04.24 06:42:33.558729 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6892 | 2025.04.24 06:42:33.559050 [ 260 ] {26128a78-ebb0-4142-b54a-9ae2914227da} <Debug> TCPHandler: Processed in 0.003017938 sec. | ||
| 6893 | 2025.04.24 06:42:33.559168 [ 187 ] {186bf897-e03c-453c-939b-7d7f7079b981::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 | ||
| 6894 | 2025.04.24 06:42:33.559482 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6895 | 2025.04.24 06:42:33.559910 [ 260 ] {f4cba64e-a130-472e-8a64-b7100d0f130c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6896 | 2025.04.24 06:42:33.560097 [ 260 ] {f4cba64e-a130-472e-8a64-b7100d0f130c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6897 | 2025.04.24 06:42:33.560771 [ 187 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6898 | 2025.04.24 06:42:33.561011 [ 187 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 878 rows starting from the beginning of the part | ||
| 6899 | 2025.04.24 06:42:33.561659 [ 187 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 28 rows starting from the beginning of the part | ||
| 6900 | 2025.04.24 06:42:33.562300 [ 187 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 12 rows starting from the beginning of the part | ||
| 6901 | 2025.04.24 06:42:33.562438 [ 260 ] {f4cba64e-a130-472e-8a64-b7100d0f130c} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6902 | 2025.04.24 06:42:33.562557 [ 260 ] {f4cba64e-a130-472e-8a64-b7100d0f130c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6903 | 2025.04.24 06:42:33.562911 [ 187 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 28 rows starting from the beginning of the part | ||
| 6904 | 2025.04.24 06:42:33.563523 [ 187 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 12 rows starting from the beginning of the part | ||
| 6905 | 2025.04.24 06:42:33.564089 [ 187 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 28 rows starting from the beginning of the part | ||
| 6906 | 2025.04.24 06:42:33.564490 [ 260 ] {f4cba64e-a130-472e-8a64-b7100d0f130c} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 6907 | 2025.04.24 06:42:33.565083 [ 260 ] {f4cba64e-a130-472e-8a64-b7100d0f130c} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6908 | 2025.04.24 06:42:33.565513 [ 260 ] {f4cba64e-a130-472e-8a64-b7100d0f130c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005774 sec., 10391.409767925183 rows/sec., 717.12 KiB/sec. | ||
| 6909 | 2025.04.24 06:42:33.565719 [ 260 ] {f4cba64e-a130-472e-8a64-b7100d0f130c} <Debug> TCPHandler: Processed in 0.006385394 sec. | ||
| 6910 | 2025.04.24 06:42:33.571972 [ 196 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 986 rows, containing 19 columns (19 merged, 0 gathered) in 0.013085295 sec., 75351.75936041182 rows/sec., 135.03 MiB/sec. | ||
| 6911 | 2025.04.24 06:42:33.572967 [ 199 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6912 | 2025.04.24 06:42:33.573374 [ 199 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6913 | 2025.04.24 06:42:33.573457 [ 199 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6914 | 2025.04.24 06:42:33.573572 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.23 MiB. | ||
| 6915 | 2025.04.24 06:42:34.001153 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 211.45 MiB, peak 220.74 MiB, free memory in arenas 0.00 B, will set to 214.52 MiB (RSS), difference: 3.07 MiB | ||
| 6916 | 2025.04.24 06:42:34.712153 [ 77 ] {} <Debug> oximeter.fields_u8 (788ec107-c6c7-4ecf-8eae-6c824e50a883) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 6917 | 2025.04.24 06:42:34.712212 [ 77 ] {} <Trace> oximeter.fields_u8 (788ec107-c6c7-4ecf-8eae-6c824e50a883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6918 | 2025.04.24 06:42:34.712233 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6919 | 2025.04.24 06:42:34.712408 [ 197 ] {788ec107-c6c7-4ecf-8eae-6c824e50a883::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 | ||
| 6920 | 2025.04.24 06:42:34.712622 [ 197 ] {788ec107-c6c7-4ecf-8eae-6c824e50a883::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6921 | 2025.04.24 06:42:34.712659 [ 197 ] {788ec107-c6c7-4ecf-8eae-6c824e50a883::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 124 rows starting from the beginning of the part | ||
| 6922 | 2025.04.24 06:42:34.712743 [ 197 ] {788ec107-c6c7-4ecf-8eae-6c824e50a883::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 112 rows starting from the beginning of the part | ||
| 6923 | 2025.04.24 06:42:34.712861 [ 197 ] {788ec107-c6c7-4ecf-8eae-6c824e50a883::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 | ||
| 6924 | 2025.04.24 06:42:34.712952 [ 197 ] {788ec107-c6c7-4ecf-8eae-6c824e50a883::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 | ||
| 6925 | 2025.04.24 06:42:34.713035 [ 197 ] {788ec107-c6c7-4ecf-8eae-6c824e50a883::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 | ||
| 6926 | 2025.04.24 06:42:34.714250 [ 196 ] {788ec107-c6c7-4ecf-8eae-6c824e50a883::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 5 columns (5 merged, 0 gathered) in 0.001954064 sec., 139197.0784989642 rows/sec., 8.94 MiB/sec. | ||
| 6927 | 2025.04.24 06:42:34.714464 [ 191 ] {788ec107-c6c7-4ecf-8eae-6c824e50a883::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 6928 | 2025.04.24 06:42:34.714812 [ 191 ] {788ec107-c6c7-4ecf-8eae-6c824e50a883::all_1_9_2} <Trace> oximeter.fields_u8 (788ec107-c6c7-4ecf-8eae-6c824e50a883): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6929 | 2025.04.24 06:42:34.714905 [ 191 ] {788ec107-c6c7-4ecf-8eae-6c824e50a883::all_1_9_2} <Trace> oximeter.fields_u8 (788ec107-c6c7-4ecf-8eae-6c824e50a883) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 6930 | 2025.04.24 06:42:34.715014 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 6931 | 2025.04.24 06:42:36.372693 [ 95 ] {} <Debug> oximeter.fields_i16 (6ff42f6f-4885-487d-9a78-1dd7a3795b79) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 6932 | 2025.04.24 06:42:36.372758 [ 95 ] {} <Trace> oximeter.fields_i16 (6ff42f6f-4885-487d-9a78-1dd7a3795b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6933 | 2025.04.24 06:42:36.372782 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6934 | 2025.04.24 06:42:36.373011 [ 197 ] {6ff42f6f-4885-487d-9a78-1dd7a3795b79::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 | ||
| 6935 | 2025.04.24 06:42:36.373198 [ 197 ] {6ff42f6f-4885-487d-9a78-1dd7a3795b79::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6936 | 2025.04.24 06:42:36.373241 [ 197 ] {6ff42f6f-4885-487d-9a78-1dd7a3795b79::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 236 rows starting from the beginning of the part | ||
| 6937 | 2025.04.24 06:42:36.373337 [ 197 ] {6ff42f6f-4885-487d-9a78-1dd7a3795b79::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 212 rows starting from the beginning of the part | ||
| 6938 | 2025.04.24 06:42:36.373548 [ 197 ] {6ff42f6f-4885-487d-9a78-1dd7a3795b79::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 | ||
| 6939 | 2025.04.24 06:42:36.373713 [ 197 ] {6ff42f6f-4885-487d-9a78-1dd7a3795b79::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 | ||
| 6940 | 2025.04.24 06:42:36.373801 [ 197 ] {6ff42f6f-4885-487d-9a78-1dd7a3795b79::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 | ||
| 6941 | 2025.04.24 06:42:36.374952 [ 191 ] {6ff42f6f-4885-487d-9a78-1dd7a3795b79::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 520 rows, containing 5 columns (5 merged, 0 gathered) in 0.002094647 sec., 248251.8534149191 rows/sec., 17.62 MiB/sec. | ||
| 6942 | 2025.04.24 06:42:36.375107 [ 197 ] {6ff42f6f-4885-487d-9a78-1dd7a3795b79::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 6943 | 2025.04.24 06:42:36.375390 [ 197 ] {6ff42f6f-4885-487d-9a78-1dd7a3795b79::all_1_9_2} <Trace> oximeter.fields_i16 (6ff42f6f-4885-487d-9a78-1dd7a3795b79): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6944 | 2025.04.24 06:42:36.375472 [ 197 ] {6ff42f6f-4885-487d-9a78-1dd7a3795b79::all_1_9_2} <Trace> oximeter.fields_i16 (6ff42f6f-4885-487d-9a78-1dd7a3795b79) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 6945 | 2025.04.24 06:42:36.375556 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 6946 | 2025.04.24 06:42:36.669383 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6947 | 2025.04.24 06:42:36.669576 [ 260 ] {0de2631d-23b9-4f48-a455-8838b9929fbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6948 | 2025.04.24 06:42:36.669650 [ 260 ] {0de2631d-23b9-4f48-a455-8838b9929fbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6949 | 2025.04.24 06:42:36.670367 [ 260 ] {0de2631d-23b9-4f48-a455-8838b9929fbb} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6950 | 2025.04.24 06:42:36.670417 [ 260 ] {0de2631d-23b9-4f48-a455-8838b9929fbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6951 | 2025.04.24 06:42:36.670812 [ 260 ] {0de2631d-23b9-4f48-a455-8838b9929fbb} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 6952 | 2025.04.24 06:42:36.671069 [ 260 ] {0de2631d-23b9-4f48-a455-8838b9929fbb} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6953 | 2025.04.24 06:42:36.671298 [ 260 ] {0de2631d-23b9-4f48-a455-8838b9929fbb} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001776 sec., 1126.126126126126 rows/sec., 91.83 KiB/sec. | ||
| 6954 | 2025.04.24 06:42:36.671354 [ 260 ] {0de2631d-23b9-4f48-a455-8838b9929fbb} <Debug> TCPHandler: Processed in 0.002102308 sec. | ||
| 6955 | 2025.04.24 06:42:36.671481 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6956 | 2025.04.24 06:42:36.671583 [ 260 ] {b44bd3aa-159d-4b93-94ac-d649a9b4e0c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6957 | 2025.04.24 06:42:36.671628 [ 260 ] {b44bd3aa-159d-4b93-94ac-d649a9b4e0c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6958 | 2025.04.24 06:42:36.672743 [ 260 ] {b44bd3aa-159d-4b93-94ac-d649a9b4e0c7} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6959 | 2025.04.24 06:42:36.672800 [ 260 ] {b44bd3aa-159d-4b93-94ac-d649a9b4e0c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6960 | 2025.04.24 06:42:36.673207 [ 260 ] {b44bd3aa-159d-4b93-94ac-d649a9b4e0c7} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 6961 | 2025.04.24 06:42:36.673439 [ 260 ] {b44bd3aa-159d-4b93-94ac-d649a9b4e0c7} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6962 | 2025.04.24 06:42:36.673652 [ 260 ] {b44bd3aa-159d-4b93-94ac-d649a9b4e0c7} <Debug> executeQuery: Read 1221 rows, 102.94 KiB in 0.002089 sec., 584490.1866921972 rows/sec., 48.12 MiB/sec. | ||
| 6963 | 2025.04.24 06:42:36.673703 [ 260 ] {b44bd3aa-159d-4b93-94ac-d649a9b4e0c7} <Debug> TCPHandler: Processed in 0.002270791 sec. | ||
| 6964 | 2025.04.24 06:42:36.673822 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6965 | 2025.04.24 06:42:36.673924 [ 260 ] {9bf37e11-dcdd-4ab0-86d4-e38af20b4acd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6966 | 2025.04.24 06:42:36.673968 [ 260 ] {9bf37e11-dcdd-4ab0-86d4-e38af20b4acd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6967 | 2025.04.24 06:42:36.674475 [ 260 ] {9bf37e11-dcdd-4ab0-86d4-e38af20b4acd} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6968 | 2025.04.24 06:42:36.674514 [ 260 ] {9bf37e11-dcdd-4ab0-86d4-e38af20b4acd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6969 | 2025.04.24 06:42:36.674845 [ 260 ] {9bf37e11-dcdd-4ab0-86d4-e38af20b4acd} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6970 | 2025.04.24 06:42:36.675074 [ 260 ] {9bf37e11-dcdd-4ab0-86d4-e38af20b4acd} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6971 | 2025.04.24 06:42:36.675259 [ 260 ] {9bf37e11-dcdd-4ab0-86d4-e38af20b4acd} <Debug> executeQuery: Read 14 rows, 1.04 KiB in 0.001356 sec., 10324.48377581121 rows/sec., 768.43 KiB/sec. | ||
| 6972 | 2025.04.24 06:42:36.675309 [ 260 ] {9bf37e11-dcdd-4ab0-86d4-e38af20b4acd} <Debug> TCPHandler: Processed in 0.001535225 sec. | ||
| 6973 | 2025.04.24 06:42:36.675436 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6974 | 2025.04.24 06:42:36.675536 [ 260 ] {4020e7e2-6bb5-43b6-84bc-611bb6f9fa25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6975 | 2025.04.24 06:42:36.675579 [ 260 ] {4020e7e2-6bb5-43b6-84bc-611bb6f9fa25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6976 | 2025.04.24 06:42:36.676160 [ 260 ] {4020e7e2-6bb5-43b6-84bc-611bb6f9fa25} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6977 | 2025.04.24 06:42:36.676198 [ 260 ] {4020e7e2-6bb5-43b6-84bc-611bb6f9fa25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6978 | 2025.04.24 06:42:36.676538 [ 260 ] {4020e7e2-6bb5-43b6-84bc-611bb6f9fa25} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 6979 | 2025.04.24 06:42:36.676766 [ 260 ] {4020e7e2-6bb5-43b6-84bc-611bb6f9fa25} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6980 | 2025.04.24 06:42:36.676959 [ 260 ] {4020e7e2-6bb5-43b6-84bc-611bb6f9fa25} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001443 sec., 158004.158004158 rows/sec., 10.70 MiB/sec. | ||
| 6981 | 2025.04.24 06:42:36.677009 [ 260 ] {4020e7e2-6bb5-43b6-84bc-611bb6f9fa25} <Debug> TCPHandler: Processed in 0.001621456 sec. | ||
| 6982 | 2025.04.24 06:42:36.677125 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6983 | 2025.04.24 06:42:36.677226 [ 260 ] {16c52293-aa2c-495e-890a-2cbb55d0d403} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6984 | 2025.04.24 06:42:36.677269 [ 260 ] {16c52293-aa2c-495e-890a-2cbb55d0d403} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6985 | 2025.04.24 06:42:36.677939 [ 260 ] {16c52293-aa2c-495e-890a-2cbb55d0d403} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6986 | 2025.04.24 06:42:36.677977 [ 260 ] {16c52293-aa2c-495e-890a-2cbb55d0d403} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6987 | 2025.04.24 06:42:36.678329 [ 260 ] {16c52293-aa2c-495e-890a-2cbb55d0d403} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 6988 | 2025.04.24 06:42:36.678557 [ 260 ] {16c52293-aa2c-495e-890a-2cbb55d0d403} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6989 | 2025.04.24 06:42:36.678754 [ 260 ] {16c52293-aa2c-495e-890a-2cbb55d0d403} <Debug> executeQuery: Read 534 rows, 40.53 KiB in 0.001548 sec., 344961.24031007756 rows/sec., 25.57 MiB/sec. | ||
| 6990 | 2025.04.24 06:42:36.678803 [ 260 ] {16c52293-aa2c-495e-890a-2cbb55d0d403} <Debug> TCPHandler: Processed in 0.001725999 sec. | ||
| 6991 | 2025.04.24 06:42:36.678919 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6992 | 2025.04.24 06:42:36.679021 [ 260 ] {1eaa880f-5e1c-48ab-88ed-ce06f8a29c75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6993 | 2025.04.24 06:42:36.679068 [ 260 ] {1eaa880f-5e1c-48ab-88ed-ce06f8a29c75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6994 | 2025.04.24 06:42:36.679748 [ 260 ] {1eaa880f-5e1c-48ab-88ed-ce06f8a29c75} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6995 | 2025.04.24 06:42:36.679787 [ 260 ] {1eaa880f-5e1c-48ab-88ed-ce06f8a29c75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6996 | 2025.04.24 06:42:36.680200 [ 260 ] {1eaa880f-5e1c-48ab-88ed-ce06f8a29c75} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 6997 | 2025.04.24 06:42:36.680427 [ 260 ] {1eaa880f-5e1c-48ab-88ed-ce06f8a29c75} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6998 | 2025.04.24 06:42:36.680625 [ 260 ] {1eaa880f-5e1c-48ab-88ed-ce06f8a29c75} <Debug> executeQuery: Read 965 rows, 66.32 KiB in 0.001624 sec., 594211.8226600986 rows/sec., 39.88 MiB/sec. | ||
| 6999 | 2025.04.24 06:42:36.680674 [ 260 ] {1eaa880f-5e1c-48ab-88ed-ce06f8a29c75} <Debug> TCPHandler: Processed in 0.001803211 sec. | ||
| 7000 | 2025.04.24 06:42:36.680791 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7001 | 2025.04.24 06:42:36.680893 [ 260 ] {d032223c-6f8f-4839-819b-ca5469d52213} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7002 | 2025.04.24 06:42:36.680956 [ 260 ] {d032223c-6f8f-4839-819b-ca5469d52213} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7003 | 2025.04.24 06:42:36.681984 [ 260 ] {d032223c-6f8f-4839-819b-ca5469d52213} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7004 | 2025.04.24 06:42:36.682022 [ 260 ] {d032223c-6f8f-4839-819b-ca5469d52213} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7005 | 2025.04.24 06:42:36.682593 [ 260 ] {d032223c-6f8f-4839-819b-ca5469d52213} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7006 | 2025.04.24 06:42:36.682830 [ 260 ] {d032223c-6f8f-4839-819b-ca5469d52213} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7007 | 2025.04.24 06:42:36.683083 [ 260 ] {d032223c-6f8f-4839-819b-ca5469d52213} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002211 sec., 5427.40841248304 rows/sec., 9.73 MiB/sec. | ||
| 7008 | 2025.04.24 06:42:36.683227 [ 260 ] {d032223c-6f8f-4839-819b-ca5469d52213} <Debug> TCPHandler: Processed in 0.002483716 sec. | ||
| 7009 | 2025.04.24 06:42:36.683544 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7010 | 2025.04.24 06:42:36.683757 [ 260 ] {5f534a66-c651-4a0c-a5e2-21fe2c4b8a74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7011 | 2025.04.24 06:42:36.683812 [ 260 ] {5f534a66-c651-4a0c-a5e2-21fe2c4b8a74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7012 | 2025.04.24 06:42:36.684241 [ 260 ] {5f534a66-c651-4a0c-a5e2-21fe2c4b8a74} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7013 | 2025.04.24 06:42:36.684279 [ 260 ] {5f534a66-c651-4a0c-a5e2-21fe2c4b8a74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7014 | 2025.04.24 06:42:36.684631 [ 260 ] {5f534a66-c651-4a0c-a5e2-21fe2c4b8a74} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7015 | 2025.04.24 06:42:36.684859 [ 260 ] {5f534a66-c651-4a0c-a5e2-21fe2c4b8a74} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7016 | 2025.04.24 06:42:36.685075 [ 260 ] {5f534a66-c651-4a0c-a5e2-21fe2c4b8a74} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001374 sec., 32023.28966521106 rows/sec., 2.15 MiB/sec. | ||
| 7017 | 2025.04.24 06:42:36.685178 [ 260 ] {5f534a66-c651-4a0c-a5e2-21fe2c4b8a74} <Debug> TCPHandler: Processed in 0.001719748 sec. | ||
| 7018 | 2025.04.24 06:42:37.033021 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 982 | ||
| 7019 | 2025.04.24 06:42:37.036141 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7020 | 2025.04.24 06:42:37.036189 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7021 | 2025.04.24 06:42:37.037595 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7022 | 2025.04.24 06:42:37.037909 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7023 | 2025.04.24 06:42:37.038466 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 982 | ||
| 7024 | 2025.04.24 06:42:38.539201 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7025 | 2025.04.24 06:42:38.539484 [ 260 ] {ad040c6c-5e45-425f-b13d-e48c2122a24a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7026 | 2025.04.24 06:42:38.539669 [ 260 ] {ad040c6c-5e45-425f-b13d-e48c2122a24a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7027 | 2025.04.24 06:42:38.540682 [ 260 ] {ad040c6c-5e45-425f-b13d-e48c2122a24a} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7028 | 2025.04.24 06:42:38.540731 [ 260 ] {ad040c6c-5e45-425f-b13d-e48c2122a24a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7029 | 2025.04.24 06:42:38.541154 [ 260 ] {ad040c6c-5e45-425f-b13d-e48c2122a24a} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7030 | 2025.04.24 06:42:38.541402 [ 260 ] {ad040c6c-5e45-425f-b13d-e48c2122a24a} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7031 | 2025.04.24 06:42:38.541598 [ 93 ] {} <Debug> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7032 | 2025.04.24 06:42:38.541612 [ 260 ] {ad040c6c-5e45-425f-b13d-e48c2122a24a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002142 sec., 26143.790849673205 rows/sec., 2.00 MiB/sec. | ||
| 7033 | 2025.04.24 06:42:38.541693 [ 93 ] {} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7034 | 2025.04.24 06:42:38.541772 [ 260 ] {ad040c6c-5e45-425f-b13d-e48c2122a24a} <Debug> TCPHandler: Processed in 0.002710371 sec. | ||
| 7035 | 2025.04.24 06:42:38.541772 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7036 | 2025.04.24 06:42:38.542021 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7037 | 2025.04.24 06:42:38.542093 [ 188 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::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 | ||
| 7038 | 2025.04.24 06:42:38.542425 [ 260 ] {4fa41e19-d2dc-4472-8b19-f48c870031db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7039 | 2025.04.24 06:42:38.542667 [ 260 ] {4fa41e19-d2dc-4472-8b19-f48c870031db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7040 | 2025.04.24 06:42:38.542730 [ 188 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7041 | 2025.04.24 06:42:38.542937 [ 188 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1966 rows starting from the beginning of the part | ||
| 7042 | 2025.04.24 06:42:38.543427 [ 188 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 233 rows starting from the beginning of the part | ||
| 7043 | 2025.04.24 06:42:38.543863 [ 188 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 80 rows starting from the beginning of the part | ||
| 7044 | 2025.04.24 06:42:38.544283 [ 188 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 112 rows starting from the beginning of the part | ||
| 7045 | 2025.04.24 06:42:38.544586 [ 188 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1221 rows starting from the beginning of the part | ||
| 7046 | 2025.04.24 06:42:38.544916 [ 188 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 56 rows starting from the beginning of the part | ||
| 7047 | 2025.04.24 06:42:38.546243 [ 260 ] {4fa41e19-d2dc-4472-8b19-f48c870031db} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7048 | 2025.04.24 06:42:38.546315 [ 260 ] {4fa41e19-d2dc-4472-8b19-f48c870031db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7049 | 2025.04.24 06:42:38.547287 [ 260 ] {4fa41e19-d2dc-4472-8b19-f48c870031db} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7050 | 2025.04.24 06:42:38.547635 [ 260 ] {4fa41e19-d2dc-4472-8b19-f48c870031db} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7051 | 2025.04.24 06:42:38.547876 [ 93 ] {} <Debug> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7052 | 2025.04.24 06:42:38.547986 [ 93 ] {} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7053 | 2025.04.24 06:42:38.548020 [ 260 ] {4fa41e19-d2dc-4472-8b19-f48c870031db} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005746 sec., 11138.183083884442 rows/sec., 890.23 KiB/sec. | ||
| 7054 | 2025.04.24 06:42:38.548059 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7055 | 2025.04.24 06:42:38.548577 [ 197 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::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 | ||
| 7056 | 2025.04.24 06:42:38.548681 [ 260 ] {4fa41e19-d2dc-4472-8b19-f48c870031db} <Debug> TCPHandler: Processed in 0.006778503 sec. | ||
| 7057 | 2025.04.24 06:42:38.548744 [ 193 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3668 rows, containing 5 columns (5 merged, 0 gathered) in 0.006831994 sec., 536885.7174054895 rows/sec., 46.36 MiB/sec. | ||
| 7058 | 2025.04.24 06:42:38.548939 [ 197 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7059 | 2025.04.24 06:42:38.549000 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7060 | 2025.04.24 06:42:38.549009 [ 197 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 950 rows starting from the beginning of the part | ||
| 7061 | 2025.04.24 06:42:38.549211 [ 193 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7062 | 2025.04.24 06:42:38.549319 [ 197 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 130 rows starting from the beginning of the part | ||
| 7063 | 2025.04.24 06:42:38.549836 [ 197 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 76 rows starting from the beginning of the part | ||
| 7064 | 2025.04.24 06:42:38.549916 [ 260 ] {72c90fc2-c68c-49a3-b834-d7936f1ff2cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7065 | 2025.04.24 06:42:38.550139 [ 197 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 92 rows starting from the beginning of the part | ||
| 7066 | 2025.04.24 06:42:38.550299 [ 193 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_61_12} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7067 | 2025.04.24 06:42:38.550478 [ 260 ] {72c90fc2-c68c-49a3-b834-d7936f1ff2cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7068 | 2025.04.24 06:42:38.550687 [ 197 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 534 rows starting from the beginning of the part | ||
| 7069 | 2025.04.24 06:42:38.550835 [ 193 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_61_12} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7070 | 2025.04.24 06:42:38.551273 [ 197 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 64 rows starting from the beginning of the part | ||
| 7071 | 2025.04.24 06:42:38.551280 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 7072 | 2025.04.24 06:42:38.553081 [ 260 ] {72c90fc2-c68c-49a3-b834-d7936f1ff2cc} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7073 | 2025.04.24 06:42:38.553151 [ 260 ] {72c90fc2-c68c-49a3-b834-d7936f1ff2cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7074 | 2025.04.24 06:42:38.554017 [ 260 ] {72c90fc2-c68c-49a3-b834-d7936f1ff2cc} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7075 | 2025.04.24 06:42:38.554521 [ 260 ] {72c90fc2-c68c-49a3-b834-d7936f1ff2cc} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7076 | 2025.04.24 06:42:38.554540 [ 193 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1846 rows, containing 5 columns (5 merged, 0 gathered) in 0.006313982 sec., 292367.0038970653 rows/sec., 22.94 MiB/sec. | ||
| 7077 | 2025.04.24 06:42:38.554784 [ 93 ] {} <Debug> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7078 | 2025.04.24 06:42:38.554895 [ 93 ] {} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7079 | 2025.04.24 06:42:38.554950 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7080 | 2025.04.24 06:42:38.554959 [ 260 ] {72c90fc2-c68c-49a3-b834-d7936f1ff2cc} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.005352 sec., 7847.533632286995 rows/sec., 559.08 KiB/sec. | ||
| 7081 | 2025.04.24 06:42:38.555154 [ 195 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7082 | 2025.04.24 06:42:38.555337 [ 260 ] {72c90fc2-c68c-49a3-b834-d7936f1ff2cc} <Debug> TCPHandler: Processed in 0.006467085 sec. | ||
| 7083 | 2025.04.24 06:42:38.555416 [ 200 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 7084 | 2025.04.24 06:42:38.555695 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7085 | 2025.04.24 06:42:38.555908 [ 200 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7086 | 2025.04.24 06:42:38.556031 [ 200 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 16873 rows starting from the beginning of the part | ||
| 7087 | 2025.04.24 06:42:38.556123 [ 260 ] {0d6d2ee9-10b6-421e-99fe-cc9fad9303d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7088 | 2025.04.24 06:42:38.556129 [ 195 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_61_12} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7089 | 2025.04.24 06:42:38.556407 [ 200 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 197 rows starting from the beginning of the part | ||
| 7090 | 2025.04.24 06:42:38.556520 [ 195 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_61_12} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7091 | 2025.04.24 06:42:38.556696 [ 260 ] {0d6d2ee9-10b6-421e-99fe-cc9fad9303d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7092 | 2025.04.24 06:42:38.556898 [ 200 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 7093 | 2025.04.24 06:42:38.556926 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 7094 | 2025.04.24 06:42:38.557284 [ 200 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 7095 | 2025.04.24 06:42:38.557691 [ 200 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 965 rows starting from the beginning of the part | ||
| 7096 | 2025.04.24 06:42:38.558018 [ 200 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 42 rows starting from the beginning of the part | ||
| 7097 | 2025.04.24 06:42:38.559299 [ 260 ] {0d6d2ee9-10b6-421e-99fe-cc9fad9303d6} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7098 | 2025.04.24 06:42:38.559343 [ 260 ] {0d6d2ee9-10b6-421e-99fe-cc9fad9303d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7099 | 2025.04.24 06:42:38.559862 [ 260 ] {0d6d2ee9-10b6-421e-99fe-cc9fad9303d6} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7100 | 2025.04.24 06:42:38.560224 [ 260 ] {0d6d2ee9-10b6-421e-99fe-cc9fad9303d6} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7101 | 2025.04.24 06:42:38.560580 [ 93 ] {} <Debug> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7102 | 2025.04.24 06:42:38.560696 [ 93 ] {} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7103 | 2025.04.24 06:42:38.560784 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7104 | 2025.04.24 06:42:38.560944 [ 260 ] {0d6d2ee9-10b6-421e-99fe-cc9fad9303d6} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.004929 sec., 3246.09454250355 rows/sec., 225.07 KiB/sec. | ||
| 7105 | 2025.04.24 06:42:38.561233 [ 260 ] {0d6d2ee9-10b6-421e-99fe-cc9fad9303d6} <Debug> TCPHandler: Processed in 0.005665938 sec. | ||
| 7106 | 2025.04.24 06:42:38.561676 [ 195 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 7107 | 2025.04.24 06:42:38.561949 [ 195 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7108 | 2025.04.24 06:42:38.562009 [ 195 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3080 rows starting from the beginning of the part | ||
| 7109 | 2025.04.24 06:42:38.562212 [ 195 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part | ||
| 7110 | 2025.04.24 06:42:38.562385 [ 195 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 7111 | 2025.04.24 06:42:38.562774 [ 195 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 7112 | 2025.04.24 06:42:38.563056 [ 195 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 44 rows starting from the beginning of the part | ||
| 7113 | 2025.04.24 06:42:38.563286 [ 195 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 16 rows starting from the beginning of the part | ||
| 7114 | 2025.04.24 06:42:38.565604 [ 195 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3320 rows, containing 4 columns (4 merged, 0 gathered) in 0.004551112 sec., 729492.045021085 rows/sec., 49.02 MiB/sec. | ||
| 7115 | 2025.04.24 06:42:38.565910 [ 186 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18397 rows, containing 5 columns (5 merged, 0 gathered) in 0.010788863 sec., 1705184.3183104652 rows/sec., 116.72 MiB/sec. | ||
| 7116 | 2025.04.24 06:42:38.565996 [ 195 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7117 | 2025.04.24 06:42:38.566245 [ 186 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7118 | 2025.04.24 06:42:38.566460 [ 198 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_61_12} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7119 | 2025.04.24 06:42:38.566589 [ 198 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_61_12} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7120 | 2025.04.24 06:42:38.566712 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
| 7121 | 2025.04.24 06:42:38.566750 [ 198 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7122 | 2025.04.24 06:42:38.566823 [ 198 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7123 | 2025.04.24 06:42:38.566900 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.22 MiB. | ||
| 7124 | 2025.04.24 06:42:39.452829 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17934 | ||
| 7125 | 2025.04.24 06:42:39.453498 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7126 | 2025.04.24 06:42:39.453543 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7127 | 2025.04.24 06:42:39.454063 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7128 | 2025.04.24 06:42:39.454313 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7129 | 2025.04.24 06:42:39.454563 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934 | ||
| 7130 | 2025.04.24 06:42:40.630154 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 7131 | 2025.04.24 06:42:40.650452 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7132 | 2025.04.24 06:42:40.650514 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7133 | 2025.04.24 06:42:40.657727 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7134 | 2025.04.24 06:42:40.658496 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7135 | 2025.04.24 06:42:40.661142 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
| 7136 | 2025.04.24 06:42:43.545980 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7137 | 2025.04.24 06:42:43.546194 [ 260 ] {ceee9f19-c6c0-4577-b38d-f0110ef13951} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7138 | 2025.04.24 06:42:43.546275 [ 260 ] {ceee9f19-c6c0-4577-b38d-f0110ef13951} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7139 | 2025.04.24 06:42:43.547165 [ 260 ] {ceee9f19-c6c0-4577-b38d-f0110ef13951} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7140 | 2025.04.24 06:42:43.547218 [ 260 ] {ceee9f19-c6c0-4577-b38d-f0110ef13951} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7141 | 2025.04.24 06:42:43.547659 [ 260 ] {ceee9f19-c6c0-4577-b38d-f0110ef13951} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7142 | 2025.04.24 06:42:43.547910 [ 260 ] {ceee9f19-c6c0-4577-b38d-f0110ef13951} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7143 | 2025.04.24 06:42:43.548139 [ 260 ] {ceee9f19-c6c0-4577-b38d-f0110ef13951} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001999 sec., 56028.014007003505 rows/sec., 4.70 MiB/sec. | ||
| 7144 | 2025.04.24 06:42:43.548195 [ 260 ] {ceee9f19-c6c0-4577-b38d-f0110ef13951} <Debug> TCPHandler: Processed in 0.002351733 sec. | ||
| 7145 | 2025.04.24 06:42:43.548330 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7146 | 2025.04.24 06:42:43.548434 [ 260 ] {adbca679-7e6f-47a3-888a-51b660d5a5c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7147 | 2025.04.24 06:42:43.548478 [ 260 ] {adbca679-7e6f-47a3-888a-51b660d5a5c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7148 | 2025.04.24 06:42:43.549022 [ 260 ] {adbca679-7e6f-47a3-888a-51b660d5a5c6} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7149 | 2025.04.24 06:42:43.549060 [ 260 ] {adbca679-7e6f-47a3-888a-51b660d5a5c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7150 | 2025.04.24 06:42:43.549394 [ 260 ] {adbca679-7e6f-47a3-888a-51b660d5a5c6} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7151 | 2025.04.24 06:42:43.549624 [ 260 ] {adbca679-7e6f-47a3-888a-51b660d5a5c6} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7152 | 2025.04.24 06:42:43.549844 [ 260 ] {adbca679-7e6f-47a3-888a-51b660d5a5c6} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001416 sec., 19774.011299435027 rows/sec., 1.45 MiB/sec. | ||
| 7153 | 2025.04.24 06:42:43.549945 [ 260 ] {adbca679-7e6f-47a3-888a-51b660d5a5c6} <Debug> TCPHandler: Processed in 0.001663727 sec. | ||
| 7154 | 2025.04.24 06:42:43.550145 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7155 | 2025.04.24 06:42:43.550312 [ 260 ] {98b03606-539a-4ab8-b534-d5e3ad790f18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7156 | 2025.04.24 06:42:43.550358 [ 260 ] {98b03606-539a-4ab8-b534-d5e3ad790f18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7157 | 2025.04.24 06:42:43.550923 [ 260 ] {98b03606-539a-4ab8-b534-d5e3ad790f18} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7158 | 2025.04.24 06:42:43.550961 [ 260 ] {98b03606-539a-4ab8-b534-d5e3ad790f18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7159 | 2025.04.24 06:42:43.551302 [ 260 ] {98b03606-539a-4ab8-b534-d5e3ad790f18} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7160 | 2025.04.24 06:42:43.551544 [ 260 ] {98b03606-539a-4ab8-b534-d5e3ad790f18} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7161 | 2025.04.24 06:42:43.551736 [ 260 ] {98b03606-539a-4ab8-b534-d5e3ad790f18} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001447 sec., 63579.8203178991 rows/sec., 4.97 MiB/sec. | ||
| 7162 | 2025.04.24 06:42:43.551790 [ 260 ] {98b03606-539a-4ab8-b534-d5e3ad790f18} <Debug> TCPHandler: Processed in 0.001728159 sec. | ||
| 7163 | 2025.04.24 06:42:43.551914 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7164 | 2025.04.24 06:42:43.552016 [ 260 ] {9a42ba2b-7ad9-4eae-b711-724bf854db9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7165 | 2025.04.24 06:42:43.552064 [ 260 ] {9a42ba2b-7ad9-4eae-b711-724bf854db9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7166 | 2025.04.24 06:42:43.552587 [ 260 ] {9a42ba2b-7ad9-4eae-b711-724bf854db9f} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7167 | 2025.04.24 06:42:43.552625 [ 260 ] {9a42ba2b-7ad9-4eae-b711-724bf854db9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7168 | 2025.04.24 06:42:43.552996 [ 260 ] {9a42ba2b-7ad9-4eae-b711-724bf854db9f} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7169 | 2025.04.24 06:42:43.553236 [ 260 ] {9a42ba2b-7ad9-4eae-b711-724bf854db9f} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7170 | 2025.04.24 06:42:43.553440 [ 260 ] {9a42ba2b-7ad9-4eae-b711-724bf854db9f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001443 sec., 110880.11088011088 rows/sec., 7.72 MiB/sec. | ||
| 7171 | 2025.04.24 06:42:43.553491 [ 260 ] {9a42ba2b-7ad9-4eae-b711-724bf854db9f} <Debug> TCPHandler: Processed in 0.001625896 sec. | ||
| 7172 | 2025.04.24 06:42:43.553609 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7173 | 2025.04.24 06:42:43.553712 [ 260 ] {4520082c-fef7-4939-9553-ec526f18a618} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7174 | 2025.04.24 06:42:43.553777 [ 260 ] {4520082c-fef7-4939-9553-ec526f18a618} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7175 | 2025.04.24 06:42:43.554872 [ 260 ] {4520082c-fef7-4939-9553-ec526f18a618} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7176 | 2025.04.24 06:42:43.554911 [ 260 ] {4520082c-fef7-4939-9553-ec526f18a618} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7177 | 2025.04.24 06:42:43.555517 [ 260 ] {4520082c-fef7-4939-9553-ec526f18a618} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7178 | 2025.04.24 06:42:43.555771 [ 260 ] {4520082c-fef7-4939-9553-ec526f18a618} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7179 | 2025.04.24 06:42:43.556002 [ 260 ] {4520082c-fef7-4939-9553-ec526f18a618} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002308 sec., 12131.715771230502 rows/sec., 21.74 MiB/sec. | ||
| 7180 | 2025.04.24 06:42:43.556096 [ 260 ] {4520082c-fef7-4939-9553-ec526f18a618} <Debug> TCPHandler: Processed in 0.002534497 sec. | ||
| 7181 | 2025.04.24 06:42:43.556216 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7182 | 2025.04.24 06:42:43.556318 [ 260 ] {61bf429e-c640-47f6-ab32-ab58c9916829} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7183 | 2025.04.24 06:42:43.556364 [ 260 ] {61bf429e-c640-47f6-ab32-ab58c9916829} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7184 | 2025.04.24 06:42:43.556792 [ 260 ] {61bf429e-c640-47f6-ab32-ab58c9916829} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7185 | 2025.04.24 06:42:43.556829 [ 260 ] {61bf429e-c640-47f6-ab32-ab58c9916829} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7186 | 2025.04.24 06:42:43.557179 [ 260 ] {61bf429e-c640-47f6-ab32-ab58c9916829} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7187 | 2025.04.24 06:42:43.557417 [ 260 ] {61bf429e-c640-47f6-ab32-ab58c9916829} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7188 | 2025.04.24 06:42:43.557615 [ 260 ] {61bf429e-c640-47f6-ab32-ab58c9916829} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001315 sec., 45627.37642585552 rows/sec., 3.07 MiB/sec. | ||
| 7189 | 2025.04.24 06:42:43.557664 [ 260 ] {61bf429e-c640-47f6-ab32-ab58c9916829} <Debug> TCPHandler: Processed in 0.001496423 sec. | ||
| 7190 | 2025.04.24 06:42:46.771169 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7191 | 2025.04.24 06:42:46.771240 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7192 | 2025.04.24 06:42:46.954766 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18361 | ||
| 7193 | 2025.04.24 06:42:46.955496 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7194 | 2025.04.24 06:42:46.955551 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7195 | 2025.04.24 06:42:46.956076 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7196 | 2025.04.24 06:42:46.956341 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7197 | 2025.04.24 06:42:46.956616 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
| 7198 | 2025.04.24 06:42:47.038914 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1002 | ||
| 7199 | 2025.04.24 06:42:47.042089 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7200 | 2025.04.24 06:42:47.042135 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7201 | 2025.04.24 06:42:47.043594 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 7202 | 2025.04.24 06:42:47.043901 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7203 | 2025.04.24 06:42:47.044466 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1002 | ||
| 7204 | 2025.04.24 06:42:48.161219 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
| 7205 | 2025.04.24 06:42:48.182078 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7206 | 2025.04.24 06:42:48.182131 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7207 | 2025.04.24 06:42:48.189330 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7208 | 2025.04.24 06:42:48.190072 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7209 | 2025.04.24 06:42:48.193808 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
| 7210 | 2025.04.24 06:42:48.544087 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7211 | 2025.04.24 06:42:48.544305 [ 260 ] {ce2425d3-1582-48a0-b315-b735504cb546} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7212 | 2025.04.24 06:42:48.544388 [ 260 ] {ce2425d3-1582-48a0-b315-b735504cb546} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7213 | 2025.04.24 06:42:48.545301 [ 260 ] {ce2425d3-1582-48a0-b315-b735504cb546} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7214 | 2025.04.24 06:42:48.545362 [ 260 ] {ce2425d3-1582-48a0-b315-b735504cb546} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7215 | 2025.04.24 06:42:48.545911 [ 260 ] {ce2425d3-1582-48a0-b315-b735504cb546} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7216 | 2025.04.24 06:42:48.546184 [ 260 ] {ce2425d3-1582-48a0-b315-b735504cb546} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7217 | 2025.04.24 06:42:48.546433 [ 260 ] {ce2425d3-1582-48a0-b315-b735504cb546} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.002179 sec., 36714.089031665906 rows/sec., 3.02 MiB/sec. | ||
| 7218 | 2025.04.24 06:42:48.546548 [ 260 ] {ce2425d3-1582-48a0-b315-b735504cb546} <Debug> TCPHandler: Processed in 0.002596148 sec. | ||
| 7219 | 2025.04.24 06:42:48.546754 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7220 | 2025.04.24 06:42:48.546899 [ 260 ] {eb3f0b2f-b528-41a0-b1c6-8accfb540df4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7221 | 2025.04.24 06:42:48.546947 [ 260 ] {eb3f0b2f-b528-41a0-b1c6-8accfb540df4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7222 | 2025.04.24 06:42:48.547478 [ 260 ] {eb3f0b2f-b528-41a0-b1c6-8accfb540df4} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7223 | 2025.04.24 06:42:48.547517 [ 260 ] {eb3f0b2f-b528-41a0-b1c6-8accfb540df4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7224 | 2025.04.24 06:42:48.547866 [ 260 ] {eb3f0b2f-b528-41a0-b1c6-8accfb540df4} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7225 | 2025.04.24 06:42:48.548106 [ 260 ] {eb3f0b2f-b528-41a0-b1c6-8accfb540df4} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7226 | 2025.04.24 06:42:48.548304 [ 260 ] {eb3f0b2f-b528-41a0-b1c6-8accfb540df4} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001429 sec., 8397.48075577327 rows/sec., 631.45 KiB/sec. | ||
| 7227 | 2025.04.24 06:42:48.548355 [ 260 ] {eb3f0b2f-b528-41a0-b1c6-8accfb540df4} <Debug> TCPHandler: Processed in 0.001698868 sec. | ||
| 7228 | 2025.04.24 06:42:48.548468 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7229 | 2025.04.24 06:42:48.548570 [ 260 ] {42e5868b-1a08-415c-bc18-5760b8518341} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7230 | 2025.04.24 06:42:48.548615 [ 260 ] {42e5868b-1a08-415c-bc18-5760b8518341} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7231 | 2025.04.24 06:42:48.549159 [ 260 ] {42e5868b-1a08-415c-bc18-5760b8518341} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7232 | 2025.04.24 06:42:48.549198 [ 260 ] {42e5868b-1a08-415c-bc18-5760b8518341} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7233 | 2025.04.24 06:42:48.549545 [ 260 ] {42e5868b-1a08-415c-bc18-5760b8518341} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7234 | 2025.04.24 06:42:48.549792 [ 260 ] {42e5868b-1a08-415c-bc18-5760b8518341} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7235 | 2025.04.24 06:42:48.550004 [ 260 ] {42e5868b-1a08-415c-bc18-5760b8518341} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.00144 sec., 52777.777777777774 rows/sec., 4.12 MiB/sec. | ||
| 7236 | 2025.04.24 06:42:48.550106 [ 260 ] {42e5868b-1a08-415c-bc18-5760b8518341} <Debug> TCPHandler: Processed in 0.001684927 sec. | ||
| 7237 | 2025.04.24 06:42:48.550270 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7238 | 2025.04.24 06:42:48.550460 [ 260 ] {cdea1cfd-8cca-438a-a36f-288e29d0fa71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7239 | 2025.04.24 06:42:48.550509 [ 260 ] {cdea1cfd-8cca-438a-a36f-288e29d0fa71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7240 | 2025.04.24 06:42:48.551025 [ 260 ] {cdea1cfd-8cca-438a-a36f-288e29d0fa71} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7241 | 2025.04.24 06:42:48.551063 [ 260 ] {cdea1cfd-8cca-438a-a36f-288e29d0fa71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7242 | 2025.04.24 06:42:48.551443 [ 260 ] {cdea1cfd-8cca-438a-a36f-288e29d0fa71} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7243 | 2025.04.24 06:42:48.551673 [ 260 ] {cdea1cfd-8cca-438a-a36f-288e29d0fa71} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7244 | 2025.04.24 06:42:48.551901 [ 260 ] {cdea1cfd-8cca-438a-a36f-288e29d0fa71} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001477 sec., 108327.69126607988 rows/sec., 7.54 MiB/sec. | ||
| 7245 | 2025.04.24 06:42:48.551977 [ 260 ] {cdea1cfd-8cca-438a-a36f-288e29d0fa71} <Debug> TCPHandler: Processed in 0.001803061 sec. | ||
| 7246 | 2025.04.24 06:42:48.552202 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7247 | 2025.04.24 06:42:48.552337 [ 260 ] {201538b1-f152-487c-b356-02502694c060} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7248 | 2025.04.24 06:42:48.552409 [ 260 ] {201538b1-f152-487c-b356-02502694c060} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7249 | 2025.04.24 06:42:48.553449 [ 260 ] {201538b1-f152-487c-b356-02502694c060} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7250 | 2025.04.24 06:42:48.553488 [ 260 ] {201538b1-f152-487c-b356-02502694c060} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7251 | 2025.04.24 06:42:48.554101 [ 260 ] {201538b1-f152-487c-b356-02502694c060} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7252 | 2025.04.24 06:42:48.554353 [ 260 ] {201538b1-f152-487c-b356-02502694c060} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7253 | 2025.04.24 06:42:48.554533 [ 260 ] {201538b1-f152-487c-b356-02502694c060} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002219 sec., 5407.8413699864805 rows/sec., 9.69 MiB/sec. | ||
| 7254 | 2025.04.24 06:42:48.554770 [ 260 ] {201538b1-f152-487c-b356-02502694c060} <Debug> TCPHandler: Processed in 0.002662111 sec. | ||
| 7255 | 2025.04.24 06:42:48.555014 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7256 | 2025.04.24 06:42:48.555310 [ 260 ] {3c140052-bce4-49c8-8346-e522eb94d1da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7257 | 2025.04.24 06:42:48.555419 [ 260 ] {3c140052-bce4-49c8-8346-e522eb94d1da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7258 | 2025.04.24 06:42:48.555958 [ 260 ] {3c140052-bce4-49c8-8346-e522eb94d1da} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7259 | 2025.04.24 06:42:48.556002 [ 260 ] {3c140052-bce4-49c8-8346-e522eb94d1da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7260 | 2025.04.24 06:42:48.556434 [ 260 ] {3c140052-bce4-49c8-8346-e522eb94d1da} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7261 | 2025.04.24 06:42:48.556687 [ 260 ] {3c140052-bce4-49c8-8346-e522eb94d1da} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7262 | 2025.04.24 06:42:48.556857 [ 260 ] {3c140052-bce4-49c8-8346-e522eb94d1da} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001661 sec., 36122.817579771225 rows/sec., 2.43 MiB/sec. | ||
| 7263 | 2025.04.24 06:42:48.556902 [ 260 ] {3c140052-bce4-49c8-8346-e522eb94d1da} <Debug> TCPHandler: Processed in 0.001993085 sec. | ||
| 7264 | 2025.04.24 06:42:53.552851 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7265 | 2025.04.24 06:42:53.553122 [ 260 ] {454edde9-bb8c-49c3-86cb-af941548fd1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7266 | 2025.04.24 06:42:53.553224 [ 260 ] {454edde9-bb8c-49c3-86cb-af941548fd1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7267 | 2025.04.24 06:42:53.554219 [ 260 ] {454edde9-bb8c-49c3-86cb-af941548fd1d} <Trace> oximeter.fields_i16 (6ff42f6f-4885-487d-9a78-1dd7a3795b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7268 | 2025.04.24 06:42:53.554289 [ 260 ] {454edde9-bb8c-49c3-86cb-af941548fd1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7269 | 2025.04.24 06:42:53.554842 [ 260 ] {454edde9-bb8c-49c3-86cb-af941548fd1d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 7270 | 2025.04.24 06:42:53.555172 [ 260 ] {454edde9-bb8c-49c3-86cb-af941548fd1d} <Trace> oximeter.fields_i16 (6ff42f6f-4885-487d-9a78-1dd7a3795b79): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7271 | 2025.04.24 06:42:53.555435 [ 260 ] {454edde9-bb8c-49c3-86cb-af941548fd1d} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.00238 sec., 10084.033613445377 rows/sec., 856.75 KiB/sec. | ||
| 7272 | 2025.04.24 06:42:53.555621 [ 260 ] {454edde9-bb8c-49c3-86cb-af941548fd1d} <Debug> TCPHandler: Processed in 0.002966467 sec. | ||
| 7273 | 2025.04.24 06:42:53.555846 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7274 | 2025.04.24 06:42:53.555976 [ 260 ] {75317a84-4118-41c2-8e80-6d3af3290b43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7275 | 2025.04.24 06:42:53.556039 [ 260 ] {75317a84-4118-41c2-8e80-6d3af3290b43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7276 | 2025.04.24 06:42:53.556881 [ 260 ] {75317a84-4118-41c2-8e80-6d3af3290b43} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7277 | 2025.04.24 06:42:53.556934 [ 260 ] {75317a84-4118-41c2-8e80-6d3af3290b43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7278 | 2025.04.24 06:42:53.557400 [ 260 ] {75317a84-4118-41c2-8e80-6d3af3290b43} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7279 | 2025.04.24 06:42:53.557731 [ 260 ] {75317a84-4118-41c2-8e80-6d3af3290b43} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7280 | 2025.04.24 06:42:53.558000 [ 260 ] {75317a84-4118-41c2-8e80-6d3af3290b43} <Debug> executeQuery: Read 232 rows, 21.07 KiB in 0.002058 sec., 112730.80660835763 rows/sec., 10.00 MiB/sec. | ||
| 7281 | 2025.04.24 06:42:53.558081 [ 260 ] {75317a84-4118-41c2-8e80-6d3af3290b43} <Debug> TCPHandler: Processed in 0.002305552 sec. | ||
| 7282 | 2025.04.24 06:42:53.558242 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7283 | 2025.04.24 06:42:53.558368 [ 260 ] {cbb029cc-b728-4d01-84bf-433b3f72a076} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7284 | 2025.04.24 06:42:53.558426 [ 260 ] {cbb029cc-b728-4d01-84bf-433b3f72a076} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7285 | 2025.04.24 06:42:53.559115 [ 260 ] {cbb029cc-b728-4d01-84bf-433b3f72a076} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7286 | 2025.04.24 06:42:53.559163 [ 260 ] {cbb029cc-b728-4d01-84bf-433b3f72a076} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7287 | 2025.04.24 06:42:53.559627 [ 260 ] {cbb029cc-b728-4d01-84bf-433b3f72a076} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7288 | 2025.04.24 06:42:53.559929 [ 260 ] {cbb029cc-b728-4d01-84bf-433b3f72a076} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7289 | 2025.04.24 06:42:53.560208 [ 260 ] {cbb029cc-b728-4d01-84bf-433b3f72a076} <Debug> executeQuery: Read 40 rows, 3.07 KiB in 0.001869 sec., 21401.819154628145 rows/sec., 1.60 MiB/sec. | ||
| 7290 | 2025.04.24 06:42:53.560332 [ 260 ] {cbb029cc-b728-4d01-84bf-433b3f72a076} <Debug> TCPHandler: Processed in 0.002149688 sec. | ||
| 7291 | 2025.04.24 06:42:53.560544 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7292 | 2025.04.24 06:42:53.560788 [ 260 ] {46457921-ee32-4970-a228-ab2f189e4f1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7293 | 2025.04.24 06:42:53.560847 [ 260 ] {46457921-ee32-4970-a228-ab2f189e4f1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7294 | 2025.04.24 06:42:53.561576 [ 260 ] {46457921-ee32-4970-a228-ab2f189e4f1b} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7295 | 2025.04.24 06:42:53.561623 [ 260 ] {46457921-ee32-4970-a228-ab2f189e4f1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7296 | 2025.04.24 06:42:53.562071 [ 260 ] {46457921-ee32-4970-a228-ab2f189e4f1b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 7297 | 2025.04.24 06:42:53.562405 [ 260 ] {46457921-ee32-4970-a228-ab2f189e4f1b} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7298 | 2025.04.24 06:42:53.562704 [ 260 ] {46457921-ee32-4970-a228-ab2f189e4f1b} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001976 sec., 12145.748987854251 rows/sec., 1.01 MiB/sec. | ||
| 7299 | 2025.04.24 06:42:53.562821 [ 260 ] {46457921-ee32-4970-a228-ab2f189e4f1b} <Debug> TCPHandler: Processed in 0.002386564 sec. | ||
| 7300 | 2025.04.24 06:42:53.563075 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7301 | 2025.04.24 06:42:53.563209 [ 260 ] {dfe366e7-b4ce-4d3e-adfa-0ef57b22173f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7302 | 2025.04.24 06:42:53.563268 [ 260 ] {dfe366e7-b4ce-4d3e-adfa-0ef57b22173f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7303 | 2025.04.24 06:42:53.564017 [ 260 ] {dfe366e7-b4ce-4d3e-adfa-0ef57b22173f} <Trace> oximeter.fields_u8 (788ec107-c6c7-4ecf-8eae-6c824e50a883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7304 | 2025.04.24 06:42:53.564064 [ 260 ] {dfe366e7-b4ce-4d3e-adfa-0ef57b22173f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7305 | 2025.04.24 06:42:53.564555 [ 260 ] {dfe366e7-b4ce-4d3e-adfa-0ef57b22173f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 7306 | 2025.04.24 06:42:53.564921 [ 260 ] {dfe366e7-b4ce-4d3e-adfa-0ef57b22173f} <Trace> oximeter.fields_u8 (788ec107-c6c7-4ecf-8eae-6c824e50a883): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7307 | 2025.04.24 06:42:53.565228 [ 260 ] {dfe366e7-b4ce-4d3e-adfa-0ef57b22173f} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.002042 sec., 5876.5915768854065 rows/sec., 459.11 KiB/sec. | ||
| 7308 | 2025.04.24 06:42:53.565519 [ 260 ] {dfe366e7-b4ce-4d3e-adfa-0ef57b22173f} <Debug> TCPHandler: Processed in 0.002524557 sec. | ||
| 7309 | 2025.04.24 06:42:53.565704 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7310 | 2025.04.24 06:42:53.565865 [ 260 ] {7b08c508-0798-497c-ba6e-e5db4ca4d69e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7311 | 2025.04.24 06:42:53.565927 [ 260 ] {7b08c508-0798-497c-ba6e-e5db4ca4d69e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7312 | 2025.04.24 06:42:53.566817 [ 260 ] {7b08c508-0798-497c-ba6e-e5db4ca4d69e} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7313 | 2025.04.24 06:42:53.566869 [ 260 ] {7b08c508-0798-497c-ba6e-e5db4ca4d69e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7314 | 2025.04.24 06:42:53.567441 [ 260 ] {7b08c508-0798-497c-ba6e-e5db4ca4d69e} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7315 | 2025.04.24 06:42:53.567871 [ 260 ] {7b08c508-0798-497c-ba6e-e5db4ca4d69e} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7316 | 2025.04.24 06:42:53.568204 [ 260 ] {7b08c508-0798-497c-ba6e-e5db4ca4d69e} <Debug> executeQuery: Read 128 rows, 10.62 KiB in 0.002367 sec., 54076.89057879172 rows/sec., 4.38 MiB/sec. | ||
| 7317 | 2025.04.24 06:42:53.568340 [ 260 ] {7b08c508-0798-497c-ba6e-e5db4ca4d69e} <Debug> TCPHandler: Processed in 0.00270095 sec. | ||
| 7318 | 2025.04.24 06:42:53.568649 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7319 | 2025.04.24 06:42:53.568912 [ 260 ] {95efe688-b8d3-4262-b598-dc9fd0b12938} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7320 | 2025.04.24 06:42:53.568983 [ 260 ] {95efe688-b8d3-4262-b598-dc9fd0b12938} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7321 | 2025.04.24 06:42:53.569846 [ 260 ] {95efe688-b8d3-4262-b598-dc9fd0b12938} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7322 | 2025.04.24 06:42:53.569903 [ 260 ] {95efe688-b8d3-4262-b598-dc9fd0b12938} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7323 | 2025.04.24 06:42:53.570499 [ 260 ] {95efe688-b8d3-4262-b598-dc9fd0b12938} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7324 | 2025.04.24 06:42:53.570887 [ 260 ] {95efe688-b8d3-4262-b598-dc9fd0b12938} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7325 | 2025.04.24 06:42:53.571162 [ 260 ] {95efe688-b8d3-4262-b598-dc9fd0b12938} <Debug> executeQuery: Read 196 rows, 14.40 KiB in 0.00233 sec., 84120.17167381974 rows/sec., 6.04 MiB/sec. | ||
| 7326 | 2025.04.24 06:42:53.571230 [ 260 ] {95efe688-b8d3-4262-b598-dc9fd0b12938} <Debug> TCPHandler: Processed in 0.002717012 sec. | ||
| 7327 | 2025.04.24 06:42:53.571392 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7328 | 2025.04.24 06:42:53.571509 [ 260 ] {a7956adc-c005-4a3c-b928-e88647d34a23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7329 | 2025.04.24 06:42:53.571589 [ 260 ] {a7956adc-c005-4a3c-b928-e88647d34a23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7330 | 2025.04.24 06:42:53.572968 [ 260 ] {a7956adc-c005-4a3c-b928-e88647d34a23} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7331 | 2025.04.24 06:42:53.573015 [ 260 ] {a7956adc-c005-4a3c-b928-e88647d34a23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7332 | 2025.04.24 06:42:53.573791 [ 260 ] {a7956adc-c005-4a3c-b928-e88647d34a23} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7333 | 2025.04.24 06:42:53.574119 [ 260 ] {a7956adc-c005-4a3c-b928-e88647d34a23} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7334 | 2025.04.24 06:42:53.574359 [ 260 ] {a7956adc-c005-4a3c-b928-e88647d34a23} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002874 sec., 9742.519137091163 rows/sec., 17.46 MiB/sec. | ||
| 7335 | 2025.04.24 06:42:53.574516 [ 260 ] {a7956adc-c005-4a3c-b928-e88647d34a23} <Debug> TCPHandler: Processed in 0.003180422 sec. | ||
| 7336 | 2025.04.24 06:42:53.574670 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7337 | 2025.04.24 06:42:53.574787 [ 260 ] {7f2d196e-823a-4806-bd24-a78933c6368d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7338 | 2025.04.24 06:42:53.574842 [ 260 ] {7f2d196e-823a-4806-bd24-a78933c6368d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7339 | 2025.04.24 06:42:53.575407 [ 260 ] {7f2d196e-823a-4806-bd24-a78933c6368d} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7340 | 2025.04.24 06:42:53.575449 [ 260 ] {7f2d196e-823a-4806-bd24-a78933c6368d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7341 | 2025.04.24 06:42:53.575877 [ 260 ] {7f2d196e-823a-4806-bd24-a78933c6368d} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7342 | 2025.04.24 06:42:53.576170 [ 260 ] {7f2d196e-823a-4806-bd24-a78933c6368d} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7343 | 2025.04.24 06:42:53.576374 [ 260 ] {7f2d196e-823a-4806-bd24-a78933c6368d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001612 sec., 37220.843672456576 rows/sec., 2.51 MiB/sec. | ||
| 7344 | 2025.04.24 06:42:53.576436 [ 260 ] {7f2d196e-823a-4806-bd24-a78933c6368d} <Debug> TCPHandler: Processed in 0.001823921 sec. | ||
| 7345 | 2025.04.24 06:42:54.457595 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18849 | ||
| 7346 | 2025.04.24 06:42:54.458285 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7347 | 2025.04.24 06:42:54.458346 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7348 | 2025.04.24 06:42:54.458889 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7349 | 2025.04.24 06:42:54.459160 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7350 | 2025.04.24 06:42:54.459389 [ 78 ] {} <Debug> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7351 | 2025.04.24 06:42:54.459452 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849 | ||
| 7352 | 2025.04.24 06:42:54.459481 [ 78 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7353 | 2025.04.24 06:42:54.459515 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7354 | 2025.04.24 06:42:54.459760 [ 194 ] {fa75712d-43b8-4257-8078-4dc409fd9449::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 | ||
| 7355 | 2025.04.24 06:42:54.460606 [ 194 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7356 | 2025.04.24 06:42:54.460777 [ 194 ] {fa75712d-43b8-4257-8078-4dc409fd9449::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 | ||
| 7357 | 2025.04.24 06:42:54.460869 [ 194 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 488 rows starting from the beginning of the part | ||
| 7358 | 2025.04.24 06:42:54.461081 [ 194 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 427 rows starting from the beginning of the part | ||
| 7359 | 2025.04.24 06:42:54.461259 [ 194 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 488 rows starting from the beginning of the part | ||
| 7360 | 2025.04.24 06:42:54.461440 [ 194 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 427 rows starting from the beginning of the part | ||
| 7361 | 2025.04.24 06:42:54.461567 [ 194 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 488 rows starting from the beginning of the part | ||
| 7362 | 2025.04.24 06:42:54.464188 [ 186 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.004609434 sec., 4089222.2342265886 rows/sec., 58.50 MiB/sec. | ||
| 7363 | 2025.04.24 06:42:54.464566 [ 201 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7364 | 2025.04.24 06:42:54.464917 [ 201 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_41_8} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7365 | 2025.04.24 06:42:54.465008 [ 201 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_41_8} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7366 | 2025.04.24 06:42:54.465130 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.59 MiB. | ||
| 7367 | 2025.04.24 06:42:55.694676 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
| 7368 | 2025.04.24 06:42:55.715961 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7369 | 2025.04.24 06:42:55.716006 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7370 | 2025.04.24 06:42:55.723259 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7371 | 2025.04.24 06:42:55.724056 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7372 | 2025.04.24 06:42:55.724374 [ 76 ] {} <Debug> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7373 | 2025.04.24 06:42:55.724442 [ 76 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7374 | 2025.04.24 06:42:55.724491 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7375 | 2025.04.24 06:42:55.725412 [ 190 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 7376 | 2025.04.24 06:42:55.740067 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
| 7377 | 2025.04.24 06:42:55.741860 [ 190 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7378 | 2025.04.24 06:42:55.743463 [ 190 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 7379 | 2025.04.24 06:42:55.749299 [ 190 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 7380 | 2025.04.24 06:42:55.754899 [ 190 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 7381 | 2025.04.24 06:42:55.760570 [ 190 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 7382 | 2025.04.24 06:42:55.766379 [ 190 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 7383 | 2025.04.24 06:42:55.772239 [ 190 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 7384 | 2025.04.24 06:42:55.830294 [ 187 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.105652642 sec., 2924.678400375449 rows/sec., 15.12 MiB/sec. | ||
| 7385 | 2025.04.24 06:42:55.833192 [ 199 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7386 | 2025.04.24 06:42:55.836065 [ 199 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_41_8} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7387 | 2025.04.24 06:42:55.836184 [ 199 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_41_8} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7388 | 2025.04.24 06:42:55.839261 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 7389 | 2025.04.24 06:42:57.045379 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1032 | ||
| 7390 | 2025.04.24 06:42:57.048323 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7391 | 2025.04.24 06:42:57.048371 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7392 | 2025.04.24 06:42:57.049802 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 7393 | 2025.04.24 06:42:57.050107 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7394 | 2025.04.24 06:42:57.051258 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1032 | ||
| 7395 | 2025.04.24 06:42:58.544329 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7396 | 2025.04.24 06:42:58.544538 [ 260 ] {5c423905-a73f-4e63-b25c-4ab32812c5e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7397 | 2025.04.24 06:42:58.544622 [ 260 ] {5c423905-a73f-4e63-b25c-4ab32812c5e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7398 | 2025.04.24 06:42:58.545392 [ 260 ] {5c423905-a73f-4e63-b25c-4ab32812c5e9} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7399 | 2025.04.24 06:42:58.545434 [ 260 ] {5c423905-a73f-4e63-b25c-4ab32812c5e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7400 | 2025.04.24 06:42:58.545879 [ 260 ] {5c423905-a73f-4e63-b25c-4ab32812c5e9} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7401 | 2025.04.24 06:42:58.546136 [ 260 ] {5c423905-a73f-4e63-b25c-4ab32812c5e9} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7402 | 2025.04.24 06:42:58.546361 [ 260 ] {5c423905-a73f-4e63-b25c-4ab32812c5e9} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.001877 sec., 42621.204049014385 rows/sec., 3.51 MiB/sec. | ||
| 7403 | 2025.04.24 06:42:58.546467 [ 260 ] {5c423905-a73f-4e63-b25c-4ab32812c5e9} <Debug> TCPHandler: Processed in 0.002283872 sec. | ||
| 7404 | 2025.04.24 06:42:58.546694 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7405 | 2025.04.24 06:42:58.546856 [ 260 ] {ab65e7bd-9b80-4e38-9c22-34bc7c08b67e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7406 | 2025.04.24 06:42:58.546909 [ 260 ] {ab65e7bd-9b80-4e38-9c22-34bc7c08b67e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7407 | 2025.04.24 06:42:58.547461 [ 260 ] {ab65e7bd-9b80-4e38-9c22-34bc7c08b67e} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7408 | 2025.04.24 06:42:58.547500 [ 260 ] {ab65e7bd-9b80-4e38-9c22-34bc7c08b67e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7409 | 2025.04.24 06:42:58.547855 [ 260 ] {ab65e7bd-9b80-4e38-9c22-34bc7c08b67e} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7410 | 2025.04.24 06:42:58.548109 [ 260 ] {ab65e7bd-9b80-4e38-9c22-34bc7c08b67e} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7411 | 2025.04.24 06:42:58.548239 [ 74 ] {} <Debug> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7412 | 2025.04.24 06:42:58.548288 [ 260 ] {ab65e7bd-9b80-4e38-9c22-34bc7c08b67e} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001458 sec., 8230.452674897118 rows/sec., 618.89 KiB/sec. | ||
| 7413 | 2025.04.24 06:42:58.548296 [ 74 ] {} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7414 | 2025.04.24 06:42:58.548345 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7415 | 2025.04.24 06:42:58.548369 [ 260 ] {ab65e7bd-9b80-4e38-9c22-34bc7c08b67e} <Debug> TCPHandler: Processed in 0.0017779 sec. | ||
| 7416 | 2025.04.24 06:42:58.548484 [ 186 ] {6d91faa5-474e-4006-b181-dbf82df66096::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 | ||
| 7417 | 2025.04.24 06:42:58.548506 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7418 | 2025.04.24 06:42:58.548597 [ 186 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7419 | 2025.04.24 06:42:58.548637 [ 186 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 176 rows starting from the beginning of the part | ||
| 7420 | 2025.04.24 06:42:58.548641 [ 260 ] {e4a775d9-316c-408a-8da5-afa868908cb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7421 | 2025.04.24 06:42:58.548711 [ 260 ] {e4a775d9-316c-408a-8da5-afa868908cb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7422 | 2025.04.24 06:42:58.548732 [ 186 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 14 rows starting from the beginning of the part | ||
| 7423 | 2025.04.24 06:42:58.549208 [ 186 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 28 rows starting from the beginning of the part | ||
| 7424 | 2025.04.24 06:42:58.549535 [ 186 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 12 rows starting from the beginning of the part | ||
| 7425 | 2025.04.24 06:42:58.549936 [ 186 ] {6d91faa5-474e-4006-b181-dbf82df66096::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 | ||
| 7426 | 2025.04.24 06:42:58.550220 [ 186 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 12 rows starting from the beginning of the part | ||
| 7427 | 2025.04.24 06:42:58.551244 [ 260 ] {e4a775d9-316c-408a-8da5-afa868908cb3} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7428 | 2025.04.24 06:42:58.551292 [ 260 ] {e4a775d9-316c-408a-8da5-afa868908cb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7429 | 2025.04.24 06:42:58.551928 [ 260 ] {e4a775d9-316c-408a-8da5-afa868908cb3} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7430 | 2025.04.24 06:42:58.552201 [ 196 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 282 rows, containing 5 columns (5 merged, 0 gathered) in 0.003771345 sec., 74774.38420510454 rows/sec., 5.37 MiB/sec. | ||
| 7431 | 2025.04.24 06:42:58.552335 [ 260 ] {e4a775d9-316c-408a-8da5-afa868908cb3} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7432 | 2025.04.24 06:42:58.552520 [ 196 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7433 | 2025.04.24 06:42:58.552900 [ 260 ] {e4a775d9-316c-408a-8da5-afa868908cb3} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.004288 sec., 17723.880597014926 rows/sec., 1.38 MiB/sec. | ||
| 7434 | 2025.04.24 06:42:58.553109 [ 260 ] {e4a775d9-316c-408a-8da5-afa868908cb3} <Debug> TCPHandler: Processed in 0.004660085 sec. | ||
| 7435 | 2025.04.24 06:42:58.553385 [ 196 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_56_11} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7436 | 2025.04.24 06:42:58.553516 [ 196 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_56_11} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7437 | 2025.04.24 06:42:58.553661 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 7438 | 2025.04.24 06:42:58.553941 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7439 | 2025.04.24 06:42:58.554078 [ 260 ] {dcf1c5c2-97f8-4898-a5b8-c509f5794cf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7440 | 2025.04.24 06:42:58.554145 [ 260 ] {dcf1c5c2-97f8-4898-a5b8-c509f5794cf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7441 | 2025.04.24 06:42:58.555225 [ 260 ] {dcf1c5c2-97f8-4898-a5b8-c509f5794cf6} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7442 | 2025.04.24 06:42:58.555305 [ 260 ] {dcf1c5c2-97f8-4898-a5b8-c509f5794cf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7443 | 2025.04.24 06:42:58.555846 [ 260 ] {dcf1c5c2-97f8-4898-a5b8-c509f5794cf6} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7444 | 2025.04.24 06:42:58.556114 [ 260 ] {dcf1c5c2-97f8-4898-a5b8-c509f5794cf6} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7445 | 2025.04.24 06:42:58.556354 [ 260 ] {dcf1c5c2-97f8-4898-a5b8-c509f5794cf6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002309 sec., 69294.0666955392 rows/sec., 4.83 MiB/sec. | ||
| 7446 | 2025.04.24 06:42:58.556437 [ 260 ] {dcf1c5c2-97f8-4898-a5b8-c509f5794cf6} <Debug> TCPHandler: Processed in 0.002558688 sec. | ||
| 7447 | 2025.04.24 06:42:58.556574 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7448 | 2025.04.24 06:42:58.556679 [ 260 ] {39f6fb45-2ae3-433b-9f3f-0f0ff939ca23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7449 | 2025.04.24 06:42:58.556748 [ 260 ] {39f6fb45-2ae3-433b-9f3f-0f0ff939ca23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7450 | 2025.04.24 06:42:58.557779 [ 260 ] {39f6fb45-2ae3-433b-9f3f-0f0ff939ca23} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7451 | 2025.04.24 06:42:58.557818 [ 260 ] {39f6fb45-2ae3-433b-9f3f-0f0ff939ca23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7452 | 2025.04.24 06:42:58.558422 [ 260 ] {39f6fb45-2ae3-433b-9f3f-0f0ff939ca23} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7453 | 2025.04.24 06:42:58.558678 [ 260 ] {39f6fb45-2ae3-433b-9f3f-0f0ff939ca23} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7454 | 2025.04.24 06:42:58.558865 [ 73 ] {} <Debug> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7455 | 2025.04.24 06:42:58.558926 [ 260 ] {39f6fb45-2ae3-433b-9f3f-0f0ff939ca23} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002263 sec., 5302.695536897923 rows/sec., 9.50 MiB/sec. | ||
| 7456 | 2025.04.24 06:42:58.558934 [ 73 ] {} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7457 | 2025.04.24 06:42:58.559008 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7458 | 2025.04.24 06:42:58.559334 [ 260 ] {39f6fb45-2ae3-433b-9f3f-0f0ff939ca23} <Debug> TCPHandler: Processed in 0.002808433 sec. | ||
| 7459 | 2025.04.24 06:42:58.559372 [ 186 ] {186bf897-e03c-453c-939b-7d7f7079b981::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 | ||
| 7460 | 2025.04.24 06:42:58.559804 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7461 | 2025.04.24 06:42:58.560161 [ 260 ] {56297fd6-aa46-4adb-a1f6-fd0c907e6197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7462 | 2025.04.24 06:42:58.560319 [ 260 ] {56297fd6-aa46-4adb-a1f6-fd0c907e6197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7463 | 2025.04.24 06:42:58.561009 [ 186 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7464 | 2025.04.24 06:42:58.561128 [ 186 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 986 rows starting from the beginning of the part | ||
| 7465 | 2025.04.24 06:42:58.561721 [ 186 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 12 rows starting from the beginning of the part | ||
| 7466 | 2025.04.24 06:42:58.562168 [ 260 ] {56297fd6-aa46-4adb-a1f6-fd0c907e6197} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7467 | 2025.04.24 06:42:58.562236 [ 260 ] {56297fd6-aa46-4adb-a1f6-fd0c907e6197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7468 | 2025.04.24 06:42:58.562277 [ 186 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 28 rows starting from the beginning of the part | ||
| 7469 | 2025.04.24 06:42:58.562801 [ 186 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 12 rows starting from the beginning of the part | ||
| 7470 | 2025.04.24 06:42:58.563323 [ 186 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 28 rows starting from the beginning of the part | ||
| 7471 | 2025.04.24 06:42:58.563338 [ 260 ] {56297fd6-aa46-4adb-a1f6-fd0c907e6197} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7472 | 2025.04.24 06:42:58.563805 [ 186 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 12 rows starting from the beginning of the part | ||
| 7473 | 2025.04.24 06:42:58.563894 [ 260 ] {56297fd6-aa46-4adb-a1f6-fd0c907e6197} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7474 | 2025.04.24 06:42:58.564624 [ 260 ] {56297fd6-aa46-4adb-a1f6-fd0c907e6197} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004554 sec., 13175.230566534914 rows/sec., 909.23 KiB/sec. | ||
| 7475 | 2025.04.24 06:42:58.564797 [ 260 ] {56297fd6-aa46-4adb-a1f6-fd0c907e6197} <Debug> TCPHandler: Processed in 0.005122025 sec. | ||
| 7476 | 2025.04.24 06:42:58.570359 [ 191 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1078 rows, containing 19 columns (19 merged, 0 gathered) in 0.011197572 sec., 96270.87014935024 rows/sec., 172.51 MiB/sec. | ||
| 7477 | 2025.04.24 06:42:58.571433 [ 189 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7478 | 2025.04.24 06:42:58.571873 [ 189 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7479 | 2025.04.24 06:42:58.571961 [ 189 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7480 | 2025.04.24 06:42:58.572122 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.35 MiB. | ||
| 7481 | 2025.04.24 06:43:01.771295 [ 35 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7482 | 2025.04.24 06:43:01.771395 [ 35 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7483 | 2025.04.24 06:43:01.960532 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19276 | ||
| 7484 | 2025.04.24 06:43:01.961175 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7485 | 2025.04.24 06:43:01.961217 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7486 | 2025.04.24 06:43:01.961725 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7487 | 2025.04.24 06:43:01.961987 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7488 | 2025.04.24 06:43:01.962170 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
| 7489 | 2025.04.24 06:43:03.240201 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
| 7490 | 2025.04.24 06:43:03.260740 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7491 | 2025.04.24 06:43:03.260824 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7492 | 2025.04.24 06:43:03.268116 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7493 | 2025.04.24 06:43:03.269029 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7494 | 2025.04.24 06:43:03.274207 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
| 7495 | 2025.04.24 06:43:03.544853 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7496 | 2025.04.24 06:43:03.545065 [ 260 ] {a2cd03c4-1350-4f79-afb1-5463a79fc62f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7497 | 2025.04.24 06:43:03.545149 [ 260 ] {a2cd03c4-1350-4f79-afb1-5463a79fc62f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7498 | 2025.04.24 06:43:03.546057 [ 260 ] {a2cd03c4-1350-4f79-afb1-5463a79fc62f} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7499 | 2025.04.24 06:43:03.546112 [ 260 ] {a2cd03c4-1350-4f79-afb1-5463a79fc62f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7500 | 2025.04.24 06:43:03.546557 [ 260 ] {a2cd03c4-1350-4f79-afb1-5463a79fc62f} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7501 | 2025.04.24 06:43:03.546825 [ 260 ] {a2cd03c4-1350-4f79-afb1-5463a79fc62f} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7502 | 2025.04.24 06:43:03.547059 [ 39 ] {} <Debug> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7503 | 2025.04.24 06:43:03.547071 [ 260 ] {a2cd03c4-1350-4f79-afb1-5463a79fc62f} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.002053 sec., 54554.31076473453 rows/sec., 4.58 MiB/sec. | ||
| 7504 | 2025.04.24 06:43:03.547186 [ 39 ] {} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7505 | 2025.04.24 06:43:03.547276 [ 260 ] {a2cd03c4-1350-4f79-afb1-5463a79fc62f} <Debug> TCPHandler: Processed in 0.002559648 sec. | ||
| 7506 | 2025.04.24 06:43:03.547284 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7507 | 2025.04.24 06:43:03.547524 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7508 | 2025.04.24 06:43:03.547613 [ 191 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::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 | ||
| 7509 | 2025.04.24 06:43:03.547732 [ 260 ] {ed19ceec-4aee-43ef-9164-b7ee034a1f73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7510 | 2025.04.24 06:43:03.547839 [ 260 ] {ed19ceec-4aee-43ef-9164-b7ee034a1f73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7511 | 2025.04.24 06:43:03.548071 [ 191 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7512 | 2025.04.24 06:43:03.548144 [ 191 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1966 rows starting from the beginning of the part | ||
| 7513 | 2025.04.24 06:43:03.548412 [ 191 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 112 rows starting from the beginning of the part | ||
| 7514 | 2025.04.24 06:43:03.548825 [ 191 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 80 rows starting from the beginning of the part | ||
| 7515 | 2025.04.24 06:43:03.549160 [ 191 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 232 rows starting from the beginning of the part | ||
| 7516 | 2025.04.24 06:43:03.549561 [ 191 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 80 rows starting from the beginning of the part | ||
| 7517 | 2025.04.24 06:43:03.549953 [ 191 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 112 rows starting from the beginning of the part | ||
| 7518 | 2025.04.24 06:43:03.550825 [ 260 ] {ed19ceec-4aee-43ef-9164-b7ee034a1f73} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7519 | 2025.04.24 06:43:03.550896 [ 260 ] {ed19ceec-4aee-43ef-9164-b7ee034a1f73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7520 | 2025.04.24 06:43:03.551819 [ 260 ] {ed19ceec-4aee-43ef-9164-b7ee034a1f73} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7521 | 2025.04.24 06:43:03.552307 [ 260 ] {ed19ceec-4aee-43ef-9164-b7ee034a1f73} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7522 | 2025.04.24 06:43:03.552554 [ 260 ] {ed19ceec-4aee-43ef-9164-b7ee034a1f73} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.004897 sec., 5717.786399836635 rows/sec., 429.95 KiB/sec. | ||
| 7523 | 2025.04.24 06:43:03.552664 [ 260 ] {ed19ceec-4aee-43ef-9164-b7ee034a1f73} <Debug> TCPHandler: Processed in 0.005239348 sec. | ||
| 7524 | 2025.04.24 06:43:03.552895 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7525 | 2025.04.24 06:43:03.553078 [ 200 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2582 rows, containing 5 columns (5 merged, 0 gathered) in 0.005609756 sec., 460269.57322207955 rows/sec., 39.88 MiB/sec. | ||
| 7526 | 2025.04.24 06:43:03.553097 [ 260 ] {8153c465-183f-4b06-8f63-b35616c050c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7527 | 2025.04.24 06:43:03.553210 [ 260 ] {8153c465-183f-4b06-8f63-b35616c050c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7528 | 2025.04.24 06:43:03.553518 [ 200 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7529 | 2025.04.24 06:43:03.554240 [ 200 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_66_13} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7530 | 2025.04.24 06:43:03.554388 [ 260 ] {8153c465-183f-4b06-8f63-b35616c050c4} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7531 | 2025.04.24 06:43:03.554447 [ 200 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_66_13} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7532 | 2025.04.24 06:43:03.554454 [ 260 ] {8153c465-183f-4b06-8f63-b35616c050c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7533 | 2025.04.24 06:43:03.554639 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 7534 | 2025.04.24 06:43:03.554963 [ 260 ] {8153c465-183f-4b06-8f63-b35616c050c4} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7535 | 2025.04.24 06:43:03.555208 [ 260 ] {8153c465-183f-4b06-8f63-b35616c050c4} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7536 | 2025.04.24 06:43:03.555387 [ 39 ] {} <Debug> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7537 | 2025.04.24 06:43:03.555449 [ 260 ] {8153c465-183f-4b06-8f63-b35616c050c4} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.002392 sec., 38461.53846153846 rows/sec., 3.00 MiB/sec. | ||
| 7538 | 2025.04.24 06:43:03.555458 [ 39 ] {} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7539 | 2025.04.24 06:43:03.555553 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7540 | 2025.04.24 06:43:03.555595 [ 260 ] {8153c465-183f-4b06-8f63-b35616c050c4} <Debug> TCPHandler: Processed in 0.002810133 sec. | ||
| 7541 | 2025.04.24 06:43:03.555818 [ 193 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::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 | ||
| 7542 | 2025.04.24 06:43:03.555832 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7543 | 2025.04.24 06:43:03.556104 [ 193 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7544 | 2025.04.24 06:43:03.556107 [ 260 ] {26b872f8-eac0-43fd-89dd-428179139395} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7545 | 2025.04.24 06:43:03.556173 [ 193 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 950 rows starting from the beginning of the part | ||
| 7546 | 2025.04.24 06:43:03.556234 [ 260 ] {26b872f8-eac0-43fd-89dd-428179139395} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7547 | 2025.04.24 06:43:03.556498 [ 193 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 92 rows starting from the beginning of the part | ||
| 7548 | 2025.04.24 06:43:03.556841 [ 193 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 76 rows starting from the beginning of the part | ||
| 7549 | 2025.04.24 06:43:03.557201 [ 193 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 128 rows starting from the beginning of the part | ||
| 7550 | 2025.04.24 06:43:03.557611 [ 193 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 76 rows starting from the beginning of the part | ||
| 7551 | 2025.04.24 06:43:03.557899 [ 193 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 92 rows starting from the beginning of the part | ||
| 7552 | 2025.04.24 06:43:03.558822 [ 260 ] {26b872f8-eac0-43fd-89dd-428179139395} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7553 | 2025.04.24 06:43:03.558900 [ 260 ] {26b872f8-eac0-43fd-89dd-428179139395} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7554 | 2025.04.24 06:43:03.559886 [ 260 ] {26b872f8-eac0-43fd-89dd-428179139395} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7555 | 2025.04.24 06:43:03.560327 [ 260 ] {26b872f8-eac0-43fd-89dd-428179139395} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7556 | 2025.04.24 06:43:03.560644 [ 39 ] {} <Debug> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7557 | 2025.04.24 06:43:03.560807 [ 39 ] {} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7558 | 2025.04.24 06:43:03.560890 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7559 | 2025.04.24 06:43:03.561091 [ 197 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1414 rows, containing 5 columns (5 merged, 0 gathered) in 0.005391501 sec., 262264.62723460497 rows/sec., 20.70 MiB/sec. | ||
| 7560 | 2025.04.24 06:43:03.561154 [ 260 ] {26b872f8-eac0-43fd-89dd-428179139395} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005086 sec., 31458.906802988593 rows/sec., 2.19 MiB/sec. | ||
| 7561 | 2025.04.24 06:43:03.561373 [ 193 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 7562 | 2025.04.24 06:43:03.561577 [ 197 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7563 | 2025.04.24 06:43:03.561763 [ 260 ] {26b872f8-eac0-43fd-89dd-428179139395} <Debug> TCPHandler: Processed in 0.005990655 sec. | ||
| 7564 | 2025.04.24 06:43:03.562251 [ 193 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7565 | 2025.04.24 06:43:03.562318 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7566 | 2025.04.24 06:43:03.562452 [ 193 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 18397 rows starting from the beginning of the part | ||
| 7567 | 2025.04.24 06:43:03.562941 [ 260 ] {6579bb7c-0773-46c8-b93e-ade86749d90a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7568 | 2025.04.24 06:43:03.563195 [ 197 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_66_13} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7569 | 2025.04.24 06:43:03.563218 [ 193 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 7570 | 2025.04.24 06:43:03.563732 [ 260 ] {6579bb7c-0773-46c8-b93e-ade86749d90a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7571 | 2025.04.24 06:43:03.563964 [ 197 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_66_13} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7572 | 2025.04.24 06:43:03.564085 [ 193 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 160 rows starting from the beginning of the part | ||
| 7573 | 2025.04.24 06:43:03.564467 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
| 7574 | 2025.04.24 06:43:03.564763 [ 193 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 196 rows starting from the beginning of the part | ||
| 7575 | 2025.04.24 06:43:03.565209 [ 193 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 7576 | 2025.04.24 06:43:03.565590 [ 193 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 7577 | 2025.04.24 06:43:03.568188 [ 260 ] {6579bb7c-0773-46c8-b93e-ade86749d90a} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7578 | 2025.04.24 06:43:03.568252 [ 260 ] {6579bb7c-0773-46c8-b93e-ade86749d90a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7579 | 2025.04.24 06:43:03.569867 [ 260 ] {6579bb7c-0773-46c8-b93e-ade86749d90a} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7580 | 2025.04.24 06:43:03.570562 [ 260 ] {6579bb7c-0773-46c8-b93e-ade86749d90a} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7581 | 2025.04.24 06:43:03.571076 [ 260 ] {6579bb7c-0773-46c8-b93e-ade86749d90a} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.008412 sec., 3328.5782215882077 rows/sec., 5.96 MiB/sec. | ||
| 7582 | 2025.04.24 06:43:03.571202 [ 260 ] {6579bb7c-0773-46c8-b93e-ade86749d90a} <Debug> TCPHandler: Processed in 0.009017933 sec. | ||
| 7583 | 2025.04.24 06:43:03.571337 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7584 | 2025.04.24 06:43:03.571448 [ 260 ] {1cde0e45-e5ac-4946-b04b-659bea300988} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7585 | 2025.04.24 06:43:03.571497 [ 260 ] {1cde0e45-e5ac-4946-b04b-659bea300988} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7586 | 2025.04.24 06:43:03.572087 [ 260 ] {1cde0e45-e5ac-4946-b04b-659bea300988} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7587 | 2025.04.24 06:43:03.572126 [ 260 ] {1cde0e45-e5ac-4946-b04b-659bea300988} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7588 | 2025.04.24 06:43:03.572890 [ 260 ] {1cde0e45-e5ac-4946-b04b-659bea300988} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7589 | 2025.04.24 06:43:03.573335 [ 193 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19233 rows, containing 5 columns (5 merged, 0 gathered) in 0.012295287 sec., 1564257.9144350188 rows/sec., 107.19 MiB/sec. | ||
| 7590 | 2025.04.24 06:43:03.573414 [ 260 ] {1cde0e45-e5ac-4946-b04b-659bea300988} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7591 | 2025.04.24 06:43:03.573630 [ 39 ] {} <Debug> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7592 | 2025.04.24 06:43:03.573723 [ 260 ] {1cde0e45-e5ac-4946-b04b-659bea300988} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00228 sec., 26315.78947368421 rows/sec., 1.77 MiB/sec. | ||
| 7593 | 2025.04.24 06:43:03.573738 [ 39 ] {} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7594 | 2025.04.24 06:43:03.573863 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7595 | 2025.04.24 06:43:03.573902 [ 198 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7596 | 2025.04.24 06:43:03.573913 [ 260 ] {1cde0e45-e5ac-4946-b04b-659bea300988} <Debug> TCPHandler: Processed in 0.002625629 sec. | ||
| 7597 | 2025.04.24 06:43:03.574209 [ 194 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 7598 | 2025.04.24 06:43:03.574342 [ 194 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7599 | 2025.04.24 06:43:03.574378 [ 194 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3320 rows starting from the beginning of the part | ||
| 7600 | 2025.04.24 06:43:03.574522 [ 198 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7601 | 2025.04.24 06:43:03.574578 [ 194 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 7602 | 2025.04.24 06:43:03.574844 [ 198 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7603 | 2025.04.24 06:43:03.574887 [ 194 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part | ||
| 7604 | 2025.04.24 06:43:03.575188 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 7605 | 2025.04.24 06:43:03.575280 [ 194 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part | ||
| 7606 | 2025.04.24 06:43:03.575421 [ 194 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 7607 | 2025.04.24 06:43:03.575545 [ 194 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 7608 | 2025.04.24 06:43:03.577147 [ 201 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3620 rows, containing 4 columns (4 merged, 0 gathered) in 0.00312474 sec., 1158496.38689939 rows/sec., 77.87 MiB/sec. | ||
| 7609 | 2025.04.24 06:43:03.577452 [ 201 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7610 | 2025.04.24 06:43:03.577746 [ 201 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_66_13} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7611 | 2025.04.24 06:43:03.577831 [ 201 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_66_13} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7612 | 2025.04.24 06:43:03.577917 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 7613 | 2025.04.24 06:43:06.664036 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7614 | 2025.04.24 06:43:06.664369 [ 260 ] {e7b46542-8115-4509-9259-57e1e05f8974} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7615 | 2025.04.24 06:43:06.664492 [ 260 ] {e7b46542-8115-4509-9259-57e1e05f8974} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7616 | 2025.04.24 06:43:06.665444 [ 260 ] {e7b46542-8115-4509-9259-57e1e05f8974} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7617 | 2025.04.24 06:43:06.665500 [ 260 ] {e7b46542-8115-4509-9259-57e1e05f8974} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7618 | 2025.04.24 06:43:06.666352 [ 260 ] {e7b46542-8115-4509-9259-57e1e05f8974} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 7619 | 2025.04.24 06:43:06.666648 [ 260 ] {e7b46542-8115-4509-9259-57e1e05f8974} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7620 | 2025.04.24 06:43:06.666904 [ 260 ] {e7b46542-8115-4509-9259-57e1e05f8974} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.002604 sec., 5376.344086021505 rows/sec., 438.40 KiB/sec. | ||
| 7621 | 2025.04.24 06:43:06.667071 [ 260 ] {e7b46542-8115-4509-9259-57e1e05f8974} <Debug> TCPHandler: Processed in 0.003225142 sec. | ||
| 7622 | 2025.04.24 06:43:06.667234 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7623 | 2025.04.24 06:43:06.667342 [ 260 ] {dbd6a3bc-b4c2-4d1b-a986-43ceb30b632c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7624 | 2025.04.24 06:43:06.667389 [ 260 ] {dbd6a3bc-b4c2-4d1b-a986-43ceb30b632c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7625 | 2025.04.24 06:43:06.668625 [ 260 ] {dbd6a3bc-b4c2-4d1b-a986-43ceb30b632c} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7626 | 2025.04.24 06:43:06.668665 [ 260 ] {dbd6a3bc-b4c2-4d1b-a986-43ceb30b632c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7627 | 2025.04.24 06:43:06.669098 [ 260 ] {dbd6a3bc-b4c2-4d1b-a986-43ceb30b632c} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7628 | 2025.04.24 06:43:06.669333 [ 260 ] {dbd6a3bc-b4c2-4d1b-a986-43ceb30b632c} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7629 | 2025.04.24 06:43:06.669534 [ 260 ] {dbd6a3bc-b4c2-4d1b-a986-43ceb30b632c} <Debug> executeQuery: Read 1227 rows, 103.38 KiB in 0.002216 sec., 553700.3610108303 rows/sec., 45.56 MiB/sec. | ||
| 7630 | 2025.04.24 06:43:06.669585 [ 260 ] {dbd6a3bc-b4c2-4d1b-a986-43ceb30b632c} <Debug> TCPHandler: Processed in 0.002406954 sec. | ||
| 7631 | 2025.04.24 06:43:06.669702 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7632 | 2025.04.24 06:43:06.669808 [ 260 ] {029fd20b-9109-491c-bd6c-25769e3ee6d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7633 | 2025.04.24 06:43:06.669855 [ 260 ] {029fd20b-9109-491c-bd6c-25769e3ee6d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7634 | 2025.04.24 06:43:06.670361 [ 260 ] {029fd20b-9109-491c-bd6c-25769e3ee6d0} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7635 | 2025.04.24 06:43:06.670400 [ 260 ] {029fd20b-9109-491c-bd6c-25769e3ee6d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7636 | 2025.04.24 06:43:06.670747 [ 260 ] {029fd20b-9109-491c-bd6c-25769e3ee6d0} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7637 | 2025.04.24 06:43:06.670977 [ 260 ] {029fd20b-9109-491c-bd6c-25769e3ee6d0} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7638 | 2025.04.24 06:43:06.671211 [ 260 ] {029fd20b-9109-491c-bd6c-25769e3ee6d0} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.001421 sec., 18296.973961998592 rows/sec., 1.29 MiB/sec. | ||
| 7639 | 2025.04.24 06:43:06.671320 [ 260 ] {029fd20b-9109-491c-bd6c-25769e3ee6d0} <Debug> TCPHandler: Processed in 0.001669267 sec. | ||
| 7640 | 2025.04.24 06:43:06.671493 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7641 | 2025.04.24 06:43:06.671819 [ 260 ] {86eb2382-dd4c-43d9-bb97-08e3000fa051} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7642 | 2025.04.24 06:43:06.671938 [ 260 ] {86eb2382-dd4c-43d9-bb97-08e3000fa051} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7643 | 2025.04.24 06:43:06.672559 [ 260 ] {86eb2382-dd4c-43d9-bb97-08e3000fa051} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7644 | 2025.04.24 06:43:06.672598 [ 260 ] {86eb2382-dd4c-43d9-bb97-08e3000fa051} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7645 | 2025.04.24 06:43:06.672944 [ 260 ] {86eb2382-dd4c-43d9-bb97-08e3000fa051} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 7646 | 2025.04.24 06:43:06.673175 [ 260 ] {86eb2382-dd4c-43d9-bb97-08e3000fa051} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7647 | 2025.04.24 06:43:06.673435 [ 260 ] {86eb2382-dd4c-43d9-bb97-08e3000fa051} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001736 sec., 131336.40552995392 rows/sec., 8.89 MiB/sec. | ||
| 7648 | 2025.04.24 06:43:06.673625 [ 260 ] {86eb2382-dd4c-43d9-bb97-08e3000fa051} <Debug> TCPHandler: Processed in 0.00224027 sec. | ||
| 7649 | 2025.04.24 06:43:06.673772 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7650 | 2025.04.24 06:43:06.673875 [ 260 ] {f1ffb4f7-f982-499e-992a-b21d96855f99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7651 | 2025.04.24 06:43:06.673922 [ 260 ] {f1ffb4f7-f982-499e-992a-b21d96855f99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7652 | 2025.04.24 06:43:06.674649 [ 260 ] {f1ffb4f7-f982-499e-992a-b21d96855f99} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7653 | 2025.04.24 06:43:06.674689 [ 260 ] {f1ffb4f7-f982-499e-992a-b21d96855f99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7654 | 2025.04.24 06:43:06.675065 [ 260 ] {f1ffb4f7-f982-499e-992a-b21d96855f99} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7655 | 2025.04.24 06:43:06.675292 [ 260 ] {f1ffb4f7-f982-499e-992a-b21d96855f99} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7656 | 2025.04.24 06:43:06.675485 [ 260 ] {f1ffb4f7-f982-499e-992a-b21d96855f99} <Debug> executeQuery: Read 546 rows, 41.51 KiB in 0.001631 sec., 334763.94849785406 rows/sec., 24.85 MiB/sec. | ||
| 7657 | 2025.04.24 06:43:06.675536 [ 260 ] {f1ffb4f7-f982-499e-992a-b21d96855f99} <Debug> TCPHandler: Processed in 0.001815731 sec. | ||
| 7658 | 2025.04.24 06:43:06.675663 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7659 | 2025.04.24 06:43:06.675768 [ 260 ] {d23e2169-1a19-4f49-a9fb-cd6d1269b2a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7660 | 2025.04.24 06:43:06.675818 [ 260 ] {d23e2169-1a19-4f49-a9fb-cd6d1269b2a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7661 | 2025.04.24 06:43:06.676499 [ 260 ] {d23e2169-1a19-4f49-a9fb-cd6d1269b2a9} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7662 | 2025.04.24 06:43:06.676538 [ 260 ] {d23e2169-1a19-4f49-a9fb-cd6d1269b2a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7663 | 2025.04.24 06:43:06.676962 [ 260 ] {d23e2169-1a19-4f49-a9fb-cd6d1269b2a9} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7664 | 2025.04.24 06:43:06.677198 [ 260 ] {d23e2169-1a19-4f49-a9fb-cd6d1269b2a9} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7665 | 2025.04.24 06:43:06.677387 [ 260 ] {d23e2169-1a19-4f49-a9fb-cd6d1269b2a9} <Debug> executeQuery: Read 951 rows, 65.32 KiB in 0.00164 sec., 579878.0487804879 rows/sec., 38.90 MiB/sec. | ||
| 7666 | 2025.04.24 06:43:06.677439 [ 260 ] {d23e2169-1a19-4f49-a9fb-cd6d1269b2a9} <Debug> TCPHandler: Processed in 0.001827521 sec. | ||
| 7667 | 2025.04.24 06:43:06.677555 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7668 | 2025.04.24 06:43:06.677665 [ 260 ] {9f289ce2-f043-429a-9c54-0c86a2c27477} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7669 | 2025.04.24 06:43:06.677731 [ 260 ] {9f289ce2-f043-429a-9c54-0c86a2c27477} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7670 | 2025.04.24 06:43:06.678747 [ 260 ] {9f289ce2-f043-429a-9c54-0c86a2c27477} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7671 | 2025.04.24 06:43:06.678786 [ 260 ] {9f289ce2-f043-429a-9c54-0c86a2c27477} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7672 | 2025.04.24 06:43:06.679380 [ 260 ] {9f289ce2-f043-429a-9c54-0c86a2c27477} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7673 | 2025.04.24 06:43:06.679633 [ 260 ] {9f289ce2-f043-429a-9c54-0c86a2c27477} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7674 | 2025.04.24 06:43:06.679868 [ 260 ] {9f289ce2-f043-429a-9c54-0c86a2c27477} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002224 sec., 5395.6834532374105 rows/sec., 9.67 MiB/sec. | ||
| 7675 | 2025.04.24 06:43:06.679961 [ 260 ] {9f289ce2-f043-429a-9c54-0c86a2c27477} <Debug> TCPHandler: Processed in 0.002458315 sec. | ||
| 7676 | 2025.04.24 06:43:06.680094 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7677 | 2025.04.24 06:43:06.680200 [ 260 ] {e958d976-9e88-4566-adb9-904aac98561f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7678 | 2025.04.24 06:43:06.680247 [ 260 ] {e958d976-9e88-4566-adb9-904aac98561f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7679 | 2025.04.24 06:43:06.680688 [ 260 ] {e958d976-9e88-4566-adb9-904aac98561f} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7680 | 2025.04.24 06:43:06.680727 [ 260 ] {e958d976-9e88-4566-adb9-904aac98561f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7681 | 2025.04.24 06:43:06.681078 [ 260 ] {e958d976-9e88-4566-adb9-904aac98561f} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7682 | 2025.04.24 06:43:06.681307 [ 260 ] {e958d976-9e88-4566-adb9-904aac98561f} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7683 | 2025.04.24 06:43:06.681492 [ 260 ] {e958d976-9e88-4566-adb9-904aac98561f} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.001313 sec., 28941.355674028942 rows/sec., 1.94 MiB/sec. | ||
| 7684 | 2025.04.24 06:43:06.681541 [ 260 ] {e958d976-9e88-4566-adb9-904aac98561f} <Debug> TCPHandler: Processed in 0.001497294 sec. | ||
| 7685 | 2025.04.24 06:43:07.051518 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1072 | ||
| 7686 | 2025.04.24 06:43:07.054513 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7687 | 2025.04.24 06:43:07.054560 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7688 | 2025.04.24 06:43:07.055955 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 7689 | 2025.04.24 06:43:07.056294 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7690 | 2025.04.24 06:43:07.056550 [ 37 ] {} <Debug> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 7691 | 2025.04.24 06:43:07.056716 [ 37 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7692 | 2025.04.24 06:43:07.056839 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7693 | 2025.04.24 06:43:07.057237 [ 190 ] {20843e92-5287-4bd7-bacd-ef190d076d79::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 | ||
| 7694 | 2025.04.24 06:43:07.057513 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1072 | ||
| 7695 | 2025.04.24 06:43:07.058029 [ 190 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7696 | 2025.04.24 06:43:07.058156 [ 190 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 910 rows starting from the beginning of the part | ||
| 7697 | 2025.04.24 06:43:07.058744 [ 190 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 32 rows starting from the beginning of the part | ||
| 7698 | 2025.04.24 06:43:07.059312 [ 190 ] {20843e92-5287-4bd7-bacd-ef190d076d79::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 | ||
| 7699 | 2025.04.24 06:43:07.059865 [ 190 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 20 rows starting from the beginning of the part | ||
| 7700 | 2025.04.24 06:43:07.060438 [ 190 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 30 rows starting from the beginning of the part | ||
| 7701 | 2025.04.24 06:43:07.061092 [ 190 ] {20843e92-5287-4bd7-bacd-ef190d076d79::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 | ||
| 7702 | 2025.04.24 06:43:07.068965 [ 199 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1072 rows, containing 72 columns (72 merged, 0 gathered) in 0.011914838 sec., 89971.84854716447 rows/sec., 73.77 MiB/sec. | ||
| 7703 | 2025.04.24 06:43:07.070404 [ 201 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 7704 | 2025.04.24 06:43:07.071222 [ 201 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_31_6} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7705 | 2025.04.24 06:43:07.071327 [ 201 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_31_6} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 7706 | 2025.04.24 06:43:07.071675 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.47 MiB. | ||
| 7707 | 2025.04.24 06:43:08.539134 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7708 | 2025.04.24 06:43:08.539442 [ 260 ] {3474be6f-b3a8-4fe8-8647-4046ee9effbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7709 | 2025.04.24 06:43:08.539559 [ 260 ] {3474be6f-b3a8-4fe8-8647-4046ee9effbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7710 | 2025.04.24 06:43:08.540567 [ 260 ] {3474be6f-b3a8-4fe8-8647-4046ee9effbc} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7711 | 2025.04.24 06:43:08.540615 [ 260 ] {3474be6f-b3a8-4fe8-8647-4046ee9effbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7712 | 2025.04.24 06:43:08.541042 [ 260 ] {3474be6f-b3a8-4fe8-8647-4046ee9effbc} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 7713 | 2025.04.24 06:43:08.541287 [ 260 ] {3474be6f-b3a8-4fe8-8647-4046ee9effbc} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7714 | 2025.04.24 06:43:08.541520 [ 260 ] {3474be6f-b3a8-4fe8-8647-4046ee9effbc} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002163 sec., 25889.967637540452 rows/sec., 1.98 MiB/sec. | ||
| 7715 | 2025.04.24 06:43:08.541574 [ 260 ] {3474be6f-b3a8-4fe8-8647-4046ee9effbc} <Debug> TCPHandler: Processed in 0.002631209 sec. | ||
| 7716 | 2025.04.24 06:43:08.541697 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7717 | 2025.04.24 06:43:08.541800 [ 260 ] {2bc3467f-c9bd-401e-9315-489e3bff72f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7718 | 2025.04.24 06:43:08.541844 [ 260 ] {2bc3467f-c9bd-401e-9315-489e3bff72f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7719 | 2025.04.24 06:43:08.542373 [ 260 ] {2bc3467f-c9bd-401e-9315-489e3bff72f5} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7720 | 2025.04.24 06:43:08.542412 [ 260 ] {2bc3467f-c9bd-401e-9315-489e3bff72f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7721 | 2025.04.24 06:43:08.542745 [ 260 ] {2bc3467f-c9bd-401e-9315-489e3bff72f5} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 7722 | 2025.04.24 06:43:08.542977 [ 260 ] {2bc3467f-c9bd-401e-9315-489e3bff72f5} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7723 | 2025.04.24 06:43:08.543168 [ 260 ] {2bc3467f-c9bd-401e-9315-489e3bff72f5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00139 sec., 46043.1654676259 rows/sec., 3.59 MiB/sec. | ||
| 7724 | 2025.04.24 06:43:08.543218 [ 260 ] {2bc3467f-c9bd-401e-9315-489e3bff72f5} <Debug> TCPHandler: Processed in 0.001569405 sec. | ||
| 7725 | 2025.04.24 06:43:08.543347 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7726 | 2025.04.24 06:43:08.543449 [ 260 ] {06cdf951-d577-4a0e-b2e1-98e9f30d7c84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7727 | 2025.04.24 06:43:08.543496 [ 260 ] {06cdf951-d577-4a0e-b2e1-98e9f30d7c84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7728 | 2025.04.24 06:43:08.543965 [ 260 ] {06cdf951-d577-4a0e-b2e1-98e9f30d7c84} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7729 | 2025.04.24 06:43:08.544003 [ 260 ] {06cdf951-d577-4a0e-b2e1-98e9f30d7c84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7730 | 2025.04.24 06:43:08.544361 [ 260 ] {06cdf951-d577-4a0e-b2e1-98e9f30d7c84} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 7731 | 2025.04.24 06:43:08.544606 [ 260 ] {06cdf951-d577-4a0e-b2e1-98e9f30d7c84} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7732 | 2025.04.24 06:43:08.544791 [ 260 ] {06cdf951-d577-4a0e-b2e1-98e9f30d7c84} <Debug> executeQuery: Read 62 rows, 4.41 KiB in 0.001359 sec., 45621.78072111847 rows/sec., 3.17 MiB/sec. | ||
| 7733 | 2025.04.24 06:43:08.544847 [ 260 ] {06cdf951-d577-4a0e-b2e1-98e9f30d7c84} <Debug> TCPHandler: Processed in 0.001548675 sec. | ||
| 7734 | 2025.04.24 06:43:08.544979 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7735 | 2025.04.24 06:43:08.545085 [ 260 ] {700afeb2-c5e2-444d-8288-1257b5ca9c46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7736 | 2025.04.24 06:43:08.545130 [ 260 ] {700afeb2-c5e2-444d-8288-1257b5ca9c46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7737 | 2025.04.24 06:43:08.545549 [ 260 ] {700afeb2-c5e2-444d-8288-1257b5ca9c46} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7738 | 2025.04.24 06:43:08.545588 [ 260 ] {700afeb2-c5e2-444d-8288-1257b5ca9c46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7739 | 2025.04.24 06:43:08.545920 [ 260 ] {700afeb2-c5e2-444d-8288-1257b5ca9c46} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 7740 | 2025.04.24 06:43:08.546149 [ 260 ] {700afeb2-c5e2-444d-8288-1257b5ca9c46} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7741 | 2025.04.24 06:43:08.546357 [ 260 ] {700afeb2-c5e2-444d-8288-1257b5ca9c46} <Debug> executeQuery: Read 22 rows, 1.53 KiB in 0.001296 sec., 16975.30864197531 rows/sec., 1.15 MiB/sec. | ||
| 7742 | 2025.04.24 06:43:08.546403 [ 260 ] {700afeb2-c5e2-444d-8288-1257b5ca9c46} <Debug> TCPHandler: Processed in 0.001473293 sec. | ||
| 7743 | 2025.04.24 06:43:09.462335 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19764 | ||
| 7744 | 2025.04.24 06:43:09.463081 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7745 | 2025.04.24 06:43:09.463123 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7746 | 2025.04.24 06:43:09.463634 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7747 | 2025.04.24 06:43:09.463894 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7748 | 2025.04.24 06:43:09.464085 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764 | ||
| 7749 | 2025.04.24 06:43:10.774283 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 | ||
| 7750 | 2025.04.24 06:43:10.794341 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7751 | 2025.04.24 06:43:10.794400 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7752 | 2025.04.24 06:43:10.802672 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7753 | 2025.04.24 06:43:10.803431 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7754 | 2025.04.24 06:43:10.806072 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 324 | ||
| 7755 | 2025.04.24 06:43:13.545287 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7756 | 2025.04.24 06:43:13.545594 [ 260 ] {345d5971-befd-4f69-b2a0-e442ef80d36e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7757 | 2025.04.24 06:43:13.545711 [ 260 ] {345d5971-befd-4f69-b2a0-e442ef80d36e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7758 | 2025.04.24 06:43:13.546727 [ 260 ] {345d5971-befd-4f69-b2a0-e442ef80d36e} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7759 | 2025.04.24 06:43:13.546768 [ 260 ] {345d5971-befd-4f69-b2a0-e442ef80d36e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7760 | 2025.04.24 06:43:13.547209 [ 260 ] {345d5971-befd-4f69-b2a0-e442ef80d36e} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 7761 | 2025.04.24 06:43:13.547464 [ 260 ] {345d5971-befd-4f69-b2a0-e442ef80d36e} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7762 | 2025.04.24 06:43:13.547655 [ 260 ] {345d5971-befd-4f69-b2a0-e442ef80d36e} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.002146 sec., 52190.1211556384 rows/sec., 4.38 MiB/sec. | ||
| 7763 | 2025.04.24 06:43:13.547707 [ 260 ] {345d5971-befd-4f69-b2a0-e442ef80d36e} <Debug> TCPHandler: Processed in 0.002612929 sec. | ||
| 7764 | 2025.04.24 06:43:13.547848 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7765 | 2025.04.24 06:43:13.547953 [ 260 ] {073ce92f-36f6-4932-b138-9b67e28d4f0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7766 | 2025.04.24 06:43:13.547998 [ 260 ] {073ce92f-36f6-4932-b138-9b67e28d4f0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7767 | 2025.04.24 06:43:13.548516 [ 260 ] {073ce92f-36f6-4932-b138-9b67e28d4f0c} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7768 | 2025.04.24 06:43:13.548553 [ 260 ] {073ce92f-36f6-4932-b138-9b67e28d4f0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7769 | 2025.04.24 06:43:13.548892 [ 260 ] {073ce92f-36f6-4932-b138-9b67e28d4f0c} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7770 | 2025.04.24 06:43:13.549142 [ 260 ] {073ce92f-36f6-4932-b138-9b67e28d4f0c} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7771 | 2025.04.24 06:43:13.549300 [ 260 ] {073ce92f-36f6-4932-b138-9b67e28d4f0c} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001369 sec., 20452.885317750184 rows/sec., 1.50 MiB/sec. | ||
| 7772 | 2025.04.24 06:43:13.549350 [ 260 ] {073ce92f-36f6-4932-b138-9b67e28d4f0c} <Debug> TCPHandler: Processed in 0.001554975 sec. | ||
| 7773 | 2025.04.24 06:43:13.549470 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7774 | 2025.04.24 06:43:13.549576 [ 260 ] {0588c58a-09c0-4ad8-965a-3066665b660e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7775 | 2025.04.24 06:43:13.549621 [ 260 ] {0588c58a-09c0-4ad8-965a-3066665b660e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7776 | 2025.04.24 06:43:13.550158 [ 260 ] {0588c58a-09c0-4ad8-965a-3066665b660e} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7777 | 2025.04.24 06:43:13.550195 [ 260 ] {0588c58a-09c0-4ad8-965a-3066665b660e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7778 | 2025.04.24 06:43:13.550541 [ 260 ] {0588c58a-09c0-4ad8-965a-3066665b660e} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 7779 | 2025.04.24 06:43:13.550781 [ 260 ] {0588c58a-09c0-4ad8-965a-3066665b660e} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7780 | 2025.04.24 06:43:13.550947 [ 260 ] {0588c58a-09c0-4ad8-965a-3066665b660e} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001384 sec., 66473.98843930635 rows/sec., 5.19 MiB/sec. | ||
| 7781 | 2025.04.24 06:43:13.551014 [ 260 ] {0588c58a-09c0-4ad8-965a-3066665b660e} <Debug> TCPHandler: Processed in 0.001591725 sec. | ||
| 7782 | 2025.04.24 06:43:13.551176 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7783 | 2025.04.24 06:43:13.551474 [ 260 ] {4fd86e2d-5102-4b73-9a65-6ca6a0c4628a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7784 | 2025.04.24 06:43:13.551590 [ 260 ] {4fd86e2d-5102-4b73-9a65-6ca6a0c4628a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7785 | 2025.04.24 06:43:13.552125 [ 260 ] {4fd86e2d-5102-4b73-9a65-6ca6a0c4628a} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7786 | 2025.04.24 06:43:13.552163 [ 260 ] {4fd86e2d-5102-4b73-9a65-6ca6a0c4628a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7787 | 2025.04.24 06:43:13.552544 [ 260 ] {4fd86e2d-5102-4b73-9a65-6ca6a0c4628a} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 7788 | 2025.04.24 06:43:13.552782 [ 260 ] {4fd86e2d-5102-4b73-9a65-6ca6a0c4628a} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7789 | 2025.04.24 06:43:13.552944 [ 260 ] {4fd86e2d-5102-4b73-9a65-6ca6a0c4628a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001582 sec., 101137.80025284449 rows/sec., 7.04 MiB/sec. | ||
| 7790 | 2025.04.24 06:43:13.552992 [ 260 ] {4fd86e2d-5102-4b73-9a65-6ca6a0c4628a} <Debug> TCPHandler: Processed in 0.001901303 sec. | ||
| 7791 | 2025.04.24 06:43:13.553116 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7792 | 2025.04.24 06:43:13.553220 [ 260 ] {58f929ff-2129-4273-b05d-4ef6a438de2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7793 | 2025.04.24 06:43:13.553286 [ 260 ] {58f929ff-2129-4273-b05d-4ef6a438de2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7794 | 2025.04.24 06:43:13.554356 [ 260 ] {58f929ff-2129-4273-b05d-4ef6a438de2d} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7795 | 2025.04.24 06:43:13.554393 [ 260 ] {58f929ff-2129-4273-b05d-4ef6a438de2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7796 | 2025.04.24 06:43:13.555023 [ 260 ] {58f929ff-2129-4273-b05d-4ef6a438de2d} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7797 | 2025.04.24 06:43:13.555284 [ 260 ] {58f929ff-2129-4273-b05d-4ef6a438de2d} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7798 | 2025.04.24 06:43:13.555473 [ 260 ] {58f929ff-2129-4273-b05d-4ef6a438de2d} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002271 sec., 12329.370321444298 rows/sec., 22.09 MiB/sec. | ||
| 7799 | 2025.04.24 06:43:13.555661 [ 260 ] {58f929ff-2129-4273-b05d-4ef6a438de2d} <Debug> TCPHandler: Processed in 0.002603108 sec. | ||
| 7800 | 2025.04.24 06:43:13.555856 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7801 | 2025.04.24 06:43:13.555959 [ 260 ] {aed5e819-2f97-4609-ae8b-39018e676eaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7802 | 2025.04.24 06:43:13.556004 [ 260 ] {aed5e819-2f97-4609-ae8b-39018e676eaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7803 | 2025.04.24 06:43:13.556423 [ 260 ] {aed5e819-2f97-4609-ae8b-39018e676eaf} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7804 | 2025.04.24 06:43:13.556459 [ 260 ] {aed5e819-2f97-4609-ae8b-39018e676eaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7805 | 2025.04.24 06:43:13.556813 [ 260 ] {aed5e819-2f97-4609-ae8b-39018e676eaf} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 7806 | 2025.04.24 06:43:13.557045 [ 260 ] {aed5e819-2f97-4609-ae8b-39018e676eaf} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7807 | 2025.04.24 06:43:13.557206 [ 260 ] {aed5e819-2f97-4609-ae8b-39018e676eaf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001269 sec., 47281.32387706856 rows/sec., 3.19 MiB/sec. | ||
| 7808 | 2025.04.24 06:43:13.557252 [ 260 ] {aed5e819-2f97-4609-ae8b-39018e676eaf} <Debug> TCPHandler: Processed in 0.001457853 sec. | ||
| 7809 | 2025.04.24 06:43:16.771445 [ 69 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7810 | 2025.04.24 06:43:16.771518 [ 69 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7811 | 2025.04.24 06:43:16.965093 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20191 | ||
| 7812 | 2025.04.24 06:43:16.965749 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7813 | 2025.04.24 06:43:16.965797 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7814 | 2025.04.24 06:43:16.966298 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7815 | 2025.04.24 06:43:16.966537 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7816 | 2025.04.24 06:43:16.966761 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
| 7817 | 2025.04.24 06:43:17.058583 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1092 | ||
| 7818 | 2025.04.24 06:43:17.061238 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7819 | 2025.04.24 06:43:17.061281 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7820 | 2025.04.24 06:43:17.062694 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 7821 | 2025.04.24 06:43:17.062995 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7822 | 2025.04.24 06:43:17.063493 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1092 | ||
| 7823 | 2025.04.24 06:43:18.307226 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 | ||
| 7824 | 2025.04.24 06:43:18.327825 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7825 | 2025.04.24 06:43:18.327887 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7826 | 2025.04.24 06:43:18.335159 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7827 | 2025.04.24 06:43:18.335938 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7828 | 2025.04.24 06:43:18.338558 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
| 7829 | 2025.04.24 06:43:18.550484 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7830 | 2025.04.24 06:43:18.550691 [ 260 ] {4b568334-3feb-4a10-99bb-a64541ea5448} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7831 | 2025.04.24 06:43:18.550769 [ 260 ] {4b568334-3feb-4a10-99bb-a64541ea5448} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7832 | 2025.04.24 06:43:18.551661 [ 260 ] {4b568334-3feb-4a10-99bb-a64541ea5448} <Trace> oximeter.fields_i16 (6ff42f6f-4885-487d-9a78-1dd7a3795b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7833 | 2025.04.24 06:43:18.551704 [ 260 ] {4b568334-3feb-4a10-99bb-a64541ea5448} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7834 | 2025.04.24 06:43:18.552139 [ 260 ] {4b568334-3feb-4a10-99bb-a64541ea5448} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 7835 | 2025.04.24 06:43:18.552397 [ 260 ] {4b568334-3feb-4a10-99bb-a64541ea5448} <Trace> oximeter.fields_i16 (6ff42f6f-4885-487d-9a78-1dd7a3795b79): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7836 | 2025.04.24 06:43:18.552633 [ 260 ] {4b568334-3feb-4a10-99bb-a64541ea5448} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001986 sec., 106747.2306143001 rows/sec., 6.79 MiB/sec. | ||
| 7837 | 2025.04.24 06:43:18.552719 [ 260 ] {4b568334-3feb-4a10-99bb-a64541ea5448} <Debug> TCPHandler: Processed in 0.002363013 sec. | ||
| 7838 | 2025.04.24 06:43:18.552930 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7839 | 2025.04.24 06:43:18.553033 [ 260 ] {5f7d007c-b1a2-43d0-baf7-7f2b1d57468b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7840 | 2025.04.24 06:43:18.553079 [ 260 ] {5f7d007c-b1a2-43d0-baf7-7f2b1d57468b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7841 | 2025.04.24 06:43:18.553917 [ 260 ] {5f7d007c-b1a2-43d0-baf7-7f2b1d57468b} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7842 | 2025.04.24 06:43:18.553955 [ 260 ] {5f7d007c-b1a2-43d0-baf7-7f2b1d57468b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7843 | 2025.04.24 06:43:18.554334 [ 260 ] {5f7d007c-b1a2-43d0-baf7-7f2b1d57468b} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 7844 | 2025.04.24 06:43:18.554574 [ 260 ] {5f7d007c-b1a2-43d0-baf7-7f2b1d57468b} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7845 | 2025.04.24 06:43:18.554794 [ 260 ] {5f7d007c-b1a2-43d0-baf7-7f2b1d57468b} <Debug> executeQuery: Read 641 rows, 51.72 KiB in 0.001783 sec., 359506.4498037016 rows/sec., 28.33 MiB/sec. | ||
| 7846 | 2025.04.24 06:43:18.554858 [ 260 ] {5f7d007c-b1a2-43d0-baf7-7f2b1d57468b} <Debug> TCPHandler: Processed in 0.001995675 sec. | ||
| 7847 | 2025.04.24 06:43:18.554988 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7848 | 2025.04.24 06:43:18.555103 [ 260 ] {0ed9e901-639c-4c1c-becd-c1f7b453c797} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7849 | 2025.04.24 06:43:18.555146 [ 260 ] {0ed9e901-639c-4c1c-becd-c1f7b453c797} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7850 | 2025.04.24 06:43:18.555677 [ 260 ] {0ed9e901-639c-4c1c-becd-c1f7b453c797} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7851 | 2025.04.24 06:43:18.555715 [ 260 ] {0ed9e901-639c-4c1c-becd-c1f7b453c797} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7852 | 2025.04.24 06:43:18.556064 [ 260 ] {0ed9e901-639c-4c1c-becd-c1f7b453c797} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7853 | 2025.04.24 06:43:18.556296 [ 260 ] {0ed9e901-639c-4c1c-becd-c1f7b453c797} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7854 | 2025.04.24 06:43:18.556524 [ 260 ] {0ed9e901-639c-4c1c-becd-c1f7b453c797} <Debug> executeQuery: Read 118 rows, 7.29 KiB in 0.001442 sec., 81830.79056865464 rows/sec., 4.94 MiB/sec. | ||
| 7855 | 2025.04.24 06:43:18.556574 [ 260 ] {0ed9e901-639c-4c1c-becd-c1f7b453c797} <Debug> TCPHandler: Processed in 0.001649358 sec. | ||
| 7856 | 2025.04.24 06:43:18.556686 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7857 | 2025.04.24 06:43:18.556788 [ 260 ] {b75a5883-4a94-44a6-8b50-dadbdca60178} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7858 | 2025.04.24 06:43:18.556832 [ 260 ] {b75a5883-4a94-44a6-8b50-dadbdca60178} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7859 | 2025.04.24 06:43:18.557350 [ 260 ] {b75a5883-4a94-44a6-8b50-dadbdca60178} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7860 | 2025.04.24 06:43:18.557389 [ 260 ] {b75a5883-4a94-44a6-8b50-dadbdca60178} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7861 | 2025.04.24 06:43:18.557734 [ 260 ] {b75a5883-4a94-44a6-8b50-dadbdca60178} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 7862 | 2025.04.24 06:43:18.557967 [ 260 ] {b75a5883-4a94-44a6-8b50-dadbdca60178} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7863 | 2025.04.24 06:43:18.558133 [ 67 ] {} <Debug> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535) (MergerMutator): Selected 6 parts from all_1_13_3 to all_18_18_0 | ||
| 7864 | 2025.04.24 06:43:18.558193 [ 260 ] {b75a5883-4a94-44a6-8b50-dadbdca60178} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001422 sec., 79465.54149085794 rows/sec., 5.14 MiB/sec. | ||
| 7865 | 2025.04.24 06:43:18.558219 [ 67 ] {} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7866 | 2025.04.24 06:43:18.558292 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7867 | 2025.04.24 06:43:18.558307 [ 260 ] {b75a5883-4a94-44a6-8b50-dadbdca60178} <Debug> TCPHandler: Processed in 0.001668177 sec. | ||
| 7868 | 2025.04.24 06:43:18.558499 [ 192 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_13_3 to all_18_18_0 into Compact with storage Full | ||
| 7869 | 2025.04.24 06:43:18.558664 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7870 | 2025.04.24 06:43:18.558686 [ 192 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7871 | 2025.04.24 06:43:18.558745 [ 192 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 365 rows starting from the beginning of the part | ||
| 7872 | 2025.04.24 06:43:18.558912 [ 260 ] {a26675af-f12b-462e-9646-5f1e011ea16e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7873 | 2025.04.24 06:43:18.558993 [ 192 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 24 rows starting from the beginning of the part | ||
| 7874 | 2025.04.24 06:43:18.559126 [ 260 ] {a26675af-f12b-462e-9646-5f1e011ea16e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7875 | 2025.04.24 06:43:18.559333 [ 192 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 228 rows starting from the beginning of the part | ||
| 7876 | 2025.04.24 06:43:18.559685 [ 192 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part | ||
| 7877 | 2025.04.24 06:43:18.559961 [ 192 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 228 rows starting from the beginning of the part | ||
| 7878 | 2025.04.24 06:43:18.560234 [ 192 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 113 rows starting from the beginning of the part | ||
| 7879 | 2025.04.24 06:43:18.561897 [ 260 ] {a26675af-f12b-462e-9646-5f1e011ea16e} <Trace> oximeter.fields_u8 (788ec107-c6c7-4ecf-8eae-6c824e50a883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7880 | 2025.04.24 06:43:18.561969 [ 260 ] {a26675af-f12b-462e-9646-5f1e011ea16e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7881 | 2025.04.24 06:43:18.562871 [ 260 ] {a26675af-f12b-462e-9646-5f1e011ea16e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 7882 | 2025.04.24 06:43:18.563284 [ 199 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 982 rows, containing 5 columns (5 merged, 0 gathered) in 0.004859969 sec., 202058.90202180305 rows/sec., 14.54 MiB/sec. | ||
| 7883 | 2025.04.24 06:43:18.563407 [ 260 ] {a26675af-f12b-462e-9646-5f1e011ea16e} <Trace> oximeter.fields_u8 (788ec107-c6c7-4ecf-8eae-6c824e50a883): 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.04.24 06:43:18.563741 [ 199 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
| 7885 | 2025.04.24 06:43:18.563876 [ 260 ] {a26675af-f12b-462e-9646-5f1e011ea16e} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005042 sec., 22213.407378024596 rows/sec., 1.27 MiB/sec. | ||
| 7886 | 2025.04.24 06:43:18.564275 [ 260 ] {a26675af-f12b-462e-9646-5f1e011ea16e} <Debug> TCPHandler: Processed in 0.005688708 sec. | ||
| 7887 | 2025.04.24 06:43:18.564430 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7888 | 2025.04.24 06:43:18.564594 [ 260 ] {076f7c12-af69-48c7-9d6b-834e1f864372} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7889 | 2025.04.24 06:43:18.564665 [ 260 ] {076f7c12-af69-48c7-9d6b-834e1f864372} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7890 | 2025.04.24 06:43:18.564710 [ 199 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_18_4} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7891 | 2025.04.24 06:43:18.564956 [ 199 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_18_4} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535) (MergerMutator): Merged 6 parts: [all_1_13_3, all_18_18_0] -> all_1_18_4 | ||
| 7892 | 2025.04.24 06:43:18.565165 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 7893 | 2025.04.24 06:43:18.565740 [ 260 ] {076f7c12-af69-48c7-9d6b-834e1f864372} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7894 | 2025.04.24 06:43:18.565783 [ 260 ] {076f7c12-af69-48c7-9d6b-834e1f864372} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7895 | 2025.04.24 06:43:18.566148 [ 260 ] {076f7c12-af69-48c7-9d6b-834e1f864372} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 7896 | 2025.04.24 06:43:18.566389 [ 260 ] {076f7c12-af69-48c7-9d6b-834e1f864372} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7897 | 2025.04.24 06:43:18.566628 [ 260 ] {076f7c12-af69-48c7-9d6b-834e1f864372} <Debug> executeQuery: Read 394 rows, 28.55 KiB in 0.00209 sec., 188516.74641148327 rows/sec., 13.34 MiB/sec. | ||
| 7898 | 2025.04.24 06:43:18.566737 [ 260 ] {076f7c12-af69-48c7-9d6b-834e1f864372} <Debug> TCPHandler: Processed in 0.002363724 sec. | ||
| 7899 | 2025.04.24 06:43:18.566951 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7900 | 2025.04.24 06:43:18.567222 [ 260 ] {c16e0ae4-a819-4c89-a092-6b5c998030ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7901 | 2025.04.24 06:43:18.567309 [ 260 ] {c16e0ae4-a819-4c89-a092-6b5c998030ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7902 | 2025.04.24 06:43:18.567746 [ 260 ] {c16e0ae4-a819-4c89-a092-6b5c998030ca} <Trace> oximeter.measurements_bool (8ffa25e2-b550-4d55-8187-31d8686dfe28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7903 | 2025.04.24 06:43:18.567784 [ 260 ] {c16e0ae4-a819-4c89-a092-6b5c998030ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7904 | 2025.04.24 06:43:18.568136 [ 260 ] {c16e0ae4-a819-4c89-a092-6b5c998030ca} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 7905 | 2025.04.24 06:43:18.568376 [ 260 ] {c16e0ae4-a819-4c89-a092-6b5c998030ca} <Trace> oximeter.measurements_bool (8ffa25e2-b550-4d55-8187-31d8686dfe28): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7906 | 2025.04.24 06:43:18.568727 [ 260 ] {c16e0ae4-a819-4c89-a092-6b5c998030ca} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001583 sec., 3790.271636133923 rows/sec., 198.03 KiB/sec. | ||
| 7907 | 2025.04.24 06:43:18.568839 [ 260 ] {c16e0ae4-a819-4c89-a092-6b5c998030ca} <Debug> TCPHandler: Processed in 0.001982845 sec. | ||
| 7908 | 2025.04.24 06:43:18.568950 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7909 | 2025.04.24 06:43:18.569054 [ 260 ] {f59fc026-3a42-4521-9c90-68b743525db6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7910 | 2025.04.24 06:43:18.569102 [ 260 ] {f59fc026-3a42-4521-9c90-68b743525db6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7911 | 2025.04.24 06:43:18.569627 [ 260 ] {f59fc026-3a42-4521-9c90-68b743525db6} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7912 | 2025.04.24 06:43:18.569665 [ 260 ] {f59fc026-3a42-4521-9c90-68b743525db6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7913 | 2025.04.24 06:43:18.570048 [ 260 ] {f59fc026-3a42-4521-9c90-68b743525db6} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 7914 | 2025.04.24 06:43:18.570279 [ 260 ] {f59fc026-3a42-4521-9c90-68b743525db6} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7915 | 2025.04.24 06:43:18.570523 [ 260 ] {f59fc026-3a42-4521-9c90-68b743525db6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001478 sec., 160351.82679296346 rows/sec., 10.75 MiB/sec. | ||
| 7916 | 2025.04.24 06:43:18.570644 [ 260 ] {f59fc026-3a42-4521-9c90-68b743525db6} <Debug> TCPHandler: Processed in 0.001740999 sec. | ||
| 7917 | 2025.04.24 06:43:18.570788 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7918 | 2025.04.24 06:43:18.571107 [ 260 ] {27f28fc5-f74b-46c3-b59f-5baf8e41dce2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7919 | 2025.04.24 06:43:18.571274 [ 260 ] {27f28fc5-f74b-46c3-b59f-5baf8e41dce2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7920 | 2025.04.24 06:43:18.572039 [ 260 ] {27f28fc5-f74b-46c3-b59f-5baf8e41dce2} <Trace> oximeter.measurements_f64 (ff6fd697-c84e-41d6-903a-ab6515d76d95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7921 | 2025.04.24 06:43:18.572078 [ 260 ] {27f28fc5-f74b-46c3-b59f-5baf8e41dce2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7922 | 2025.04.24 06:43:18.572422 [ 260 ] {27f28fc5-f74b-46c3-b59f-5baf8e41dce2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 7923 | 2025.04.24 06:43:18.572653 [ 260 ] {27f28fc5-f74b-46c3-b59f-5baf8e41dce2} <Trace> oximeter.measurements_f64 (ff6fd697-c84e-41d6-903a-ab6515d76d95): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7924 | 2025.04.24 06:43:18.572929 [ 260 ] {27f28fc5-f74b-46c3-b59f-5baf8e41dce2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001927 sec., 518.9413596263622 rows/sec., 34.97 KiB/sec. | ||
| 7925 | 2025.04.24 06:43:18.573013 [ 260 ] {27f28fc5-f74b-46c3-b59f-5baf8e41dce2} <Debug> TCPHandler: Processed in 0.002300842 sec. | ||
| 7926 | 2025.04.24 06:43:18.573122 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7927 | 2025.04.24 06:43:18.573225 [ 260 ] {3fc35915-4ed9-4ae0-9a4f-fc091b25d542} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7928 | 2025.04.24 06:43:18.573292 [ 260 ] {3fc35915-4ed9-4ae0-9a4f-fc091b25d542} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7929 | 2025.04.24 06:43:18.574352 [ 260 ] {3fc35915-4ed9-4ae0-9a4f-fc091b25d542} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7930 | 2025.04.24 06:43:18.574391 [ 260 ] {3fc35915-4ed9-4ae0-9a4f-fc091b25d542} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7931 | 2025.04.24 06:43:18.575017 [ 260 ] {3fc35915-4ed9-4ae0-9a4f-fc091b25d542} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7932 | 2025.04.24 06:43:18.575274 [ 260 ] {3fc35915-4ed9-4ae0-9a4f-fc091b25d542} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7933 | 2025.04.24 06:43:18.575468 [ 260 ] {3fc35915-4ed9-4ae0-9a4f-fc091b25d542} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002263 sec., 5302.695536897923 rows/sec., 9.50 MiB/sec. | ||
| 7934 | 2025.04.24 06:43:18.575678 [ 260 ] {3fc35915-4ed9-4ae0-9a4f-fc091b25d542} <Debug> TCPHandler: Processed in 0.002602549 sec. | ||
| 7935 | 2025.04.24 06:43:18.575856 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7936 | 2025.04.24 06:43:18.575955 [ 260 ] {f9663326-6c8d-495a-816d-af5f3bae6ee6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7937 | 2025.04.24 06:43:18.576000 [ 260 ] {f9663326-6c8d-495a-816d-af5f3bae6ee6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7938 | 2025.04.24 06:43:18.576413 [ 260 ] {f9663326-6c8d-495a-816d-af5f3bae6ee6} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7939 | 2025.04.24 06:43:18.576449 [ 260 ] {f9663326-6c8d-495a-816d-af5f3bae6ee6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7940 | 2025.04.24 06:43:18.576797 [ 260 ] {f9663326-6c8d-495a-816d-af5f3bae6ee6} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 7941 | 2025.04.24 06:43:18.577036 [ 260 ] {f9663326-6c8d-495a-816d-af5f3bae6ee6} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7942 | 2025.04.24 06:43:18.577218 [ 260 ] {f9663326-6c8d-495a-816d-af5f3bae6ee6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001281 sec., 64012.490241998436 rows/sec., 4.07 MiB/sec. | ||
| 7943 | 2025.04.24 06:43:18.577310 [ 260 ] {f9663326-6c8d-495a-816d-af5f3bae6ee6} <Debug> TCPHandler: Processed in 0.001510084 sec. | ||
| 7944 | 2025.04.24 06:43:19.000167 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 221.19 MiB, peak 230.02 MiB, free memory in arenas 0.00 B, will set to 219.84 MiB (RSS), difference: -1.35 MiB | ||
| 7945 | 2025.04.24 06:43:23.550550 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7946 | 2025.04.24 06:43:23.550807 [ 260 ] {bc46dcdc-8f83-4d34-ba00-60c90cf1c295} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7947 | 2025.04.24 06:43:23.550912 [ 260 ] {bc46dcdc-8f83-4d34-ba00-60c90cf1c295} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7948 | 2025.04.24 06:43:23.551973 [ 260 ] {bc46dcdc-8f83-4d34-ba00-60c90cf1c295} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7949 | 2025.04.24 06:43:23.552054 [ 260 ] {bc46dcdc-8f83-4d34-ba00-60c90cf1c295} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7950 | 2025.04.24 06:43:23.552626 [ 260 ] {bc46dcdc-8f83-4d34-ba00-60c90cf1c295} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 7951 | 2025.04.24 06:43:23.552956 [ 260 ] {bc46dcdc-8f83-4d34-ba00-60c90cf1c295} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7952 | 2025.04.24 06:43:23.553230 [ 260 ] {bc46dcdc-8f83-4d34-ba00-60c90cf1c295} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002483 sec., 805.4772452678212 rows/sec., 65.68 KiB/sec. | ||
| 7953 | 2025.04.24 06:43:23.553434 [ 260 ] {bc46dcdc-8f83-4d34-ba00-60c90cf1c295} <Debug> TCPHandler: Processed in 0.00309866 sec. | ||
| 7954 | 2025.04.24 06:43:23.553670 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7955 | 2025.04.24 06:43:23.553805 [ 260 ] {99ecfd2e-8481-4e15-b4d0-d4abb85fd8e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7956 | 2025.04.24 06:43:23.553863 [ 260 ] {99ecfd2e-8481-4e15-b4d0-d4abb85fd8e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7957 | 2025.04.24 06:43:23.554725 [ 260 ] {99ecfd2e-8481-4e15-b4d0-d4abb85fd8e9} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7958 | 2025.04.24 06:43:23.554775 [ 260 ] {99ecfd2e-8481-4e15-b4d0-d4abb85fd8e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7959 | 2025.04.24 06:43:23.555316 [ 260 ] {99ecfd2e-8481-4e15-b4d0-d4abb85fd8e9} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 7960 | 2025.04.24 06:43:23.555696 [ 260 ] {99ecfd2e-8481-4e15-b4d0-d4abb85fd8e9} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7961 | 2025.04.24 06:43:23.555892 [ 62 ] {} <Debug> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 7962 | 2025.04.24 06:43:23.555937 [ 260 ] {99ecfd2e-8481-4e15-b4d0-d4abb85fd8e9} <Debug> executeQuery: Read 113 rows, 9.70 KiB in 0.002163 sec., 52242.25612575127 rows/sec., 4.38 MiB/sec. | ||
| 7963 | 2025.04.24 06:43:23.555943 [ 62 ] {} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7964 | 2025.04.24 06:43:23.556002 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7965 | 2025.04.24 06:43:23.556036 [ 260 ] {99ecfd2e-8481-4e15-b4d0-d4abb85fd8e9} <Debug> TCPHandler: Processed in 0.002445165 sec. | ||
| 7966 | 2025.04.24 06:43:23.556262 [ 192 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::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 | ||
| 7967 | 2025.04.24 06:43:23.556279 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7968 | 2025.04.24 06:43:23.556555 [ 192 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7969 | 2025.04.24 06:43:23.556587 [ 260 ] {a1c2e97d-dad6-4996-a7b1-0d3f6f1280e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7970 | 2025.04.24 06:43:23.556618 [ 192 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1966 rows starting from the beginning of the part | ||
| 7971 | 2025.04.24 06:43:23.556699 [ 260 ] {a1c2e97d-dad6-4996-a7b1-0d3f6f1280e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7972 | 2025.04.24 06:43:23.556870 [ 192 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 1227 rows starting from the beginning of the part | ||
| 7973 | 2025.04.24 06:43:23.557223 [ 192 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 56 rows starting from the beginning of the part | ||
| 7974 | 2025.04.24 06:43:23.557698 [ 192 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 112 rows starting from the beginning of the part | ||
| 7975 | 2025.04.24 06:43:23.558210 [ 192 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 641 rows starting from the beginning of the part | ||
| 7976 | 2025.04.24 06:43:23.558657 [ 192 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 113 rows starting from the beginning of the part | ||
| 7977 | 2025.04.24 06:43:23.560961 [ 260 ] {a1c2e97d-dad6-4996-a7b1-0d3f6f1280e1} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7978 | 2025.04.24 06:43:23.561040 [ 260 ] {a1c2e97d-dad6-4996-a7b1-0d3f6f1280e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7979 | 2025.04.24 06:43:23.562292 [ 260 ] {a1c2e97d-dad6-4996-a7b1-0d3f6f1280e1} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7980 | 2025.04.24 06:43:23.562754 [ 260 ] {a1c2e97d-dad6-4996-a7b1-0d3f6f1280e1} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7981 | 2025.04.24 06:43:23.563063 [ 62 ] {} <Debug> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7982 | 2025.04.24 06:43:23.563180 [ 62 ] {} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7983 | 2025.04.24 06:43:23.563251 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 7984 | 2025.04.24 06:43:23.563633 [ 192 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4115 rows, containing 5 columns (5 merged, 0 gathered) in 0.007493229 sec., 549162.4505270025 rows/sec., 46.93 MiB/sec. | ||
| 7985 | 2025.04.24 06:43:23.563659 [ 260 ] {a1c2e97d-dad6-4996-a7b1-0d3f6f1280e1} <Debug> executeQuery: Read 30 rows, 2.25 KiB in 0.00711 sec., 4219.4092827004215 rows/sec., 315.77 KiB/sec. | ||
| 7986 | 2025.04.24 06:43:23.563780 [ 199 ] {6d91faa5-474e-4006-b181-dbf82df66096::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 | ||
| 7987 | 2025.04.24 06:43:23.563906 [ 260 ] {a1c2e97d-dad6-4996-a7b1-0d3f6f1280e1} <Debug> TCPHandler: Processed in 0.007718044 sec. | ||
| 7988 | 2025.04.24 06:43:23.564072 [ 192 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 7989 | 2025.04.24 06:43:23.564360 [ 199 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7990 | 2025.04.24 06:43:23.564437 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7991 | 2025.04.24 06:43:23.564498 [ 199 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 176 rows starting from the beginning of the part | ||
| 7992 | 2025.04.24 06:43:23.564959 [ 199 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 28 rows starting from the beginning of the part | ||
| 7993 | 2025.04.24 06:43:23.564992 [ 192 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_71_14} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7994 | 2025.04.24 06:43:23.565163 [ 260 ] {4cb97d13-4938-4f3f-9d4d-b37243a20a01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7995 | 2025.04.24 06:43:23.565412 [ 199 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 26 rows starting from the beginning of the part | ||
| 7996 | 2025.04.24 06:43:23.565584 [ 192 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_71_14} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 7997 | 2025.04.24 06:43:23.565755 [ 199 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 28 rows starting from the beginning of the part | ||
| 7998 | 2025.04.24 06:43:23.565990 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 7999 | 2025.04.24 06:43:23.566201 [ 199 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 118 rows starting from the beginning of the part | ||
| 8000 | 2025.04.24 06:43:23.566248 [ 260 ] {4cb97d13-4938-4f3f-9d4d-b37243a20a01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8001 | 2025.04.24 06:43:23.566584 [ 199 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 30 rows starting from the beginning of the part | ||
| 8002 | 2025.04.24 06:43:23.568825 [ 260 ] {4cb97d13-4938-4f3f-9d4d-b37243a20a01} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8003 | 2025.04.24 06:43:23.568925 [ 260 ] {4cb97d13-4938-4f3f-9d4d-b37243a20a01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8004 | 2025.04.24 06:43:23.569845 [ 260 ] {4cb97d13-4938-4f3f-9d4d-b37243a20a01} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8005 | 2025.04.24 06:43:23.570370 [ 260 ] {4cb97d13-4938-4f3f-9d4d-b37243a20a01} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8006 | 2025.04.24 06:43:23.570708 [ 62 ] {} <Debug> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8007 | 2025.04.24 06:43:23.570810 [ 62 ] {} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8008 | 2025.04.24 06:43:23.570865 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8009 | 2025.04.24 06:43:23.571147 [ 260 ] {4cb97d13-4938-4f3f-9d4d-b37243a20a01} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.006373 sec., 14749.725404048328 rows/sec., 1.15 MiB/sec. | ||
| 8010 | 2025.04.24 06:43:23.571340 [ 199 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 406 rows, containing 5 columns (5 merged, 0 gathered) in 0.007895608 sec., 51420.99253154412 rows/sec., 3.56 MiB/sec. | ||
| 8011 | 2025.04.24 06:43:23.571406 [ 192 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::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 | ||
| 8012 | 2025.04.24 06:43:23.571838 [ 199 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8013 | 2025.04.24 06:43:23.572034 [ 192 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8014 | 2025.04.24 06:43:23.572235 [ 192 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 950 rows starting from the beginning of the part | ||
| 8015 | 2025.04.24 06:43:23.572664 [ 260 ] {4cb97d13-4938-4f3f-9d4d-b37243a20a01} <Debug> TCPHandler: Processed in 0.008408669 sec. | ||
| 8016 | 2025.04.24 06:43:23.573042 [ 192 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 546 rows starting from the beginning of the part | ||
| 8017 | 2025.04.24 06:43:23.573482 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8018 | 2025.04.24 06:43:23.573682 [ 192 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 64 rows starting from the beginning of the part | ||
| 8019 | 2025.04.24 06:43:23.573831 [ 199 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_61_12} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8020 | 2025.04.24 06:43:23.574064 [ 260 ] {e6b1be61-0c9a-4f6f-9e64-f954d53331da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8021 | 2025.04.24 06:43:23.574103 [ 192 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 92 rows starting from the beginning of the part | ||
| 8022 | 2025.04.24 06:43:23.574330 [ 260 ] {e6b1be61-0c9a-4f6f-9e64-f954d53331da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8023 | 2025.04.24 06:43:23.574426 [ 199 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_61_12} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8024 | 2025.04.24 06:43:23.574528 [ 192 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 394 rows starting from the beginning of the part | ||
| 8025 | 2025.04.24 06:43:23.574978 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 8026 | 2025.04.24 06:43:23.575059 [ 192 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 94 rows starting from the beginning of the part | ||
| 8027 | 2025.04.24 06:43:23.577318 [ 260 ] {e6b1be61-0c9a-4f6f-9e64-f954d53331da} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8028 | 2025.04.24 06:43:23.577406 [ 260 ] {e6b1be61-0c9a-4f6f-9e64-f954d53331da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8029 | 2025.04.24 06:43:23.578454 [ 260 ] {e6b1be61-0c9a-4f6f-9e64-f954d53331da} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8030 | 2025.04.24 06:43:23.578730 [ 188 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2140 rows, containing 5 columns (5 merged, 0 gathered) in 0.007684663 sec., 278476.7529818809 rows/sec., 21.56 MiB/sec. | ||
| 8031 | 2025.04.24 06:43:23.579003 [ 188 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8032 | 2025.04.24 06:43:23.579086 [ 260 ] {e6b1be61-0c9a-4f6f-9e64-f954d53331da} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8033 | 2025.04.24 06:43:23.579386 [ 62 ] {} <Debug> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8034 | 2025.04.24 06:43:23.579478 [ 62 ] {} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8035 | 2025.04.24 06:43:23.579559 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8036 | 2025.04.24 06:43:23.579613 [ 260 ] {e6b1be61-0c9a-4f6f-9e64-f954d53331da} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00578 sec., 27854.671280276816 rows/sec., 1.94 MiB/sec. | ||
| 8037 | 2025.04.24 06:43:23.579887 [ 188 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_71_14} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8038 | 2025.04.24 06:43:23.580085 [ 194 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 8039 | 2025.04.24 06:43:23.580293 [ 260 ] {e6b1be61-0c9a-4f6f-9e64-f954d53331da} <Debug> TCPHandler: Processed in 0.00712544 sec. | ||
| 8040 | 2025.04.24 06:43:23.580356 [ 188 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_71_14} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8041 | 2025.04.24 06:43:23.580739 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 8042 | 2025.04.24 06:43:23.580956 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8043 | 2025.04.24 06:43:23.581210 [ 194 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8044 | 2025.04.24 06:43:23.581355 [ 194 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 19233 rows starting from the beginning of the part | ||
| 8045 | 2025.04.24 06:43:23.581434 [ 260 ] {5f8da228-804c-44d5-8711-4cf077cdca03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8046 | 2025.04.24 06:43:23.581778 [ 194 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 951 rows starting from the beginning of the part | ||
| 8047 | 2025.04.24 06:43:23.581826 [ 260 ] {5f8da228-804c-44d5-8711-4cf077cdca03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8048 | 2025.04.24 06:43:23.582194 [ 194 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 62 rows starting from the beginning of the part | ||
| 8049 | 2025.04.24 06:43:23.582620 [ 194 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 8050 | 2025.04.24 06:43:23.583078 [ 194 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 237 rows starting from the beginning of the part | ||
| 8051 | 2025.04.24 06:43:23.583482 [ 194 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 161 rows starting from the beginning of the part | ||
| 8052 | 2025.04.24 06:43:23.585373 [ 260 ] {5f8da228-804c-44d5-8711-4cf077cdca03} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8053 | 2025.04.24 06:43:23.585416 [ 260 ] {5f8da228-804c-44d5-8711-4cf077cdca03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8054 | 2025.04.24 06:43:23.586567 [ 260 ] {5f8da228-804c-44d5-8711-4cf077cdca03} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8055 | 2025.04.24 06:43:23.586911 [ 260 ] {5f8da228-804c-44d5-8711-4cf077cdca03} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8056 | 2025.04.24 06:43:23.587100 [ 62 ] {} <Debug> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8057 | 2025.04.24 06:43:23.587335 [ 62 ] {} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8058 | 2025.04.24 06:43:23.587376 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8059 | 2025.04.24 06:43:23.587393 [ 260 ] {5f8da228-804c-44d5-8711-4cf077cdca03} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.006101 sec., 4589.411571873464 rows/sec., 8.22 MiB/sec. | ||
| 8060 | 2025.04.24 06:43:23.587953 [ 195 ] {186bf897-e03c-453c-939b-7d7f7079b981::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 | ||
| 8061 | 2025.04.24 06:43:23.587958 [ 260 ] {5f8da228-804c-44d5-8711-4cf077cdca03} <Debug> TCPHandler: Processed in 0.007176782 sec. | ||
| 8062 | 2025.04.24 06:43:23.588341 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8063 | 2025.04.24 06:43:23.588640 [ 260 ] {d9ec9d1d-9f66-4d2b-9530-acf9371bee02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8064 | 2025.04.24 06:43:23.588794 [ 260 ] {d9ec9d1d-9f66-4d2b-9530-acf9371bee02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8065 | 2025.04.24 06:43:23.588859 [ 195 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8066 | 2025.04.24 06:43:23.589228 [ 195 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1078 rows starting from the beginning of the part | ||
| 8067 | 2025.04.24 06:43:23.590194 [ 195 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 28 rows starting from the beginning of the part | ||
| 8068 | 2025.04.24 06:43:23.591108 [ 195 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 12 rows starting from the beginning of the part | ||
| 8069 | 2025.04.24 06:43:23.591254 [ 260 ] {d9ec9d1d-9f66-4d2b-9530-acf9371bee02} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8070 | 2025.04.24 06:43:23.591363 [ 260 ] {d9ec9d1d-9f66-4d2b-9530-acf9371bee02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8071 | 2025.04.24 06:43:23.591996 [ 195 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 28 rows starting from the beginning of the part | ||
| 8072 | 2025.04.24 06:43:23.592823 [ 195 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 12 rows starting from the beginning of the part | ||
| 8073 | 2025.04.24 06:43:23.593460 [ 260 ] {d9ec9d1d-9f66-4d2b-9530-acf9371bee02} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8074 | 2025.04.24 06:43:23.593937 [ 195 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 28 rows starting from the beginning of the part | ||
| 8075 | 2025.04.24 06:43:23.594275 [ 260 ] {d9ec9d1d-9f66-4d2b-9530-acf9371bee02} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8076 | 2025.04.24 06:43:23.594864 [ 62 ] {} <Debug> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8077 | 2025.04.24 06:43:23.594970 [ 62 ] {} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8078 | 2025.04.24 06:43:23.595051 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8079 | 2025.04.24 06:43:23.595190 [ 260 ] {d9ec9d1d-9f66-4d2b-9530-acf9371bee02} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006589 sec., 9106.085900743663 rows/sec., 628.41 KiB/sec. | ||
| 8080 | 2025.04.24 06:43:23.595644 [ 197 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 8081 | 2025.04.24 06:43:23.595701 [ 260 ] {d9ec9d1d-9f66-4d2b-9530-acf9371bee02} <Debug> TCPHandler: Processed in 0.007463068 sec. | ||
| 8082 | 2025.04.24 06:43:23.596108 [ 197 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8083 | 2025.04.24 06:43:23.596184 [ 197 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3620 rows starting from the beginning of the part | ||
| 8084 | 2025.04.24 06:43:23.596479 [ 197 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 38 rows starting from the beginning of the part | ||
| 8085 | 2025.04.24 06:43:23.596785 [ 197 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 22 rows starting from the beginning of the part | ||
| 8086 | 2025.04.24 06:43:23.597130 [ 197 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 8087 | 2025.04.24 06:43:23.597365 [ 197 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 82 rows starting from the beginning of the part | ||
| 8088 | 2025.04.24 06:43:23.597577 [ 197 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part | ||
| 8089 | 2025.04.24 06:43:23.603113 [ 197 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3882 rows, containing 4 columns (4 merged, 0 gathered) in 0.007820757 sec., 496371.387066495 rows/sec., 33.33 MiB/sec. | ||
| 8090 | 2025.04.24 06:43:23.603906 [ 197 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8091 | 2025.04.24 06:43:23.604120 [ 194 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20804 rows, containing 5 columns (5 merged, 0 gathered) in 0.024437921 sec., 851299.91213246 rows/sec., 58.28 MiB/sec. | ||
| 8092 | 2025.04.24 06:43:23.604905 [ 194 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8093 | 2025.04.24 06:43:23.605040 [ 197 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_71_14} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8094 | 2025.04.24 06:43:23.605515 [ 197 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_71_14} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8095 | 2025.04.24 06:43:23.605852 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 8096 | 2025.04.24 06:43:23.606295 [ 194 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8097 | 2025.04.24 06:43:23.606604 [ 194 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8098 | 2025.04.24 06:43:23.606818 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 8099 | 2025.04.24 06:43:23.615092 [ 189 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1186 rows, containing 19 columns (19 merged, 0 gathered) in 0.027566232 sec., 43023.65299689853 rows/sec., 77.10 MiB/sec. | ||
| 8100 | 2025.04.24 06:43:23.617790 [ 189 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8101 | 2025.04.24 06:43:23.618481 [ 189 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8102 | 2025.04.24 06:43:23.618658 [ 189 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8103 | 2025.04.24 06:43:23.618877 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.41 MiB. | ||
| 8104 | 2025.04.24 06:43:24.000159 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 220.57 MiB, peak 234.31 MiB, free memory in arenas 0.00 B, will set to 225.26 MiB (RSS), difference: 4.68 MiB | ||
| 8105 | 2025.04.24 06:43:24.466926 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20679 | ||
| 8106 | 2025.04.24 06:43:24.467659 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8107 | 2025.04.24 06:43:24.467707 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8108 | 2025.04.24 06:43:24.468216 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8109 | 2025.04.24 06:43:24.468470 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8110 | 2025.04.24 06:43:24.468733 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20679 | ||
| 8111 | 2025.04.24 06:43:25.838672 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340 | ||
| 8112 | 2025.04.24 06:43:25.860022 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8113 | 2025.04.24 06:43:25.860083 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8114 | 2025.04.24 06:43:25.867219 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8115 | 2025.04.24 06:43:25.867987 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8116 | 2025.04.24 06:43:25.871176 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340 | ||
| 8117 | 2025.04.24 06:43:27.063680 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1128 | ||
| 8118 | 2025.04.24 06:43:27.066878 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8119 | 2025.04.24 06:43:27.066923 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8120 | 2025.04.24 06:43:27.068359 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8121 | 2025.04.24 06:43:27.068677 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8122 | 2025.04.24 06:43:27.069191 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1128 | ||
| 8123 | 2025.04.24 06:43:28.543637 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8124 | 2025.04.24 06:43:28.543842 [ 260 ] {51a0972f-d9a2-46e3-9016-6cd67f7357f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8125 | 2025.04.24 06:43:28.543919 [ 260 ] {51a0972f-d9a2-46e3-9016-6cd67f7357f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8126 | 2025.04.24 06:43:28.544812 [ 260 ] {51a0972f-d9a2-46e3-9016-6cd67f7357f6} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8127 | 2025.04.24 06:43:28.544851 [ 260 ] {51a0972f-d9a2-46e3-9016-6cd67f7357f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8128 | 2025.04.24 06:43:28.545275 [ 260 ] {51a0972f-d9a2-46e3-9016-6cd67f7357f6} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8129 | 2025.04.24 06:43:28.545532 [ 260 ] {51a0972f-d9a2-46e3-9016-6cd67f7357f6} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8130 | 2025.04.24 06:43:28.545716 [ 260 ] {51a0972f-d9a2-46e3-9016-6cd67f7357f6} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.001928 sec., 41493.775933609955 rows/sec., 3.42 MiB/sec. | ||
| 8131 | 2025.04.24 06:43:28.545800 [ 260 ] {51a0972f-d9a2-46e3-9016-6cd67f7357f6} <Debug> TCPHandler: Processed in 0.002293562 sec. | ||
| 8132 | 2025.04.24 06:43:28.545976 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8133 | 2025.04.24 06:43:28.546176 [ 260 ] {201eafaf-6929-4869-bb82-8f230be7e1fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8134 | 2025.04.24 06:43:28.546221 [ 260 ] {201eafaf-6929-4869-bb82-8f230be7e1fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8135 | 2025.04.24 06:43:28.546750 [ 260 ] {201eafaf-6929-4869-bb82-8f230be7e1fa} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8136 | 2025.04.24 06:43:28.546787 [ 260 ] {201eafaf-6929-4869-bb82-8f230be7e1fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8137 | 2025.04.24 06:43:28.547117 [ 260 ] {201eafaf-6929-4869-bb82-8f230be7e1fa} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8138 | 2025.04.24 06:43:28.547349 [ 260 ] {201eafaf-6929-4869-bb82-8f230be7e1fa} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8139 | 2025.04.24 06:43:28.547506 [ 260 ] {201eafaf-6929-4869-bb82-8f230be7e1fa} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001378 sec., 8708.272859216255 rows/sec., 654.82 KiB/sec. | ||
| 8140 | 2025.04.24 06:43:28.547556 [ 260 ] {201eafaf-6929-4869-bb82-8f230be7e1fa} <Debug> TCPHandler: Processed in 0.001663808 sec. | ||
| 8141 | 2025.04.24 06:43:28.547672 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8142 | 2025.04.24 06:43:28.547773 [ 260 ] {d6af3b78-3078-40b7-8077-69c2041a60cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8143 | 2025.04.24 06:43:28.547816 [ 260 ] {d6af3b78-3078-40b7-8077-69c2041a60cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8144 | 2025.04.24 06:43:28.548337 [ 260 ] {d6af3b78-3078-40b7-8077-69c2041a60cd} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8145 | 2025.04.24 06:43:28.548373 [ 260 ] {d6af3b78-3078-40b7-8077-69c2041a60cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8146 | 2025.04.24 06:43:28.548814 [ 260 ] {d6af3b78-3078-40b7-8077-69c2041a60cd} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8147 | 2025.04.24 06:43:28.549096 [ 260 ] {d6af3b78-3078-40b7-8077-69c2041a60cd} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8148 | 2025.04.24 06:43:28.549290 [ 260 ] {d6af3b78-3078-40b7-8077-69c2041a60cd} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001536 sec., 49479.166666666664 rows/sec., 3.86 MiB/sec. | ||
| 8149 | 2025.04.24 06:43:28.549350 [ 260 ] {d6af3b78-3078-40b7-8077-69c2041a60cd} <Debug> TCPHandler: Processed in 0.001725069 sec. | ||
| 8150 | 2025.04.24 06:43:28.549486 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8151 | 2025.04.24 06:43:28.549609 [ 260 ] {9547d708-3335-47b4-8be3-dab3c6ea3067} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8152 | 2025.04.24 06:43:28.549656 [ 260 ] {9547d708-3335-47b4-8be3-dab3c6ea3067} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8153 | 2025.04.24 06:43:28.550165 [ 260 ] {9547d708-3335-47b4-8be3-dab3c6ea3067} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8154 | 2025.04.24 06:43:28.550200 [ 260 ] {9547d708-3335-47b4-8be3-dab3c6ea3067} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8155 | 2025.04.24 06:43:28.550581 [ 260 ] {9547d708-3335-47b4-8be3-dab3c6ea3067} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8156 | 2025.04.24 06:43:28.550813 [ 260 ] {9547d708-3335-47b4-8be3-dab3c6ea3067} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8157 | 2025.04.24 06:43:28.550972 [ 260 ] {9547d708-3335-47b4-8be3-dab3c6ea3067} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001391 sec., 115025.1617541337 rows/sec., 8.01 MiB/sec. | ||
| 8158 | 2025.04.24 06:43:28.551020 [ 260 ] {9547d708-3335-47b4-8be3-dab3c6ea3067} <Debug> TCPHandler: Processed in 0.001593046 sec. | ||
| 8159 | 2025.04.24 06:43:28.551146 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8160 | 2025.04.24 06:43:28.551247 [ 260 ] {e58c12e8-edf9-4033-b213-f89175458df9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8161 | 2025.04.24 06:43:28.551311 [ 260 ] {e58c12e8-edf9-4033-b213-f89175458df9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8162 | 2025.04.24 06:43:28.552317 [ 260 ] {e58c12e8-edf9-4033-b213-f89175458df9} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8163 | 2025.04.24 06:43:28.552353 [ 260 ] {e58c12e8-edf9-4033-b213-f89175458df9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8164 | 2025.04.24 06:43:28.552952 [ 260 ] {e58c12e8-edf9-4033-b213-f89175458df9} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8165 | 2025.04.24 06:43:28.553197 [ 260 ] {e58c12e8-edf9-4033-b213-f89175458df9} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8166 | 2025.04.24 06:43:28.553414 [ 260 ] {e58c12e8-edf9-4033-b213-f89175458df9} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002187 sec., 5486.968449931413 rows/sec., 9.83 MiB/sec. | ||
| 8167 | 2025.04.24 06:43:28.553502 [ 260 ] {e58c12e8-edf9-4033-b213-f89175458df9} <Debug> TCPHandler: Processed in 0.002405054 sec. | ||
| 8168 | 2025.04.24 06:43:28.553631 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8169 | 2025.04.24 06:43:28.553734 [ 260 ] {c293f78a-f6b6-48d2-b877-876232c90642} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8170 | 2025.04.24 06:43:28.553778 [ 260 ] {c293f78a-f6b6-48d2-b877-876232c90642} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8171 | 2025.04.24 06:43:28.554207 [ 260 ] {c293f78a-f6b6-48d2-b877-876232c90642} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8172 | 2025.04.24 06:43:28.554245 [ 260 ] {c293f78a-f6b6-48d2-b877-876232c90642} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8173 | 2025.04.24 06:43:28.554592 [ 260 ] {c293f78a-f6b6-48d2-b877-876232c90642} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8174 | 2025.04.24 06:43:28.554821 [ 260 ] {c293f78a-f6b6-48d2-b877-876232c90642} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8175 | 2025.04.24 06:43:28.555055 [ 260 ] {c293f78a-f6b6-48d2-b877-876232c90642} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001338 sec., 44843.04932735426 rows/sec., 3.02 MiB/sec. | ||
| 8176 | 2025.04.24 06:43:28.555117 [ 260 ] {c293f78a-f6b6-48d2-b877-876232c90642} <Debug> TCPHandler: Processed in 0.001535194 sec. | ||
| 8177 | 2025.04.24 06:43:31.771570 [ 52 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8178 | 2025.04.24 06:43:31.771676 [ 52 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8179 | 2025.04.24 06:43:31.969836 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21106 | ||
| 8180 | 2025.04.24 06:43:31.970449 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8181 | 2025.04.24 06:43:31.970492 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8182 | 2025.04.24 06:43:31.971015 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8183 | 2025.04.24 06:43:31.971266 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8184 | 2025.04.24 06:43:31.971483 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 | ||
| 8185 | 2025.04.24 06:43:31.971522 [ 52 ] {} <Debug> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8186 | 2025.04.24 06:43:31.971615 [ 52 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8187 | 2025.04.24 06:43:31.971656 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8188 | 2025.04.24 06:43:31.971828 [ 193 ] {fa75712d-43b8-4257-8078-4dc409fd9449::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 | ||
| 8189 | 2025.04.24 06:43:31.972009 [ 193 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8190 | 2025.04.24 06:43:31.972059 [ 193 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18849 rows starting from the beginning of the part | ||
| 8191 | 2025.04.24 06:43:31.972144 [ 193 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 427 rows starting from the beginning of the part | ||
| 8192 | 2025.04.24 06:43:31.972373 [ 193 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 488 rows starting from the beginning of the part | ||
| 8193 | 2025.04.24 06:43:31.972582 [ 193 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 427 rows starting from the beginning of the part | ||
| 8194 | 2025.04.24 06:43:31.972707 [ 193 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 488 rows starting from the beginning of the part | ||
| 8195 | 2025.04.24 06:43:31.972806 [ 193 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 427 rows starting from the beginning of the part | ||
| 8196 | 2025.04.24 06:43:31.975220 [ 190 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003460668 sec., 6098822.539463479 rows/sec., 87.24 MiB/sec. | ||
| 8197 | 2025.04.24 06:43:31.975481 [ 193 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8198 | 2025.04.24 06:43:31.975769 [ 193 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_46_9} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8199 | 2025.04.24 06:43:31.975851 [ 193 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_46_9} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8200 | 2025.04.24 06:43:31.975943 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB. | ||
| 8201 | 2025.04.24 06:43:33.372205 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347 | ||
| 8202 | 2025.04.24 06:43:33.393897 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8203 | 2025.04.24 06:43:33.393969 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8204 | 2025.04.24 06:43:33.401230 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8205 | 2025.04.24 06:43:33.402007 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8206 | 2025.04.24 06:43:33.402506 [ 51 ] {} <Debug> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8207 | 2025.04.24 06:43:33.402685 [ 51 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8208 | 2025.04.24 06:43:33.402789 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8209 | 2025.04.24 06:43:33.403353 [ 201 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 8210 | 2025.04.24 06:43:33.417795 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
| 8211 | 2025.04.24 06:43:33.419627 [ 201 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8212 | 2025.04.24 06:43:33.420993 [ 201 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 8213 | 2025.04.24 06:43:33.426697 [ 201 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 8214 | 2025.04.24 06:43:33.432267 [ 201 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 7 rows starting from the beginning of the part | ||
| 8215 | 2025.04.24 06:43:33.437906 [ 201 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part | ||
| 8216 | 2025.04.24 06:43:33.443723 [ 201 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 8217 | 2025.04.24 06:43:33.448428 [ 201 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 8218 | 2025.04.24 06:43:33.509927 [ 186 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.106971201 sec., 3243.8637386150313 rows/sec., 16.77 MiB/sec. | ||
| 8219 | 2025.04.24 06:43:33.512924 [ 190 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8220 | 2025.04.24 06:43:33.515730 [ 190 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_46_9} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8221 | 2025.04.24 06:43:33.515857 [ 190 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_46_9} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8222 | 2025.04.24 06:43:33.518114 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 8223 | 2025.04.24 06:43:33.545505 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8224 | 2025.04.24 06:43:33.545678 [ 260 ] {8dcf6ad4-03e8-4512-a232-c6d4501bc465} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8225 | 2025.04.24 06:43:33.545749 [ 260 ] {8dcf6ad4-03e8-4512-a232-c6d4501bc465} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8226 | 2025.04.24 06:43:33.546491 [ 260 ] {8dcf6ad4-03e8-4512-a232-c6d4501bc465} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8227 | 2025.04.24 06:43:33.546536 [ 260 ] {8dcf6ad4-03e8-4512-a232-c6d4501bc465} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8228 | 2025.04.24 06:43:33.546950 [ 260 ] {8dcf6ad4-03e8-4512-a232-c6d4501bc465} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8229 | 2025.04.24 06:43:33.547206 [ 260 ] {8dcf6ad4-03e8-4512-a232-c6d4501bc465} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8230 | 2025.04.24 06:43:33.547433 [ 260 ] {8dcf6ad4-03e8-4512-a232-c6d4501bc465} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001803 sec., 62118.69107043816 rows/sec., 5.22 MiB/sec. | ||
| 8231 | 2025.04.24 06:43:33.547535 [ 260 ] {8dcf6ad4-03e8-4512-a232-c6d4501bc465} <Debug> TCPHandler: Processed in 0.002154688 sec. | ||
| 8232 | 2025.04.24 06:43:33.547722 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8233 | 2025.04.24 06:43:33.547892 [ 260 ] {c2e219fb-d576-412c-a36a-8b2fbfa48e0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8234 | 2025.04.24 06:43:33.547968 [ 260 ] {c2e219fb-d576-412c-a36a-8b2fbfa48e0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8235 | 2025.04.24 06:43:33.548509 [ 260 ] {c2e219fb-d576-412c-a36a-8b2fbfa48e0a} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8236 | 2025.04.24 06:43:33.548550 [ 260 ] {c2e219fb-d576-412c-a36a-8b2fbfa48e0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8237 | 2025.04.24 06:43:33.548890 [ 260 ] {c2e219fb-d576-412c-a36a-8b2fbfa48e0a} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8238 | 2025.04.24 06:43:33.549120 [ 260 ] {c2e219fb-d576-412c-a36a-8b2fbfa48e0a} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8239 | 2025.04.24 06:43:33.549315 [ 260 ] {c2e219fb-d576-412c-a36a-8b2fbfa48e0a} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001452 sec., 19283.74655647383 rows/sec., 1.42 MiB/sec. | ||
| 8240 | 2025.04.24 06:43:33.549366 [ 260 ] {c2e219fb-d576-412c-a36a-8b2fbfa48e0a} <Debug> TCPHandler: Processed in 0.00174135 sec. | ||
| 8241 | 2025.04.24 06:43:33.549480 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8242 | 2025.04.24 06:43:33.549609 [ 260 ] {554e5ed7-7a93-41ed-b6f2-35f0f5d222fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8243 | 2025.04.24 06:43:33.549654 [ 260 ] {554e5ed7-7a93-41ed-b6f2-35f0f5d222fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8244 | 2025.04.24 06:43:33.550191 [ 260 ] {554e5ed7-7a93-41ed-b6f2-35f0f5d222fb} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8245 | 2025.04.24 06:43:33.550230 [ 260 ] {554e5ed7-7a93-41ed-b6f2-35f0f5d222fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8246 | 2025.04.24 06:43:33.550576 [ 260 ] {554e5ed7-7a93-41ed-b6f2-35f0f5d222fb} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8247 | 2025.04.24 06:43:33.550810 [ 260 ] {554e5ed7-7a93-41ed-b6f2-35f0f5d222fb} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8248 | 2025.04.24 06:43:33.551011 [ 260 ] {554e5ed7-7a93-41ed-b6f2-35f0f5d222fb} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001426 sec., 64516.12903225807 rows/sec., 5.04 MiB/sec. | ||
| 8249 | 2025.04.24 06:43:33.551062 [ 260 ] {554e5ed7-7a93-41ed-b6f2-35f0f5d222fb} <Debug> TCPHandler: Processed in 0.001630587 sec. | ||
| 8250 | 2025.04.24 06:43:33.551177 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8251 | 2025.04.24 06:43:33.551279 [ 260 ] {4799a8db-5b26-4b75-87ce-145bc16cd358} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8252 | 2025.04.24 06:43:33.551326 [ 260 ] {4799a8db-5b26-4b75-87ce-145bc16cd358} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8253 | 2025.04.24 06:43:33.551825 [ 260 ] {4799a8db-5b26-4b75-87ce-145bc16cd358} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8254 | 2025.04.24 06:43:33.551862 [ 260 ] {4799a8db-5b26-4b75-87ce-145bc16cd358} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8255 | 2025.04.24 06:43:33.552222 [ 260 ] {4799a8db-5b26-4b75-87ce-145bc16cd358} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8256 | 2025.04.24 06:43:33.552464 [ 260 ] {4799a8db-5b26-4b75-87ce-145bc16cd358} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8257 | 2025.04.24 06:43:33.552662 [ 260 ] {4799a8db-5b26-4b75-87ce-145bc16cd358} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001405 sec., 113879.00355871886 rows/sec., 7.93 MiB/sec. | ||
| 8258 | 2025.04.24 06:43:33.552712 [ 260 ] {4799a8db-5b26-4b75-87ce-145bc16cd358} <Debug> TCPHandler: Processed in 0.001583936 sec. | ||
| 8259 | 2025.04.24 06:43:33.552823 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8260 | 2025.04.24 06:43:33.552924 [ 260 ] {f43e5da0-cbfb-4aa6-90fa-18435bb34b0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8261 | 2025.04.24 06:43:33.552988 [ 260 ] {f43e5da0-cbfb-4aa6-90fa-18435bb34b0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8262 | 2025.04.24 06:43:33.554021 [ 260 ] {f43e5da0-cbfb-4aa6-90fa-18435bb34b0e} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8263 | 2025.04.24 06:43:33.554059 [ 260 ] {f43e5da0-cbfb-4aa6-90fa-18435bb34b0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8264 | 2025.04.24 06:43:33.554665 [ 260 ] {f43e5da0-cbfb-4aa6-90fa-18435bb34b0e} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8265 | 2025.04.24 06:43:33.554919 [ 260 ] {f43e5da0-cbfb-4aa6-90fa-18435bb34b0e} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8266 | 2025.04.24 06:43:33.555153 [ 260 ] {f43e5da0-cbfb-4aa6-90fa-18435bb34b0e} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.00225 sec., 12444.444444444445 rows/sec., 22.30 MiB/sec. | ||
| 8267 | 2025.04.24 06:43:33.555244 [ 260 ] {f43e5da0-cbfb-4aa6-90fa-18435bb34b0e} <Debug> TCPHandler: Processed in 0.002469016 sec. | ||
| 8268 | 2025.04.24 06:43:33.555361 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8269 | 2025.04.24 06:43:33.555463 [ 260 ] {dd0963aa-eb76-43a3-a02f-430caa111ed1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8270 | 2025.04.24 06:43:33.555508 [ 260 ] {dd0963aa-eb76-43a3-a02f-430caa111ed1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8271 | 2025.04.24 06:43:33.555914 [ 260 ] {dd0963aa-eb76-43a3-a02f-430caa111ed1} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8272 | 2025.04.24 06:43:33.555952 [ 260 ] {dd0963aa-eb76-43a3-a02f-430caa111ed1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8273 | 2025.04.24 06:43:33.556295 [ 260 ] {dd0963aa-eb76-43a3-a02f-430caa111ed1} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8274 | 2025.04.24 06:43:33.556525 [ 260 ] {dd0963aa-eb76-43a3-a02f-430caa111ed1} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8275 | 2025.04.24 06:43:33.556727 [ 260 ] {dd0963aa-eb76-43a3-a02f-430caa111ed1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001285 sec., 46692.607003891055 rows/sec., 3.15 MiB/sec. | ||
| 8276 | 2025.04.24 06:43:33.556775 [ 260 ] {dd0963aa-eb76-43a3-a02f-430caa111ed1} <Debug> TCPHandler: Processed in 0.001462773 sec. | ||
| 8277 | 2025.04.24 06:43:35.097306 [ 48 ] {} <Debug> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 8278 | 2025.04.24 06:43:35.097394 [ 48 ] {} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8279 | 2025.04.24 06:43:35.097421 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8280 | 2025.04.24 06:43:35.097655 [ 186 ] {ed278d66-829b-4991-b303-64d9ea1f224c::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 | ||
| 8281 | 2025.04.24 06:43:35.097866 [ 186 ] {ed278d66-829b-4991-b303-64d9ea1f224c::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8282 | 2025.04.24 06:43:35.097904 [ 186 ] {ed278d66-829b-4991-b303-64d9ea1f224c::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 | ||
| 8283 | 2025.04.24 06:43:35.097986 [ 186 ] {ed278d66-829b-4991-b303-64d9ea1f224c::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 | ||
| 8284 | 2025.04.24 06:43:35.098241 [ 186 ] {ed278d66-829b-4991-b303-64d9ea1f224c::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
| 8285 | 2025.04.24 06:43:35.098499 [ 186 ] {ed278d66-829b-4991-b303-64d9ea1f224c::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part | ||
| 8286 | 2025.04.24 06:43:35.098672 [ 186 ] {ed278d66-829b-4991-b303-64d9ea1f224c::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part | ||
| 8287 | 2025.04.24 06:43:35.099753 [ 198 ] {ed278d66-829b-4991-b303-64d9ea1f224c::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.002245111 sec., 16925.66648152363 rows/sec., 1.41 MiB/sec. | ||
| 8288 | 2025.04.24 06:43:35.099938 [ 200 ] {ed278d66-829b-4991-b303-64d9ea1f224c::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 8289 | 2025.04.24 06:43:35.100272 [ 200 ] {ed278d66-829b-4991-b303-64d9ea1f224c::all_1_13_3} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8290 | 2025.04.24 06:43:35.100360 [ 200 ] {ed278d66-829b-4991-b303-64d9ea1f224c::all_1_13_3} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 8291 | 2025.04.24 06:43:35.100465 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8292 | 2025.04.24 06:43:36.668662 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8293 | 2025.04.24 06:43:36.668873 [ 260 ] {4ce9b76e-4cdc-47ca-a9bd-8c43bd43e810} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8294 | 2025.04.24 06:43:36.668947 [ 260 ] {4ce9b76e-4cdc-47ca-a9bd-8c43bd43e810} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8295 | 2025.04.24 06:43:36.669698 [ 260 ] {4ce9b76e-4cdc-47ca-a9bd-8c43bd43e810} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8296 | 2025.04.24 06:43:36.669743 [ 260 ] {4ce9b76e-4cdc-47ca-a9bd-8c43bd43e810} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8297 | 2025.04.24 06:43:36.670143 [ 260 ] {4ce9b76e-4cdc-47ca-a9bd-8c43bd43e810} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 8298 | 2025.04.24 06:43:36.670387 [ 260 ] {4ce9b76e-4cdc-47ca-a9bd-8c43bd43e810} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8299 | 2025.04.24 06:43:36.670605 [ 260 ] {4ce9b76e-4cdc-47ca-a9bd-8c43bd43e810} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001791 sec., 1116.6945840312674 rows/sec., 91.06 KiB/sec. | ||
| 8300 | 2025.04.24 06:43:36.670659 [ 260 ] {4ce9b76e-4cdc-47ca-a9bd-8c43bd43e810} <Debug> TCPHandler: Processed in 0.002133408 sec. | ||
| 8301 | 2025.04.24 06:43:36.670811 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8302 | 2025.04.24 06:43:36.670913 [ 260 ] {d76c12ad-2aa8-4a61-b674-3f68885d2683} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8303 | 2025.04.24 06:43:36.670957 [ 260 ] {d76c12ad-2aa8-4a61-b674-3f68885d2683} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8304 | 2025.04.24 06:43:36.672150 [ 260 ] {d76c12ad-2aa8-4a61-b674-3f68885d2683} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8305 | 2025.04.24 06:43:36.672190 [ 260 ] {d76c12ad-2aa8-4a61-b674-3f68885d2683} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8306 | 2025.04.24 06:43:36.672623 [ 260 ] {d76c12ad-2aa8-4a61-b674-3f68885d2683} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8307 | 2025.04.24 06:43:36.672867 [ 260 ] {d76c12ad-2aa8-4a61-b674-3f68885d2683} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8308 | 2025.04.24 06:43:36.673068 [ 260 ] {d76c12ad-2aa8-4a61-b674-3f68885d2683} <Debug> executeQuery: Read 1221 rows, 102.94 KiB in 0.002176 sec., 561121.3235294118 rows/sec., 46.20 MiB/sec. | ||
| 8309 | 2025.04.24 06:43:36.673119 [ 260 ] {d76c12ad-2aa8-4a61-b674-3f68885d2683} <Debug> TCPHandler: Processed in 0.002361453 sec. | ||
| 8310 | 2025.04.24 06:43:36.673242 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8311 | 2025.04.24 06:43:36.673344 [ 260 ] {8e717570-e5d5-4736-b279-d19bdc3cdfc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8312 | 2025.04.24 06:43:36.673389 [ 260 ] {8e717570-e5d5-4736-b279-d19bdc3cdfc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8313 | 2025.04.24 06:43:36.673904 [ 260 ] {8e717570-e5d5-4736-b279-d19bdc3cdfc6} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8314 | 2025.04.24 06:43:36.673943 [ 260 ] {8e717570-e5d5-4736-b279-d19bdc3cdfc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8315 | 2025.04.24 06:43:36.674277 [ 260 ] {8e717570-e5d5-4736-b279-d19bdc3cdfc6} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8316 | 2025.04.24 06:43:36.674509 [ 260 ] {8e717570-e5d5-4736-b279-d19bdc3cdfc6} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8317 | 2025.04.24 06:43:36.674705 [ 260 ] {8e717570-e5d5-4736-b279-d19bdc3cdfc6} <Debug> executeQuery: Read 14 rows, 1.04 KiB in 0.001382 sec., 10130.246020260493 rows/sec., 753.97 KiB/sec. | ||
| 8318 | 2025.04.24 06:43:36.674756 [ 260 ] {8e717570-e5d5-4736-b279-d19bdc3cdfc6} <Debug> TCPHandler: Processed in 0.001562795 sec. | ||
| 8319 | 2025.04.24 06:43:36.674874 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8320 | 2025.04.24 06:43:36.674975 [ 260 ] {a70f7840-949a-4860-b003-eaddcae940b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8321 | 2025.04.24 06:43:36.675020 [ 260 ] {a70f7840-949a-4860-b003-eaddcae940b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8322 | 2025.04.24 06:43:36.675638 [ 260 ] {a70f7840-949a-4860-b003-eaddcae940b2} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8323 | 2025.04.24 06:43:36.675679 [ 260 ] {a70f7840-949a-4860-b003-eaddcae940b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8324 | 2025.04.24 06:43:36.676026 [ 260 ] {a70f7840-949a-4860-b003-eaddcae940b2} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 8325 | 2025.04.24 06:43:36.676255 [ 260 ] {a70f7840-949a-4860-b003-eaddcae940b2} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8326 | 2025.04.24 06:43:36.676493 [ 260 ] {a70f7840-949a-4860-b003-eaddcae940b2} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001536 sec., 148437.5 rows/sec., 10.05 MiB/sec. | ||
| 8327 | 2025.04.24 06:43:36.676650 [ 260 ] {a70f7840-949a-4860-b003-eaddcae940b2} <Debug> TCPHandler: Processed in 0.001821021 sec. | ||
| 8328 | 2025.04.24 06:43:36.676857 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8329 | 2025.04.24 06:43:36.676958 [ 260 ] {775bdf35-6289-44b0-b2be-7779bd09cfde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8330 | 2025.04.24 06:43:36.677003 [ 260 ] {775bdf35-6289-44b0-b2be-7779bd09cfde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8331 | 2025.04.24 06:43:36.677802 [ 260 ] {775bdf35-6289-44b0-b2be-7779bd09cfde} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8332 | 2025.04.24 06:43:36.677841 [ 260 ] {775bdf35-6289-44b0-b2be-7779bd09cfde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8333 | 2025.04.24 06:43:36.678199 [ 260 ] {775bdf35-6289-44b0-b2be-7779bd09cfde} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8334 | 2025.04.24 06:43:36.678437 [ 260 ] {775bdf35-6289-44b0-b2be-7779bd09cfde} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8335 | 2025.04.24 06:43:36.678596 [ 260 ] {775bdf35-6289-44b0-b2be-7779bd09cfde} <Debug> executeQuery: Read 534 rows, 40.53 KiB in 0.001659 sec., 321880.650994575 rows/sec., 23.86 MiB/sec. | ||
| 8336 | 2025.04.24 06:43:36.678645 [ 260 ] {775bdf35-6289-44b0-b2be-7779bd09cfde} <Debug> TCPHandler: Processed in 0.001852802 sec. | ||
| 8337 | 2025.04.24 06:43:36.678764 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8338 | 2025.04.24 06:43:36.678866 [ 260 ] {8201f876-03ac-46a0-a88e-960f583453bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8339 | 2025.04.24 06:43:36.678914 [ 260 ] {8201f876-03ac-46a0-a88e-960f583453bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8340 | 2025.04.24 06:43:36.679670 [ 260 ] {8201f876-03ac-46a0-a88e-960f583453bb} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8341 | 2025.04.24 06:43:36.679706 [ 260 ] {8201f876-03ac-46a0-a88e-960f583453bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8342 | 2025.04.24 06:43:36.680123 [ 260 ] {8201f876-03ac-46a0-a88e-960f583453bb} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8343 | 2025.04.24 06:43:36.680356 [ 260 ] {8201f876-03ac-46a0-a88e-960f583453bb} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8344 | 2025.04.24 06:43:36.680523 [ 260 ] {8201f876-03ac-46a0-a88e-960f583453bb} <Debug> executeQuery: Read 965 rows, 66.32 KiB in 0.001678 sec., 575089.3921334923 rows/sec., 38.60 MiB/sec. | ||
| 8345 | 2025.04.24 06:43:36.680584 [ 260 ] {8201f876-03ac-46a0-a88e-960f583453bb} <Debug> TCPHandler: Processed in 0.001869872 sec. | ||
| 8346 | 2025.04.24 06:43:36.680717 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8347 | 2025.04.24 06:43:36.680839 [ 260 ] {f7b12288-669f-4107-9969-0b84ffbd3d8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8348 | 2025.04.24 06:43:36.680904 [ 260 ] {f7b12288-669f-4107-9969-0b84ffbd3d8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8349 | 2025.04.24 06:43:36.681933 [ 260 ] {f7b12288-669f-4107-9969-0b84ffbd3d8b} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8350 | 2025.04.24 06:43:36.681970 [ 260 ] {f7b12288-669f-4107-9969-0b84ffbd3d8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8351 | 2025.04.24 06:43:36.682544 [ 260 ] {f7b12288-669f-4107-9969-0b84ffbd3d8b} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8352 | 2025.04.24 06:43:36.682792 [ 260 ] {f7b12288-669f-4107-9969-0b84ffbd3d8b} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8353 | 2025.04.24 06:43:36.683005 [ 260 ] {f7b12288-669f-4107-9969-0b84ffbd3d8b} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002186 sec., 5489.478499542543 rows/sec., 9.84 MiB/sec. | ||
| 8354 | 2025.04.24 06:43:36.683149 [ 260 ] {f7b12288-669f-4107-9969-0b84ffbd3d8b} <Debug> TCPHandler: Processed in 0.002493186 sec. | ||
| 8355 | 2025.04.24 06:43:36.683448 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8356 | 2025.04.24 06:43:36.683577 [ 260 ] {c7f7e467-9f72-4918-8e37-c7f0b407cbd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8357 | 2025.04.24 06:43:36.683624 [ 260 ] {c7f7e467-9f72-4918-8e37-c7f0b407cbd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8358 | 2025.04.24 06:43:36.684056 [ 260 ] {c7f7e467-9f72-4918-8e37-c7f0b407cbd4} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8359 | 2025.04.24 06:43:36.684094 [ 260 ] {c7f7e467-9f72-4918-8e37-c7f0b407cbd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8360 | 2025.04.24 06:43:36.684444 [ 260 ] {c7f7e467-9f72-4918-8e37-c7f0b407cbd4} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8361 | 2025.04.24 06:43:36.684672 [ 260 ] {c7f7e467-9f72-4918-8e37-c7f0b407cbd4} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8362 | 2025.04.24 06:43:36.684856 [ 260 ] {c7f7e467-9f72-4918-8e37-c7f0b407cbd4} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001298 sec., 33898.30508474576 rows/sec., 2.28 MiB/sec. | ||
| 8363 | 2025.04.24 06:43:36.684946 [ 260 ] {c7f7e467-9f72-4918-8e37-c7f0b407cbd4} <Debug> TCPHandler: Processed in 0.001591116 sec. | ||
| 8364 | 2025.04.24 06:43:37.070375 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1168 | ||
| 8365 | 2025.04.24 06:43:37.073529 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8366 | 2025.04.24 06:43:37.073591 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8367 | 2025.04.24 06:43:37.075062 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 8368 | 2025.04.24 06:43:37.075387 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8369 | 2025.04.24 06:43:37.076689 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1168 | ||
| 8370 | 2025.04.24 06:43:38.539027 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8371 | 2025.04.24 06:43:38.539240 [ 260 ] {788e0592-65c0-4981-b322-d2188fd5a9fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8372 | 2025.04.24 06:43:38.539322 [ 260 ] {788e0592-65c0-4981-b322-d2188fd5a9fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8373 | 2025.04.24 06:43:38.540230 [ 260 ] {788e0592-65c0-4981-b322-d2188fd5a9fa} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8374 | 2025.04.24 06:43:38.540280 [ 260 ] {788e0592-65c0-4981-b322-d2188fd5a9fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8375 | 2025.04.24 06:43:38.540736 [ 260 ] {788e0592-65c0-4981-b322-d2188fd5a9fa} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8376 | 2025.04.24 06:43:38.540993 [ 260 ] {788e0592-65c0-4981-b322-d2188fd5a9fa} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8377 | 2025.04.24 06:43:38.541235 [ 260 ] {788e0592-65c0-4981-b322-d2188fd5a9fa} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002056 sec., 27237.35408560311 rows/sec., 2.08 MiB/sec. | ||
| 8378 | 2025.04.24 06:43:38.541299 [ 260 ] {788e0592-65c0-4981-b322-d2188fd5a9fa} <Debug> TCPHandler: Processed in 0.002445165 sec. | ||
| 8379 | 2025.04.24 06:43:38.541433 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8380 | 2025.04.24 06:43:38.541543 [ 260 ] {d4908a7e-b9e3-439a-8717-5067f1df825b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8381 | 2025.04.24 06:43:38.541590 [ 260 ] {d4908a7e-b9e3-439a-8717-5067f1df825b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8382 | 2025.04.24 06:43:38.542166 [ 260 ] {d4908a7e-b9e3-439a-8717-5067f1df825b} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8383 | 2025.04.24 06:43:38.542206 [ 260 ] {d4908a7e-b9e3-439a-8717-5067f1df825b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8384 | 2025.04.24 06:43:38.542554 [ 260 ] {d4908a7e-b9e3-439a-8717-5067f1df825b} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8385 | 2025.04.24 06:43:38.542791 [ 260 ] {d4908a7e-b9e3-439a-8717-5067f1df825b} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8386 | 2025.04.24 06:43:38.542990 [ 260 ] {d4908a7e-b9e3-439a-8717-5067f1df825b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001473 sec., 43448.74405974203 rows/sec., 3.39 MiB/sec. | ||
| 8387 | 2025.04.24 06:43:38.543039 [ 260 ] {d4908a7e-b9e3-439a-8717-5067f1df825b} <Debug> TCPHandler: Processed in 0.001657287 sec. | ||
| 8388 | 2025.04.24 06:43:38.543168 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8389 | 2025.04.24 06:43:38.543272 [ 260 ] {d5cabc9d-e2e0-4bf3-9fe5-9fc9aab2100b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8390 | 2025.04.24 06:43:38.543320 [ 260 ] {d5cabc9d-e2e0-4bf3-9fe5-9fc9aab2100b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8391 | 2025.04.24 06:43:38.543796 [ 260 ] {d5cabc9d-e2e0-4bf3-9fe5-9fc9aab2100b} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8392 | 2025.04.24 06:43:38.543834 [ 260 ] {d5cabc9d-e2e0-4bf3-9fe5-9fc9aab2100b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8393 | 2025.04.24 06:43:38.544196 [ 260 ] {d5cabc9d-e2e0-4bf3-9fe5-9fc9aab2100b} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8394 | 2025.04.24 06:43:38.544429 [ 260 ] {d5cabc9d-e2e0-4bf3-9fe5-9fc9aab2100b} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8395 | 2025.04.24 06:43:38.544626 [ 260 ] {d5cabc9d-e2e0-4bf3-9fe5-9fc9aab2100b} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001378 sec., 30478.955007256893 rows/sec., 2.12 MiB/sec. | ||
| 8396 | 2025.04.24 06:43:38.544681 [ 260 ] {d5cabc9d-e2e0-4bf3-9fe5-9fc9aab2100b} <Debug> TCPHandler: Processed in 0.001562805 sec. | ||
| 8397 | 2025.04.24 06:43:38.544803 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8398 | 2025.04.24 06:43:38.544906 [ 260 ] {9c9ee60d-ee76-4092-bdd9-123bda54c760} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8399 | 2025.04.24 06:43:38.544952 [ 260 ] {9c9ee60d-ee76-4092-bdd9-123bda54c760} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8400 | 2025.04.24 06:43:38.545373 [ 260 ] {9c9ee60d-ee76-4092-bdd9-123bda54c760} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8401 | 2025.04.24 06:43:38.545411 [ 260 ] {9c9ee60d-ee76-4092-bdd9-123bda54c760} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8402 | 2025.04.24 06:43:38.545769 [ 260 ] {9c9ee60d-ee76-4092-bdd9-123bda54c760} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8403 | 2025.04.24 06:43:38.546007 [ 260 ] {9c9ee60d-ee76-4092-bdd9-123bda54c760} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8404 | 2025.04.24 06:43:38.546217 [ 260 ] {9c9ee60d-ee76-4092-bdd9-123bda54c760} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.001331 sec., 12021.036814425244 rows/sec., 833.49 KiB/sec. | ||
| 8405 | 2025.04.24 06:43:38.546264 [ 260 ] {9c9ee60d-ee76-4092-bdd9-123bda54c760} <Debug> TCPHandler: Processed in 0.001510594 sec. | ||
| 8406 | 2025.04.24 06:43:39.471642 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21594 | ||
| 8407 | 2025.04.24 06:43:39.472329 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8408 | 2025.04.24 06:43:39.472379 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8409 | 2025.04.24 06:43:39.472879 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8410 | 2025.04.24 06:43:39.473124 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8411 | 2025.04.24 06:43:39.473346 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21594 | ||
| 8412 | 2025.04.24 06:43:40.917883 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355 | ||
| 8413 | 2025.04.24 06:43:40.936252 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8414 | 2025.04.24 06:43:40.936306 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8415 | 2025.04.24 06:43:40.943178 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8416 | 2025.04.24 06:43:40.944014 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8417 | 2025.04.24 06:43:40.946567 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355 | ||
| 8418 | 2025.04.24 06:43:43.545519 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8419 | 2025.04.24 06:43:43.545731 [ 260 ] {c9084039-e40c-4f04-a1f5-f3661cfa5898} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8420 | 2025.04.24 06:43:43.545814 [ 260 ] {c9084039-e40c-4f04-a1f5-f3661cfa5898} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8421 | 2025.04.24 06:43:43.546677 [ 260 ] {c9084039-e40c-4f04-a1f5-f3661cfa5898} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8422 | 2025.04.24 06:43:43.546732 [ 260 ] {c9084039-e40c-4f04-a1f5-f3661cfa5898} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8423 | 2025.04.24 06:43:43.547182 [ 260 ] {c9084039-e40c-4f04-a1f5-f3661cfa5898} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8424 | 2025.04.24 06:43:43.547438 [ 260 ] {c9084039-e40c-4f04-a1f5-f3661cfa5898} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8425 | 2025.04.24 06:43:43.547654 [ 36 ] {} <Debug> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8426 | 2025.04.24 06:43:43.547667 [ 260 ] {c9084039-e40c-4f04-a1f5-f3661cfa5898} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001984 sec., 56451.6129032258 rows/sec., 4.74 MiB/sec. | ||
| 8427 | 2025.04.24 06:43:43.547752 [ 36 ] {} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8428 | 2025.04.24 06:43:43.547831 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8429 | 2025.04.24 06:43:43.547845 [ 260 ] {c9084039-e40c-4f04-a1f5-f3661cfa5898} <Debug> TCPHandler: Processed in 0.002479876 sec. | ||
| 8430 | 2025.04.24 06:43:43.548017 [ 186 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::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 | ||
| 8431 | 2025.04.24 06:43:43.548044 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8432 | 2025.04.24 06:43:43.548140 [ 186 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8433 | 2025.04.24 06:43:43.548181 [ 260 ] {7af79ede-7c65-4d03-af5a-d5ab449abf0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8434 | 2025.04.24 06:43:43.548184 [ 186 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1967 rows starting from the beginning of the part | ||
| 8435 | 2025.04.24 06:43:43.548237 [ 260 ] {7af79ede-7c65-4d03-af5a-d5ab449abf0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8436 | 2025.04.24 06:43:43.548326 [ 186 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 80 rows starting from the beginning of the part | ||
| 8437 | 2025.04.24 06:43:43.548767 [ 186 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 112 rows starting from the beginning of the part | ||
| 8438 | 2025.04.24 06:43:43.549130 [ 186 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 1221 rows starting from the beginning of the part | ||
| 8439 | 2025.04.24 06:43:43.549475 [ 186 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 56 rows starting from the beginning of the part | ||
| 8440 | 2025.04.24 06:43:43.549888 [ 186 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 112 rows starting from the beginning of the part | ||
| 8441 | 2025.04.24 06:43:43.550884 [ 260 ] {7af79ede-7c65-4d03-af5a-d5ab449abf0c} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8442 | 2025.04.24 06:43:43.550933 [ 260 ] {7af79ede-7c65-4d03-af5a-d5ab449abf0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8443 | 2025.04.24 06:43:43.551480 [ 260 ] {7af79ede-7c65-4d03-af5a-d5ab449abf0c} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8444 | 2025.04.24 06:43:43.551767 [ 260 ] {7af79ede-7c65-4d03-af5a-d5ab449abf0c} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8445 | 2025.04.24 06:43:43.552021 [ 260 ] {7af79ede-7c65-4d03-af5a-d5ab449abf0c} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.003876 sec., 7223.942208462332 rows/sec., 543.21 KiB/sec. | ||
| 8446 | 2025.04.24 06:43:43.552121 [ 260 ] {7af79ede-7c65-4d03-af5a-d5ab449abf0c} <Debug> TCPHandler: Processed in 0.004138923 sec. | ||
| 8447 | 2025.04.24 06:43:43.552263 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8448 | 2025.04.24 06:43:43.552373 [ 200 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3548 rows, containing 5 columns (5 merged, 0 gathered) in 0.00442717 sec., 801414.8993600878 rows/sec., 68.92 MiB/sec. | ||
| 8449 | 2025.04.24 06:43:43.552424 [ 260 ] {bf0d53cc-acef-4619-861e-678525ad50fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8450 | 2025.04.24 06:43:43.552481 [ 260 ] {bf0d53cc-acef-4619-861e-678525ad50fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8451 | 2025.04.24 06:43:43.552665 [ 198 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8452 | 2025.04.24 06:43:43.553063 [ 198 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_76_15} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8453 | 2025.04.24 06:43:43.553203 [ 198 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_76_15} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8454 | 2025.04.24 06:43:43.553245 [ 260 ] {bf0d53cc-acef-4619-861e-678525ad50fb} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8455 | 2025.04.24 06:43:43.553296 [ 260 ] {bf0d53cc-acef-4619-861e-678525ad50fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8456 | 2025.04.24 06:43:43.553317 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 8457 | 2025.04.24 06:43:43.553669 [ 260 ] {bf0d53cc-acef-4619-861e-678525ad50fb} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8458 | 2025.04.24 06:43:43.553921 [ 260 ] {bf0d53cc-acef-4619-861e-678525ad50fb} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8459 | 2025.04.24 06:43:43.554109 [ 36 ] {} <Debug> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8460 | 2025.04.24 06:43:43.554161 [ 260 ] {bf0d53cc-acef-4619-861e-678525ad50fb} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001775 sec., 51830.98591549296 rows/sec., 4.05 MiB/sec. | ||
| 8461 | 2025.04.24 06:43:43.554168 [ 36 ] {} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8462 | 2025.04.24 06:43:43.554255 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8463 | 2025.04.24 06:43:43.554310 [ 260 ] {bf0d53cc-acef-4619-861e-678525ad50fb} <Debug> TCPHandler: Processed in 0.002121528 sec. | ||
| 8464 | 2025.04.24 06:43:43.554625 [ 191 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::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 | ||
| 8465 | 2025.04.24 06:43:43.554637 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8466 | 2025.04.24 06:43:43.555186 [ 191 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8467 | 2025.04.24 06:43:43.555269 [ 191 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 952 rows starting from the beginning of the part | ||
| 8468 | 2025.04.24 06:43:43.555381 [ 260 ] {77b03bb6-2940-4bef-970c-eebd78f423d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8469 | 2025.04.24 06:43:43.555725 [ 191 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 76 rows starting from the beginning of the part | ||
| 8470 | 2025.04.24 06:43:43.555735 [ 260 ] {77b03bb6-2940-4bef-970c-eebd78f423d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8471 | 2025.04.24 06:43:43.556011 [ 191 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 92 rows starting from the beginning of the part | ||
| 8472 | 2025.04.24 06:43:43.556344 [ 191 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 534 rows starting from the beginning of the part | ||
| 8473 | 2025.04.24 06:43:43.556657 [ 191 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 64 rows starting from the beginning of the part | ||
| 8474 | 2025.04.24 06:43:43.556952 [ 191 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 92 rows starting from the beginning of the part | ||
| 8475 | 2025.04.24 06:43:43.558505 [ 260 ] {77b03bb6-2940-4bef-970c-eebd78f423d8} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8476 | 2025.04.24 06:43:43.558595 [ 260 ] {77b03bb6-2940-4bef-970c-eebd78f423d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8477 | 2025.04.24 06:43:43.559787 [ 260 ] {77b03bb6-2940-4bef-970c-eebd78f423d8} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8478 | 2025.04.24 06:43:43.560287 [ 191 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1810 rows, containing 5 columns (5 merged, 0 gathered) in 0.005904013 sec., 306571.14068007644 rows/sec., 23.97 MiB/sec. | ||
| 8479 | 2025.04.24 06:43:43.560507 [ 260 ] {77b03bb6-2940-4bef-970c-eebd78f423d8} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8480 | 2025.04.24 06:43:43.560561 [ 191 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8481 | 2025.04.24 06:43:43.560837 [ 36 ] {} <Debug> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8482 | 2025.04.24 06:43:43.560965 [ 36 ] {} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8483 | 2025.04.24 06:43:43.561064 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8484 | 2025.04.24 06:43:43.561314 [ 191 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_76_15} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8485 | 2025.04.24 06:43:43.561310 [ 260 ] {77b03bb6-2940-4bef-970c-eebd78f423d8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006288 sec., 25445.29262086514 rows/sec., 1.77 MiB/sec. | ||
| 8486 | 2025.04.24 06:43:43.561449 [ 200 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 8487 | 2025.04.24 06:43:43.561640 [ 191 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_76_15} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8488 | 2025.04.24 06:43:43.561712 [ 260 ] {77b03bb6-2940-4bef-970c-eebd78f423d8} <Debug> TCPHandler: Processed in 0.007197762 sec. | ||
| 8489 | 2025.04.24 06:43:43.562008 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 8490 | 2025.04.24 06:43:43.562050 [ 200 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8491 | 2025.04.24 06:43:43.562126 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8492 | 2025.04.24 06:43:43.562130 [ 200 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 20804 rows starting from the beginning of the part | ||
| 8493 | 2025.04.24 06:43:43.562416 [ 200 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 8494 | 2025.04.24 06:43:43.562539 [ 260 ] {7d8d8fd0-b603-4af0-9b25-9e49be37d55e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8495 | 2025.04.24 06:43:43.562729 [ 200 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 8496 | 2025.04.24 06:43:43.562897 [ 260 ] {7d8d8fd0-b603-4af0-9b25-9e49be37d55e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8497 | 2025.04.24 06:43:43.563080 [ 200 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 965 rows starting from the beginning of the part | ||
| 8498 | 2025.04.24 06:43:43.563343 [ 200 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 42 rows starting from the beginning of the part | ||
| 8499 | 2025.04.24 06:43:43.563617 [ 200 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 8500 | 2025.04.24 06:43:43.568313 [ 260 ] {7d8d8fd0-b603-4af0-9b25-9e49be37d55e} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8501 | 2025.04.24 06:43:43.568376 [ 260 ] {7d8d8fd0-b603-4af0-9b25-9e49be37d55e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8502 | 2025.04.24 06:43:43.569341 [ 260 ] {7d8d8fd0-b603-4af0-9b25-9e49be37d55e} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8503 | 2025.04.24 06:43:43.569633 [ 260 ] {7d8d8fd0-b603-4af0-9b25-9e49be37d55e} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8504 | 2025.04.24 06:43:43.569885 [ 260 ] {7d8d8fd0-b603-4af0-9b25-9e49be37d55e} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.007485 sec., 3740.814963259853 rows/sec., 6.70 MiB/sec. | ||
| 8505 | 2025.04.24 06:43:43.570007 [ 260 ] {7d8d8fd0-b603-4af0-9b25-9e49be37d55e} <Debug> TCPHandler: Processed in 0.008022961 sec. | ||
| 8506 | 2025.04.24 06:43:43.570138 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8507 | 2025.04.24 06:43:43.570245 [ 260 ] {505adbab-ebc4-4dd8-9591-a01e98274086} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8508 | 2025.04.24 06:43:43.570292 [ 260 ] {505adbab-ebc4-4dd8-9591-a01e98274086} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8509 | 2025.04.24 06:43:43.570743 [ 260 ] {505adbab-ebc4-4dd8-9591-a01e98274086} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8510 | 2025.04.24 06:43:43.570784 [ 260 ] {505adbab-ebc4-4dd8-9591-a01e98274086} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8511 | 2025.04.24 06:43:43.571152 [ 260 ] {505adbab-ebc4-4dd8-9591-a01e98274086} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8512 | 2025.04.24 06:43:43.571396 [ 260 ] {505adbab-ebc4-4dd8-9591-a01e98274086} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8513 | 2025.04.24 06:43:43.571558 [ 36 ] {} <Debug> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8514 | 2025.04.24 06:43:43.571618 [ 36 ] {} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8515 | 2025.04.24 06:43:43.571635 [ 260 ] {505adbab-ebc4-4dd8-9591-a01e98274086} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001404 sec., 42735.042735042734 rows/sec., 2.88 MiB/sec. | ||
| 8516 | 2025.04.24 06:43:43.571657 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8517 | 2025.04.24 06:43:43.571792 [ 260 ] {505adbab-ebc4-4dd8-9591-a01e98274086} <Debug> TCPHandler: Processed in 0.001701668 sec. | ||
| 8518 | 2025.04.24 06:43:43.571921 [ 189 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 8519 | 2025.04.24 06:43:43.572085 [ 189 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8520 | 2025.04.24 06:43:43.572124 [ 189 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 3882 rows starting from the beginning of the part | ||
| 8521 | 2025.04.24 06:43:43.572210 [ 189 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 8522 | 2025.04.24 06:43:43.572338 [ 189 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 8523 | 2025.04.24 06:43:43.572520 [ 189 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 44 rows starting from the beginning of the part | ||
| 8524 | 2025.04.24 06:43:43.572647 [ 189 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 16 rows starting from the beginning of the part | ||
| 8525 | 2025.04.24 06:43:43.572793 [ 189 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 8526 | 2025.04.24 06:43:43.574540 [ 188 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4122 rows, containing 4 columns (4 merged, 0 gathered) in 0.002763882 sec., 1491380.6016320523 rows/sec., 100.16 MiB/sec. | ||
| 8527 | 2025.04.24 06:43:43.574909 [ 192 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8528 | 2025.04.24 06:43:43.575263 [ 192 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_76_15} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8529 | 2025.04.24 06:43:43.575364 [ 192 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_76_15} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8530 | 2025.04.24 06:43:43.575470 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 8531 | 2025.04.24 06:43:43.577510 [ 188 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22291 rows, containing 5 columns (5 merged, 0 gathered) in 0.016323068 sec., 1365613.376112873 rows/sec., 93.45 MiB/sec. | ||
| 8532 | 2025.04.24 06:43:43.577979 [ 199 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8533 | 2025.04.24 06:43:43.578309 [ 199 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8534 | 2025.04.24 06:43:43.578393 [ 199 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8535 | 2025.04.24 06:43:43.578493 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 8536 | 2025.04.24 06:43:46.771729 [ 32 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8537 | 2025.04.24 06:43:46.771792 [ 32 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8538 | 2025.04.24 06:43:46.974358 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22021 | ||
| 8539 | 2025.04.24 06:43:46.974994 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8540 | 2025.04.24 06:43:46.975044 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8541 | 2025.04.24 06:43:46.975571 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 8542 | 2025.04.24 06:43:46.975817 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8543 | 2025.04.24 06:43:46.976083 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 | ||
| 8544 | 2025.04.24 06:43:47.001313 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000942101 sec. | ||
| 8545 | 2025.04.24 06:43:47.077821 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1188 | ||
| 8546 | 2025.04.24 06:43:47.080644 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8547 | 2025.04.24 06:43:47.080693 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8548 | 2025.04.24 06:43:47.082137 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 8549 | 2025.04.24 06:43:47.082455 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8550 | 2025.04.24 06:43:47.083868 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1188 | ||
| 8551 | 2025.04.24 06:43:48.447609 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362 | ||
| 8552 | 2025.04.24 06:43:48.467089 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8553 | 2025.04.24 06:43:48.467143 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8554 | 2025.04.24 06:43:48.474251 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 8555 | 2025.04.24 06:43:48.475027 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8556 | 2025.04.24 06:43:48.478741 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362 | ||
| 8557 | 2025.04.24 06:43:48.545608 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8558 | 2025.04.24 06:43:48.545831 [ 260 ] {f83b17fc-5fac-4cb6-9fe1-0b7e7f8a7529} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8559 | 2025.04.24 06:43:48.545903 [ 260 ] {f83b17fc-5fac-4cb6-9fe1-0b7e7f8a7529} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8560 | 2025.04.24 06:43:48.546876 [ 260 ] {f83b17fc-5fac-4cb6-9fe1-0b7e7f8a7529} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8561 | 2025.04.24 06:43:48.546926 [ 260 ] {f83b17fc-5fac-4cb6-9fe1-0b7e7f8a7529} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8562 | 2025.04.24 06:43:48.547400 [ 260 ] {f83b17fc-5fac-4cb6-9fe1-0b7e7f8a7529} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 8563 | 2025.04.24 06:43:48.547654 [ 260 ] {f83b17fc-5fac-4cb6-9fe1-0b7e7f8a7529} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8564 | 2025.04.24 06:43:48.547838 [ 260 ] {f83b17fc-5fac-4cb6-9fe1-0b7e7f8a7529} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.00207 sec., 38647.342995169085 rows/sec., 3.18 MiB/sec. | ||
| 8565 | 2025.04.24 06:43:48.547891 [ 260 ] {f83b17fc-5fac-4cb6-9fe1-0b7e7f8a7529} <Debug> TCPHandler: Processed in 0.002412915 sec. | ||
| 8566 | 2025.04.24 06:43:48.548042 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8567 | 2025.04.24 06:43:48.548146 [ 260 ] {223c4d5c-b87b-43c5-8216-158aae563cdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8568 | 2025.04.24 06:43:48.548190 [ 260 ] {223c4d5c-b87b-43c5-8216-158aae563cdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8569 | 2025.04.24 06:43:48.548708 [ 260 ] {223c4d5c-b87b-43c5-8216-158aae563cdb} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8570 | 2025.04.24 06:43:48.548744 [ 260 ] {223c4d5c-b87b-43c5-8216-158aae563cdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8571 | 2025.04.24 06:43:48.549087 [ 260 ] {223c4d5c-b87b-43c5-8216-158aae563cdb} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8572 | 2025.04.24 06:43:48.549327 [ 260 ] {223c4d5c-b87b-43c5-8216-158aae563cdb} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8573 | 2025.04.24 06:43:48.549460 [ 30 ] {} <Debug> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8574 | 2025.04.24 06:43:48.549503 [ 260 ] {223c4d5c-b87b-43c5-8216-158aae563cdb} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001378 sec., 8708.272859216255 rows/sec., 654.82 KiB/sec. | ||
| 8575 | 2025.04.24 06:43:48.549510 [ 30 ] {} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8576 | 2025.04.24 06:43:48.549554 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8577 | 2025.04.24 06:43:48.549573 [ 260 ] {223c4d5c-b87b-43c5-8216-158aae563cdb} <Debug> TCPHandler: Processed in 0.001580156 sec. | ||
| 8578 | 2025.04.24 06:43:48.549699 [ 194 ] {6d91faa5-474e-4006-b181-dbf82df66096::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 | ||
| 8579 | 2025.04.24 06:43:48.549706 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8580 | 2025.04.24 06:43:48.549848 [ 194 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8581 | 2025.04.24 06:43:48.549854 [ 260 ] {ba64d7ef-ef7e-4390-955b-1cda7a716a9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8582 | 2025.04.24 06:43:48.549889 [ 194 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 178 rows starting from the beginning of the part | ||
| 8583 | 2025.04.24 06:43:48.549912 [ 260 ] {ba64d7ef-ef7e-4390-955b-1cda7a716a9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8584 | 2025.04.24 06:43:48.550102 [ 194 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 12 rows starting from the beginning of the part | ||
| 8585 | 2025.04.24 06:43:48.550467 [ 194 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 28 rows starting from the beginning of the part | ||
| 8586 | 2025.04.24 06:43:48.550899 [ 194 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 14 rows starting from the beginning of the part | ||
| 8587 | 2025.04.24 06:43:48.551194 [ 194 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 28 rows starting from the beginning of the part | ||
| 8588 | 2025.04.24 06:43:48.551573 [ 194 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 12 rows starting from the beginning of the part | ||
| 8589 | 2025.04.24 06:43:48.552491 [ 260 ] {ba64d7ef-ef7e-4390-955b-1cda7a716a9f} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8590 | 2025.04.24 06:43:48.552535 [ 260 ] {ba64d7ef-ef7e-4390-955b-1cda7a716a9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8591 | 2025.04.24 06:43:48.553123 [ 260 ] {ba64d7ef-ef7e-4390-955b-1cda7a716a9f} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 8592 | 2025.04.24 06:43:48.553361 [ 188 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 5 columns (5 merged, 0 gathered) in 0.003724304 sec., 73033.7802714279 rows/sec., 5.21 MiB/sec. | ||
| 8593 | 2025.04.24 06:43:48.553568 [ 260 ] {ba64d7ef-ef7e-4390-955b-1cda7a716a9f} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8594 | 2025.04.24 06:43:48.553676 [ 195 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8595 | 2025.04.24 06:43:48.554033 [ 260 ] {ba64d7ef-ef7e-4390-955b-1cda7a716a9f} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.004217 sec., 18022.29072800569 rows/sec., 1.41 MiB/sec. | ||
| 8596 | 2025.04.24 06:43:48.554493 [ 260 ] {ba64d7ef-ef7e-4390-955b-1cda7a716a9f} <Debug> TCPHandler: Processed in 0.004835998 sec. | ||
| 8597 | 2025.04.24 06:43:48.554756 [ 195 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_66_13} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8598 | 2025.04.24 06:43:48.555038 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8599 | 2025.04.24 06:43:48.555079 [ 195 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_66_13} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8600 | 2025.04.24 06:43:48.555342 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 8601 | 2025.04.24 06:43:48.555368 [ 260 ] {f1f2b2d5-50f9-4b50-b30d-f3a3d53ef5b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8602 | 2025.04.24 06:43:48.555430 [ 260 ] {f1f2b2d5-50f9-4b50-b30d-f3a3d53ef5b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8603 | 2025.04.24 06:43:48.556098 [ 260 ] {f1f2b2d5-50f9-4b50-b30d-f3a3d53ef5b2} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8604 | 2025.04.24 06:43:48.556136 [ 260 ] {f1f2b2d5-50f9-4b50-b30d-f3a3d53ef5b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8605 | 2025.04.24 06:43:48.556517 [ 260 ] {f1f2b2d5-50f9-4b50-b30d-f3a3d53ef5b2} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 8606 | 2025.04.24 06:43:48.556756 [ 260 ] {f1f2b2d5-50f9-4b50-b30d-f3a3d53ef5b2} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8607 | 2025.04.24 06:43:48.556928 [ 260 ] {f1f2b2d5-50f9-4b50-b30d-f3a3d53ef5b2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001619 sec., 98826.43607164916 rows/sec., 6.88 MiB/sec. | ||
| 8608 | 2025.04.24 06:43:48.556986 [ 260 ] {f1f2b2d5-50f9-4b50-b30d-f3a3d53ef5b2} <Debug> TCPHandler: Processed in 0.002143848 sec. | ||
| 8609 | 2025.04.24 06:43:48.557147 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8610 | 2025.04.24 06:43:48.557254 [ 260 ] {620b2a60-65fd-4edf-8495-82aca62880dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8611 | 2025.04.24 06:43:48.557319 [ 260 ] {620b2a60-65fd-4edf-8495-82aca62880dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8612 | 2025.04.24 06:43:48.558336 [ 260 ] {620b2a60-65fd-4edf-8495-82aca62880dc} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8613 | 2025.04.24 06:43:48.558373 [ 260 ] {620b2a60-65fd-4edf-8495-82aca62880dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8614 | 2025.04.24 06:43:48.558999 [ 260 ] {620b2a60-65fd-4edf-8495-82aca62880dc} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8615 | 2025.04.24 06:43:48.559255 [ 260 ] {620b2a60-65fd-4edf-8495-82aca62880dc} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8616 | 2025.04.24 06:43:48.559399 [ 30 ] {} <Debug> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8617 | 2025.04.24 06:43:48.559446 [ 30 ] {} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8618 | 2025.04.24 06:43:48.559469 [ 260 ] {620b2a60-65fd-4edf-8495-82aca62880dc} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002231 sec., 5378.753922008068 rows/sec., 9.64 MiB/sec. | ||
| 8619 | 2025.04.24 06:43:48.559477 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8620 | 2025.04.24 06:43:48.559712 [ 194 ] {186bf897-e03c-453c-939b-7d7f7079b981::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 | ||
| 8621 | 2025.04.24 06:43:48.559717 [ 260 ] {620b2a60-65fd-4edf-8495-82aca62880dc} <Debug> TCPHandler: Processed in 0.002633299 sec. | ||
| 8622 | 2025.04.24 06:43:48.559911 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8623 | 2025.04.24 06:43:48.560053 [ 194 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8624 | 2025.04.24 06:43:48.560059 [ 260 ] {b3343843-1e2b-407f-878b-54acd37328c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8625 | 2025.04.24 06:43:48.560134 [ 260 ] {b3343843-1e2b-407f-878b-54acd37328c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8626 | 2025.04.24 06:43:48.560142 [ 194 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1186 rows starting from the beginning of the part | ||
| 8627 | 2025.04.24 06:43:48.560851 [ 194 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 12 rows starting from the beginning of the part | ||
| 8628 | 2025.04.24 06:43:48.561399 [ 194 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 28 rows starting from the beginning of the part | ||
| 8629 | 2025.04.24 06:43:48.561958 [ 260 ] {b3343843-1e2b-407f-878b-54acd37328c0} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8630 | 2025.04.24 06:43:48.561975 [ 194 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 12 rows starting from the beginning of the part | ||
| 8631 | 2025.04.24 06:43:48.562001 [ 260 ] {b3343843-1e2b-407f-878b-54acd37328c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8632 | 2025.04.24 06:43:48.562530 [ 194 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 28 rows starting from the beginning of the part | ||
| 8633 | 2025.04.24 06:43:48.563097 [ 194 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 12 rows starting from the beginning of the part | ||
| 8634 | 2025.04.24 06:43:48.563144 [ 260 ] {b3343843-1e2b-407f-878b-54acd37328c0} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 8635 | 2025.04.24 06:43:48.563708 [ 260 ] {b3343843-1e2b-407f-878b-54acd37328c0} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8636 | 2025.04.24 06:43:48.564019 [ 260 ] {b3343843-1e2b-407f-878b-54acd37328c0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00399 sec., 15037.593984962408 rows/sec., 1.01 MiB/sec. | ||
| 8637 | 2025.04.24 06:43:48.564215 [ 260 ] {b3343843-1e2b-407f-878b-54acd37328c0} <Debug> TCPHandler: Processed in 0.004363939 sec. | ||
| 8638 | 2025.04.24 06:43:48.570812 [ 195 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1278 rows, containing 19 columns (19 merged, 0 gathered) in 0.011245983 sec., 113640.57726212106 rows/sec., 203.64 MiB/sec. | ||
| 8639 | 2025.04.24 06:43:48.572121 [ 193 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8640 | 2025.04.24 06:43:48.572604 [ 193 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8641 | 2025.04.24 06:43:48.572700 [ 193 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8642 | 2025.04.24 06:43:48.572877 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.56 MiB. | ||
| 8643 | 2025.04.24 06:43:49.001128 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 228.99 MiB, peak 240.52 MiB, free memory in arenas 0.00 B, will set to 230.17 MiB (RSS), difference: 1.17 MiB | ||
| 8644 | 2025.04.24 06:43:53.558491 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8645 | 2025.04.24 06:43:53.558745 [ 260 ] {4603d8a1-059b-4120-96ee-1c84050445b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8646 | 2025.04.24 06:43:53.558855 [ 260 ] {4603d8a1-059b-4120-96ee-1c84050445b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8647 | 2025.04.24 06:43:53.559942 [ 260 ] {4603d8a1-059b-4120-96ee-1c84050445b9} <Trace> oximeter.fields_i16 (6ff42f6f-4885-487d-9a78-1dd7a3795b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8648 | 2025.04.24 06:43:53.560015 [ 260 ] {4603d8a1-059b-4120-96ee-1c84050445b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8649 | 2025.04.24 06:43:53.560630 [ 260 ] {4603d8a1-059b-4120-96ee-1c84050445b9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 8650 | 2025.04.24 06:43:53.561002 [ 260 ] {4603d8a1-059b-4120-96ee-1c84050445b9} <Trace> oximeter.fields_i16 (6ff42f6f-4885-487d-9a78-1dd7a3795b79): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8651 | 2025.04.24 06:43:53.561282 [ 260 ] {4603d8a1-059b-4120-96ee-1c84050445b9} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002596 sec., 9244.992295839755 rows/sec., 785.46 KiB/sec. | ||
| 8652 | 2025.04.24 06:43:53.561480 [ 260 ] {4603d8a1-059b-4120-96ee-1c84050445b9} <Debug> TCPHandler: Processed in 0.003204393 sec. | ||
| 8653 | 2025.04.24 06:43:53.561720 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8654 | 2025.04.24 06:43:53.561856 [ 260 ] {adc5c650-38de-4f6b-8473-9d99b54ab054} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8655 | 2025.04.24 06:43:53.561920 [ 260 ] {adc5c650-38de-4f6b-8473-9d99b54ab054} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8656 | 2025.04.24 06:43:53.562919 [ 260 ] {adc5c650-38de-4f6b-8473-9d99b54ab054} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8657 | 2025.04.24 06:43:53.562974 [ 260 ] {adc5c650-38de-4f6b-8473-9d99b54ab054} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8658 | 2025.04.24 06:43:53.563543 [ 260 ] {adc5c650-38de-4f6b-8473-9d99b54ab054} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 8659 | 2025.04.24 06:43:53.563917 [ 260 ] {adc5c650-38de-4f6b-8473-9d99b54ab054} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8660 | 2025.04.24 06:43:53.564174 [ 260 ] {adc5c650-38de-4f6b-8473-9d99b54ab054} <Debug> executeQuery: Read 232 rows, 21.07 KiB in 0.002355 sec., 98513.80042462845 rows/sec., 8.74 MiB/sec. | ||
| 8661 | 2025.04.24 06:43:53.564264 [ 260 ] {adc5c650-38de-4f6b-8473-9d99b54ab054} <Debug> TCPHandler: Processed in 0.002619619 sec. | ||
| 8662 | 2025.04.24 06:43:53.564442 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8663 | 2025.04.24 06:43:53.564577 [ 260 ] {58a664e5-9b22-463e-a9b4-c395906c6f99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8664 | 2025.04.24 06:43:53.564636 [ 260 ] {58a664e5-9b22-463e-a9b4-c395906c6f99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8665 | 2025.04.24 06:43:53.565352 [ 260 ] {58a664e5-9b22-463e-a9b4-c395906c6f99} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8666 | 2025.04.24 06:43:53.565398 [ 260 ] {58a664e5-9b22-463e-a9b4-c395906c6f99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8667 | 2025.04.24 06:43:53.565834 [ 260 ] {58a664e5-9b22-463e-a9b4-c395906c6f99} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8668 | 2025.04.24 06:43:53.566137 [ 260 ] {58a664e5-9b22-463e-a9b4-c395906c6f99} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8669 | 2025.04.24 06:43:53.566369 [ 260 ] {58a664e5-9b22-463e-a9b4-c395906c6f99} <Debug> executeQuery: Read 40 rows, 3.07 KiB in 0.001828 sec., 21881.83807439825 rows/sec., 1.64 MiB/sec. | ||
| 8670 | 2025.04.24 06:43:53.566439 [ 260 ] {58a664e5-9b22-463e-a9b4-c395906c6f99} <Debug> TCPHandler: Processed in 0.002058297 sec. | ||
| 8671 | 2025.04.24 06:43:53.566599 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8672 | 2025.04.24 06:43:53.566723 [ 260 ] {ab460cff-9466-4912-9703-d4cca31dc910} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8673 | 2025.04.24 06:43:53.566779 [ 260 ] {ab460cff-9466-4912-9703-d4cca31dc910} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8674 | 2025.04.24 06:43:53.567448 [ 260 ] {ab460cff-9466-4912-9703-d4cca31dc910} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8675 | 2025.04.24 06:43:53.567492 [ 260 ] {ab460cff-9466-4912-9703-d4cca31dc910} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8676 | 2025.04.24 06:43:53.567991 [ 260 ] {ab460cff-9466-4912-9703-d4cca31dc910} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 8677 | 2025.04.24 06:43:53.568374 [ 260 ] {ab460cff-9466-4912-9703-d4cca31dc910} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8678 | 2025.04.24 06:43:53.568621 [ 260 ] {ab460cff-9466-4912-9703-d4cca31dc910} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001926 sec., 12461.059190031152 rows/sec., 1.03 MiB/sec. | ||
| 8679 | 2025.04.24 06:43:53.568753 [ 260 ] {ab460cff-9466-4912-9703-d4cca31dc910} <Debug> TCPHandler: Processed in 0.0022123 sec. | ||
| 8680 | 2025.04.24 06:43:53.568930 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8681 | 2025.04.24 06:43:53.569062 [ 260 ] {8ad9fcbf-18af-4f50-bbc0-c8e349020940} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8682 | 2025.04.24 06:43:53.569118 [ 260 ] {8ad9fcbf-18af-4f50-bbc0-c8e349020940} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8683 | 2025.04.24 06:43:53.569809 [ 260 ] {8ad9fcbf-18af-4f50-bbc0-c8e349020940} <Trace> oximeter.fields_u8 (788ec107-c6c7-4ecf-8eae-6c824e50a883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8684 | 2025.04.24 06:43:53.569853 [ 260 ] {8ad9fcbf-18af-4f50-bbc0-c8e349020940} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8685 | 2025.04.24 06:43:53.570293 [ 260 ] {8ad9fcbf-18af-4f50-bbc0-c8e349020940} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 8686 | 2025.04.24 06:43:53.570585 [ 260 ] {8ad9fcbf-18af-4f50-bbc0-c8e349020940} <Trace> oximeter.fields_u8 (788ec107-c6c7-4ecf-8eae-6c824e50a883): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8687 | 2025.04.24 06:43:53.570813 [ 260 ] {8ad9fcbf-18af-4f50-bbc0-c8e349020940} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001769 sec., 6783.493499152063 rows/sec., 529.96 KiB/sec. | ||
| 8688 | 2025.04.24 06:43:53.570984 [ 260 ] {8ad9fcbf-18af-4f50-bbc0-c8e349020940} <Debug> TCPHandler: Processed in 0.002109218 sec. | ||
| 8689 | 2025.04.24 06:43:53.571203 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8690 | 2025.04.24 06:43:53.571325 [ 260 ] {3945ea95-8f9d-42ef-b095-f9e917165c92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8691 | 2025.04.24 06:43:53.571382 [ 260 ] {3945ea95-8f9d-42ef-b095-f9e917165c92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8692 | 2025.04.24 06:43:53.572173 [ 260 ] {3945ea95-8f9d-42ef-b095-f9e917165c92} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8693 | 2025.04.24 06:43:53.572218 [ 260 ] {3945ea95-8f9d-42ef-b095-f9e917165c92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8694 | 2025.04.24 06:43:53.572658 [ 260 ] {3945ea95-8f9d-42ef-b095-f9e917165c92} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 8695 | 2025.04.24 06:43:53.572953 [ 260 ] {3945ea95-8f9d-42ef-b095-f9e917165c92} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8696 | 2025.04.24 06:43:53.573163 [ 260 ] {3945ea95-8f9d-42ef-b095-f9e917165c92} <Debug> executeQuery: Read 128 rows, 10.62 KiB in 0.001869 sec., 68485.82129481006 rows/sec., 5.55 MiB/sec. | ||
| 8697 | 2025.04.24 06:43:53.573227 [ 260 ] {3945ea95-8f9d-42ef-b095-f9e917165c92} <Debug> TCPHandler: Processed in 0.002099438 sec. | ||
| 8698 | 2025.04.24 06:43:53.573574 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8699 | 2025.04.24 06:43:53.573708 [ 260 ] {65ff1b26-7dd8-4927-8df1-b7d7c6ff9dd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8700 | 2025.04.24 06:43:53.573769 [ 260 ] {65ff1b26-7dd8-4927-8df1-b7d7c6ff9dd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8701 | 2025.04.24 06:43:53.574446 [ 260 ] {65ff1b26-7dd8-4927-8df1-b7d7c6ff9dd5} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8702 | 2025.04.24 06:43:53.574488 [ 260 ] {65ff1b26-7dd8-4927-8df1-b7d7c6ff9dd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8703 | 2025.04.24 06:43:53.574955 [ 260 ] {65ff1b26-7dd8-4927-8df1-b7d7c6ff9dd5} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 8704 | 2025.04.24 06:43:53.575292 [ 260 ] {65ff1b26-7dd8-4927-8df1-b7d7c6ff9dd5} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8705 | 2025.04.24 06:43:53.575513 [ 260 ] {65ff1b26-7dd8-4927-8df1-b7d7c6ff9dd5} <Debug> executeQuery: Read 232 rows, 17.39 KiB in 0.001835 sec., 126430.51771117166 rows/sec., 9.25 MiB/sec. | ||
| 8706 | 2025.04.24 06:43:53.575583 [ 260 ] {65ff1b26-7dd8-4927-8df1-b7d7c6ff9dd5} <Debug> TCPHandler: Processed in 0.002073827 sec. | ||
| 8707 | 2025.04.24 06:43:53.575755 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8708 | 2025.04.24 06:43:53.575893 [ 260 ] {f4189284-10cb-405f-98bb-a89eae55326a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8709 | 2025.04.24 06:43:53.575971 [ 260 ] {f4189284-10cb-405f-98bb-a89eae55326a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8710 | 2025.04.24 06:43:53.577416 [ 260 ] {f4189284-10cb-405f-98bb-a89eae55326a} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8711 | 2025.04.24 06:43:53.577459 [ 260 ] {f4189284-10cb-405f-98bb-a89eae55326a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8712 | 2025.04.24 06:43:53.578283 [ 260 ] {f4189284-10cb-405f-98bb-a89eae55326a} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8713 | 2025.04.24 06:43:53.578609 [ 260 ] {f4189284-10cb-405f-98bb-a89eae55326a} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8714 | 2025.04.24 06:43:53.578877 [ 260 ] {f4189284-10cb-405f-98bb-a89eae55326a} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.003012 sec., 9296.148738379814 rows/sec., 16.66 MiB/sec. | ||
| 8715 | 2025.04.24 06:43:53.579258 [ 260 ] {f4189284-10cb-405f-98bb-a89eae55326a} <Debug> TCPHandler: Processed in 0.00357206 sec. | ||
| 8716 | 2025.04.24 06:43:53.579619 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8717 | 2025.04.24 06:43:53.579783 [ 260 ] {f7ffe36f-0893-40c4-bec4-aba25d58805f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8718 | 2025.04.24 06:43:53.579843 [ 260 ] {f7ffe36f-0893-40c4-bec4-aba25d58805f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8719 | 2025.04.24 06:43:53.580459 [ 260 ] {f7ffe36f-0893-40c4-bec4-aba25d58805f} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8720 | 2025.04.24 06:43:53.580502 [ 260 ] {f7ffe36f-0893-40c4-bec4-aba25d58805f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8721 | 2025.04.24 06:43:53.580949 [ 260 ] {f7ffe36f-0893-40c4-bec4-aba25d58805f} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 8722 | 2025.04.24 06:43:53.581242 [ 260 ] {f7ffe36f-0893-40c4-bec4-aba25d58805f} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8723 | 2025.04.24 06:43:53.581455 [ 260 ] {f7ffe36f-0893-40c4-bec4-aba25d58805f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001702 sec., 35252.64394829612 rows/sec., 2.38 MiB/sec. | ||
| 8724 | 2025.04.24 06:43:53.581529 [ 260 ] {f7ffe36f-0893-40c4-bec4-aba25d58805f} <Debug> TCPHandler: Processed in 0.002006616 sec. | ||
| 8725 | 2025.04.24 06:43:54.477061 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22509 | ||
| 8726 | 2025.04.24 06:43:54.477703 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8727 | 2025.04.24 06:43:54.477750 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8728 | 2025.04.24 06:43:54.478248 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 8729 | 2025.04.24 06:43:54.478508 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8730 | 2025.04.24 06:43:54.478741 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22509 | ||
| 8731 | 2025.04.24 06:43:55.979621 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370 | ||
| 8732 | 2025.04.24 06:43:55.999780 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8733 | 2025.04.24 06:43:55.999829 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8734 | 2025.04.24 06:43:56.007545 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 8735 | 2025.04.24 06:43:56.008340 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8736 | 2025.04.24 06:43:56.011419 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370 | ||
| 8737 | 2025.04.24 06:43:57.084841 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1218 | ||
| 8738 | 2025.04.24 06:43:57.088054 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8739 | 2025.04.24 06:43:57.088105 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8740 | 2025.04.24 06:43:57.089665 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 8741 | 2025.04.24 06:43:57.089969 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8742 | 2025.04.24 06:43:57.090199 [ 88 ] {} <Debug> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 8743 | 2025.04.24 06:43:57.090318 [ 88 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8744 | 2025.04.24 06:43:57.090384 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8745 | 2025.04.24 06:43:57.090984 [ 188 ] {20843e92-5287-4bd7-bacd-ef190d076d79::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 | ||
| 8746 | 2025.04.24 06:43:57.092075 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1218 | ||
| 8747 | 2025.04.24 06:43:57.092508 [ 188 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8748 | 2025.04.24 06:43:57.092691 [ 188 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1072 rows starting from the beginning of the part | ||
| 8749 | 2025.04.24 06:43:57.093392 [ 188 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 20 rows starting from the beginning of the part | ||
| 8750 | 2025.04.24 06:43:57.094065 [ 188 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 36 rows starting from the beginning of the part | ||
| 8751 | 2025.04.24 06:43:57.094683 [ 188 ] {20843e92-5287-4bd7-bacd-ef190d076d79::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 | ||
| 8752 | 2025.04.24 06:43:57.095295 [ 188 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 20 rows starting from the beginning of the part | ||
| 8753 | 2025.04.24 06:43:57.095919 [ 188 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 30 rows starting from the beginning of the part | ||
| 8754 | 2025.04.24 06:43:57.104237 [ 190 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1218 rows, containing 72 columns (72 merged, 0 gathered) in 0.013709298 sec., 88844.81174747241 rows/sec., 71.65 MiB/sec. | ||
| 8755 | 2025.04.24 06:43:57.105912 [ 201 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 8756 | 2025.04.24 06:43:57.106726 [ 201 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_36_7} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8757 | 2025.04.24 06:43:57.106822 [ 201 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_36_7} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 8758 | 2025.04.24 06:43:57.107161 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.81 MiB. | ||
| 8759 | 2025.04.24 06:43:58.545085 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8760 | 2025.04.24 06:43:58.545377 [ 260 ] {e663b368-4e18-41cb-9e2d-4423477c051c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8761 | 2025.04.24 06:43:58.545446 [ 260 ] {e663b368-4e18-41cb-9e2d-4423477c051c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8762 | 2025.04.24 06:43:58.546229 [ 260 ] {e663b368-4e18-41cb-9e2d-4423477c051c} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8763 | 2025.04.24 06:43:58.546270 [ 260 ] {e663b368-4e18-41cb-9e2d-4423477c051c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8764 | 2025.04.24 06:43:58.546704 [ 260 ] {e663b368-4e18-41cb-9e2d-4423477c051c} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 8765 | 2025.04.24 06:43:58.546947 [ 260 ] {e663b368-4e18-41cb-9e2d-4423477c051c} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8766 | 2025.04.24 06:43:58.547132 [ 260 ] {e663b368-4e18-41cb-9e2d-4423477c051c} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.001832 sec., 43668.12227074236 rows/sec., 3.60 MiB/sec. | ||
| 8767 | 2025.04.24 06:43:58.547186 [ 260 ] {e663b368-4e18-41cb-9e2d-4423477c051c} <Debug> TCPHandler: Processed in 0.002285791 sec. | ||
| 8768 | 2025.04.24 06:43:58.547316 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8769 | 2025.04.24 06:43:58.547418 [ 260 ] {364ce452-e4f1-4461-a486-360b86bae2ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8770 | 2025.04.24 06:43:58.547463 [ 260 ] {364ce452-e4f1-4461-a486-360b86bae2ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8771 | 2025.04.24 06:43:58.547965 [ 260 ] {364ce452-e4f1-4461-a486-360b86bae2ab} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8772 | 2025.04.24 06:43:58.548002 [ 260 ] {364ce452-e4f1-4461-a486-360b86bae2ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8773 | 2025.04.24 06:43:58.548365 [ 260 ] {364ce452-e4f1-4461-a486-360b86bae2ab} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8774 | 2025.04.24 06:43:58.548597 [ 260 ] {364ce452-e4f1-4461-a486-360b86bae2ab} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8775 | 2025.04.24 06:43:58.548754 [ 260 ] {364ce452-e4f1-4461-a486-360b86bae2ab} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001357 sec., 8843.036109064113 rows/sec., 664.95 KiB/sec. | ||
| 8776 | 2025.04.24 06:43:58.548803 [ 260 ] {364ce452-e4f1-4461-a486-360b86bae2ab} <Debug> TCPHandler: Processed in 0.001536225 sec. | ||
| 8777 | 2025.04.24 06:43:58.548920 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8778 | 2025.04.24 06:43:58.549021 [ 260 ] {3c28663e-dcb2-41f6-96c9-fcc6f3bfa104} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8779 | 2025.04.24 06:43:58.549064 [ 260 ] {3c28663e-dcb2-41f6-96c9-fcc6f3bfa104} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8780 | 2025.04.24 06:43:58.549582 [ 260 ] {3c28663e-dcb2-41f6-96c9-fcc6f3bfa104} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8781 | 2025.04.24 06:43:58.549618 [ 260 ] {3c28663e-dcb2-41f6-96c9-fcc6f3bfa104} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8782 | 2025.04.24 06:43:58.549960 [ 260 ] {3c28663e-dcb2-41f6-96c9-fcc6f3bfa104} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 8783 | 2025.04.24 06:43:58.550187 [ 260 ] {3c28663e-dcb2-41f6-96c9-fcc6f3bfa104} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8784 | 2025.04.24 06:43:58.550385 [ 260 ] {3c28663e-dcb2-41f6-96c9-fcc6f3bfa104} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001376 sec., 55232.55813953488 rows/sec., 4.31 MiB/sec. | ||
| 8785 | 2025.04.24 06:43:58.550482 [ 260 ] {3c28663e-dcb2-41f6-96c9-fcc6f3bfa104} <Debug> TCPHandler: Processed in 0.001609546 sec. | ||
| 8786 | 2025.04.24 06:43:58.550623 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8787 | 2025.04.24 06:43:58.550922 [ 260 ] {0597be50-dc1a-4898-9d4b-3d16ae727fca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8788 | 2025.04.24 06:43:58.551102 [ 260 ] {0597be50-dc1a-4898-9d4b-3d16ae727fca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8789 | 2025.04.24 06:43:58.552221 [ 260 ] {0597be50-dc1a-4898-9d4b-3d16ae727fca} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8790 | 2025.04.24 06:43:58.552260 [ 260 ] {0597be50-dc1a-4898-9d4b-3d16ae727fca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8791 | 2025.04.24 06:43:58.552633 [ 260 ] {0597be50-dc1a-4898-9d4b-3d16ae727fca} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 8792 | 2025.04.24 06:43:58.552861 [ 260 ] {0597be50-dc1a-4898-9d4b-3d16ae727fca} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8793 | 2025.04.24 06:43:58.553039 [ 260 ] {0597be50-dc1a-4898-9d4b-3d16ae727fca} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002232 sec., 71684.58781362008 rows/sec., 4.99 MiB/sec. | ||
| 8794 | 2025.04.24 06:43:58.553147 [ 260 ] {0597be50-dc1a-4898-9d4b-3d16ae727fca} <Debug> TCPHandler: Processed in 0.002580548 sec. | ||
| 8795 | 2025.04.24 06:43:58.553316 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8796 | 2025.04.24 06:43:58.553512 [ 260 ] {89dc1bc2-11cc-4655-9267-4cd9c0f247f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8797 | 2025.04.24 06:43:58.553583 [ 260 ] {89dc1bc2-11cc-4655-9267-4cd9c0f247f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8798 | 2025.04.24 06:43:58.554663 [ 260 ] {89dc1bc2-11cc-4655-9267-4cd9c0f247f4} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8799 | 2025.04.24 06:43:58.554702 [ 260 ] {89dc1bc2-11cc-4655-9267-4cd9c0f247f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8800 | 2025.04.24 06:43:58.555327 [ 260 ] {89dc1bc2-11cc-4655-9267-4cd9c0f247f4} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8801 | 2025.04.24 06:43:58.555590 [ 260 ] {89dc1bc2-11cc-4655-9267-4cd9c0f247f4} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8802 | 2025.04.24 06:43:58.555815 [ 260 ] {89dc1bc2-11cc-4655-9267-4cd9c0f247f4} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002356 sec., 5093.378607809847 rows/sec., 9.13 MiB/sec. | ||
| 8803 | 2025.04.24 06:43:58.555969 [ 260 ] {89dc1bc2-11cc-4655-9267-4cd9c0f247f4} <Debug> TCPHandler: Processed in 0.002755502 sec. | ||
| 8804 | 2025.04.24 06:43:58.556311 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8805 | 2025.04.24 06:43:58.556499 [ 260 ] {7cf82d80-0e11-4b7c-a218-56a29c6245c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8806 | 2025.04.24 06:43:58.556547 [ 260 ] {7cf82d80-0e11-4b7c-a218-56a29c6245c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8807 | 2025.04.24 06:43:58.556992 [ 260 ] {7cf82d80-0e11-4b7c-a218-56a29c6245c6} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8808 | 2025.04.24 06:43:58.557030 [ 260 ] {7cf82d80-0e11-4b7c-a218-56a29c6245c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8809 | 2025.04.24 06:43:58.557382 [ 260 ] {7cf82d80-0e11-4b7c-a218-56a29c6245c6} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 8810 | 2025.04.24 06:43:58.557618 [ 260 ] {7cf82d80-0e11-4b7c-a218-56a29c6245c6} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8811 | 2025.04.24 06:43:58.557807 [ 260 ] {7cf82d80-0e11-4b7c-a218-56a29c6245c6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00134 sec., 44776.119402985074 rows/sec., 3.02 MiB/sec. | ||
| 8812 | 2025.04.24 06:43:58.557898 [ 260 ] {7cf82d80-0e11-4b7c-a218-56a29c6245c6} <Debug> TCPHandler: Processed in 0.001679867 sec. | ||
| 8813 | 2025.04.24 06:44:01.771832 [ 101 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8814 | 2025.04.24 06:44:01.771898 [ 101 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8815 | 2025.04.24 06:44:01.979815 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22936 | ||
| 8816 | 2025.04.24 06:44:01.980429 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8817 | 2025.04.24 06:44:01.980470 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8818 | 2025.04.24 06:44:01.980974 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8819 | 2025.04.24 06:44:01.981210 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8820 | 2025.04.24 06:44:01.981448 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 | ||
| 8821 | 2025.04.24 06:44:03.512443 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377 | ||
| 8822 | 2025.04.24 06:44:03.533596 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8823 | 2025.04.24 06:44:03.533667 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8824 | 2025.04.24 06:44:03.540842 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8825 | 2025.04.24 06:44:03.541635 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8826 | 2025.04.24 06:44:03.545230 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8827 | 2025.04.24 06:44:03.545820 [ 260 ] {c8387d97-2dc8-4237-92a3-3afa1fbb64a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8828 | 2025.04.24 06:44:03.546046 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377 | ||
| 8829 | 2025.04.24 06:44:03.546055 [ 260 ] {c8387d97-2dc8-4237-92a3-3afa1fbb64a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8830 | 2025.04.24 06:44:03.546911 [ 260 ] {c8387d97-2dc8-4237-92a3-3afa1fbb64a4} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8831 | 2025.04.24 06:44:03.546960 [ 260 ] {c8387d97-2dc8-4237-92a3-3afa1fbb64a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8832 | 2025.04.24 06:44:03.547396 [ 260 ] {c8387d97-2dc8-4237-92a3-3afa1fbb64a4} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 8833 | 2025.04.24 06:44:03.547650 [ 260 ] {c8387d97-2dc8-4237-92a3-3afa1fbb64a4} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8834 | 2025.04.24 06:44:03.547876 [ 260 ] {c8387d97-2dc8-4237-92a3-3afa1fbb64a4} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.002253 sec., 49711.495783399914 rows/sec., 4.17 MiB/sec. | ||
| 8835 | 2025.04.24 06:44:03.547935 [ 260 ] {c8387d97-2dc8-4237-92a3-3afa1fbb64a4} <Debug> TCPHandler: Processed in 0.002979607 sec. | ||
| 8836 | 2025.04.24 06:44:03.548069 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8837 | 2025.04.24 06:44:03.548182 [ 260 ] {43485d58-e227-4ee8-8f78-dbe1289162cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8838 | 2025.04.24 06:44:03.548232 [ 260 ] {43485d58-e227-4ee8-8f78-dbe1289162cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8839 | 2025.04.24 06:44:03.548754 [ 260 ] {43485d58-e227-4ee8-8f78-dbe1289162cb} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8840 | 2025.04.24 06:44:03.548795 [ 260 ] {43485d58-e227-4ee8-8f78-dbe1289162cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8841 | 2025.04.24 06:44:03.549145 [ 260 ] {43485d58-e227-4ee8-8f78-dbe1289162cb} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8842 | 2025.04.24 06:44:03.549388 [ 260 ] {43485d58-e227-4ee8-8f78-dbe1289162cb} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8843 | 2025.04.24 06:44:03.549617 [ 260 ] {43485d58-e227-4ee8-8f78-dbe1289162cb} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001459 sec., 19191.226867717614 rows/sec., 1.41 MiB/sec. | ||
| 8844 | 2025.04.24 06:44:03.549691 [ 260 ] {43485d58-e227-4ee8-8f78-dbe1289162cb} <Debug> TCPHandler: Processed in 0.001678338 sec. | ||
| 8845 | 2025.04.24 06:44:03.549897 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8846 | 2025.04.24 06:44:03.550039 [ 260 ] {f43e4d65-d6fa-498b-a3d8-0192b739e6ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8847 | 2025.04.24 06:44:03.550085 [ 260 ] {f43e4d65-d6fa-498b-a3d8-0192b739e6ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8848 | 2025.04.24 06:44:03.550645 [ 260 ] {f43e4d65-d6fa-498b-a3d8-0192b739e6ba} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8849 | 2025.04.24 06:44:03.550685 [ 260 ] {f43e4d65-d6fa-498b-a3d8-0192b739e6ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8850 | 2025.04.24 06:44:03.551042 [ 260 ] {f43e4d65-d6fa-498b-a3d8-0192b739e6ba} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 8851 | 2025.04.24 06:44:03.551282 [ 260 ] {f43e4d65-d6fa-498b-a3d8-0192b739e6ba} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8852 | 2025.04.24 06:44:03.551490 [ 260 ] {f43e4d65-d6fa-498b-a3d8-0192b739e6ba} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001472 sec., 62500 rows/sec., 4.88 MiB/sec. | ||
| 8853 | 2025.04.24 06:44:03.551560 [ 260 ] {f43e4d65-d6fa-498b-a3d8-0192b739e6ba} <Debug> TCPHandler: Processed in 0.00176267 sec. | ||
| 8854 | 2025.04.24 06:44:03.551694 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8855 | 2025.04.24 06:44:03.551818 [ 260 ] {67701eb2-60ee-4907-89f4-d676495a6257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8856 | 2025.04.24 06:44:03.551866 [ 260 ] {67701eb2-60ee-4907-89f4-d676495a6257} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8857 | 2025.04.24 06:44:03.552378 [ 260 ] {67701eb2-60ee-4907-89f4-d676495a6257} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8858 | 2025.04.24 06:44:03.552416 [ 260 ] {67701eb2-60ee-4907-89f4-d676495a6257} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8859 | 2025.04.24 06:44:03.552793 [ 260 ] {67701eb2-60ee-4907-89f4-d676495a6257} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 8860 | 2025.04.24 06:44:03.553023 [ 260 ] {67701eb2-60ee-4907-89f4-d676495a6257} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8861 | 2025.04.24 06:44:03.553245 [ 260 ] {67701eb2-60ee-4907-89f4-d676495a6257} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001443 sec., 110880.11088011088 rows/sec., 7.72 MiB/sec. | ||
| 8862 | 2025.04.24 06:44:03.553339 [ 260 ] {67701eb2-60ee-4907-89f4-d676495a6257} <Debug> TCPHandler: Processed in 0.001712599 sec. | ||
| 8863 | 2025.04.24 06:44:03.553495 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8864 | 2025.04.24 06:44:03.553791 [ 260 ] {d954ea26-1c62-4f1d-98c7-8a61e68ea46f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8865 | 2025.04.24 06:44:03.554006 [ 260 ] {d954ea26-1c62-4f1d-98c7-8a61e68ea46f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8866 | 2025.04.24 06:44:03.555144 [ 260 ] {d954ea26-1c62-4f1d-98c7-8a61e68ea46f} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8867 | 2025.04.24 06:44:03.555183 [ 260 ] {d954ea26-1c62-4f1d-98c7-8a61e68ea46f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8868 | 2025.04.24 06:44:03.555810 [ 260 ] {d954ea26-1c62-4f1d-98c7-8a61e68ea46f} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8869 | 2025.04.24 06:44:03.556057 [ 260 ] {d954ea26-1c62-4f1d-98c7-8a61e68ea46f} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8870 | 2025.04.24 06:44:03.556295 [ 260 ] {d954ea26-1c62-4f1d-98c7-8a61e68ea46f} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002613 sec., 10715.652506697283 rows/sec., 19.20 MiB/sec. | ||
| 8871 | 2025.04.24 06:44:03.556399 [ 260 ] {d954ea26-1c62-4f1d-98c7-8a61e68ea46f} <Debug> TCPHandler: Processed in 0.002978057 sec. | ||
| 8872 | 2025.04.24 06:44:03.556536 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8873 | 2025.04.24 06:44:03.556640 [ 260 ] {406d6cb8-e019-4a74-af8b-05377670723b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8874 | 2025.04.24 06:44:03.556688 [ 260 ] {406d6cb8-e019-4a74-af8b-05377670723b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8875 | 2025.04.24 06:44:03.557126 [ 260 ] {406d6cb8-e019-4a74-af8b-05377670723b} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8876 | 2025.04.24 06:44:03.557165 [ 260 ] {406d6cb8-e019-4a74-af8b-05377670723b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8877 | 2025.04.24 06:44:03.557514 [ 260 ] {406d6cb8-e019-4a74-af8b-05377670723b} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 8878 | 2025.04.24 06:44:03.557752 [ 260 ] {406d6cb8-e019-4a74-af8b-05377670723b} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8879 | 2025.04.24 06:44:03.557961 [ 260 ] {406d6cb8-e019-4a74-af8b-05377670723b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001342 sec., 44709.38897168405 rows/sec., 3.01 MiB/sec. | ||
| 8880 | 2025.04.24 06:44:03.558022 [ 260 ] {406d6cb8-e019-4a74-af8b-05377670723b} <Debug> TCPHandler: Processed in 0.001537624 sec. | ||
| 8881 | 2025.04.24 06:44:06.664270 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8882 | 2025.04.24 06:44:06.664505 [ 260 ] {f5b9cf1d-73a4-4fbc-bdaf-746f9d2de1a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8883 | 2025.04.24 06:44:06.664588 [ 260 ] {f5b9cf1d-73a4-4fbc-bdaf-746f9d2de1a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8884 | 2025.04.24 06:44:06.665329 [ 260 ] {f5b9cf1d-73a4-4fbc-bdaf-746f9d2de1a1} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8885 | 2025.04.24 06:44:06.665381 [ 260 ] {f5b9cf1d-73a4-4fbc-bdaf-746f9d2de1a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8886 | 2025.04.24 06:44:06.665801 [ 260 ] {f5b9cf1d-73a4-4fbc-bdaf-746f9d2de1a1} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 8887 | 2025.04.24 06:44:06.666055 [ 260 ] {f5b9cf1d-73a4-4fbc-bdaf-746f9d2de1a1} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8888 | 2025.04.24 06:44:06.666265 [ 260 ] {f5b9cf1d-73a4-4fbc-bdaf-746f9d2de1a1} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001812 sec., 7726.269315673289 rows/sec., 630.02 KiB/sec. | ||
| 8889 | 2025.04.24 06:44:06.666391 [ 260 ] {f5b9cf1d-73a4-4fbc-bdaf-746f9d2de1a1} <Debug> TCPHandler: Processed in 0.002271581 sec. | ||
| 8890 | 2025.04.24 06:44:06.666601 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8891 | 2025.04.24 06:44:06.666707 [ 260 ] {a081ac4d-b3d7-42b1-b0d8-08d4a99a1650} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8892 | 2025.04.24 06:44:06.666752 [ 260 ] {a081ac4d-b3d7-42b1-b0d8-08d4a99a1650} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8893 | 2025.04.24 06:44:06.668277 [ 260 ] {a081ac4d-b3d7-42b1-b0d8-08d4a99a1650} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8894 | 2025.04.24 06:44:06.668316 [ 260 ] {a081ac4d-b3d7-42b1-b0d8-08d4a99a1650} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8895 | 2025.04.24 06:44:06.668733 [ 260 ] {a081ac4d-b3d7-42b1-b0d8-08d4a99a1650} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 8896 | 2025.04.24 06:44:06.668968 [ 260 ] {a081ac4d-b3d7-42b1-b0d8-08d4a99a1650} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8897 | 2025.04.24 06:44:06.669121 [ 98 ] {} <Debug> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 8898 | 2025.04.24 06:44:06.669142 [ 260 ] {a081ac4d-b3d7-42b1-b0d8-08d4a99a1650} <Debug> executeQuery: Read 1227 rows, 103.38 KiB in 0.002458 sec., 499186.33034987794 rows/sec., 41.07 MiB/sec. | ||
| 8899 | 2025.04.24 06:44:06.669171 [ 98 ] {} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8900 | 2025.04.24 06:44:06.669218 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8901 | 2025.04.24 06:44:06.669221 [ 260 ] {a081ac4d-b3d7-42b1-b0d8-08d4a99a1650} <Debug> TCPHandler: Processed in 0.00269143 sec. | ||
| 8902 | 2025.04.24 06:44:06.669406 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8903 | 2025.04.24 06:44:06.669423 [ 196 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::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 | ||
| 8904 | 2025.04.24 06:44:06.669593 [ 260 ] {7b782014-cace-4f57-a7ab-40698e6b78bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8905 | 2025.04.24 06:44:06.669705 [ 260 ] {7b782014-cace-4f57-a7ab-40698e6b78bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8906 | 2025.04.24 06:44:06.669728 [ 196 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8907 | 2025.04.24 06:44:06.669838 [ 196 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1967 rows starting from the beginning of the part | ||
| 8908 | 2025.04.24 06:44:06.670119 [ 196 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 80 rows starting from the beginning of the part | ||
| 8909 | 2025.04.24 06:44:06.670562 [ 196 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 232 rows starting from the beginning of the part | ||
| 8910 | 2025.04.24 06:44:06.670850 [ 196 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 80 rows starting from the beginning of the part | ||
| 8911 | 2025.04.24 06:44:06.671044 [ 196 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 112 rows starting from the beginning of the part | ||
| 8912 | 2025.04.24 06:44:06.671411 [ 196 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 1227 rows starting from the beginning of the part | ||
| 8913 | 2025.04.24 06:44:06.672432 [ 260 ] {7b782014-cace-4f57-a7ab-40698e6b78bd} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8914 | 2025.04.24 06:44:06.672512 [ 260 ] {7b782014-cace-4f57-a7ab-40698e6b78bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8915 | 2025.04.24 06:44:06.673277 [ 260 ] {7b782014-cace-4f57-a7ab-40698e6b78bd} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8916 | 2025.04.24 06:44:06.673791 [ 260 ] {7b782014-cace-4f57-a7ab-40698e6b78bd} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8917 | 2025.04.24 06:44:06.674124 [ 260 ] {7b782014-cace-4f57-a7ab-40698e6b78bd} <Debug> executeQuery: Read 26 rows, 1.88 KiB in 0.004582 sec., 5674.378000872981 rows/sec., 410.28 KiB/sec. | ||
| 8918 | 2025.04.24 06:44:06.674218 [ 260 ] {7b782014-cace-4f57-a7ab-40698e6b78bd} <Debug> TCPHandler: Processed in 0.00489037 sec. | ||
| 8919 | 2025.04.24 06:44:06.674539 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8920 | 2025.04.24 06:44:06.675033 [ 260 ] {101ecc03-86f4-4a8f-ac74-193657bf8fd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8921 | 2025.04.24 06:44:06.675348 [ 260 ] {101ecc03-86f4-4a8f-ac74-193657bf8fd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8922 | 2025.04.24 06:44:06.675450 [ 201 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3698 rows, containing 5 columns (5 merged, 0 gathered) in 0.006115238 sec., 604718.9005562825 rows/sec., 52.26 MiB/sec. | ||
| 8923 | 2025.04.24 06:44:06.675835 [ 201 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 8924 | 2025.04.24 06:44:06.676368 [ 201 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_81_16} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8925 | 2025.04.24 06:44:06.676567 [ 201 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_81_16} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 8926 | 2025.04.24 06:44:06.676575 [ 260 ] {101ecc03-86f4-4a8f-ac74-193657bf8fd2} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8927 | 2025.04.24 06:44:06.676636 [ 260 ] {101ecc03-86f4-4a8f-ac74-193657bf8fd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8928 | 2025.04.24 06:44:06.676735 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. | ||
| 8929 | 2025.04.24 06:44:06.677099 [ 260 ] {101ecc03-86f4-4a8f-ac74-193657bf8fd2} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 8930 | 2025.04.24 06:44:06.677340 [ 260 ] {101ecc03-86f4-4a8f-ac74-193657bf8fd2} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8931 | 2025.04.24 06:44:06.677554 [ 260 ] {101ecc03-86f4-4a8f-ac74-193657bf8fd2} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002737 sec., 83302.88637194008 rows/sec., 5.64 MiB/sec. | ||
| 8932 | 2025.04.24 06:44:06.677769 [ 260 ] {101ecc03-86f4-4a8f-ac74-193657bf8fd2} <Debug> TCPHandler: Processed in 0.003370276 sec. | ||
| 8933 | 2025.04.24 06:44:06.677964 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8934 | 2025.04.24 06:44:06.678067 [ 260 ] {cf9d1f66-4687-4858-97d4-bca4674225fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8935 | 2025.04.24 06:44:06.678113 [ 260 ] {cf9d1f66-4687-4858-97d4-bca4674225fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8936 | 2025.04.24 06:44:06.679005 [ 260 ] {cf9d1f66-4687-4858-97d4-bca4674225fe} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8937 | 2025.04.24 06:44:06.679043 [ 260 ] {cf9d1f66-4687-4858-97d4-bca4674225fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8938 | 2025.04.24 06:44:06.679417 [ 260 ] {cf9d1f66-4687-4858-97d4-bca4674225fe} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 8939 | 2025.04.24 06:44:06.679649 [ 260 ] {cf9d1f66-4687-4858-97d4-bca4674225fe} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8940 | 2025.04.24 06:44:06.679786 [ 98 ] {} <Debug> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 8941 | 2025.04.24 06:44:06.679827 [ 260 ] {cf9d1f66-4687-4858-97d4-bca4674225fe} <Debug> executeQuery: Read 546 rows, 41.51 KiB in 0.001777 sec., 307259.42599887453 rows/sec., 22.81 MiB/sec. | ||
| 8942 | 2025.04.24 06:44:06.679831 [ 98 ] {} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8943 | 2025.04.24 06:44:06.679883 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8944 | 2025.04.24 06:44:06.679905 [ 260 ] {cf9d1f66-4687-4858-97d4-bca4674225fe} <Debug> TCPHandler: Processed in 0.002004075 sec. | ||
| 8945 | 2025.04.24 06:44:06.680017 [ 198 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::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 | ||
| 8946 | 2025.04.24 06:44:06.680038 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8947 | 2025.04.24 06:44:06.680147 [ 198 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8948 | 2025.04.24 06:44:06.680170 [ 260 ] {b5fb0a05-62c0-499b-b967-f2bfb8bf86c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8949 | 2025.04.24 06:44:06.680182 [ 198 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 952 rows starting from the beginning of the part | ||
| 8950 | 2025.04.24 06:44:06.680227 [ 260 ] {b5fb0a05-62c0-499b-b967-f2bfb8bf86c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8951 | 2025.04.24 06:44:06.680389 [ 198 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 76 rows starting from the beginning of the part | ||
| 8952 | 2025.04.24 06:44:06.680810 [ 198 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 128 rows starting from the beginning of the part | ||
| 8953 | 2025.04.24 06:44:06.681226 [ 198 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 76 rows starting from the beginning of the part | ||
| 8954 | 2025.04.24 06:44:06.681567 [ 198 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 92 rows starting from the beginning of the part | ||
| 8955 | 2025.04.24 06:44:06.681910 [ 198 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 546 rows starting from the beginning of the part | ||
| 8956 | 2025.04.24 06:44:06.682776 [ 260 ] {b5fb0a05-62c0-499b-b967-f2bfb8bf86c4} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8957 | 2025.04.24 06:44:06.682823 [ 260 ] {b5fb0a05-62c0-499b-b967-f2bfb8bf86c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8958 | 2025.04.24 06:44:06.683427 [ 260 ] {b5fb0a05-62c0-499b-b967-f2bfb8bf86c4} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 8959 | 2025.04.24 06:44:06.683718 [ 197 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1870 rows, containing 5 columns (5 merged, 0 gathered) in 0.003774195 sec., 495469.89490474126 rows/sec., 38.90 MiB/sec. | ||
| 8960 | 2025.04.24 06:44:06.683839 [ 260 ] {b5fb0a05-62c0-499b-b967-f2bfb8bf86c4} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8961 | 2025.04.24 06:44:06.684043 [ 98 ] {} <Debug> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 8962 | 2025.04.24 06:44:06.684115 [ 98 ] {} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8963 | 2025.04.24 06:44:06.684128 [ 192 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 8964 | 2025.04.24 06:44:06.684148 [ 260 ] {b5fb0a05-62c0-499b-b967-f2bfb8bf86c4} <Debug> executeQuery: Read 951 rows, 65.32 KiB in 0.003999 sec., 237809.45236309076 rows/sec., 15.95 MiB/sec. | ||
| 8965 | 2025.04.24 06:44:06.684168 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8966 | 2025.04.24 06:44:06.684559 [ 260 ] {b5fb0a05-62c0-499b-b967-f2bfb8bf86c4} <Debug> TCPHandler: Processed in 0.004556333 sec. | ||
| 8967 | 2025.04.24 06:44:06.684623 [ 197 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 8968 | 2025.04.24 06:44:06.684912 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8969 | 2025.04.24 06:44:06.685006 [ 197 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8970 | 2025.04.24 06:44:06.685133 [ 197 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 22291 rows starting from the beginning of the part | ||
| 8971 | 2025.04.24 06:44:06.685171 [ 192 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_81_16} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8972 | 2025.04.24 06:44:06.685498 [ 197 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 160 rows starting from the beginning of the part | ||
| 8973 | 2025.04.24 06:44:06.685518 [ 260 ] {a7700ec8-6ccb-4282-8d5b-c811d499f7c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8974 | 2025.04.24 06:44:06.685649 [ 192 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_81_16} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 8975 | 2025.04.24 06:44:06.685895 [ 197 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 232 rows starting from the beginning of the part | ||
| 8976 | 2025.04.24 06:44:06.686182 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 8977 | 2025.04.24 06:44:06.686346 [ 197 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 8978 | 2025.04.24 06:44:06.686389 [ 260 ] {a7700ec8-6ccb-4282-8d5b-c811d499f7c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8979 | 2025.04.24 06:44:06.686705 [ 197 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 8980 | 2025.04.24 06:44:06.687123 [ 197 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 951 rows starting from the beginning of the part | ||
| 8981 | 2025.04.24 06:44:06.689848 [ 260 ] {a7700ec8-6ccb-4282-8d5b-c811d499f7c3} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8982 | 2025.04.24 06:44:06.689915 [ 260 ] {a7700ec8-6ccb-4282-8d5b-c811d499f7c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8983 | 2025.04.24 06:44:06.691450 [ 260 ] {a7700ec8-6ccb-4282-8d5b-c811d499f7c3} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8984 | 2025.04.24 06:44:06.691790 [ 260 ] {a7700ec8-6ccb-4282-8d5b-c811d499f7c3} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8985 | 2025.04.24 06:44:06.692926 [ 260 ] {a7700ec8-6ccb-4282-8d5b-c811d499f7c3} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.007761 sec., 1546.1925009663703 rows/sec., 2.77 MiB/sec. | ||
| 8986 | 2025.04.24 06:44:06.693202 [ 260 ] {a7700ec8-6ccb-4282-8d5b-c811d499f7c3} <Debug> TCPHandler: Processed in 0.008448811 sec. | ||
| 8987 | 2025.04.24 06:44:06.693327 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8988 | 2025.04.24 06:44:06.693430 [ 260 ] {59284309-ce8a-411d-83d3-285af63ce215} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8989 | 2025.04.24 06:44:06.693480 [ 260 ] {59284309-ce8a-411d-83d3-285af63ce215} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8990 | 2025.04.24 06:44:06.694030 [ 260 ] {59284309-ce8a-411d-83d3-285af63ce215} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8991 | 2025.04.24 06:44:06.694068 [ 260 ] {59284309-ce8a-411d-83d3-285af63ce215} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8992 | 2025.04.24 06:44:06.694687 [ 260 ] {59284309-ce8a-411d-83d3-285af63ce215} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 8993 | 2025.04.24 06:44:06.694972 [ 260 ] {59284309-ce8a-411d-83d3-285af63ce215} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8994 | 2025.04.24 06:44:06.695133 [ 98 ] {} <Debug> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 8995 | 2025.04.24 06:44:06.695170 [ 98 ] {} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8996 | 2025.04.24 06:44:06.695184 [ 260 ] {59284309-ce8a-411d-83d3-285af63ce215} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.001774 sec., 21420.51860202931 rows/sec., 1.44 MiB/sec. | ||
| 8997 | 2025.04.24 06:44:06.695194 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8998 | 2025.04.24 06:44:06.695705 [ 260 ] {59284309-ce8a-411d-83d3-285af63ce215} <Debug> TCPHandler: Processed in 0.002409674 sec. | ||
| 8999 | 2025.04.24 06:44:06.695723 [ 189 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 9000 | 2025.04.24 06:44:06.696497 [ 189 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9001 | 2025.04.24 06:44:06.696546 [ 197 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23954 rows, containing 5 columns (5 merged, 0 gathered) in 0.012219315 sec., 1960339.0206406824 rows/sec., 134.18 MiB/sec. | ||
| 9002 | 2025.04.24 06:44:06.696571 [ 189 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4122 rows starting from the beginning of the part | ||
| 9003 | 2025.04.24 06:44:06.696787 [ 189 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part | ||
| 9004 | 2025.04.24 06:44:06.697024 [ 189 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part | ||
| 9005 | 2025.04.24 06:44:06.697077 [ 197 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9006 | 2025.04.24 06:44:06.697205 [ 189 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 9007 | 2025.04.24 06:44:06.697396 [ 189 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 9008 | 2025.04.24 06:44:06.697547 [ 189 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 38 rows starting from the beginning of the part | ||
| 9009 | 2025.04.24 06:44:06.697796 [ 197 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9010 | 2025.04.24 06:44:06.697890 [ 197 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9011 | 2025.04.24 06:44:06.697988 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 9012 | 2025.04.24 06:44:06.699207 [ 186 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4400 rows, containing 4 columns (4 merged, 0 gathered) in 0.003890648 sec., 1130917.0091974395 rows/sec., 75.97 MiB/sec. | ||
| 9013 | 2025.04.24 06:44:06.699612 [ 191 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9014 | 2025.04.24 06:44:06.699973 [ 191 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_81_16} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9015 | 2025.04.24 06:44:06.700072 [ 191 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_81_16} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9016 | 2025.04.24 06:44:06.700182 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB. | ||
| 9017 | 2025.04.24 06:44:07.093238 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1258 | ||
| 9018 | 2025.04.24 06:44:07.096355 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9019 | 2025.04.24 06:44:07.096401 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9020 | 2025.04.24 06:44:07.097813 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 9021 | 2025.04.24 06:44:07.098107 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9022 | 2025.04.24 06:44:07.098614 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1258 | ||
| 9023 | 2025.04.24 06:44:08.538811 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9024 | 2025.04.24 06:44:08.539114 [ 260 ] {38f333ca-f909-4f88-b948-853bc7dbd486} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9025 | 2025.04.24 06:44:08.539227 [ 260 ] {38f333ca-f909-4f88-b948-853bc7dbd486} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9026 | 2025.04.24 06:44:08.540190 [ 260 ] {38f333ca-f909-4f88-b948-853bc7dbd486} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9027 | 2025.04.24 06:44:08.540231 [ 260 ] {38f333ca-f909-4f88-b948-853bc7dbd486} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9028 | 2025.04.24 06:44:08.540681 [ 260 ] {38f333ca-f909-4f88-b948-853bc7dbd486} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9029 | 2025.04.24 06:44:08.540942 [ 260 ] {38f333ca-f909-4f88-b948-853bc7dbd486} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9030 | 2025.04.24 06:44:08.541119 [ 260 ] {38f333ca-f909-4f88-b948-853bc7dbd486} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00209 sec., 26794.258373205743 rows/sec., 2.05 MiB/sec. | ||
| 9031 | 2025.04.24 06:44:08.541172 [ 260 ] {38f333ca-f909-4f88-b948-853bc7dbd486} <Debug> TCPHandler: Processed in 0.002546088 sec. | ||
| 9032 | 2025.04.24 06:44:08.541305 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9033 | 2025.04.24 06:44:08.541407 [ 260 ] {8794d427-a28c-48b8-9963-28b1b14f9048} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9034 | 2025.04.24 06:44:08.541451 [ 260 ] {8794d427-a28c-48b8-9963-28b1b14f9048} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9035 | 2025.04.24 06:44:08.541967 [ 260 ] {8794d427-a28c-48b8-9963-28b1b14f9048} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9036 | 2025.04.24 06:44:08.542003 [ 260 ] {8794d427-a28c-48b8-9963-28b1b14f9048} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9037 | 2025.04.24 06:44:08.542357 [ 260 ] {8794d427-a28c-48b8-9963-28b1b14f9048} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9038 | 2025.04.24 06:44:08.542597 [ 260 ] {8794d427-a28c-48b8-9963-28b1b14f9048} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9039 | 2025.04.24 06:44:08.542749 [ 260 ] {8794d427-a28c-48b8-9963-28b1b14f9048} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001363 sec., 46955.24578136463 rows/sec., 3.66 MiB/sec. | ||
| 9040 | 2025.04.24 06:44:08.542797 [ 260 ] {8794d427-a28c-48b8-9963-28b1b14f9048} <Debug> TCPHandler: Processed in 0.001551755 sec. | ||
| 9041 | 2025.04.24 06:44:08.542937 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9042 | 2025.04.24 06:44:08.543038 [ 260 ] {68c9dcd4-583e-48ed-84bc-76fa8bb68dd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9043 | 2025.04.24 06:44:08.543086 [ 260 ] {68c9dcd4-583e-48ed-84bc-76fa8bb68dd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9044 | 2025.04.24 06:44:08.543538 [ 260 ] {68c9dcd4-583e-48ed-84bc-76fa8bb68dd9} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9045 | 2025.04.24 06:44:08.543575 [ 260 ] {68c9dcd4-583e-48ed-84bc-76fa8bb68dd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9046 | 2025.04.24 06:44:08.543941 [ 260 ] {68c9dcd4-583e-48ed-84bc-76fa8bb68dd9} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9047 | 2025.04.24 06:44:08.544177 [ 260 ] {68c9dcd4-583e-48ed-84bc-76fa8bb68dd9} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9048 | 2025.04.24 06:44:08.544337 [ 260 ] {68c9dcd4-583e-48ed-84bc-76fa8bb68dd9} <Debug> executeQuery: Read 62 rows, 4.41 KiB in 0.00132 sec., 46969.69696969697 rows/sec., 3.26 MiB/sec. | ||
| 9049 | 2025.04.24 06:44:08.544384 [ 260 ] {68c9dcd4-583e-48ed-84bc-76fa8bb68dd9} <Debug> TCPHandler: Processed in 0.001504454 sec. | ||
| 9050 | 2025.04.24 06:44:08.544522 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9051 | 2025.04.24 06:44:08.544623 [ 260 ] {cb35cd21-2d79-46c9-bdc1-9d70734507d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9052 | 2025.04.24 06:44:08.544668 [ 260 ] {cb35cd21-2d79-46c9-bdc1-9d70734507d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9053 | 2025.04.24 06:44:08.545065 [ 260 ] {cb35cd21-2d79-46c9-bdc1-9d70734507d3} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9054 | 2025.04.24 06:44:08.545100 [ 260 ] {cb35cd21-2d79-46c9-bdc1-9d70734507d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9055 | 2025.04.24 06:44:08.545449 [ 260 ] {cb35cd21-2d79-46c9-bdc1-9d70734507d3} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9056 | 2025.04.24 06:44:08.545679 [ 260 ] {cb35cd21-2d79-46c9-bdc1-9d70734507d3} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9057 | 2025.04.24 06:44:08.545839 [ 260 ] {cb35cd21-2d79-46c9-bdc1-9d70734507d3} <Debug> executeQuery: Read 22 rows, 1.53 KiB in 0.001237 sec., 17784.96362166532 rows/sec., 1.21 MiB/sec. | ||
| 9058 | 2025.04.24 06:44:08.545884 [ 260 ] {cb35cd21-2d79-46c9-bdc1-9d70734507d3} <Debug> TCPHandler: Processed in 0.001420052 sec. | ||
| 9059 | 2025.04.24 06:44:09.481638 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23424 | ||
| 9060 | 2025.04.24 06:44:09.482741 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9061 | 2025.04.24 06:44:09.482842 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9062 | 2025.04.24 06:44:09.483462 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9063 | 2025.04.24 06:44:09.483715 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9064 | 2025.04.24 06:44:09.483973 [ 148 ] {} <Debug> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9065 | 2025.04.24 06:44:09.484003 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23424 | ||
| 9066 | 2025.04.24 06:44:09.484093 [ 148 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9067 | 2025.04.24 06:44:09.484142 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9068 | 2025.04.24 06:44:09.484326 [ 200 ] {fa75712d-43b8-4257-8078-4dc409fd9449::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 | ||
| 9069 | 2025.04.24 06:44:09.484533 [ 200 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9070 | 2025.04.24 06:44:09.484603 [ 200 ] {fa75712d-43b8-4257-8078-4dc409fd9449::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 | ||
| 9071 | 2025.04.24 06:44:09.484732 [ 200 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 488 rows starting from the beginning of the part | ||
| 9072 | 2025.04.24 06:44:09.484956 [ 200 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 427 rows starting from the beginning of the part | ||
| 9073 | 2025.04.24 06:44:09.485190 [ 200 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 488 rows starting from the beginning of the part | ||
| 9074 | 2025.04.24 06:44:09.485376 [ 200 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 427 rows starting from the beginning of the part | ||
| 9075 | 2025.04.24 06:44:09.485571 [ 200 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 488 rows starting from the beginning of the part | ||
| 9076 | 2025.04.24 06:44:09.488131 [ 186 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23424 rows, containing 4 columns (4 merged, 0 gathered) in 0.003886908 sec., 6026383.953517809 rows/sec., 86.21 MiB/sec. | ||
| 9077 | 2025.04.24 06:44:09.488768 [ 186 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9078 | 2025.04.24 06:44:09.489110 [ 186 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_51_10} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9079 | 2025.04.24 06:44:09.489212 [ 186 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_51_10} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9080 | 2025.04.24 06:44:09.489334 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
| 9081 | 2025.04.24 06:44:11.046154 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385 | ||
| 9082 | 2025.04.24 06:44:11.067951 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9083 | 2025.04.24 06:44:11.068019 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9084 | 2025.04.24 06:44:11.075057 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9085 | 2025.04.24 06:44:11.075814 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9086 | 2025.04.24 06:44:11.076246 [ 149 ] {} <Debug> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9087 | 2025.04.24 06:44:11.076382 [ 149 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9088 | 2025.04.24 06:44:11.076466 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9089 | 2025.04.24 06:44:11.076883 [ 189 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 9090 | 2025.04.24 06:44:11.091354 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385 | ||
| 9091 | 2025.04.24 06:44:11.093113 [ 189 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9092 | 2025.04.24 06:44:11.094344 [ 189 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 9093 | 2025.04.24 06:44:11.099646 [ 189 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 9094 | 2025.04.24 06:44:11.104939 [ 189 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 9095 | 2025.04.24 06:44:11.110549 [ 189 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 9096 | 2025.04.24 06:44:11.116214 [ 189 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 9097 | 2025.04.24 06:44:11.120754 [ 189 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 9098 | 2025.04.24 06:44:11.178310 [ 200 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.101697663 sec., 3785.7310447733694 rows/sec., 19.58 MiB/sec. | ||
| 9099 | 2025.04.24 06:44:11.181273 [ 200 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9100 | 2025.04.24 06:44:11.184089 [ 200 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_51_10} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9101 | 2025.04.24 06:44:11.184189 [ 200 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_51_10} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9102 | 2025.04.24 06:44:11.186547 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 9103 | 2025.04.24 06:44:13.544704 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9104 | 2025.04.24 06:44:13.544977 [ 260 ] {406ebd91-d588-4bfb-9251-88bb1ca46b0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9105 | 2025.04.24 06:44:13.545053 [ 260 ] {406ebd91-d588-4bfb-9251-88bb1ca46b0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9106 | 2025.04.24 06:44:13.545887 [ 260 ] {406ebd91-d588-4bfb-9251-88bb1ca46b0c} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9107 | 2025.04.24 06:44:13.545935 [ 260 ] {406ebd91-d588-4bfb-9251-88bb1ca46b0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9108 | 2025.04.24 06:44:13.546411 [ 260 ] {406ebd91-d588-4bfb-9251-88bb1ca46b0c} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9109 | 2025.04.24 06:44:13.546673 [ 260 ] {406ebd91-d588-4bfb-9251-88bb1ca46b0c} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9110 | 2025.04.24 06:44:13.546882 [ 260 ] {406ebd91-d588-4bfb-9251-88bb1ca46b0c} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001958 sec., 57201.22574055158 rows/sec., 4.80 MiB/sec. | ||
| 9111 | 2025.04.24 06:44:13.546946 [ 260 ] {406ebd91-d588-4bfb-9251-88bb1ca46b0c} <Debug> TCPHandler: Processed in 0.002438395 sec. | ||
| 9112 | 2025.04.24 06:44:13.547077 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9113 | 2025.04.24 06:44:13.547191 [ 260 ] {885cb363-4e5d-482f-85ed-8b187568b4f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9114 | 2025.04.24 06:44:13.547240 [ 260 ] {885cb363-4e5d-482f-85ed-8b187568b4f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9115 | 2025.04.24 06:44:13.547763 [ 260 ] {885cb363-4e5d-482f-85ed-8b187568b4f0} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9116 | 2025.04.24 06:44:13.547800 [ 260 ] {885cb363-4e5d-482f-85ed-8b187568b4f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9117 | 2025.04.24 06:44:13.548151 [ 260 ] {885cb363-4e5d-482f-85ed-8b187568b4f0} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9118 | 2025.04.24 06:44:13.548398 [ 260 ] {885cb363-4e5d-482f-85ed-8b187568b4f0} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9119 | 2025.04.24 06:44:13.548537 [ 146 ] {} <Debug> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9120 | 2025.04.24 06:44:13.548577 [ 260 ] {885cb363-4e5d-482f-85ed-8b187568b4f0} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001411 sec., 19844.082211197732 rows/sec., 1.46 MiB/sec. | ||
| 9121 | 2025.04.24 06:44:13.548583 [ 146 ] {} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9122 | 2025.04.24 06:44:13.548624 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9123 | 2025.04.24 06:44:13.548647 [ 260 ] {885cb363-4e5d-482f-85ed-8b187568b4f0} <Debug> TCPHandler: Processed in 0.001624377 sec. | ||
| 9124 | 2025.04.24 06:44:13.548942 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9125 | 2025.04.24 06:44:13.549018 [ 199 ] {6d91faa5-474e-4006-b181-dbf82df66096::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 | ||
| 9126 | 2025.04.24 06:44:13.549223 [ 260 ] {6c6b1159-86cf-46c4-b3d5-49afc77eb7b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9127 | 2025.04.24 06:44:13.549362 [ 260 ] {6c6b1159-86cf-46c4-b3d5-49afc77eb7b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9128 | 2025.04.24 06:44:13.549783 [ 199 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9129 | 2025.04.24 06:44:13.549947 [ 199 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 178 rows starting from the beginning of the part | ||
| 9130 | 2025.04.24 06:44:13.550390 [ 199 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 40 rows starting from the beginning of the part | ||
| 9131 | 2025.04.24 06:44:13.550818 [ 199 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 12 rows starting from the beginning of the part | ||
| 9132 | 2025.04.24 06:44:13.551229 [ 199 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 28 rows starting from the beginning of the part | ||
| 9133 | 2025.04.24 06:44:13.551450 [ 199 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 26 rows starting from the beginning of the part | ||
| 9134 | 2025.04.24 06:44:13.551781 [ 199 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 28 rows starting from the beginning of the part | ||
| 9135 | 2025.04.24 06:44:13.552735 [ 260 ] {6c6b1159-86cf-46c4-b3d5-49afc77eb7b0} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9136 | 2025.04.24 06:44:13.552794 [ 260 ] {6c6b1159-86cf-46c4-b3d5-49afc77eb7b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9137 | 2025.04.24 06:44:13.553828 [ 260 ] {6c6b1159-86cf-46c4-b3d5-49afc77eb7b0} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9138 | 2025.04.24 06:44:13.554353 [ 260 ] {6c6b1159-86cf-46c4-b3d5-49afc77eb7b0} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9139 | 2025.04.24 06:44:13.554782 [ 187 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 312 rows, containing 5 columns (5 merged, 0 gathered) in 0.006013376 sec., 51884.33252801754 rows/sec., 3.74 MiB/sec. | ||
| 9140 | 2025.04.24 06:44:13.554840 [ 260 ] {6c6b1159-86cf-46c4-b3d5-49afc77eb7b0} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.005722 sec., 16078.294302691367 rows/sec., 1.26 MiB/sec. | ||
| 9141 | 2025.04.24 06:44:13.554968 [ 260 ] {6c6b1159-86cf-46c4-b3d5-49afc77eb7b0} <Debug> TCPHandler: Processed in 0.006161049 sec. | ||
| 9142 | 2025.04.24 06:44:13.555018 [ 187 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9143 | 2025.04.24 06:44:13.555111 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9144 | 2025.04.24 06:44:13.555275 [ 260 ] {c2abed9a-0449-4d23-a815-c38d34d36408} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9145 | 2025.04.24 06:44:13.555369 [ 260 ] {c2abed9a-0449-4d23-a815-c38d34d36408} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9146 | 2025.04.24 06:44:13.555546 [ 187 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_71_14} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9147 | 2025.04.24 06:44:13.555835 [ 187 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_71_14} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9148 | 2025.04.24 06:44:13.555978 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 9149 | 2025.04.24 06:44:13.556266 [ 260 ] {c2abed9a-0449-4d23-a815-c38d34d36408} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9150 | 2025.04.24 06:44:13.556310 [ 260 ] {c2abed9a-0449-4d23-a815-c38d34d36408} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9151 | 2025.04.24 06:44:13.556698 [ 260 ] {c2abed9a-0449-4d23-a815-c38d34d36408} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9152 | 2025.04.24 06:44:13.556952 [ 260 ] {c2abed9a-0449-4d23-a815-c38d34d36408} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9153 | 2025.04.24 06:44:13.557118 [ 260 ] {c2abed9a-0449-4d23-a815-c38d34d36408} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001906 sec., 83945.43546694648 rows/sec., 5.85 MiB/sec. | ||
| 9154 | 2025.04.24 06:44:13.557173 [ 260 ] {c2abed9a-0449-4d23-a815-c38d34d36408} <Debug> TCPHandler: Processed in 0.002123288 sec. | ||
| 9155 | 2025.04.24 06:44:13.557285 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9156 | 2025.04.24 06:44:13.557400 [ 260 ] {dc94a012-4a3f-4f61-a3ad-33a8522481c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9157 | 2025.04.24 06:44:13.557465 [ 260 ] {dc94a012-4a3f-4f61-a3ad-33a8522481c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9158 | 2025.04.24 06:44:13.558552 [ 260 ] {dc94a012-4a3f-4f61-a3ad-33a8522481c3} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9159 | 2025.04.24 06:44:13.558588 [ 260 ] {dc94a012-4a3f-4f61-a3ad-33a8522481c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9160 | 2025.04.24 06:44:13.559234 [ 260 ] {dc94a012-4a3f-4f61-a3ad-33a8522481c3} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9161 | 2025.04.24 06:44:13.559497 [ 260 ] {dc94a012-4a3f-4f61-a3ad-33a8522481c3} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9162 | 2025.04.24 06:44:13.559633 [ 146 ] {} <Debug> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9163 | 2025.04.24 06:44:13.559671 [ 146 ] {} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9164 | 2025.04.24 06:44:13.559701 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9165 | 2025.04.24 06:44:13.559701 [ 260 ] {dc94a012-4a3f-4f61-a3ad-33a8522481c3} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.00232 sec., 12068.965517241379 rows/sec., 21.63 MiB/sec. | ||
| 9166 | 2025.04.24 06:44:13.559887 [ 194 ] {186bf897-e03c-453c-939b-7d7f7079b981::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 | ||
| 9167 | 2025.04.24 06:44:13.559911 [ 260 ] {dc94a012-4a3f-4f61-a3ad-33a8522481c3} <Debug> TCPHandler: Processed in 0.002677921 sec. | ||
| 9168 | 2025.04.24 06:44:13.560060 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9169 | 2025.04.24 06:44:13.560219 [ 260 ] {5f9a51fa-637f-45ba-b720-d3ccf8131547} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9170 | 2025.04.24 06:44:13.560233 [ 194 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9171 | 2025.04.24 06:44:13.560285 [ 260 ] {5f9a51fa-637f-45ba-b720-d3ccf8131547} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9172 | 2025.04.24 06:44:13.560351 [ 194 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1278 rows starting from the beginning of the part | ||
| 9173 | 2025.04.24 06:44:13.561044 [ 194 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 28 rows starting from the beginning of the part | ||
| 9174 | 2025.04.24 06:44:13.561587 [ 194 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 12 rows starting from the beginning of the part | ||
| 9175 | 2025.04.24 06:44:13.562030 [ 260 ] {5f9a51fa-637f-45ba-b720-d3ccf8131547} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9176 | 2025.04.24 06:44:13.562122 [ 260 ] {5f9a51fa-637f-45ba-b720-d3ccf8131547} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9177 | 2025.04.24 06:44:13.562186 [ 194 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 28 rows starting from the beginning of the part | ||
| 9178 | 2025.04.24 06:44:13.562673 [ 194 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 12 rows starting from the beginning of the part | ||
| 9179 | 2025.04.24 06:44:13.563174 [ 194 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 28 rows starting from the beginning of the part | ||
| 9180 | 2025.04.24 06:44:13.563200 [ 260 ] {5f9a51fa-637f-45ba-b720-d3ccf8131547} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9181 | 2025.04.24 06:44:13.563777 [ 260 ] {5f9a51fa-637f-45ba-b720-d3ccf8131547} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9182 | 2025.04.24 06:44:13.564031 [ 260 ] {5f9a51fa-637f-45ba-b720-d3ccf8131547} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003852 sec., 15576.32398753894 rows/sec., 1.05 MiB/sec. | ||
| 9183 | 2025.04.24 06:44:13.564116 [ 260 ] {5f9a51fa-637f-45ba-b720-d3ccf8131547} <Debug> TCPHandler: Processed in 0.004111823 sec. | ||
| 9184 | 2025.04.24 06:44:13.570570 [ 193 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1386 rows, containing 19 columns (19 merged, 0 gathered) in 0.010810084 sec., 128213.61980165927 rows/sec., 229.75 MiB/sec. | ||
| 9185 | 2025.04.24 06:44:13.571891 [ 187 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9186 | 2025.04.24 06:44:13.572309 [ 187 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9187 | 2025.04.24 06:44:13.572399 [ 187 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9188 | 2025.04.24 06:44:13.572555 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.42 MiB. | ||
| 9189 | 2025.04.24 06:44:14.000201 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 232.88 MiB, peak 245.26 MiB, free memory in arenas 0.00 B, will set to 235.45 MiB (RSS), difference: 2.57 MiB | ||
| 9190 | 2025.04.24 06:44:16.772152 [ 142 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9191 | 2025.04.24 06:44:16.772227 [ 142 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9192 | 2025.04.24 06:44:16.984249 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23851 | ||
| 9193 | 2025.04.24 06:44:16.985162 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9194 | 2025.04.24 06:44:16.985204 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9195 | 2025.04.24 06:44:16.985719 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 9196 | 2025.04.24 06:44:16.985977 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9197 | 2025.04.24 06:44:16.986195 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851 | ||
| 9198 | 2025.04.24 06:44:17.098897 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1278 | ||
| 9199 | 2025.04.24 06:44:17.101720 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9200 | 2025.04.24 06:44:17.101765 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9201 | 2025.04.24 06:44:17.103156 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 9202 | 2025.04.24 06:44:17.103459 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9203 | 2025.04.24 06:44:17.104783 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1278 | ||
| 9204 | 2025.04.24 06:44:18.544337 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9205 | 2025.04.24 06:44:18.544530 [ 260 ] {d8240118-85a8-4870-9367-50a6475f30c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9206 | 2025.04.24 06:44:18.544604 [ 260 ] {d8240118-85a8-4870-9367-50a6475f30c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9207 | 2025.04.24 06:44:18.545392 [ 260 ] {d8240118-85a8-4870-9367-50a6475f30c6} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9208 | 2025.04.24 06:44:18.545444 [ 260 ] {d8240118-85a8-4870-9367-50a6475f30c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9209 | 2025.04.24 06:44:18.545890 [ 260 ] {d8240118-85a8-4870-9367-50a6475f30c6} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9210 | 2025.04.24 06:44:18.546157 [ 260 ] {d8240118-85a8-4870-9367-50a6475f30c6} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9211 | 2025.04.24 06:44:18.546373 [ 260 ] {d8240118-85a8-4870-9367-50a6475f30c6} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.001891 sec., 42305.658381808564 rows/sec., 3.48 MiB/sec. | ||
| 9212 | 2025.04.24 06:44:18.546466 [ 260 ] {d8240118-85a8-4870-9367-50a6475f30c6} <Debug> TCPHandler: Processed in 0.002262711 sec. | ||
| 9213 | 2025.04.24 06:44:18.546595 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9214 | 2025.04.24 06:44:18.546874 [ 260 ] {a3d2f884-2164-4c07-aefd-6a0cb7abeaa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9215 | 2025.04.24 06:44:18.547005 [ 260 ] {a3d2f884-2164-4c07-aefd-6a0cb7abeaa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9216 | 2025.04.24 06:44:18.547785 [ 260 ] {a3d2f884-2164-4c07-aefd-6a0cb7abeaa0} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9217 | 2025.04.24 06:44:18.547825 [ 260 ] {a3d2f884-2164-4c07-aefd-6a0cb7abeaa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9218 | 2025.04.24 06:44:18.548174 [ 260 ] {a3d2f884-2164-4c07-aefd-6a0cb7abeaa0} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9219 | 2025.04.24 06:44:18.548416 [ 260 ] {a3d2f884-2164-4c07-aefd-6a0cb7abeaa0} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9220 | 2025.04.24 06:44:18.548631 [ 260 ] {a3d2f884-2164-4c07-aefd-6a0cb7abeaa0} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001859 sec., 6455.083378160301 rows/sec., 485.39 KiB/sec. | ||
| 9221 | 2025.04.24 06:44:18.548681 [ 260 ] {a3d2f884-2164-4c07-aefd-6a0cb7abeaa0} <Debug> TCPHandler: Processed in 0.002139738 sec. | ||
| 9222 | 2025.04.24 06:44:18.548799 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9223 | 2025.04.24 06:44:18.548903 [ 260 ] {c107d0c8-ea20-4c47-aaf1-beb5f7fe52fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9224 | 2025.04.24 06:44:18.548947 [ 260 ] {c107d0c8-ea20-4c47-aaf1-beb5f7fe52fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9225 | 2025.04.24 06:44:18.549493 [ 260 ] {c107d0c8-ea20-4c47-aaf1-beb5f7fe52fd} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9226 | 2025.04.24 06:44:18.549533 [ 260 ] {c107d0c8-ea20-4c47-aaf1-beb5f7fe52fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9227 | 2025.04.24 06:44:18.549884 [ 260 ] {c107d0c8-ea20-4c47-aaf1-beb5f7fe52fd} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9228 | 2025.04.24 06:44:18.550124 [ 260 ] {c107d0c8-ea20-4c47-aaf1-beb5f7fe52fd} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9229 | 2025.04.24 06:44:18.550324 [ 260 ] {c107d0c8-ea20-4c47-aaf1-beb5f7fe52fd} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001442 sec., 52704.57697642164 rows/sec., 4.11 MiB/sec. | ||
| 9230 | 2025.04.24 06:44:18.550376 [ 260 ] {c107d0c8-ea20-4c47-aaf1-beb5f7fe52fd} <Debug> TCPHandler: Processed in 0.001628746 sec. | ||
| 9231 | 2025.04.24 06:44:18.550498 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9232 | 2025.04.24 06:44:18.550603 [ 260 ] {f346414c-29e0-40e0-a1d6-a1c115992acf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9233 | 2025.04.24 06:44:18.550650 [ 260 ] {f346414c-29e0-40e0-a1d6-a1c115992acf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9234 | 2025.04.24 06:44:18.551162 [ 260 ] {f346414c-29e0-40e0-a1d6-a1c115992acf} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9235 | 2025.04.24 06:44:18.551200 [ 260 ] {f346414c-29e0-40e0-a1d6-a1c115992acf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9236 | 2025.04.24 06:44:18.551580 [ 260 ] {f346414c-29e0-40e0-a1d6-a1c115992acf} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9237 | 2025.04.24 06:44:18.551822 [ 260 ] {f346414c-29e0-40e0-a1d6-a1c115992acf} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9238 | 2025.04.24 06:44:18.552005 [ 260 ] {f346414c-29e0-40e0-a1d6-a1c115992acf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001423 sec., 112438.51018973999 rows/sec., 7.83 MiB/sec. | ||
| 9239 | 2025.04.24 06:44:18.552061 [ 260 ] {f346414c-29e0-40e0-a1d6-a1c115992acf} <Debug> TCPHandler: Processed in 0.001619176 sec. | ||
| 9240 | 2025.04.24 06:44:18.552176 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9241 | 2025.04.24 06:44:18.552280 [ 260 ] {a645a752-fe30-4c22-8003-99c4d0405004} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9242 | 2025.04.24 06:44:18.552347 [ 260 ] {a645a752-fe30-4c22-8003-99c4d0405004} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9243 | 2025.04.24 06:44:18.553364 [ 260 ] {a645a752-fe30-4c22-8003-99c4d0405004} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9244 | 2025.04.24 06:44:18.553404 [ 260 ] {a645a752-fe30-4c22-8003-99c4d0405004} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9245 | 2025.04.24 06:44:18.554005 [ 260 ] {a645a752-fe30-4c22-8003-99c4d0405004} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9246 | 2025.04.24 06:44:18.554267 [ 260 ] {a645a752-fe30-4c22-8003-99c4d0405004} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9247 | 2025.04.24 06:44:18.554499 [ 260 ] {a645a752-fe30-4c22-8003-99c4d0405004} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.00224 sec., 5357.142857142858 rows/sec., 9.60 MiB/sec. | ||
| 9248 | 2025.04.24 06:44:18.554593 [ 260 ] {a645a752-fe30-4c22-8003-99c4d0405004} <Debug> TCPHandler: Processed in 0.002468835 sec. | ||
| 9249 | 2025.04.24 06:44:18.554727 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9250 | 2025.04.24 06:44:18.554861 [ 260 ] {54500f77-b8d4-435f-bd03-477001c2489f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9251 | 2025.04.24 06:44:18.554916 [ 260 ] {54500f77-b8d4-435f-bd03-477001c2489f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9252 | 2025.04.24 06:44:18.555359 [ 260 ] {54500f77-b8d4-435f-bd03-477001c2489f} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9253 | 2025.04.24 06:44:18.555397 [ 260 ] {54500f77-b8d4-435f-bd03-477001c2489f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9254 | 2025.04.24 06:44:18.555752 [ 260 ] {54500f77-b8d4-435f-bd03-477001c2489f} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9255 | 2025.04.24 06:44:18.555982 [ 260 ] {54500f77-b8d4-435f-bd03-477001c2489f} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9256 | 2025.04.24 06:44:18.556193 [ 260 ] {54500f77-b8d4-435f-bd03-477001c2489f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001361 sec., 44085.2314474651 rows/sec., 2.97 MiB/sec. | ||
| 9257 | 2025.04.24 06:44:18.556241 [ 260 ] {54500f77-b8d4-435f-bd03-477001c2489f} <Debug> TCPHandler: Processed in 0.001576535 sec. | ||
| 9258 | 2025.04.24 06:44:18.591470 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392 | ||
| 9259 | 2025.04.24 06:44:18.610278 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9260 | 2025.04.24 06:44:18.610341 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9261 | 2025.04.24 06:44:18.617149 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 9262 | 2025.04.24 06:44:18.617924 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9263 | 2025.04.24 06:44:18.620483 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392 | ||
| 9264 | 2025.04.24 06:44:23.547097 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9265 | 2025.04.24 06:44:23.547367 [ 260 ] {b7db8f40-aef3-45bf-ae13-bd6bd878f090} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9266 | 2025.04.24 06:44:23.547468 [ 260 ] {b7db8f40-aef3-45bf-ae13-bd6bd878f090} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9267 | 2025.04.24 06:44:23.548323 [ 260 ] {b7db8f40-aef3-45bf-ae13-bd6bd878f090} <Trace> oximeter.fields_i16 (6ff42f6f-4885-487d-9a78-1dd7a3795b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9268 | 2025.04.24 06:44:23.548390 [ 260 ] {b7db8f40-aef3-45bf-ae13-bd6bd878f090} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9269 | 2025.04.24 06:44:23.548873 [ 260 ] {b7db8f40-aef3-45bf-ae13-bd6bd878f090} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 9270 | 2025.04.24 06:44:23.549160 [ 260 ] {b7db8f40-aef3-45bf-ae13-bd6bd878f090} <Trace> oximeter.fields_i16 (6ff42f6f-4885-487d-9a78-1dd7a3795b79): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9271 | 2025.04.24 06:44:23.549430 [ 260 ] {b7db8f40-aef3-45bf-ae13-bd6bd878f090} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002128 sec., 11278.195488721803 rows/sec., 958.21 KiB/sec. | ||
| 9272 | 2025.04.24 06:44:23.549580 [ 260 ] {b7db8f40-aef3-45bf-ae13-bd6bd878f090} <Debug> TCPHandler: Processed in 0.00267135 sec. | ||
| 9273 | 2025.04.24 06:44:23.549758 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9274 | 2025.04.24 06:44:23.549916 [ 260 ] {b63a65e4-de9f-4a63-a03b-50a923f52fcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9275 | 2025.04.24 06:44:23.549981 [ 260 ] {b63a65e4-de9f-4a63-a03b-50a923f52fcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9276 | 2025.04.24 06:44:23.550610 [ 260 ] {b63a65e4-de9f-4a63-a03b-50a923f52fcf} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9277 | 2025.04.24 06:44:23.550665 [ 260 ] {b63a65e4-de9f-4a63-a03b-50a923f52fcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9278 | 2025.04.24 06:44:23.551132 [ 260 ] {b63a65e4-de9f-4a63-a03b-50a923f52fcf} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 9279 | 2025.04.24 06:44:23.551450 [ 260 ] {b63a65e4-de9f-4a63-a03b-50a923f52fcf} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9280 | 2025.04.24 06:44:23.551716 [ 260 ] {b63a65e4-de9f-4a63-a03b-50a923f52fcf} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001833 sec., 1091.1074740861975 rows/sec., 88.97 KiB/sec. | ||
| 9281 | 2025.04.24 06:44:23.551811 [ 260 ] {b63a65e4-de9f-4a63-a03b-50a923f52fcf} <Debug> TCPHandler: Processed in 0.002122408 sec. | ||
| 9282 | 2025.04.24 06:44:23.552046 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9283 | 2025.04.24 06:44:23.552188 [ 260 ] {4f49cd1a-3c07-4c77-a2fa-77a6359eb344} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9284 | 2025.04.24 06:44:23.552243 [ 260 ] {4f49cd1a-3c07-4c77-a2fa-77a6359eb344} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9285 | 2025.04.24 06:44:23.552971 [ 260 ] {4f49cd1a-3c07-4c77-a2fa-77a6359eb344} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9286 | 2025.04.24 06:44:23.553013 [ 260 ] {4f49cd1a-3c07-4c77-a2fa-77a6359eb344} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9287 | 2025.04.24 06:44:23.553420 [ 260 ] {4f49cd1a-3c07-4c77-a2fa-77a6359eb344} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9288 | 2025.04.24 06:44:23.553684 [ 260 ] {4f49cd1a-3c07-4c77-a2fa-77a6359eb344} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9289 | 2025.04.24 06:44:23.553918 [ 260 ] {4f49cd1a-3c07-4c77-a2fa-77a6359eb344} <Debug> executeQuery: Read 233 rows, 21.14 KiB in 0.001763 sec., 132161.089052751 rows/sec., 11.71 MiB/sec. | ||
| 9290 | 2025.04.24 06:44:23.554019 [ 260 ] {4f49cd1a-3c07-4c77-a2fa-77a6359eb344} <Debug> TCPHandler: Processed in 0.002060967 sec. | ||
| 9291 | 2025.04.24 06:44:23.554189 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9292 | 2025.04.24 06:44:23.554313 [ 260 ] {9ba72db0-0628-4752-ba92-9f8c220781b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9293 | 2025.04.24 06:44:23.554363 [ 260 ] {9ba72db0-0628-4752-ba92-9f8c220781b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9294 | 2025.04.24 06:44:23.554988 [ 260 ] {9ba72db0-0628-4752-ba92-9f8c220781b4} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9295 | 2025.04.24 06:44:23.555036 [ 260 ] {9ba72db0-0628-4752-ba92-9f8c220781b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9296 | 2025.04.24 06:44:23.555415 [ 260 ] {9ba72db0-0628-4752-ba92-9f8c220781b4} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9297 | 2025.04.24 06:44:23.555746 [ 260 ] {9ba72db0-0628-4752-ba92-9f8c220781b4} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9298 | 2025.04.24 06:44:23.556012 [ 260 ] {9ba72db0-0628-4752-ba92-9f8c220781b4} <Debug> executeQuery: Read 42 rows, 3.21 KiB in 0.001724 sec., 24361.948955916472 rows/sec., 1.82 MiB/sec. | ||
| 9299 | 2025.04.24 06:44:23.556085 [ 260 ] {9ba72db0-0628-4752-ba92-9f8c220781b4} <Debug> TCPHandler: Processed in 0.001967205 sec. | ||
| 9300 | 2025.04.24 06:44:23.556236 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9301 | 2025.04.24 06:44:23.556358 [ 260 ] {d3370745-fd45-40ec-a1b8-05c11f91c3a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9302 | 2025.04.24 06:44:23.556408 [ 260 ] {d3370745-fd45-40ec-a1b8-05c11f91c3a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9303 | 2025.04.24 06:44:23.557010 [ 260 ] {d3370745-fd45-40ec-a1b8-05c11f91c3a8} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9304 | 2025.04.24 06:44:23.557057 [ 260 ] {d3370745-fd45-40ec-a1b8-05c11f91c3a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9305 | 2025.04.24 06:44:23.557524 [ 260 ] {d3370745-fd45-40ec-a1b8-05c11f91c3a8} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 9306 | 2025.04.24 06:44:23.557831 [ 260 ] {d3370745-fd45-40ec-a1b8-05c11f91c3a8} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9307 | 2025.04.24 06:44:23.558114 [ 260 ] {d3370745-fd45-40ec-a1b8-05c11f91c3a8} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.00177 sec., 13559.322033898305 rows/sec., 1.13 MiB/sec. | ||
| 9308 | 2025.04.24 06:44:23.558241 [ 260 ] {d3370745-fd45-40ec-a1b8-05c11f91c3a8} <Debug> TCPHandler: Processed in 0.002055106 sec. | ||
| 9309 | 2025.04.24 06:44:23.558585 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9310 | 2025.04.24 06:44:23.558731 [ 260 ] {55052017-f1d0-45fc-8b34-1ff096448c02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9311 | 2025.04.24 06:44:23.558796 [ 260 ] {55052017-f1d0-45fc-8b34-1ff096448c02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9312 | 2025.04.24 06:44:23.559718 [ 260 ] {55052017-f1d0-45fc-8b34-1ff096448c02} <Trace> oximeter.fields_u8 (788ec107-c6c7-4ecf-8eae-6c824e50a883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9313 | 2025.04.24 06:44:23.559802 [ 260 ] {55052017-f1d0-45fc-8b34-1ff096448c02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9314 | 2025.04.24 06:44:23.560399 [ 260 ] {55052017-f1d0-45fc-8b34-1ff096448c02} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 9315 | 2025.04.24 06:44:23.560729 [ 260 ] {55052017-f1d0-45fc-8b34-1ff096448c02} <Trace> oximeter.fields_u8 (788ec107-c6c7-4ecf-8eae-6c824e50a883): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9316 | 2025.04.24 06:44:23.561038 [ 260 ] {55052017-f1d0-45fc-8b34-1ff096448c02} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.002337 sec., 5134.788189987163 rows/sec., 401.16 KiB/sec. | ||
| 9317 | 2025.04.24 06:44:23.561145 [ 260 ] {55052017-f1d0-45fc-8b34-1ff096448c02} <Debug> TCPHandler: Processed in 0.00266888 sec. | ||
| 9318 | 2025.04.24 06:44:23.561326 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9319 | 2025.04.24 06:44:23.561473 [ 260 ] {3cc8f01e-84a4-4c07-b238-02627e2c4f2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9320 | 2025.04.24 06:44:23.561539 [ 260 ] {3cc8f01e-84a4-4c07-b238-02627e2c4f2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9321 | 2025.04.24 06:44:23.562395 [ 260 ] {3cc8f01e-84a4-4c07-b238-02627e2c4f2a} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9322 | 2025.04.24 06:44:23.562450 [ 260 ] {3cc8f01e-84a4-4c07-b238-02627e2c4f2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9323 | 2025.04.24 06:44:23.563019 [ 260 ] {3cc8f01e-84a4-4c07-b238-02627e2c4f2a} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9324 | 2025.04.24 06:44:23.563395 [ 260 ] {3cc8f01e-84a4-4c07-b238-02627e2c4f2a} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9325 | 2025.04.24 06:44:23.563712 [ 260 ] {3cc8f01e-84a4-4c07-b238-02627e2c4f2a} <Debug> executeQuery: Read 130 rows, 10.78 KiB in 0.002272 sec., 57218.30985915493 rows/sec., 4.63 MiB/sec. | ||
| 9326 | 2025.04.24 06:44:23.563802 [ 260 ] {3cc8f01e-84a4-4c07-b238-02627e2c4f2a} <Debug> TCPHandler: Processed in 0.002547568 sec. | ||
| 9327 | 2025.04.24 06:44:23.563986 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9328 | 2025.04.24 06:44:23.564133 [ 260 ] {2e7d5e7b-731a-4137-a767-37f563adab97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9329 | 2025.04.24 06:44:23.564203 [ 260 ] {2e7d5e7b-731a-4137-a767-37f563adab97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9330 | 2025.04.24 06:44:23.564927 [ 260 ] {2e7d5e7b-731a-4137-a767-37f563adab97} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9331 | 2025.04.24 06:44:23.564976 [ 260 ] {2e7d5e7b-731a-4137-a767-37f563adab97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9332 | 2025.04.24 06:44:23.565526 [ 260 ] {2e7d5e7b-731a-4137-a767-37f563adab97} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9333 | 2025.04.24 06:44:23.565885 [ 260 ] {2e7d5e7b-731a-4137-a767-37f563adab97} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9334 | 2025.04.24 06:44:23.566186 [ 260 ] {2e7d5e7b-731a-4137-a767-37f563adab97} <Debug> executeQuery: Read 197 rows, 14.47 KiB in 0.002079 sec., 94757.09475709475 rows/sec., 6.80 MiB/sec. | ||
| 9335 | 2025.04.24 06:44:23.566307 [ 260 ] {2e7d5e7b-731a-4137-a767-37f563adab97} <Debug> TCPHandler: Processed in 0.002401994 sec. | ||
| 9336 | 2025.04.24 06:44:23.566565 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9337 | 2025.04.24 06:44:23.566768 [ 260 ] {cda75261-21d2-4001-b8aa-302e06a83096} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9338 | 2025.04.24 06:44:23.566866 [ 260 ] {cda75261-21d2-4001-b8aa-302e06a83096} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9339 | 2025.04.24 06:44:23.568478 [ 260 ] {cda75261-21d2-4001-b8aa-302e06a83096} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9340 | 2025.04.24 06:44:23.568532 [ 260 ] {cda75261-21d2-4001-b8aa-302e06a83096} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9341 | 2025.04.24 06:44:23.569482 [ 260 ] {cda75261-21d2-4001-b8aa-302e06a83096} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9342 | 2025.04.24 06:44:23.569870 [ 260 ] {cda75261-21d2-4001-b8aa-302e06a83096} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9343 | 2025.04.24 06:44:23.570199 [ 260 ] {cda75261-21d2-4001-b8aa-302e06a83096} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.003463 sec., 8085.475021657522 rows/sec., 14.49 MiB/sec. | ||
| 9344 | 2025.04.24 06:44:23.570406 [ 260 ] {cda75261-21d2-4001-b8aa-302e06a83096} <Debug> TCPHandler: Processed in 0.00399237 sec. | ||
| 9345 | 2025.04.24 06:44:23.570652 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9346 | 2025.04.24 06:44:23.570781 [ 260 ] {f9afe6b7-b721-4cad-aec0-fa1bb260a795} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9347 | 2025.04.24 06:44:23.570847 [ 260 ] {f9afe6b7-b721-4cad-aec0-fa1bb260a795} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9348 | 2025.04.24 06:44:23.571875 [ 260 ] {f9afe6b7-b721-4cad-aec0-fa1bb260a795} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9349 | 2025.04.24 06:44:23.571962 [ 260 ] {f9afe6b7-b721-4cad-aec0-fa1bb260a795} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9350 | 2025.04.24 06:44:23.572588 [ 260 ] {f9afe6b7-b721-4cad-aec0-fa1bb260a795} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9351 | 2025.04.24 06:44:23.572940 [ 260 ] {f9afe6b7-b721-4cad-aec0-fa1bb260a795} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9352 | 2025.04.24 06:44:23.573278 [ 260 ] {f9afe6b7-b721-4cad-aec0-fa1bb260a795} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002523 sec., 23781.212841854933 rows/sec., 1.60 MiB/sec. | ||
| 9353 | 2025.04.24 06:44:23.573391 [ 260 ] {f9afe6b7-b721-4cad-aec0-fa1bb260a795} <Debug> TCPHandler: Processed in 0.002817794 sec. | ||
| 9354 | 2025.04.24 06:44:24.487279 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24339 | ||
| 9355 | 2025.04.24 06:44:24.487931 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9356 | 2025.04.24 06:44:24.487978 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9357 | 2025.04.24 06:44:24.488498 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 9358 | 2025.04.24 06:44:24.488749 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9359 | 2025.04.24 06:44:24.489017 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24339 | ||
| 9360 | 2025.04.24 06:44:26.121501 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400 | ||
| 9361 | 2025.04.24 06:44:26.140749 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9362 | 2025.04.24 06:44:26.140804 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9363 | 2025.04.24 06:44:26.147933 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 9364 | 2025.04.24 06:44:26.148680 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9365 | 2025.04.24 06:44:26.151704 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400 | ||
| 9366 | 2025.04.24 06:44:27.105896 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1310 | ||
| 9367 | 2025.04.24 06:44:27.108925 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9368 | 2025.04.24 06:44:27.108987 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9369 | 2025.04.24 06:44:27.110436 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 9370 | 2025.04.24 06:44:27.110759 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9371 | 2025.04.24 06:44:27.111450 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1310 | ||
| 9372 | 2025.04.24 06:44:28.544104 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9373 | 2025.04.24 06:44:28.544392 [ 260 ] {7b141ba6-7f74-4fed-9bf3-6d968b14bf12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9374 | 2025.04.24 06:44:28.544467 [ 260 ] {7b141ba6-7f74-4fed-9bf3-6d968b14bf12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9375 | 2025.04.24 06:44:28.545286 [ 260 ] {7b141ba6-7f74-4fed-9bf3-6d968b14bf12} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9376 | 2025.04.24 06:44:28.545342 [ 260 ] {7b141ba6-7f74-4fed-9bf3-6d968b14bf12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9377 | 2025.04.24 06:44:28.545781 [ 260 ] {7b141ba6-7f74-4fed-9bf3-6d968b14bf12} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9378 | 2025.04.24 06:44:28.546041 [ 260 ] {7b141ba6-7f74-4fed-9bf3-6d968b14bf12} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9379 | 2025.04.24 06:44:28.546279 [ 260 ] {7b141ba6-7f74-4fed-9bf3-6d968b14bf12} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.001946 sec., 41109.96916752312 rows/sec., 3.38 MiB/sec. | ||
| 9380 | 2025.04.24 06:44:28.546279 [ 131 ] {} <Debug> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9381 | 2025.04.24 06:44:28.546378 [ 260 ] {7b141ba6-7f74-4fed-9bf3-6d968b14bf12} <Debug> TCPHandler: Processed in 0.002453856 sec. | ||
| 9382 | 2025.04.24 06:44:28.546400 [ 131 ] {} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9383 | 2025.04.24 06:44:28.546466 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9384 | 2025.04.24 06:44:28.546602 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9385 | 2025.04.24 06:44:28.546868 [ 188 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::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 | ||
| 9386 | 2025.04.24 06:44:28.546948 [ 260 ] {03c6a4b1-d1c5-4a5e-b7f4-5c917a421cfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9387 | 2025.04.24 06:44:28.547208 [ 260 ] {03c6a4b1-d1c5-4a5e-b7f4-5c917a421cfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9388 | 2025.04.24 06:44:28.547543 [ 188 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9389 | 2025.04.24 06:44:28.547710 [ 188 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1967 rows starting from the beginning of the part | ||
| 9390 | 2025.04.24 06:44:28.548225 [ 188 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 56 rows starting from the beginning of the part | ||
| 9391 | 2025.04.24 06:44:28.548835 [ 188 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 112 rows starting from the beginning of the part | ||
| 9392 | 2025.04.24 06:44:28.549257 [ 188 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 80 rows starting from the beginning of the part | ||
| 9393 | 2025.04.24 06:44:28.549544 [ 188 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 233 rows starting from the beginning of the part | ||
| 9394 | 2025.04.24 06:44:28.549809 [ 188 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 80 rows starting from the beginning of the part | ||
| 9395 | 2025.04.24 06:44:28.550867 [ 260 ] {03c6a4b1-d1c5-4a5e-b7f4-5c917a421cfc} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9396 | 2025.04.24 06:44:28.550948 [ 260 ] {03c6a4b1-d1c5-4a5e-b7f4-5c917a421cfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9397 | 2025.04.24 06:44:28.551771 [ 260 ] {03c6a4b1-d1c5-4a5e-b7f4-5c917a421cfc} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9398 | 2025.04.24 06:44:28.552271 [ 260 ] {03c6a4b1-d1c5-4a5e-b7f4-5c917a421cfc} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9399 | 2025.04.24 06:44:28.552653 [ 260 ] {03c6a4b1-d1c5-4a5e-b7f4-5c917a421cfc} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.005837 sec., 2055.8506081891383 rows/sec., 154.59 KiB/sec. | ||
| 9400 | 2025.04.24 06:44:28.553029 [ 260 ] {03c6a4b1-d1c5-4a5e-b7f4-5c917a421cfc} <Debug> TCPHandler: Processed in 0.006516247 sec. | ||
| 9401 | 2025.04.24 06:44:28.553538 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9402 | 2025.04.24 06:44:28.553562 [ 188 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2528 rows, containing 5 columns (5 merged, 0 gathered) in 0.006977088 sec., 362328.8111028555 rows/sec., 31.32 MiB/sec. | ||
| 9403 | 2025.04.24 06:44:28.553909 [ 260 ] {fdc9b344-2471-4955-b05c-4aa2b2159a55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9404 | 2025.04.24 06:44:28.553935 [ 188 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9405 | 2025.04.24 06:44:28.554030 [ 260 ] {fdc9b344-2471-4955-b05c-4aa2b2159a55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9406 | 2025.04.24 06:44:28.554501 [ 188 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_86_17} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9407 | 2025.04.24 06:44:28.554716 [ 188 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_86_17} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9408 | 2025.04.24 06:44:28.554858 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 9409 | 2025.04.24 06:44:28.555118 [ 260 ] {fdc9b344-2471-4955-b05c-4aa2b2159a55} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9410 | 2025.04.24 06:44:28.555161 [ 260 ] {fdc9b344-2471-4955-b05c-4aa2b2159a55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9411 | 2025.04.24 06:44:28.555517 [ 260 ] {fdc9b344-2471-4955-b05c-4aa2b2159a55} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9412 | 2025.04.24 06:44:28.555747 [ 260 ] {fdc9b344-2471-4955-b05c-4aa2b2159a55} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9413 | 2025.04.24 06:44:28.555931 [ 131 ] {} <Debug> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9414 | 2025.04.24 06:44:28.555991 [ 260 ] {fdc9b344-2471-4955-b05c-4aa2b2159a55} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.002249 sec., 33792.79679857715 rows/sec., 2.64 MiB/sec. | ||
| 9415 | 2025.04.24 06:44:28.555998 [ 131 ] {} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9416 | 2025.04.24 06:44:28.556080 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9417 | 2025.04.24 06:44:28.556130 [ 260 ] {fdc9b344-2471-4955-b05c-4aa2b2159a55} <Debug> TCPHandler: Processed in 0.002758213 sec. | ||
| 9418 | 2025.04.24 06:44:28.556428 [ 187 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::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 | ||
| 9419 | 2025.04.24 06:44:28.556457 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9420 | 2025.04.24 06:44:28.556805 [ 260 ] {c9018035-2f8b-45bb-bed2-f3a5eac67625} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9421 | 2025.04.24 06:44:28.556987 [ 260 ] {c9018035-2f8b-45bb-bed2-f3a5eac67625} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9422 | 2025.04.24 06:44:28.557228 [ 187 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9423 | 2025.04.24 06:44:28.557438 [ 187 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 952 rows starting from the beginning of the part | ||
| 9424 | 2025.04.24 06:44:28.557993 [ 187 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 64 rows starting from the beginning of the part | ||
| 9425 | 2025.04.24 06:44:28.558396 [ 187 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 92 rows starting from the beginning of the part | ||
| 9426 | 2025.04.24 06:44:28.558842 [ 187 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 76 rows starting from the beginning of the part | ||
| 9427 | 2025.04.24 06:44:28.559198 [ 187 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 130 rows starting from the beginning of the part | ||
| 9428 | 2025.04.24 06:44:28.559441 [ 187 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 76 rows starting from the beginning of the part | ||
| 9429 | 2025.04.24 06:44:28.560454 [ 260 ] {c9018035-2f8b-45bb-bed2-f3a5eac67625} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9430 | 2025.04.24 06:44:28.560527 [ 260 ] {c9018035-2f8b-45bb-bed2-f3a5eac67625} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9431 | 2025.04.24 06:44:28.561525 [ 260 ] {c9018035-2f8b-45bb-bed2-f3a5eac67625} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9432 | 2025.04.24 06:44:28.561961 [ 260 ] {c9018035-2f8b-45bb-bed2-f3a5eac67625} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9433 | 2025.04.24 06:44:28.562203 [ 131 ] {} <Debug> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9434 | 2025.04.24 06:44:28.562308 [ 131 ] {} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9435 | 2025.04.24 06:44:28.562412 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9436 | 2025.04.24 06:44:28.562576 [ 260 ] {c9018035-2f8b-45bb-bed2-f3a5eac67625} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005825 sec., 27467.811158798282 rows/sec., 1.91 MiB/sec. | ||
| 9437 | 2025.04.24 06:44:28.562851 [ 193 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 9438 | 2025.04.24 06:44:28.562901 [ 190 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1390 rows, containing 5 columns (5 merged, 0 gathered) in 0.006702771 sec., 207376.91918760168 rows/sec., 16.35 MiB/sec. | ||
| 9439 | 2025.04.24 06:44:28.563036 [ 260 ] {c9018035-2f8b-45bb-bed2-f3a5eac67625} <Debug> TCPHandler: Processed in 0.00667977 sec. | ||
| 9440 | 2025.04.24 06:44:28.563273 [ 193 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9441 | 2025.04.24 06:44:28.563301 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9442 | 2025.04.24 06:44:28.563318 [ 190 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9443 | 2025.04.24 06:44:28.563372 [ 193 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 23954 rows starting from the beginning of the part | ||
| 9444 | 2025.04.24 06:44:28.563682 [ 260 ] {4dafd2e3-67b4-4e01-8021-365b39ec34d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9445 | 2025.04.24 06:44:28.563863 [ 193 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 62 rows starting from the beginning of the part | ||
| 9446 | 2025.04.24 06:44:28.564232 [ 260 ] {4dafd2e3-67b4-4e01-8021-365b39ec34d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9447 | 2025.04.24 06:44:28.564414 [ 193 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 9448 | 2025.04.24 06:44:28.564443 [ 190 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_86_17} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9449 | 2025.04.24 06:44:28.564901 [ 190 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_86_17} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9450 | 2025.04.24 06:44:28.564978 [ 193 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 160 rows starting from the beginning of the part | ||
| 9451 | 2025.04.24 06:44:28.565271 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
| 9452 | 2025.04.24 06:44:28.565539 [ 193 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 197 rows starting from the beginning of the part | ||
| 9453 | 2025.04.24 06:44:28.565935 [ 193 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 9454 | 2025.04.24 06:44:28.568686 [ 260 ] {4dafd2e3-67b4-4e01-8021-365b39ec34d4} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9455 | 2025.04.24 06:44:28.568757 [ 260 ] {4dafd2e3-67b4-4e01-8021-365b39ec34d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9456 | 2025.04.24 06:44:28.570326 [ 260 ] {4dafd2e3-67b4-4e01-8021-365b39ec34d4} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9457 | 2025.04.24 06:44:28.570617 [ 260 ] {4dafd2e3-67b4-4e01-8021-365b39ec34d4} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9458 | 2025.04.24 06:44:28.571250 [ 260 ] {4dafd2e3-67b4-4e01-8021-365b39ec34d4} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.007715 sec., 1555.411535968892 rows/sec., 2.79 MiB/sec. | ||
| 9459 | 2025.04.24 06:44:28.571583 [ 260 ] {4dafd2e3-67b4-4e01-8021-365b39ec34d4} <Debug> TCPHandler: Processed in 0.008377069 sec. | ||
| 9460 | 2025.04.24 06:44:28.572066 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9461 | 2025.04.24 06:44:28.572207 [ 260 ] {dbcb4bee-2791-4808-b711-9e29a120e913} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9462 | 2025.04.24 06:44:28.572256 [ 260 ] {dbcb4bee-2791-4808-b711-9e29a120e913} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9463 | 2025.04.24 06:44:28.572776 [ 260 ] {dbcb4bee-2791-4808-b711-9e29a120e913} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9464 | 2025.04.24 06:44:28.572814 [ 260 ] {dbcb4bee-2791-4808-b711-9e29a120e913} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9465 | 2025.04.24 06:44:28.573638 [ 260 ] {dbcb4bee-2791-4808-b711-9e29a120e913} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9466 | 2025.04.24 06:44:28.573946 [ 260 ] {dbcb4bee-2791-4808-b711-9e29a120e913} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9467 | 2025.04.24 06:44:28.574172 [ 131 ] {} <Debug> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9468 | 2025.04.24 06:44:28.574239 [ 131 ] {} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9469 | 2025.04.24 06:44:28.574246 [ 260 ] {dbcb4bee-2791-4808-b711-9e29a120e913} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002054 sec., 29211.295034079845 rows/sec., 1.97 MiB/sec. | ||
| 9470 | 2025.04.24 06:44:28.574270 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9471 | 2025.04.24 06:44:28.574511 [ 260 ] {dbcb4bee-2791-4808-b711-9e29a120e913} <Debug> TCPHandler: Processed in 0.002530217 sec. | ||
| 9472 | 2025.04.24 06:44:28.574682 [ 201 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 9473 | 2025.04.24 06:44:28.574803 [ 201 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9474 | 2025.04.24 06:44:28.574834 [ 201 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4400 rows starting from the beginning of the part | ||
| 9475 | 2025.04.24 06:44:28.574897 [ 201 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 22 rows starting from the beginning of the part | ||
| 9476 | 2025.04.24 06:44:28.575390 [ 201 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 9477 | 2025.04.24 06:44:28.575699 [ 201 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part | ||
| 9478 | 2025.04.24 06:44:28.576071 [ 201 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 60 rows starting from the beginning of the part | ||
| 9479 | 2025.04.24 06:44:28.576162 [ 193 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24693 rows, containing 5 columns (5 merged, 0 gathered) in 0.013556766 sec., 1821452.1073831327 rows/sec., 124.77 MiB/sec. | ||
| 9480 | 2025.04.24 06:44:28.576216 [ 201 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 9481 | 2025.04.24 06:44:28.576485 [ 193 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9482 | 2025.04.24 06:44:28.576942 [ 193 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9483 | 2025.04.24 06:44:28.577039 [ 193 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9484 | 2025.04.24 06:44:28.577140 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
| 9485 | 2025.04.24 06:44:28.578139 [ 198 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4662 rows, containing 4 columns (4 merged, 0 gathered) in 0.003719394 sec., 1253429.9942409974 rows/sec., 84.22 MiB/sec. | ||
| 9486 | 2025.04.24 06:44:28.578594 [ 198 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9487 | 2025.04.24 06:44:28.578905 [ 198 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_86_17} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9488 | 2025.04.24 06:44:28.578987 [ 198 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_86_17} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9489 | 2025.04.24 06:44:28.579091 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. | ||
| 9490 | 2025.04.24 06:44:31.772481 [ 129 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9491 | 2025.04.24 06:44:31.772549 [ 129 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9492 | 2025.04.24 06:44:31.989150 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24766 | ||
| 9493 | 2025.04.24 06:44:31.989808 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9494 | 2025.04.24 06:44:31.989859 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9495 | 2025.04.24 06:44:31.990392 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 9496 | 2025.04.24 06:44:31.990656 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9497 | 2025.04.24 06:44:31.990895 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766 | ||
| 9498 | 2025.04.24 06:44:33.544782 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9499 | 2025.04.24 06:44:33.544998 [ 260 ] {090ad326-c8ae-4b57-918d-eec9add899fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9500 | 2025.04.24 06:44:33.545080 [ 260 ] {090ad326-c8ae-4b57-918d-eec9add899fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9501 | 2025.04.24 06:44:33.545937 [ 260 ] {090ad326-c8ae-4b57-918d-eec9add899fc} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9502 | 2025.04.24 06:44:33.545982 [ 260 ] {090ad326-c8ae-4b57-918d-eec9add899fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9503 | 2025.04.24 06:44:33.546445 [ 260 ] {090ad326-c8ae-4b57-918d-eec9add899fc} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 9504 | 2025.04.24 06:44:33.546707 [ 260 ] {090ad326-c8ae-4b57-918d-eec9add899fc} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9505 | 2025.04.24 06:44:33.546903 [ 260 ] {090ad326-c8ae-4b57-918d-eec9add899fc} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001965 sec., 56997.45547073791 rows/sec., 4.79 MiB/sec. | ||
| 9506 | 2025.04.24 06:44:33.546968 [ 260 ] {090ad326-c8ae-4b57-918d-eec9add899fc} <Debug> TCPHandler: Processed in 0.002326402 sec. | ||
| 9507 | 2025.04.24 06:44:33.547096 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9508 | 2025.04.24 06:44:33.547210 [ 260 ] {48a76523-9b08-4a52-b15e-847febf31cfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9509 | 2025.04.24 06:44:33.547260 [ 260 ] {48a76523-9b08-4a52-b15e-847febf31cfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9510 | 2025.04.24 06:44:33.547793 [ 260 ] {48a76523-9b08-4a52-b15e-847febf31cfd} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9511 | 2025.04.24 06:44:33.547830 [ 260 ] {48a76523-9b08-4a52-b15e-847febf31cfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9512 | 2025.04.24 06:44:33.548183 [ 260 ] {48a76523-9b08-4a52-b15e-847febf31cfd} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9513 | 2025.04.24 06:44:33.548424 [ 260 ] {48a76523-9b08-4a52-b15e-847febf31cfd} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9514 | 2025.04.24 06:44:33.548605 [ 260 ] {48a76523-9b08-4a52-b15e-847febf31cfd} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.00142 sec., 19718.309859154928 rows/sec., 1.45 MiB/sec. | ||
| 9515 | 2025.04.24 06:44:33.548667 [ 260 ] {48a76523-9b08-4a52-b15e-847febf31cfd} <Debug> TCPHandler: Processed in 0.001625347 sec. | ||
| 9516 | 2025.04.24 06:44:33.548793 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9517 | 2025.04.24 06:44:33.548923 [ 260 ] {f35f4a0e-60ef-4574-9a2a-eb97c25f8a17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9518 | 2025.04.24 06:44:33.548969 [ 260 ] {f35f4a0e-60ef-4574-9a2a-eb97c25f8a17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9519 | 2025.04.24 06:44:33.549510 [ 260 ] {f35f4a0e-60ef-4574-9a2a-eb97c25f8a17} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9520 | 2025.04.24 06:44:33.549547 [ 260 ] {f35f4a0e-60ef-4574-9a2a-eb97c25f8a17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9521 | 2025.04.24 06:44:33.549895 [ 260 ] {f35f4a0e-60ef-4574-9a2a-eb97c25f8a17} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 9522 | 2025.04.24 06:44:33.550150 [ 260 ] {f35f4a0e-60ef-4574-9a2a-eb97c25f8a17} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9523 | 2025.04.24 06:44:33.550312 [ 260 ] {f35f4a0e-60ef-4574-9a2a-eb97c25f8a17} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001414 sec., 65063.64922206507 rows/sec., 5.08 MiB/sec. | ||
| 9524 | 2025.04.24 06:44:33.550361 [ 260 ] {f35f4a0e-60ef-4574-9a2a-eb97c25f8a17} <Debug> TCPHandler: Processed in 0.001635517 sec. | ||
| 9525 | 2025.04.24 06:44:33.550476 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9526 | 2025.04.24 06:44:33.550581 [ 260 ] {61a7fd80-6381-48f6-8205-8792343454ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9527 | 2025.04.24 06:44:33.550631 [ 260 ] {61a7fd80-6381-48f6-8205-8792343454ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9528 | 2025.04.24 06:44:33.551124 [ 260 ] {61a7fd80-6381-48f6-8205-8792343454ed} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9529 | 2025.04.24 06:44:33.551161 [ 260 ] {61a7fd80-6381-48f6-8205-8792343454ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9530 | 2025.04.24 06:44:33.551539 [ 260 ] {61a7fd80-6381-48f6-8205-8792343454ed} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 9531 | 2025.04.24 06:44:33.551765 [ 260 ] {61a7fd80-6381-48f6-8205-8792343454ed} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9532 | 2025.04.24 06:44:33.551928 [ 260 ] {61a7fd80-6381-48f6-8205-8792343454ed} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001369 sec., 116873.6303871439 rows/sec., 8.14 MiB/sec. | ||
| 9533 | 2025.04.24 06:44:33.551977 [ 260 ] {61a7fd80-6381-48f6-8205-8792343454ed} <Debug> TCPHandler: Processed in 0.001551535 sec. | ||
| 9534 | 2025.04.24 06:44:33.552091 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9535 | 2025.04.24 06:44:33.552194 [ 260 ] {f509f6dc-4cad-42fa-b991-96c376aa0e2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9536 | 2025.04.24 06:44:33.552259 [ 260 ] {f509f6dc-4cad-42fa-b991-96c376aa0e2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9537 | 2025.04.24 06:44:33.553349 [ 260 ] {f509f6dc-4cad-42fa-b991-96c376aa0e2d} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9538 | 2025.04.24 06:44:33.553386 [ 260 ] {f509f6dc-4cad-42fa-b991-96c376aa0e2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9539 | 2025.04.24 06:44:33.554005 [ 260 ] {f509f6dc-4cad-42fa-b991-96c376aa0e2d} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9540 | 2025.04.24 06:44:33.554260 [ 260 ] {f509f6dc-4cad-42fa-b991-96c376aa0e2d} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9541 | 2025.04.24 06:44:33.554483 [ 260 ] {f509f6dc-4cad-42fa-b991-96c376aa0e2d} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002309 sec., 12126.46167171936 rows/sec., 21.73 MiB/sec. | ||
| 9542 | 2025.04.24 06:44:33.554711 [ 260 ] {f509f6dc-4cad-42fa-b991-96c376aa0e2d} <Debug> TCPHandler: Processed in 0.00266952 sec. | ||
| 9543 | 2025.04.24 06:44:33.555014 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9544 | 2025.04.24 06:44:33.555153 [ 260 ] {529f9453-51cd-4949-83b3-fcce4a8aa7cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9545 | 2025.04.24 06:44:33.555202 [ 260 ] {529f9453-51cd-4949-83b3-fcce4a8aa7cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9546 | 2025.04.24 06:44:33.555639 [ 260 ] {529f9453-51cd-4949-83b3-fcce4a8aa7cb} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9547 | 2025.04.24 06:44:33.555677 [ 260 ] {529f9453-51cd-4949-83b3-fcce4a8aa7cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9548 | 2025.04.24 06:44:33.556033 [ 260 ] {529f9453-51cd-4949-83b3-fcce4a8aa7cb} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 9549 | 2025.04.24 06:44:33.556276 [ 260 ] {529f9453-51cd-4949-83b3-fcce4a8aa7cb} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9550 | 2025.04.24 06:44:33.556441 [ 260 ] {529f9453-51cd-4949-83b3-fcce4a8aa7cb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001312 sec., 45731.70731707317 rows/sec., 3.08 MiB/sec. | ||
| 9551 | 2025.04.24 06:44:33.556489 [ 260 ] {529f9453-51cd-4949-83b3-fcce4a8aa7cb} <Debug> TCPHandler: Processed in 0.001569645 sec. | ||
| 9552 | 2025.04.24 06:44:33.651777 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407 | ||
| 9553 | 2025.04.24 06:44:33.672907 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9554 | 2025.04.24 06:44:33.672971 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9555 | 2025.04.24 06:44:33.680226 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 9556 | 2025.04.24 06:44:33.681006 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9557 | 2025.04.24 06:44:33.683706 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407 | ||
| 9558 | 2025.04.24 06:44:36.232802 [ 123 ] {} <Debug> oximeter.fields_u8 (788ec107-c6c7-4ecf-8eae-6c824e50a883) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 9559 | 2025.04.24 06:44:36.232881 [ 123 ] {} <Trace> oximeter.fields_u8 (788ec107-c6c7-4ecf-8eae-6c824e50a883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9560 | 2025.04.24 06:44:36.232903 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9561 | 2025.04.24 06:44:36.233114 [ 197 ] {788ec107-c6c7-4ecf-8eae-6c824e50a883::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 | ||
| 9562 | 2025.04.24 06:44:36.233383 [ 197 ] {788ec107-c6c7-4ecf-8eae-6c824e50a883::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9563 | 2025.04.24 06:44:36.233422 [ 197 ] {788ec107-c6c7-4ecf-8eae-6c824e50a883::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 124 rows starting from the beginning of the part | ||
| 9564 | 2025.04.24 06:44:36.233504 [ 197 ] {788ec107-c6c7-4ecf-8eae-6c824e50a883::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 | ||
| 9565 | 2025.04.24 06:44:36.233717 [ 197 ] {788ec107-c6c7-4ecf-8eae-6c824e50a883::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 112 rows starting from the beginning of the part | ||
| 9566 | 2025.04.24 06:44:36.233923 [ 197 ] {788ec107-c6c7-4ecf-8eae-6c824e50a883::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 | ||
| 9567 | 2025.04.24 06:44:36.234024 [ 197 ] {788ec107-c6c7-4ecf-8eae-6c824e50a883::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 | ||
| 9568 | 2025.04.24 06:44:36.235096 [ 198 ] {788ec107-c6c7-4ecf-8eae-6c824e50a883::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 5 columns (5 merged, 0 gathered) in 0.002107477 sec., 129064.27923056812 rows/sec., 8.28 MiB/sec. | ||
| 9569 | 2025.04.24 06:44:36.235426 [ 196 ] {788ec107-c6c7-4ecf-8eae-6c824e50a883::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 9570 | 2025.04.24 06:44:36.235825 [ 196 ] {788ec107-c6c7-4ecf-8eae-6c824e50a883::all_1_13_3} <Trace> oximeter.fields_u8 (788ec107-c6c7-4ecf-8eae-6c824e50a883): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9571 | 2025.04.24 06:44:36.235917 [ 196 ] {788ec107-c6c7-4ecf-8eae-6c824e50a883::all_1_13_3} <Trace> oximeter.fields_u8 (788ec107-c6c7-4ecf-8eae-6c824e50a883) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 9572 | 2025.04.24 06:44:36.236024 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 9573 | 2025.04.24 06:44:36.581996 [ 121 ] {} <Debug> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535) (MergerMutator): Selected 5 parts from all_1_18_4 to all_22_22_0 | ||
| 9574 | 2025.04.24 06:44:36.582057 [ 121 ] {} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9575 | 2025.04.24 06:44:36.582083 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9576 | 2025.04.24 06:44:36.582223 [ 197 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_22_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_18_4 to all_22_22_0 into Compact with storage Full | ||
| 9577 | 2025.04.24 06:44:36.582400 [ 197 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_22_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9578 | 2025.04.24 06:44:36.582439 [ 197 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 365 rows starting from the beginning of the part | ||
| 9579 | 2025.04.24 06:44:36.582522 [ 197 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 228 rows starting from the beginning of the part | ||
| 9580 | 2025.04.24 06:44:36.582719 [ 197 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 24 rows starting from the beginning of the part | ||
| 9581 | 2025.04.24 06:44:36.582891 [ 197 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 228 rows starting from the beginning of the part | ||
| 9582 | 2025.04.24 06:44:36.583016 [ 197 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 24 rows starting from the beginning of the part | ||
| 9583 | 2025.04.24 06:44:36.584108 [ 191 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_22_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 869 rows, containing 5 columns (5 merged, 0 gathered) in 0.001961114 sec., 443115.49456074456 rows/sec., 32.08 MiB/sec. | ||
| 9584 | 2025.04.24 06:44:36.584347 [ 186 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_22_5} <Trace> MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) | ||
| 9585 | 2025.04.24 06:44:36.584711 [ 186 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_22_5} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9586 | 2025.04.24 06:44:36.584804 [ 186 ] {ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535::all_1_22_5} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535) (MergerMutator): Merged 5 parts: [all_1_18_4, all_22_22_0] -> all_1_22_5 | ||
| 9587 | 2025.04.24 06:44:36.584909 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 9588 | 2025.04.24 06:44:36.667548 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9589 | 2025.04.24 06:44:36.667845 [ 260 ] {576e7abb-f9d3-49e2-be24-4aa6cbbd82b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9590 | 2025.04.24 06:44:36.667948 [ 260 ] {576e7abb-f9d3-49e2-be24-4aa6cbbd82b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9591 | 2025.04.24 06:44:36.668871 [ 260 ] {576e7abb-f9d3-49e2-be24-4aa6cbbd82b3} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9592 | 2025.04.24 06:44:36.668918 [ 260 ] {576e7abb-f9d3-49e2-be24-4aa6cbbd82b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9593 | 2025.04.24 06:44:36.669325 [ 260 ] {576e7abb-f9d3-49e2-be24-4aa6cbbd82b3} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 9594 | 2025.04.24 06:44:36.669575 [ 260 ] {576e7abb-f9d3-49e2-be24-4aa6cbbd82b3} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9595 | 2025.04.24 06:44:36.669817 [ 260 ] {576e7abb-f9d3-49e2-be24-4aa6cbbd82b3} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002037 sec., 981.8360333824251 rows/sec., 80.06 KiB/sec. | ||
| 9596 | 2025.04.24 06:44:36.669942 [ 260 ] {576e7abb-f9d3-49e2-be24-4aa6cbbd82b3} <Debug> TCPHandler: Processed in 0.002533667 sec. | ||
| 9597 | 2025.04.24 06:44:36.670121 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9598 | 2025.04.24 06:44:36.670225 [ 260 ] {a545058b-795b-4924-bd7a-ffb69df6401d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9599 | 2025.04.24 06:44:36.670270 [ 260 ] {a545058b-795b-4924-bd7a-ffb69df6401d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9600 | 2025.04.24 06:44:36.671448 [ 260 ] {a545058b-795b-4924-bd7a-ffb69df6401d} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9601 | 2025.04.24 06:44:36.671487 [ 260 ] {a545058b-795b-4924-bd7a-ffb69df6401d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9602 | 2025.04.24 06:44:36.671908 [ 260 ] {a545058b-795b-4924-bd7a-ffb69df6401d} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 9603 | 2025.04.24 06:44:36.672156 [ 260 ] {a545058b-795b-4924-bd7a-ffb69df6401d} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9604 | 2025.04.24 06:44:36.672364 [ 260 ] {a545058b-795b-4924-bd7a-ffb69df6401d} <Debug> executeQuery: Read 1221 rows, 102.94 KiB in 0.002161 sec., 565016.1962054604 rows/sec., 46.52 MiB/sec. | ||
| 9605 | 2025.04.24 06:44:36.672415 [ 260 ] {a545058b-795b-4924-bd7a-ffb69df6401d} <Debug> TCPHandler: Processed in 0.002345943 sec. | ||
| 9606 | 2025.04.24 06:44:36.672535 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9607 | 2025.04.24 06:44:36.672641 [ 260 ] {a3a2cde2-2257-4fd1-b30d-bd050829c7a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9608 | 2025.04.24 06:44:36.672687 [ 260 ] {a3a2cde2-2257-4fd1-b30d-bd050829c7a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9609 | 2025.04.24 06:44:36.673206 [ 260 ] {a3a2cde2-2257-4fd1-b30d-bd050829c7a6} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9610 | 2025.04.24 06:44:36.673245 [ 260 ] {a3a2cde2-2257-4fd1-b30d-bd050829c7a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9611 | 2025.04.24 06:44:36.673590 [ 260 ] {a3a2cde2-2257-4fd1-b30d-bd050829c7a6} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9612 | 2025.04.24 06:44:36.673826 [ 260 ] {a3a2cde2-2257-4fd1-b30d-bd050829c7a6} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9613 | 2025.04.24 06:44:36.673996 [ 121 ] {} <Debug> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9614 | 2025.04.24 06:44:36.674048 [ 260 ] {a3a2cde2-2257-4fd1-b30d-bd050829c7a6} <Debug> executeQuery: Read 14 rows, 1.04 KiB in 0.001426 sec., 9817.671809256663 rows/sec., 730.71 KiB/sec. | ||
| 9615 | 2025.04.24 06:44:36.674065 [ 121 ] {} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9616 | 2025.04.24 06:44:36.674134 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9617 | 2025.04.24 06:44:36.674179 [ 260 ] {a3a2cde2-2257-4fd1-b30d-bd050829c7a6} <Debug> TCPHandler: Processed in 0.001693119 sec. | ||
| 9618 | 2025.04.24 06:44:36.674327 [ 186 ] {6d91faa5-474e-4006-b181-dbf82df66096::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 | ||
| 9619 | 2025.04.24 06:44:36.674335 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9620 | 2025.04.24 06:44:36.674493 [ 260 ] {b7d70977-05b3-4b3e-982d-0fa6e85e7fd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9621 | 2025.04.24 06:44:36.674499 [ 186 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9622 | 2025.04.24 06:44:36.674550 [ 260 ] {b7d70977-05b3-4b3e-982d-0fa6e85e7fd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9623 | 2025.04.24 06:44:36.674554 [ 186 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 178 rows starting from the beginning of the part | ||
| 9624 | 2025.04.24 06:44:36.674742 [ 186 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 12 rows starting from the beginning of the part | ||
| 9625 | 2025.04.24 06:44:36.675331 [ 186 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 42 rows starting from the beginning of the part | ||
| 9626 | 2025.04.24 06:44:36.675641 [ 186 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 12 rows starting from the beginning of the part | ||
| 9627 | 2025.04.24 06:44:36.676016 [ 186 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 28 rows starting from the beginning of the part | ||
| 9628 | 2025.04.24 06:44:36.676292 [ 186 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 14 rows starting from the beginning of the part | ||
| 9629 | 2025.04.24 06:44:36.677011 [ 260 ] {b7d70977-05b3-4b3e-982d-0fa6e85e7fd0} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9630 | 2025.04.24 06:44:36.677054 [ 260 ] {b7d70977-05b3-4b3e-982d-0fa6e85e7fd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9631 | 2025.04.24 06:44:36.677571 [ 260 ] {b7d70977-05b3-4b3e-982d-0fa6e85e7fd0} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 9632 | 2025.04.24 06:44:36.677926 [ 186 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 286 rows, containing 5 columns (5 merged, 0 gathered) in 0.003682273 sec., 77669.41777537951 rows/sec., 5.58 MiB/sec. | ||
| 9633 | 2025.04.24 06:44:36.677932 [ 260 ] {b7d70977-05b3-4b3e-982d-0fa6e85e7fd0} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9634 | 2025.04.24 06:44:36.678198 [ 191 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9635 | 2025.04.24 06:44:36.678253 [ 260 ] {b7d70977-05b3-4b3e-982d-0fa6e85e7fd0} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.003789 sec., 60174.1884402217 rows/sec., 4.07 MiB/sec. | ||
| 9636 | 2025.04.24 06:44:36.678436 [ 260 ] {b7d70977-05b3-4b3e-982d-0fa6e85e7fd0} <Debug> TCPHandler: Processed in 0.004161344 sec. | ||
| 9637 | 2025.04.24 06:44:36.678588 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9638 | 2025.04.24 06:44:36.678746 [ 260 ] {633de589-53ed-49d8-aef5-628c57c15ab0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9639 | 2025.04.24 06:44:36.678816 [ 191 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_76_15} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9640 | 2025.04.24 06:44:36.678834 [ 260 ] {633de589-53ed-49d8-aef5-628c57c15ab0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9641 | 2025.04.24 06:44:36.679067 [ 191 ] {6d91faa5-474e-4006-b181-dbf82df66096::all_1_76_15} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9642 | 2025.04.24 06:44:36.679303 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 9643 | 2025.04.24 06:44:36.679926 [ 260 ] {633de589-53ed-49d8-aef5-628c57c15ab0} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9644 | 2025.04.24 06:44:36.679971 [ 260 ] {633de589-53ed-49d8-aef5-628c57c15ab0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9645 | 2025.04.24 06:44:36.680348 [ 260 ] {633de589-53ed-49d8-aef5-628c57c15ab0} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 9646 | 2025.04.24 06:44:36.680590 [ 260 ] {633de589-53ed-49d8-aef5-628c57c15ab0} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9647 | 2025.04.24 06:44:36.680794 [ 260 ] {633de589-53ed-49d8-aef5-628c57c15ab0} <Debug> executeQuery: Read 534 rows, 40.53 KiB in 0.002101 sec., 254164.68348405522 rows/sec., 18.84 MiB/sec. | ||
| 9648 | 2025.04.24 06:44:36.680847 [ 260 ] {633de589-53ed-49d8-aef5-628c57c15ab0} <Debug> TCPHandler: Processed in 0.002324642 sec. | ||
| 9649 | 2025.04.24 06:44:36.680973 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9650 | 2025.04.24 06:44:36.681077 [ 260 ] {212424ec-9cea-4e67-9294-1c6b13abc7bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9651 | 2025.04.24 06:44:36.681125 [ 260 ] {212424ec-9cea-4e67-9294-1c6b13abc7bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9652 | 2025.04.24 06:44:36.681814 [ 260 ] {212424ec-9cea-4e67-9294-1c6b13abc7bd} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9653 | 2025.04.24 06:44:36.681852 [ 260 ] {212424ec-9cea-4e67-9294-1c6b13abc7bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9654 | 2025.04.24 06:44:36.682276 [ 260 ] {212424ec-9cea-4e67-9294-1c6b13abc7bd} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 9655 | 2025.04.24 06:44:36.682519 [ 260 ] {212424ec-9cea-4e67-9294-1c6b13abc7bd} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9656 | 2025.04.24 06:44:36.682725 [ 260 ] {212424ec-9cea-4e67-9294-1c6b13abc7bd} <Debug> executeQuery: Read 965 rows, 66.32 KiB in 0.001669 sec., 578190.5332534452 rows/sec., 38.81 MiB/sec. | ||
| 9657 | 2025.04.24 06:44:36.682776 [ 260 ] {212424ec-9cea-4e67-9294-1c6b13abc7bd} <Debug> TCPHandler: Processed in 0.001854152 sec. | ||
| 9658 | 2025.04.24 06:44:36.682892 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9659 | 2025.04.24 06:44:36.682996 [ 260 ] {7eb8b5e1-5ff5-4f86-bc2c-0cdc938b15aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9660 | 2025.04.24 06:44:36.683062 [ 260 ] {7eb8b5e1-5ff5-4f86-bc2c-0cdc938b15aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9661 | 2025.04.24 06:44:36.684062 [ 260 ] {7eb8b5e1-5ff5-4f86-bc2c-0cdc938b15aa} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9662 | 2025.04.24 06:44:36.684102 [ 260 ] {7eb8b5e1-5ff5-4f86-bc2c-0cdc938b15aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9663 | 2025.04.24 06:44:36.684699 [ 260 ] {7eb8b5e1-5ff5-4f86-bc2c-0cdc938b15aa} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9664 | 2025.04.24 06:44:36.684950 [ 260 ] {7eb8b5e1-5ff5-4f86-bc2c-0cdc938b15aa} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9665 | 2025.04.24 06:44:36.685140 [ 121 ] {} <Debug> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9666 | 2025.04.24 06:44:36.685204 [ 121 ] {} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9667 | 2025.04.24 06:44:36.685209 [ 260 ] {7eb8b5e1-5ff5-4f86-bc2c-0cdc938b15aa} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002222 sec., 5400.540054005401 rows/sec., 9.68 MiB/sec. | ||
| 9668 | 2025.04.24 06:44:36.685246 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9669 | 2025.04.24 06:44:36.685652 [ 260 ] {7eb8b5e1-5ff5-4f86-bc2c-0cdc938b15aa} <Debug> TCPHandler: Processed in 0.002806033 sec. | ||
| 9670 | 2025.04.24 06:44:36.685754 [ 200 ] {186bf897-e03c-453c-939b-7d7f7079b981::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 | ||
| 9671 | 2025.04.24 06:44:36.685863 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9672 | 2025.04.24 06:44:36.686072 [ 260 ] {70ed25c2-d781-4cc7-9abd-cb631711cef2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9673 | 2025.04.24 06:44:36.686217 [ 260 ] {70ed25c2-d781-4cc7-9abd-cb631711cef2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9674 | 2025.04.24 06:44:36.687115 [ 200 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9675 | 2025.04.24 06:44:36.687225 [ 200 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1386 rows starting from the beginning of the part | ||
| 9676 | 2025.04.24 06:44:36.688022 [ 200 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 12 rows starting from the beginning of the part | ||
| 9677 | 2025.04.24 06:44:36.688237 [ 260 ] {70ed25c2-d781-4cc7-9abd-cb631711cef2} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9678 | 2025.04.24 06:44:36.688504 [ 260 ] {70ed25c2-d781-4cc7-9abd-cb631711cef2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9679 | 2025.04.24 06:44:36.688658 [ 200 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 28 rows starting from the beginning of the part | ||
| 9680 | 2025.04.24 06:44:36.689284 [ 200 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 12 rows starting from the beginning of the part | ||
| 9681 | 2025.04.24 06:44:36.689855 [ 200 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 28 rows starting from the beginning of the part | ||
| 9682 | 2025.04.24 06:44:36.690451 [ 200 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 12 rows starting from the beginning of the part | ||
| 9683 | 2025.04.24 06:44:36.690752 [ 260 ] {70ed25c2-d781-4cc7-9abd-cb631711cef2} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 9684 | 2025.04.24 06:44:36.691403 [ 260 ] {70ed25c2-d781-4cc7-9abd-cb631711cef2} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9685 | 2025.04.24 06:44:36.691834 [ 260 ] {70ed25c2-d781-4cc7-9abd-cb631711cef2} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.005812 sec., 7570.543702684102 rows/sec., 521.55 KiB/sec. | ||
| 9686 | 2025.04.24 06:44:36.692040 [ 260 ] {70ed25c2-d781-4cc7-9abd-cb631711cef2} <Debug> TCPHandler: Processed in 0.0062353 sec. | ||
| 9687 | 2025.04.24 06:44:36.698471 [ 191 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1478 rows, containing 19 columns (19 merged, 0 gathered) in 0.013055284 sec., 113210.8654242987 rows/sec., 202.87 MiB/sec. | ||
| 9688 | 2025.04.24 06:44:36.700173 [ 191 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9689 | 2025.04.24 06:44:36.700602 [ 191 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9690 | 2025.04.24 06:44:36.700688 [ 191 ] {186bf897-e03c-453c-939b-7d7f7079b981::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9691 | 2025.04.24 06:44:36.700849 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.58 MiB. | ||
| 9692 | 2025.04.24 06:44:37.001130 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 236.40 MiB, peak 247.95 MiB, free memory in arenas 0.00 B, will set to 238.63 MiB (RSS), difference: 2.23 MiB | ||
| 9693 | 2025.04.24 06:44:37.112670 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1350 | ||
| 9694 | 2025.04.24 06:44:37.115907 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9695 | 2025.04.24 06:44:37.115956 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9696 | 2025.04.24 06:44:37.117404 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 9697 | 2025.04.24 06:44:37.117711 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9698 | 2025.04.24 06:44:37.119092 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1350 | ||
| 9699 | 2025.04.24 06:44:38.344393 [ 120 ] {} <Debug> oximeter.fields_i16 (6ff42f6f-4885-487d-9a78-1dd7a3795b79) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 9700 | 2025.04.24 06:44:38.344460 [ 120 ] {} <Trace> oximeter.fields_i16 (6ff42f6f-4885-487d-9a78-1dd7a3795b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9701 | 2025.04.24 06:44:38.344482 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9702 | 2025.04.24 06:44:38.344694 [ 189 ] {6ff42f6f-4885-487d-9a78-1dd7a3795b79::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 | ||
| 9703 | 2025.04.24 06:44:38.344894 [ 189 ] {6ff42f6f-4885-487d-9a78-1dd7a3795b79::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9704 | 2025.04.24 06:44:38.344936 [ 189 ] {6ff42f6f-4885-487d-9a78-1dd7a3795b79::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 236 rows starting from the beginning of the part | ||
| 9705 | 2025.04.24 06:44:38.345029 [ 189 ] {6ff42f6f-4885-487d-9a78-1dd7a3795b79::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 | ||
| 9706 | 2025.04.24 06:44:38.345169 [ 189 ] {6ff42f6f-4885-487d-9a78-1dd7a3795b79::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 212 rows starting from the beginning of the part | ||
| 9707 | 2025.04.24 06:44:38.345311 [ 189 ] {6ff42f6f-4885-487d-9a78-1dd7a3795b79::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 | ||
| 9708 | 2025.04.24 06:44:38.345396 [ 189 ] {6ff42f6f-4885-487d-9a78-1dd7a3795b79::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 | ||
| 9709 | 2025.04.24 06:44:38.346484 [ 191 ] {6ff42f6f-4885-487d-9a78-1dd7a3795b79::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 520 rows, containing 5 columns (5 merged, 0 gathered) in 0.001926623 sec., 269902.3109347288 rows/sec., 19.16 MiB/sec. | ||
| 9710 | 2025.04.24 06:44:38.346734 [ 195 ] {6ff42f6f-4885-487d-9a78-1dd7a3795b79::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 9711 | 2025.04.24 06:44:38.347151 [ 195 ] {6ff42f6f-4885-487d-9a78-1dd7a3795b79::all_1_13_3} <Trace> oximeter.fields_i16 (6ff42f6f-4885-487d-9a78-1dd7a3795b79): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9712 | 2025.04.24 06:44:38.347256 [ 195 ] {6ff42f6f-4885-487d-9a78-1dd7a3795b79::all_1_13_3} <Trace> oximeter.fields_i16 (6ff42f6f-4885-487d-9a78-1dd7a3795b79) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 9713 | 2025.04.24 06:44:38.347375 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 9714 | 2025.04.24 06:44:38.538465 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9715 | 2025.04.24 06:44:38.538727 [ 260 ] {6b8e2754-301a-40c7-90ea-11126bdf9253} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9716 | 2025.04.24 06:44:38.538844 [ 260 ] {6b8e2754-301a-40c7-90ea-11126bdf9253} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9717 | 2025.04.24 06:44:38.540049 [ 260 ] {6b8e2754-301a-40c7-90ea-11126bdf9253} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9718 | 2025.04.24 06:44:38.540100 [ 260 ] {6b8e2754-301a-40c7-90ea-11126bdf9253} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9719 | 2025.04.24 06:44:38.540532 [ 260 ] {6b8e2754-301a-40c7-90ea-11126bdf9253} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 9720 | 2025.04.24 06:44:38.540782 [ 260 ] {6b8e2754-301a-40c7-90ea-11126bdf9253} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9721 | 2025.04.24 06:44:38.541012 [ 260 ] {6b8e2754-301a-40c7-90ea-11126bdf9253} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002371 sec., 23618.72627583298 rows/sec., 1.80 MiB/sec. | ||
| 9722 | 2025.04.24 06:44:38.541068 [ 260 ] {6b8e2754-301a-40c7-90ea-11126bdf9253} <Debug> TCPHandler: Processed in 0.002743962 sec. | ||
| 9723 | 2025.04.24 06:44:38.541205 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9724 | 2025.04.24 06:44:38.541309 [ 260 ] {6f2f28b4-562f-4770-b961-18da816a37e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9725 | 2025.04.24 06:44:38.541354 [ 260 ] {6f2f28b4-562f-4770-b961-18da816a37e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9726 | 2025.04.24 06:44:38.541943 [ 260 ] {6f2f28b4-562f-4770-b961-18da816a37e3} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9727 | 2025.04.24 06:44:38.541982 [ 260 ] {6f2f28b4-562f-4770-b961-18da816a37e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9728 | 2025.04.24 06:44:38.542323 [ 260 ] {6f2f28b4-562f-4770-b961-18da816a37e3} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 9729 | 2025.04.24 06:44:38.542557 [ 260 ] {6f2f28b4-562f-4770-b961-18da816a37e3} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9730 | 2025.04.24 06:44:38.542756 [ 260 ] {6f2f28b4-562f-4770-b961-18da816a37e3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001469 sec., 43567.052416609935 rows/sec., 3.40 MiB/sec. | ||
| 9731 | 2025.04.24 06:44:38.542805 [ 260 ] {6f2f28b4-562f-4770-b961-18da816a37e3} <Debug> TCPHandler: Processed in 0.001654547 sec. | ||
| 9732 | 2025.04.24 06:44:38.542938 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9733 | 2025.04.24 06:44:38.543040 [ 260 ] {baa8758a-077f-4e93-af33-81a555cfa670} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9734 | 2025.04.24 06:44:38.543089 [ 260 ] {baa8758a-077f-4e93-af33-81a555cfa670} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9735 | 2025.04.24 06:44:38.543656 [ 260 ] {baa8758a-077f-4e93-af33-81a555cfa670} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9736 | 2025.04.24 06:44:38.543696 [ 260 ] {baa8758a-077f-4e93-af33-81a555cfa670} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9737 | 2025.04.24 06:44:38.544069 [ 260 ] {baa8758a-077f-4e93-af33-81a555cfa670} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 9738 | 2025.04.24 06:44:38.544319 [ 260 ] {baa8758a-077f-4e93-af33-81a555cfa670} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9739 | 2025.04.24 06:44:38.544521 [ 260 ] {baa8758a-077f-4e93-af33-81a555cfa670} <Debug> executeQuery: Read 42 rows, 2.99 KiB in 0.001501 sec., 27981.34576948701 rows/sec., 1.95 MiB/sec. | ||
| 9740 | 2025.04.24 06:44:38.544571 [ 260 ] {baa8758a-077f-4e93-af33-81a555cfa670} <Debug> TCPHandler: Processed in 0.001685987 sec. | ||
| 9741 | 2025.04.24 06:44:38.544685 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9742 | 2025.04.24 06:44:38.544788 [ 260 ] {e04d3f36-16f8-48c4-9f46-ad2bfb5683c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9743 | 2025.04.24 06:44:38.544834 [ 260 ] {e04d3f36-16f8-48c4-9f46-ad2bfb5683c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9744 | 2025.04.24 06:44:38.545250 [ 260 ] {e04d3f36-16f8-48c4-9f46-ad2bfb5683c5} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9745 | 2025.04.24 06:44:38.545289 [ 260 ] {e04d3f36-16f8-48c4-9f46-ad2bfb5683c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9746 | 2025.04.24 06:44:38.545630 [ 260 ] {e04d3f36-16f8-48c4-9f46-ad2bfb5683c5} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 9747 | 2025.04.24 06:44:38.545859 [ 260 ] {e04d3f36-16f8-48c4-9f46-ad2bfb5683c5} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9748 | 2025.04.24 06:44:38.546047 [ 260 ] {e04d3f36-16f8-48c4-9f46-ad2bfb5683c5} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.00128 sec., 12499.999999999998 rows/sec., 866.70 KiB/sec. | ||
| 9749 | 2025.04.24 06:44:38.546093 [ 260 ] {e04d3f36-16f8-48c4-9f46-ad2bfb5683c5} <Debug> TCPHandler: Processed in 0.001456633 sec. | ||
| 9750 | 2025.04.24 06:44:39.491981 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25254 | ||
| 9751 | 2025.04.24 06:44:39.492658 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9752 | 2025.04.24 06:44:39.492706 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9753 | 2025.04.24 06:44:39.493214 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 9754 | 2025.04.24 06:44:39.493470 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9755 | 2025.04.24 06:44:39.493716 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25254 | ||
| 9756 | 2025.04.24 06:44:41.184737 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 | ||
| 9757 | 2025.04.24 06:44:41.205229 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9758 | 2025.04.24 06:44:41.205270 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9759 | 2025.04.24 06:44:41.212428 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 9760 | 2025.04.24 06:44:41.213189 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9761 | 2025.04.24 06:44:41.216844 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415 | ||
| 9762 | 2025.04.24 06:44:43.544396 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9763 | 2025.04.24 06:44:43.544591 [ 260 ] {048ce6b2-1ea1-4f83-9447-f40f2e7b2761} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9764 | 2025.04.24 06:44:43.544665 [ 260 ] {048ce6b2-1ea1-4f83-9447-f40f2e7b2761} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9765 | 2025.04.24 06:44:43.545484 [ 260 ] {048ce6b2-1ea1-4f83-9447-f40f2e7b2761} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9766 | 2025.04.24 06:44:43.545536 [ 260 ] {048ce6b2-1ea1-4f83-9447-f40f2e7b2761} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9767 | 2025.04.24 06:44:43.545976 [ 260 ] {048ce6b2-1ea1-4f83-9447-f40f2e7b2761} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 9768 | 2025.04.24 06:44:43.546226 [ 260 ] {048ce6b2-1ea1-4f83-9447-f40f2e7b2761} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9769 | 2025.04.24 06:44:43.546429 [ 260 ] {048ce6b2-1ea1-4f83-9447-f40f2e7b2761} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001886 sec., 59384.94167550371 rows/sec., 4.99 MiB/sec. | ||
| 9770 | 2025.04.24 06:44:43.546511 [ 260 ] {048ce6b2-1ea1-4f83-9447-f40f2e7b2761} <Debug> TCPHandler: Processed in 0.002245931 sec. | ||
| 9771 | 2025.04.24 06:44:43.546668 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9772 | 2025.04.24 06:44:43.546959 [ 260 ] {90133621-e099-4a44-b541-09fc6f876d74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9773 | 2025.04.24 06:44:43.547084 [ 260 ] {90133621-e099-4a44-b541-09fc6f876d74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9774 | 2025.04.24 06:44:43.547916 [ 260 ] {90133621-e099-4a44-b541-09fc6f876d74} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9775 | 2025.04.24 06:44:43.547956 [ 260 ] {90133621-e099-4a44-b541-09fc6f876d74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9776 | 2025.04.24 06:44:43.548306 [ 260 ] {90133621-e099-4a44-b541-09fc6f876d74} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9777 | 2025.04.24 06:44:43.548551 [ 260 ] {90133621-e099-4a44-b541-09fc6f876d74} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9778 | 2025.04.24 06:44:43.548718 [ 260 ] {90133621-e099-4a44-b541-09fc6f876d74} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001869 sec., 14981.2734082397 rows/sec., 1.10 MiB/sec. | ||
| 9779 | 2025.04.24 06:44:43.548768 [ 260 ] {90133621-e099-4a44-b541-09fc6f876d74} <Debug> TCPHandler: Processed in 0.002173709 sec. | ||
| 9780 | 2025.04.24 06:44:43.548884 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9781 | 2025.04.24 06:44:43.548989 [ 260 ] {d368462a-e95d-4db5-bfc4-86ad5b370c56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9782 | 2025.04.24 06:44:43.549033 [ 260 ] {d368462a-e95d-4db5-bfc4-86ad5b370c56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9783 | 2025.04.24 06:44:43.549564 [ 260 ] {d368462a-e95d-4db5-bfc4-86ad5b370c56} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9784 | 2025.04.24 06:44:43.549602 [ 260 ] {d368462a-e95d-4db5-bfc4-86ad5b370c56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9785 | 2025.04.24 06:44:43.549949 [ 260 ] {d368462a-e95d-4db5-bfc4-86ad5b370c56} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 9786 | 2025.04.24 06:44:43.550187 [ 260 ] {d368462a-e95d-4db5-bfc4-86ad5b370c56} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9787 | 2025.04.24 06:44:43.550353 [ 260 ] {d368462a-e95d-4db5-bfc4-86ad5b370c56} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001385 sec., 66425.9927797834 rows/sec., 5.19 MiB/sec. | ||
| 9788 | 2025.04.24 06:44:43.550403 [ 260 ] {d368462a-e95d-4db5-bfc4-86ad5b370c56} <Debug> TCPHandler: Processed in 0.001571496 sec. | ||
| 9789 | 2025.04.24 06:44:43.550519 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9790 | 2025.04.24 06:44:43.550624 [ 260 ] {4cbafba3-aafe-4c35-94a0-d2d7b355cd59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9791 | 2025.04.24 06:44:43.550673 [ 260 ] {4cbafba3-aafe-4c35-94a0-d2d7b355cd59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9792 | 2025.04.24 06:44:43.551175 [ 260 ] {4cbafba3-aafe-4c35-94a0-d2d7b355cd59} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9793 | 2025.04.24 06:44:43.551212 [ 260 ] {4cbafba3-aafe-4c35-94a0-d2d7b355cd59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9794 | 2025.04.24 06:44:43.551587 [ 260 ] {4cbafba3-aafe-4c35-94a0-d2d7b355cd59} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 9795 | 2025.04.24 06:44:43.551818 [ 260 ] {4cbafba3-aafe-4c35-94a0-d2d7b355cd59} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9796 | 2025.04.24 06:44:43.551988 [ 260 ] {4cbafba3-aafe-4c35-94a0-d2d7b355cd59} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001386 sec., 115440.11544011543 rows/sec., 8.04 MiB/sec. | ||
| 9797 | 2025.04.24 06:44:43.552036 [ 260 ] {4cbafba3-aafe-4c35-94a0-d2d7b355cd59} <Debug> TCPHandler: Processed in 0.001569386 sec. | ||
| 9798 | 2025.04.24 06:44:43.552151 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9799 | 2025.04.24 06:44:43.552256 [ 260 ] {4f76f6a2-c18d-45a6-8418-60bcc0430a10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9800 | 2025.04.24 06:44:43.552321 [ 260 ] {4f76f6a2-c18d-45a6-8418-60bcc0430a10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9801 | 2025.04.24 06:44:43.553390 [ 260 ] {4f76f6a2-c18d-45a6-8418-60bcc0430a10} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9802 | 2025.04.24 06:44:43.553427 [ 260 ] {4f76f6a2-c18d-45a6-8418-60bcc0430a10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9803 | 2025.04.24 06:44:43.554039 [ 260 ] {4f76f6a2-c18d-45a6-8418-60bcc0430a10} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9804 | 2025.04.24 06:44:43.554291 [ 260 ] {4f76f6a2-c18d-45a6-8418-60bcc0430a10} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9805 | 2025.04.24 06:44:43.554475 [ 260 ] {4f76f6a2-c18d-45a6-8418-60bcc0430a10} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002241 sec., 12494.42213297635 rows/sec., 22.39 MiB/sec. | ||
| 9806 | 2025.04.24 06:44:43.554562 [ 260 ] {4f76f6a2-c18d-45a6-8418-60bcc0430a10} <Debug> TCPHandler: Processed in 0.002463816 sec. | ||
| 9807 | 2025.04.24 06:44:43.554697 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9808 | 2025.04.24 06:44:43.554828 [ 260 ] {dea74e65-17e6-4b18-ad2f-8bdf019046a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9809 | 2025.04.24 06:44:43.554883 [ 260 ] {dea74e65-17e6-4b18-ad2f-8bdf019046a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9810 | 2025.04.24 06:44:43.555382 [ 260 ] {dea74e65-17e6-4b18-ad2f-8bdf019046a3} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9811 | 2025.04.24 06:44:43.555426 [ 260 ] {dea74e65-17e6-4b18-ad2f-8bdf019046a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9812 | 2025.04.24 06:44:43.555843 [ 260 ] {dea74e65-17e6-4b18-ad2f-8bdf019046a3} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 9813 | 2025.04.24 06:44:43.556083 [ 260 ] {dea74e65-17e6-4b18-ad2f-8bdf019046a3} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9814 | 2025.04.24 06:44:43.556251 [ 260 ] {dea74e65-17e6-4b18-ad2f-8bdf019046a3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001453 sec., 41293.87474191328 rows/sec., 2.78 MiB/sec. | ||
| 9815 | 2025.04.24 06:44:43.556299 [ 260 ] {dea74e65-17e6-4b18-ad2f-8bdf019046a3} <Debug> TCPHandler: Processed in 0.001664678 sec. | ||
| 9816 | 2025.04.24 06:44:46.772585 [ 110 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9817 | 2025.04.24 06:44:46.772650 [ 110 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9818 | 2025.04.24 06:44:46.993858 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25681 | ||
| 9819 | 2025.04.24 06:44:46.994898 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9820 | 2025.04.24 06:44:46.994994 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9821 | 2025.04.24 06:44:46.995612 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 9822 | 2025.04.24 06:44:46.995859 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9823 | 2025.04.24 06:44:46.996109 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681 | ||
| 9824 | 2025.04.24 06:44:46.996133 [ 110 ] {} <Debug> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 9825 | 2025.04.24 06:44:46.996233 [ 110 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9826 | 2025.04.24 06:44:46.996276 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9827 | 2025.04.24 06:44:46.996449 [ 189 ] {fa75712d-43b8-4257-8078-4dc409fd9449::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 | ||
| 9828 | 2025.04.24 06:44:46.996626 [ 189 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9829 | 2025.04.24 06:44:46.996672 [ 189 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23424 rows starting from the beginning of the part | ||
| 9830 | 2025.04.24 06:44:46.996760 [ 189 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 427 rows starting from the beginning of the part | ||
| 9831 | 2025.04.24 06:44:46.996893 [ 189 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 488 rows starting from the beginning of the part | ||
| 9832 | 2025.04.24 06:44:46.997010 [ 189 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 427 rows starting from the beginning of the part | ||
| 9833 | 2025.04.24 06:44:46.997090 [ 189 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 488 rows starting from the beginning of the part | ||
| 9834 | 2025.04.24 06:44:46.997209 [ 189 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 427 rows starting from the beginning of the part | ||
| 9835 | 2025.04.24 06:44:46.999771 [ 195 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.003400507 sec., 7552109.141372154 rows/sec., 108.03 MiB/sec. | ||
| 9836 | 2025.04.24 06:44:46.999951 [ 189 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 9837 | 2025.04.24 06:44:47.000149 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 244.91 MiB, peak 247.95 MiB, free memory in arenas 0.00 B, will set to 238.63 MiB (RSS), difference: -6.28 MiB | ||
| 9838 | 2025.04.24 06:44:47.000396 [ 189 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_56_11} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9839 | 2025.04.24 06:44:47.000524 [ 189 ] {fa75712d-43b8-4257-8078-4dc409fd9449::all_1_56_11} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 9840 | 2025.04.24 06:44:47.000621 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
| 9841 | 2025.04.24 06:44:47.120264 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1370 | ||
| 9842 | 2025.04.24 06:44:47.123019 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9843 | 2025.04.24 06:44:47.123060 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9844 | 2025.04.24 06:44:47.124518 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 9845 | 2025.04.24 06:44:47.124835 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9846 | 2025.04.24 06:44:47.124996 [ 110 ] {} <Debug> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 9847 | 2025.04.24 06:44:47.125069 [ 110 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9848 | 2025.04.24 06:44:47.125112 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9849 | 2025.04.24 06:44:47.125738 [ 199 ] {20843e92-5287-4bd7-bacd-ef190d076d79::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 | ||
| 9850 | 2025.04.24 06:44:47.126378 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1370 | ||
| 9851 | 2025.04.24 06:44:47.126843 [ 199 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9852 | 2025.04.24 06:44:47.127008 [ 199 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1218 rows starting from the beginning of the part | ||
| 9853 | 2025.04.24 06:44:47.127510 [ 199 ] {20843e92-5287-4bd7-bacd-ef190d076d79::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 | ||
| 9854 | 2025.04.24 06:44:47.127988 [ 199 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 20 rows starting from the beginning of the part | ||
| 9855 | 2025.04.24 06:44:47.128450 [ 199 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 32 rows starting from the beginning of the part | ||
| 9856 | 2025.04.24 06:44:47.128925 [ 199 ] {20843e92-5287-4bd7-bacd-ef190d076d79::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 | ||
| 9857 | 2025.04.24 06:44:47.129384 [ 199 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 20 rows starting from the beginning of the part | ||
| 9858 | 2025.04.24 06:44:47.137054 [ 189 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1370 rows, containing 72 columns (72 merged, 0 gathered) in 0.011768895 sec., 116408.54982562085 rows/sec., 92.60 MiB/sec. | ||
| 9859 | 2025.04.24 06:44:47.138548 [ 195 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 9860 | 2025.04.24 06:44:47.139207 [ 195 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_41_8} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9861 | 2025.04.24 06:44:47.139288 [ 195 ] {20843e92-5287-4bd7-bacd-ef190d076d79::all_1_41_8} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 9862 | 2025.04.24 06:44:47.139481 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. | ||
| 9863 | 2025.04.24 06:44:48.000141 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 232.47 MiB, peak 247.95 MiB, free memory in arenas 0.00 B, will set to 238.63 MiB (RSS), difference: 6.16 MiB | ||
| 9864 | 2025.04.24 06:44:48.544095 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9865 | 2025.04.24 06:44:48.544478 [ 260 ] {938e778c-387b-4232-99dd-c41f86c29c9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9866 | 2025.04.24 06:44:48.544600 [ 260 ] {938e778c-387b-4232-99dd-c41f86c29c9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9867 | 2025.04.24 06:44:48.545658 [ 260 ] {938e778c-387b-4232-99dd-c41f86c29c9d} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9868 | 2025.04.24 06:44:48.545719 [ 260 ] {938e778c-387b-4232-99dd-c41f86c29c9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9869 | 2025.04.24 06:44:48.546170 [ 260 ] {938e778c-387b-4232-99dd-c41f86c29c9d} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 9870 | 2025.04.24 06:44:48.546424 [ 260 ] {938e778c-387b-4232-99dd-c41f86c29c9d} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9871 | 2025.04.24 06:44:48.546634 [ 260 ] {938e778c-387b-4232-99dd-c41f86c29c9d} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.002241 sec., 35698.348951361004 rows/sec., 2.94 MiB/sec. | ||
| 9872 | 2025.04.24 06:44:48.546634 [ 111 ] {} <Debug> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 9873 | 2025.04.24 06:44:48.546712 [ 260 ] {938e778c-387b-4232-99dd-c41f86c29c9d} <Debug> TCPHandler: Processed in 0.002805093 sec. | ||
| 9874 | 2025.04.24 06:44:48.546738 [ 111 ] {} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9875 | 2025.04.24 06:44:48.546796 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9876 | 2025.04.24 06:44:48.546965 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9877 | 2025.04.24 06:44:48.547119 [ 188 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::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 | ||
| 9878 | 2025.04.24 06:44:48.547403 [ 260 ] {7210d1d0-364e-4dc4-a707-4c2367ea6eb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9879 | 2025.04.24 06:44:48.547718 [ 260 ] {7210d1d0-364e-4dc4-a707-4c2367ea6eb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9880 | 2025.04.24 06:44:48.547800 [ 188 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9881 | 2025.04.24 06:44:48.547973 [ 188 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1967 rows starting from the beginning of the part | ||
| 9882 | 2025.04.24 06:44:48.548471 [ 188 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 112 rows starting from the beginning of the part | ||
| 9883 | 2025.04.24 06:44:48.548916 [ 188 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 1221 rows starting from the beginning of the part | ||
| 9884 | 2025.04.24 06:44:48.549194 [ 188 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 56 rows starting from the beginning of the part | ||
| 9885 | 2025.04.24 06:44:48.549425 [ 188 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 112 rows starting from the beginning of the part | ||
| 9886 | 2025.04.24 06:44:48.549698 [ 188 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 80 rows starting from the beginning of the part | ||
| 9887 | 2025.04.24 06:44:48.551278 [ 260 ] {7210d1d0-364e-4dc4-a707-4c2367ea6eb8} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9888 | 2025.04.24 06:44:48.551356 [ 260 ] {7210d1d0-364e-4dc4-a707-4c2367ea6eb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9889 | 2025.04.24 06:44:48.552305 [ 260 ] {7210d1d0-364e-4dc4-a707-4c2367ea6eb8} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9890 | 2025.04.24 06:44:48.552584 [ 260 ] {7210d1d0-364e-4dc4-a707-4c2367ea6eb8} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9891 | 2025.04.24 06:44:48.553002 [ 260 ] {7210d1d0-364e-4dc4-a707-4c2367ea6eb8} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.005747 sec., 2088.045937010614 rows/sec., 157.01 KiB/sec. | ||
| 9892 | 2025.04.24 06:44:48.553678 [ 260 ] {7210d1d0-364e-4dc4-a707-4c2367ea6eb8} <Debug> TCPHandler: Processed in 0.006815234 sec. | ||
| 9893 | 2025.04.24 06:44:48.553677 [ 195 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3548 rows, containing 5 columns (5 merged, 0 gathered) in 0.006758143 sec., 524996.289661228 rows/sec., 45.15 MiB/sec. | ||
| 9894 | 2025.04.24 06:44:48.554007 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9895 | 2025.04.24 06:44:48.554151 [ 260 ] {8cfb7bbe-7f7f-4704-ab5d-9a17cdcd3894} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9896 | 2025.04.24 06:44:48.554227 [ 260 ] {8cfb7bbe-7f7f-4704-ab5d-9a17cdcd3894} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9897 | 2025.04.24 06:44:48.554269 [ 195 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 9898 | 2025.04.24 06:44:48.555025 [ 195 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_91_18} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9899 | 2025.04.24 06:44:48.555241 [ 195 ] {26c3eedf-ffb1-49bc-95ed-2ede6cd9140b::all_1_91_18} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 9900 | 2025.04.24 06:44:48.555422 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 9901 | 2025.04.24 06:44:48.555562 [ 260 ] {8cfb7bbe-7f7f-4704-ab5d-9a17cdcd3894} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9902 | 2025.04.24 06:44:48.555605 [ 260 ] {8cfb7bbe-7f7f-4704-ab5d-9a17cdcd3894} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9903 | 2025.04.24 06:44:48.555987 [ 260 ] {8cfb7bbe-7f7f-4704-ab5d-9a17cdcd3894} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 9904 | 2025.04.24 06:44:48.556219 [ 260 ] {8cfb7bbe-7f7f-4704-ab5d-9a17cdcd3894} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9905 | 2025.04.24 06:44:48.556405 [ 111 ] {} <Debug> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 9906 | 2025.04.24 06:44:48.556414 [ 260 ] {8cfb7bbe-7f7f-4704-ab5d-9a17cdcd3894} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.002305 sec., 32971.800433839475 rows/sec., 2.57 MiB/sec. | ||
| 9907 | 2025.04.24 06:44:48.556472 [ 111 ] {} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9908 | 2025.04.24 06:44:48.556563 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9909 | 2025.04.24 06:44:48.556563 [ 260 ] {8cfb7bbe-7f7f-4704-ab5d-9a17cdcd3894} <Debug> TCPHandler: Processed in 0.002629559 sec. | ||
| 9910 | 2025.04.24 06:44:48.556768 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9911 | 2025.04.24 06:44:48.556780 [ 189 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::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 | ||
| 9912 | 2025.04.24 06:44:48.556947 [ 260 ] {836a2038-d93b-4b09-a951-97bc9c3e0d70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9913 | 2025.04.24 06:44:48.557076 [ 189 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9914 | 2025.04.24 06:44:48.557086 [ 260 ] {836a2038-d93b-4b09-a951-97bc9c3e0d70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9915 | 2025.04.24 06:44:48.557158 [ 189 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 952 rows starting from the beginning of the part | ||
| 9916 | 2025.04.24 06:44:48.557477 [ 189 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 92 rows starting from the beginning of the part | ||
| 9917 | 2025.04.24 06:44:48.557838 [ 189 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 534 rows starting from the beginning of the part | ||
| 9918 | 2025.04.24 06:44:48.558198 [ 189 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 64 rows starting from the beginning of the part | ||
| 9919 | 2025.04.24 06:44:48.558488 [ 189 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 92 rows starting from the beginning of the part | ||
| 9920 | 2025.04.24 06:44:48.558787 [ 189 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 76 rows starting from the beginning of the part | ||
| 9921 | 2025.04.24 06:44:48.559789 [ 260 ] {836a2038-d93b-4b09-a951-97bc9c3e0d70} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9922 | 2025.04.24 06:44:48.559874 [ 260 ] {836a2038-d93b-4b09-a951-97bc9c3e0d70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9923 | 2025.04.24 06:44:48.560805 [ 260 ] {836a2038-d93b-4b09-a951-97bc9c3e0d70} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 9924 | 2025.04.24 06:44:48.561194 [ 260 ] {836a2038-d93b-4b09-a951-97bc9c3e0d70} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9925 | 2025.04.24 06:44:48.561480 [ 108 ] {} <Debug> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 9926 | 2025.04.24 06:44:48.561616 [ 108 ] {} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9927 | 2025.04.24 06:44:48.561773 [ 260 ] {836a2038-d93b-4b09-a951-97bc9c3e0d70} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004852 sec., 32976.09233305853 rows/sec., 2.30 MiB/sec. | ||
| 9928 | 2025.04.24 06:44:48.561780 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9929 | 2025.04.24 06:44:48.562058 [ 189 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1810 rows, containing 5 columns (5 merged, 0 gathered) in 0.005362891 sec., 337504.5288073168 rows/sec., 26.39 MiB/sec. | ||
| 9930 | 2025.04.24 06:44:48.562244 [ 260 ] {836a2038-d93b-4b09-a951-97bc9c3e0d70} <Debug> TCPHandler: Processed in 0.005547555 sec. | ||
| 9931 | 2025.04.24 06:44:48.562276 [ 195 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 9932 | 2025.04.24 06:44:48.562417 [ 189 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 9933 | 2025.04.24 06:44:48.562581 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9934 | 2025.04.24 06:44:48.562711 [ 195 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9935 | 2025.04.24 06:44:48.562851 [ 195 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 24693 rows starting from the beginning of the part | ||
| 9936 | 2025.04.24 06:44:48.562966 [ 260 ] {0221cb6f-0545-4f07-b847-0475dda43336} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9937 | 2025.04.24 06:44:48.563228 [ 195 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 9938 | 2025.04.24 06:44:48.563378 [ 189 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_91_18} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9939 | 2025.04.24 06:44:48.563658 [ 195 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 965 rows starting from the beginning of the part | ||
| 9940 | 2025.04.24 06:44:48.563840 [ 189 ] {7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd::all_1_91_18} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 9941 | 2025.04.24 06:44:48.564061 [ 195 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 42 rows starting from the beginning of the part | ||
| 9942 | 2025.04.24 06:44:48.563947 [ 260 ] {0221cb6f-0545-4f07-b847-0475dda43336} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9943 | 2025.04.24 06:44:48.564133 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 9944 | 2025.04.24 06:44:48.564383 [ 195 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::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 | ||
| 9945 | 2025.04.24 06:44:48.564733 [ 195 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 160 rows starting from the beginning of the part | ||
| 9946 | 2025.04.24 06:44:48.567689 [ 260 ] {0221cb6f-0545-4f07-b847-0475dda43336} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9947 | 2025.04.24 06:44:48.567752 [ 260 ] {0221cb6f-0545-4f07-b847-0475dda43336} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9948 | 2025.04.24 06:44:48.569198 [ 260 ] {0221cb6f-0545-4f07-b847-0475dda43336} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9949 | 2025.04.24 06:44:48.569477 [ 260 ] {0221cb6f-0545-4f07-b847-0475dda43336} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9950 | 2025.04.24 06:44:48.569858 [ 260 ] {0221cb6f-0545-4f07-b847-0475dda43336} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.007039 sec., 1704.787611876687 rows/sec., 3.05 MiB/sec. | ||
| 9951 | 2025.04.24 06:44:48.570004 [ 260 ] {0221cb6f-0545-4f07-b847-0475dda43336} <Debug> TCPHandler: Processed in 0.007581201 sec. | ||
| 9952 | 2025.04.24 06:44:48.570130 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9953 | 2025.04.24 06:44:48.570240 [ 260 ] {33aaecfd-7e2d-4482-a0f1-5aa8480aad68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9954 | 2025.04.24 06:44:48.570298 [ 260 ] {33aaecfd-7e2d-4482-a0f1-5aa8480aad68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9955 | 2025.04.24 06:44:48.571086 [ 260 ] {33aaecfd-7e2d-4482-a0f1-5aa8480aad68} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9956 | 2025.04.24 06:44:48.571138 [ 260 ] {33aaecfd-7e2d-4482-a0f1-5aa8480aad68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9957 | 2025.04.24 06:44:48.571553 [ 260 ] {33aaecfd-7e2d-4482-a0f1-5aa8480aad68} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 9958 | 2025.04.24 06:44:48.571931 [ 260 ] {33aaecfd-7e2d-4482-a0f1-5aa8480aad68} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9959 | 2025.04.24 06:44:48.572178 [ 108 ] {} <Debug> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 9960 | 2025.04.24 06:44:48.572189 [ 260 ] {33aaecfd-7e2d-4482-a0f1-5aa8480aad68} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001966 sec., 30518.819938962362 rows/sec., 2.06 MiB/sec. | ||
| 9961 | 2025.04.24 06:44:48.572246 [ 108 ] {} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9962 | 2025.04.24 06:44:48.572331 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9963 | 2025.04.24 06:44:48.572353 [ 260 ] {33aaecfd-7e2d-4482-a0f1-5aa8480aad68} <Debug> TCPHandler: Processed in 0.002265651 sec. | ||
| 9964 | 2025.04.24 06:44:48.572638 [ 190 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 9965 | 2025.04.24 06:44:48.572866 [ 190 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9966 | 2025.04.24 06:44:48.572962 [ 190 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 4662 rows starting from the beginning of the part | ||
| 9967 | 2025.04.24 06:44:48.573717 [ 190 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 9968 | 2025.04.24 06:44:48.574553 [ 190 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 44 rows starting from the beginning of the part | ||
| 9969 | 2025.04.24 06:44:48.574674 [ 195 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26180 rows, containing 5 columns (5 merged, 0 gathered) in 0.012685206 sec., 2063821.4310433746 rows/sec., 141.31 MiB/sec. | ||
| 9970 | 2025.04.24 06:44:48.574779 [ 190 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 16 rows starting from the beginning of the part | ||
| 9971 | 2025.04.24 06:44:48.575050 [ 190 ] {d093673f-e1a3-416c-b65e-c034fc70405c::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 | ||
| 9972 | 2025.04.24 06:44:48.575075 [ 195 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 9973 | 2025.04.24 06:44:48.575409 [ 190 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 60 rows starting from the beginning of the part | ||
| 9974 | 2025.04.24 06:44:48.575988 [ 195 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9975 | 2025.04.24 06:44:48.576138 [ 195 ] {753b7747-ded3-4468-891e-6a4a8f59d17a::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 9976 | 2025.04.24 06:44:48.576310 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. | ||
| 9977 | 2025.04.24 06:44:48.577982 [ 193 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4902 rows, containing 4 columns (4 merged, 0 gathered) in 0.005480733 sec., 894405.9124938216 rows/sec., 60.10 MiB/sec. | ||
| 9978 | 2025.04.24 06:44:48.578385 [ 190 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 9979 | 2025.04.24 06:44:48.578732 [ 190 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_91_18} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9980 | 2025.04.24 06:44:48.578827 [ 190 ] {d093673f-e1a3-416c-b65e-c034fc70405c::all_1_91_18} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 9981 | 2025.04.24 06:44:48.578919 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
| 9982 | 2025.04.24 06:44:48.717874 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 | ||
| 9983 | 2025.04.24 06:44:48.739359 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9984 | 2025.04.24 06:44:48.739405 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9985 | 2025.04.24 06:44:48.746662 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 9986 | 2025.04.24 06:44:48.747444 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9987 | 2025.04.24 06:44:48.747772 [ 108 ] {} <Debug> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 9988 | 2025.04.24 06:44:48.747842 [ 108 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9989 | 2025.04.24 06:44:48.747890 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9990 | 2025.04.24 06:44:48.748461 [ 187 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 9991 | 2025.04.24 06:44:48.763548 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 422 | ||
| 9992 | 2025.04.24 06:44:48.765120 [ 187 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9993 | 2025.04.24 06:44:48.766322 [ 187 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 9994 | 2025.04.24 06:44:48.771510 [ 187 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 9995 | 2025.04.24 06:44:48.776952 [ 187 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 9996 | 2025.04.24 06:44:48.782352 [ 187 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 9997 | 2025.04.24 06:44:48.788126 [ 187 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::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 | ||
| 9998 | 2025.04.24 06:44:48.792812 [ 187 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 7 rows starting from the beginning of the part | ||
| 9999 | 2025.04.24 06:44:48.850677 [ 193 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.102632273 sec., 4111.7670657065155 rows/sec., 21.26 MiB/sec. | ||
| 10000 | 2025.04.24 06:44:48.853980 [ 201 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10001 | 2025.04.24 06:44:48.856920 [ 201 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_56_11} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10002 | 2025.04.24 06:44:48.857041 [ 201 ] {7ebd2c9e-90af-4840-b1b1-ab814539eba4::all_1_56_11} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10003 | 2025.04.24 06:44:48.859629 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 10004 | 2025.04.24 06:44:49.089370 [ 108 ] {} <Debug> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 10005 | 2025.04.24 06:44:49.089433 [ 108 ] {} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10006 | 2025.04.24 06:44:49.089455 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10007 | 2025.04.24 06:44:49.089673 [ 198 ] {ed278d66-829b-4991-b303-64d9ea1f224c::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 | ||
| 10008 | 2025.04.24 06:44:49.089860 [ 198 ] {ed278d66-829b-4991-b303-64d9ea1f224c::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10009 | 2025.04.24 06:44:49.089896 [ 198 ] {ed278d66-829b-4991-b303-64d9ea1f224c::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 20 rows starting from the beginning of the part | ||
| 10010 | 2025.04.24 06:44:49.089981 [ 198 ] {ed278d66-829b-4991-b303-64d9ea1f224c::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 | ||
| 10011 | 2025.04.24 06:44:49.090252 [ 198 ] {ed278d66-829b-4991-b303-64d9ea1f224c::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part | ||
| 10012 | 2025.04.24 06:44:49.090414 [ 198 ] {ed278d66-829b-4991-b303-64d9ea1f224c::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 | ||
| 10013 | 2025.04.24 06:44:49.090664 [ 198 ] {ed278d66-829b-4991-b303-64d9ea1f224c::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
| 10014 | 2025.04.24 06:44:49.091841 [ 197 ] {ed278d66-829b-4991-b303-64d9ea1f224c::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.002304172 sec., 17359.815152688254 rows/sec., 1.45 MiB/sec. | ||
| 10015 | 2025.04.24 06:44:49.092015 [ 186 ] {ed278d66-829b-4991-b303-64d9ea1f224c::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 10016 | 2025.04.24 06:44:49.092362 [ 186 ] {ed278d66-829b-4991-b303-64d9ea1f224c::all_1_17_4} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10017 | 2025.04.24 06:44:49.092467 [ 186 ] {ed278d66-829b-4991-b303-64d9ea1f224c::all_1_17_4} <Trace> oximeter.fields_ipaddr (ed278d66-829b-4991-b303-64d9ea1f224c) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 10018 | 2025.04.24 06:44:49.092562 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10019 | 2025.04.24 06:44:53.553384 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10020 | 2025.04.24 06:44:53.553625 [ 260 ] {639b4341-7234-410e-b1da-1b07d3d9b645} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10021 | 2025.04.24 06:44:53.553731 [ 260 ] {639b4341-7234-410e-b1da-1b07d3d9b645} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10022 | 2025.04.24 06:44:53.554798 [ 260 ] {639b4341-7234-410e-b1da-1b07d3d9b645} <Trace> oximeter.fields_i16 (6ff42f6f-4885-487d-9a78-1dd7a3795b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10023 | 2025.04.24 06:44:53.554870 [ 260 ] {639b4341-7234-410e-b1da-1b07d3d9b645} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10024 | 2025.04.24 06:44:53.555460 [ 260 ] {639b4341-7234-410e-b1da-1b07d3d9b645} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 10025 | 2025.04.24 06:44:53.555801 [ 260 ] {639b4341-7234-410e-b1da-1b07d3d9b645} <Trace> oximeter.fields_i16 (6ff42f6f-4885-487d-9a78-1dd7a3795b79): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10026 | 2025.04.24 06:44:53.556070 [ 260 ] {639b4341-7234-410e-b1da-1b07d3d9b645} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.00251 sec., 9561.752988047809 rows/sec., 812.38 KiB/sec. | ||
| 10027 | 2025.04.24 06:44:53.556227 [ 260 ] {639b4341-7234-410e-b1da-1b07d3d9b645} <Debug> TCPHandler: Processed in 0.003039058 sec. | ||
| 10028 | 2025.04.24 06:44:53.556453 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10029 | 2025.04.24 06:44:53.556596 [ 260 ] {f5e4d363-d8fe-4870-a787-792cbd643ae9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10030 | 2025.04.24 06:44:53.556660 [ 260 ] {f5e4d363-d8fe-4870-a787-792cbd643ae9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10031 | 2025.04.24 06:44:53.557562 [ 260 ] {f5e4d363-d8fe-4870-a787-792cbd643ae9} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10032 | 2025.04.24 06:44:53.557608 [ 260 ] {f5e4d363-d8fe-4870-a787-792cbd643ae9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10033 | 2025.04.24 06:44:53.558102 [ 260 ] {f5e4d363-d8fe-4870-a787-792cbd643ae9} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10034 | 2025.04.24 06:44:53.558449 [ 260 ] {f5e4d363-d8fe-4870-a787-792cbd643ae9} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10035 | 2025.04.24 06:44:53.558689 [ 260 ] {f5e4d363-d8fe-4870-a787-792cbd643ae9} <Debug> executeQuery: Read 232 rows, 21.07 KiB in 0.002132 sec., 108818.01125703564 rows/sec., 9.65 MiB/sec. | ||
| 10036 | 2025.04.24 06:44:53.558758 [ 260 ] {f5e4d363-d8fe-4870-a787-792cbd643ae9} <Debug> TCPHandler: Processed in 0.002390824 sec. | ||
| 10037 | 2025.04.24 06:44:53.558922 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10038 | 2025.04.24 06:44:53.559037 [ 260 ] {aaf8260b-873d-4b43-b654-483edfdd9973} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10039 | 2025.04.24 06:44:53.559097 [ 260 ] {aaf8260b-873d-4b43-b654-483edfdd9973} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10040 | 2025.04.24 06:44:53.559762 [ 260 ] {aaf8260b-873d-4b43-b654-483edfdd9973} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10041 | 2025.04.24 06:44:53.559811 [ 260 ] {aaf8260b-873d-4b43-b654-483edfdd9973} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10042 | 2025.04.24 06:44:53.560210 [ 260 ] {aaf8260b-873d-4b43-b654-483edfdd9973} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10043 | 2025.04.24 06:44:53.560491 [ 260 ] {aaf8260b-873d-4b43-b654-483edfdd9973} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10044 | 2025.04.24 06:44:53.560727 [ 260 ] {aaf8260b-873d-4b43-b654-483edfdd9973} <Debug> executeQuery: Read 40 rows, 3.07 KiB in 0.001716 sec., 23310.02331002331 rows/sec., 1.75 MiB/sec. | ||
| 10045 | 2025.04.24 06:44:53.560787 [ 260 ] {aaf8260b-873d-4b43-b654-483edfdd9973} <Debug> TCPHandler: Processed in 0.001920513 sec. | ||
| 10046 | 2025.04.24 06:44:53.560942 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10047 | 2025.04.24 06:44:53.561054 [ 260 ] {6c886e58-7430-4ca3-b7b6-fbcf0d527e61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10048 | 2025.04.24 06:44:53.561104 [ 260 ] {6c886e58-7430-4ca3-b7b6-fbcf0d527e61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10049 | 2025.04.24 06:44:53.561702 [ 260 ] {6c886e58-7430-4ca3-b7b6-fbcf0d527e61} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10050 | 2025.04.24 06:44:53.561749 [ 260 ] {6c886e58-7430-4ca3-b7b6-fbcf0d527e61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10051 | 2025.04.24 06:44:53.562141 [ 260 ] {6c886e58-7430-4ca3-b7b6-fbcf0d527e61} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 10052 | 2025.04.24 06:44:53.562407 [ 260 ] {6c886e58-7430-4ca3-b7b6-fbcf0d527e61} <Trace> oximeter.fields_u32 (ddcbb9cf-d2f1-419c-9d52-e9e7ef2a4535): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10053 | 2025.04.24 06:44:53.562643 [ 260 ] {6c886e58-7430-4ca3-b7b6-fbcf0d527e61} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001611 sec., 14897.579143389199 rows/sec., 1.24 MiB/sec. | ||
| 10054 | 2025.04.24 06:44:53.562750 [ 260 ] {6c886e58-7430-4ca3-b7b6-fbcf0d527e61} <Debug> TCPHandler: Processed in 0.001863362 sec. | ||
| 10055 | 2025.04.24 06:44:53.562961 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10056 | 2025.04.24 06:44:53.563105 [ 260 ] {ecf1b9de-419f-43a9-85ff-4af657b0f383} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10057 | 2025.04.24 06:44:53.563160 [ 260 ] {ecf1b9de-419f-43a9-85ff-4af657b0f383} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10058 | 2025.04.24 06:44:53.563744 [ 260 ] {ecf1b9de-419f-43a9-85ff-4af657b0f383} <Trace> oximeter.fields_u8 (788ec107-c6c7-4ecf-8eae-6c824e50a883): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10059 | 2025.04.24 06:44:53.563791 [ 260 ] {ecf1b9de-419f-43a9-85ff-4af657b0f383} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10060 | 2025.04.24 06:44:53.564221 [ 260 ] {ecf1b9de-419f-43a9-85ff-4af657b0f383} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 10061 | 2025.04.24 06:44:53.564478 [ 260 ] {ecf1b9de-419f-43a9-85ff-4af657b0f383} <Trace> oximeter.fields_u8 (788ec107-c6c7-4ecf-8eae-6c824e50a883): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10062 | 2025.04.24 06:44:53.564710 [ 260 ] {ecf1b9de-419f-43a9-85ff-4af657b0f383} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001628 sec., 7371.00737100737 rows/sec., 575.86 KiB/sec. | ||
| 10063 | 2025.04.24 06:44:53.564772 [ 260 ] {ecf1b9de-419f-43a9-85ff-4af657b0f383} <Debug> TCPHandler: Processed in 0.001909423 sec. | ||
| 10064 | 2025.04.24 06:44:53.564921 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10065 | 2025.04.24 06:44:53.565041 [ 260 ] {c76a8385-f4d8-437c-95ed-c2f8378a1e47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10066 | 2025.04.24 06:44:53.565095 [ 260 ] {c76a8385-f4d8-437c-95ed-c2f8378a1e47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10067 | 2025.04.24 06:44:53.565726 [ 260 ] {c76a8385-f4d8-437c-95ed-c2f8378a1e47} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10068 | 2025.04.24 06:44:53.565767 [ 260 ] {c76a8385-f4d8-437c-95ed-c2f8378a1e47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10069 | 2025.04.24 06:44:53.566195 [ 260 ] {c76a8385-f4d8-437c-95ed-c2f8378a1e47} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10070 | 2025.04.24 06:44:53.566548 [ 260 ] {c76a8385-f4d8-437c-95ed-c2f8378a1e47} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10071 | 2025.04.24 06:44:53.566808 [ 260 ] {c76a8385-f4d8-437c-95ed-c2f8378a1e47} <Debug> executeQuery: Read 128 rows, 10.62 KiB in 0.001793 sec., 71388.73396542108 rows/sec., 5.78 MiB/sec. | ||
| 10072 | 2025.04.24 06:44:53.566876 [ 260 ] {c76a8385-f4d8-437c-95ed-c2f8378a1e47} <Debug> TCPHandler: Processed in 0.002015655 sec. | ||
| 10073 | 2025.04.24 06:44:53.567036 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10074 | 2025.04.24 06:44:53.567159 [ 260 ] {b0d92ee7-61c5-49ca-b298-6b1daac63612} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10075 | 2025.04.24 06:44:53.567220 [ 260 ] {b0d92ee7-61c5-49ca-b298-6b1daac63612} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10076 | 2025.04.24 06:44:53.567950 [ 260 ] {b0d92ee7-61c5-49ca-b298-6b1daac63612} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10077 | 2025.04.24 06:44:53.568005 [ 260 ] {b0d92ee7-61c5-49ca-b298-6b1daac63612} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10078 | 2025.04.24 06:44:53.569034 [ 260 ] {b0d92ee7-61c5-49ca-b298-6b1daac63612} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10079 | 2025.04.24 06:44:53.569369 [ 260 ] {b0d92ee7-61c5-49ca-b298-6b1daac63612} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10080 | 2025.04.24 06:44:53.569591 [ 260 ] {b0d92ee7-61c5-49ca-b298-6b1daac63612} <Debug> executeQuery: Read 196 rows, 14.40 KiB in 0.002461 sec., 79642.42177976432 rows/sec., 5.71 MiB/sec. | ||
| 10081 | 2025.04.24 06:44:53.569643 [ 260 ] {b0d92ee7-61c5-49ca-b298-6b1daac63612} <Debug> TCPHandler: Processed in 0.00266836 sec. | ||
| 10082 | 2025.04.24 06:44:53.569796 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10083 | 2025.04.24 06:44:53.569902 [ 260 ] {06bb9af5-f7f3-46d8-90f9-b8d8008e333d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10084 | 2025.04.24 06:44:53.569977 [ 260 ] {06bb9af5-f7f3-46d8-90f9-b8d8008e333d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10085 | 2025.04.24 06:44:53.571184 [ 260 ] {06bb9af5-f7f3-46d8-90f9-b8d8008e333d} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10086 | 2025.04.24 06:44:53.571224 [ 260 ] {06bb9af5-f7f3-46d8-90f9-b8d8008e333d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10087 | 2025.04.24 06:44:53.571899 [ 260 ] {06bb9af5-f7f3-46d8-90f9-b8d8008e333d} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10088 | 2025.04.24 06:44:53.572182 [ 260 ] {06bb9af5-f7f3-46d8-90f9-b8d8008e333d} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10089 | 2025.04.24 06:44:53.572442 [ 260 ] {06bb9af5-f7f3-46d8-90f9-b8d8008e333d} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002561 sec., 10933.229207340883 rows/sec., 19.59 MiB/sec. | ||
| 10090 | 2025.04.24 06:44:53.572579 [ 260 ] {06bb9af5-f7f3-46d8-90f9-b8d8008e333d} <Debug> TCPHandler: Processed in 0.002833284 sec. | ||
| 10091 | 2025.04.24 06:44:53.572725 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10092 | 2025.04.24 06:44:53.572841 [ 260 ] {b49a1460-ac7f-4df2-b52a-36a7b3431989} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10093 | 2025.04.24 06:44:53.572899 [ 260 ] {b49a1460-ac7f-4df2-b52a-36a7b3431989} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10094 | 2025.04.24 06:44:53.573493 [ 260 ] {b49a1460-ac7f-4df2-b52a-36a7b3431989} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10095 | 2025.04.24 06:44:53.573544 [ 260 ] {b49a1460-ac7f-4df2-b52a-36a7b3431989} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10096 | 2025.04.24 06:44:53.574059 [ 260 ] {b49a1460-ac7f-4df2-b52a-36a7b3431989} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10097 | 2025.04.24 06:44:53.574423 [ 260 ] {b49a1460-ac7f-4df2-b52a-36a7b3431989} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10098 | 2025.04.24 06:44:53.574697 [ 260 ] {b49a1460-ac7f-4df2-b52a-36a7b3431989} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001884 sec., 31847.133757961783 rows/sec., 2.15 MiB/sec. | ||
| 10099 | 2025.04.24 06:44:53.574761 [ 260 ] {b49a1460-ac7f-4df2-b52a-36a7b3431989} <Debug> TCPHandler: Processed in 0.002090747 sec. | ||
| 10100 | 2025.04.24 06:44:54.497156 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26169 | ||
| 10101 | 2025.04.24 06:44:54.497799 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10102 | 2025.04.24 06:44:54.497844 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10103 | 2025.04.24 06:44:54.498390 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 10104 | 2025.04.24 06:44:54.498644 [ 243 ] {} <Trace> system.asynchronous_metric_log (fa75712d-43b8-4257-8078-4dc409fd9449): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10105 | 2025.04.24 06:44:54.498909 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26169 | ||
| 10106 | 2025.04.24 06:44:56.264572 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 | ||
| 10107 | 2025.04.24 06:44:56.283681 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10108 | 2025.04.24 06:44:56.283733 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10109 | 2025.04.24 06:44:56.290571 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 10110 | 2025.04.24 06:44:56.291327 [ 244 ] {} <Trace> system.metric_log (7ebd2c9e-90af-4840-b1b1-ab814539eba4): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10111 | 2025.04.24 06:44:56.295676 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430 | ||
| 10112 | 2025.04.24 06:44:57.127457 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1400 | ||
| 10113 | 2025.04.24 06:44:57.130509 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10114 | 2025.04.24 06:44:57.130567 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10115 | 2025.04.24 06:44:57.132008 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 10116 | 2025.04.24 06:44:57.132326 [ 242 ] {} <Trace> system.query_log (20843e92-5287-4bd7-bacd-ef190d076d79): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10117 | 2025.04.24 06:44:57.133990 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1400 | ||
| 10118 | 2025.04.24 06:44:58.544054 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10119 | 2025.04.24 06:44:58.544362 [ 260 ] {081baa61-7cce-4377-9a8e-33cbe89dbf90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10120 | 2025.04.24 06:44:58.544484 [ 260 ] {081baa61-7cce-4377-9a8e-33cbe89dbf90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10121 | 2025.04.24 06:44:58.545550 [ 260 ] {081baa61-7cce-4377-9a8e-33cbe89dbf90} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10122 | 2025.04.24 06:44:58.545602 [ 260 ] {081baa61-7cce-4377-9a8e-33cbe89dbf90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10123 | 2025.04.24 06:44:58.546045 [ 260 ] {081baa61-7cce-4377-9a8e-33cbe89dbf90} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 10124 | 2025.04.24 06:44:58.546311 [ 260 ] {081baa61-7cce-4377-9a8e-33cbe89dbf90} <Trace> oximeter.fields_string (26c3eedf-ffb1-49bc-95ed-2ede6cd9140b): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10125 | 2025.04.24 06:44:58.546531 [ 260 ] {081baa61-7cce-4377-9a8e-33cbe89dbf90} <Debug> executeQuery: Read 80 rows, 6.75 KiB in 0.002253 sec., 35508.21127385708 rows/sec., 2.92 MiB/sec. | ||
| 10126 | 2025.04.24 06:44:58.546641 [ 260 ] {081baa61-7cce-4377-9a8e-33cbe89dbf90} <Debug> TCPHandler: Processed in 0.002775142 sec. | ||
| 10127 | 2025.04.24 06:44:58.546801 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10128 | 2025.04.24 06:44:58.547078 [ 260 ] {6c097812-4e51-497f-9e77-27b0498651ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10129 | 2025.04.24 06:44:58.547223 [ 260 ] {6c097812-4e51-497f-9e77-27b0498651ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10130 | 2025.04.24 06:44:58.548554 [ 260 ] {6c097812-4e51-497f-9e77-27b0498651ba} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10131 | 2025.04.24 06:44:58.548593 [ 260 ] {6c097812-4e51-497f-9e77-27b0498651ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10132 | 2025.04.24 06:44:58.548936 [ 260 ] {6c097812-4e51-497f-9e77-27b0498651ba} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10133 | 2025.04.24 06:44:58.549183 [ 260 ] {6c097812-4e51-497f-9e77-27b0498651ba} <Trace> oximeter.fields_u16 (6d91faa5-474e-4006-b181-dbf82df66096): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10134 | 2025.04.24 06:44:58.549401 [ 260 ] {6c097812-4e51-497f-9e77-27b0498651ba} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.002433 sec., 4932.182490752158 rows/sec., 370.88 KiB/sec. | ||
| 10135 | 2025.04.24 06:44:58.549471 [ 260 ] {6c097812-4e51-497f-9e77-27b0498651ba} <Debug> TCPHandler: Processed in 0.002731582 sec. | ||
| 10136 | 2025.04.24 06:44:58.549637 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10137 | 2025.04.24 06:44:58.549886 [ 260 ] {d342df30-9a0d-401a-841f-0235163f3971} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10138 | 2025.04.24 06:44:58.549933 [ 260 ] {d342df30-9a0d-401a-841f-0235163f3971} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10139 | 2025.04.24 06:44:58.550481 [ 260 ] {d342df30-9a0d-401a-841f-0235163f3971} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10140 | 2025.04.24 06:44:58.550519 [ 260 ] {d342df30-9a0d-401a-841f-0235163f3971} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10141 | 2025.04.24 06:44:58.550857 [ 260 ] {d342df30-9a0d-401a-841f-0235163f3971} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 10142 | 2025.04.24 06:44:58.551091 [ 260 ] {d342df30-9a0d-401a-841f-0235163f3971} <Trace> oximeter.fields_uuid (7c96cf04-8d8b-4893-aad3-2d8e3ab2e1dd): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10143 | 2025.04.24 06:44:58.551288 [ 260 ] {d342df30-9a0d-401a-841f-0235163f3971} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001476 sec., 51490.51490514905 rows/sec., 4.02 MiB/sec. | ||
| 10144 | 2025.04.24 06:44:58.551338 [ 260 ] {d342df30-9a0d-401a-841f-0235163f3971} <Debug> TCPHandler: Processed in 0.00177869 sec. | ||
| 10145 | 2025.04.24 06:44:58.551454 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10146 | 2025.04.24 06:44:58.551557 [ 260 ] {408d4023-b647-4030-9283-39cc89654632} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10147 | 2025.04.24 06:44:58.551605 [ 260 ] {408d4023-b647-4030-9283-39cc89654632} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10148 | 2025.04.24 06:44:58.552126 [ 260 ] {408d4023-b647-4030-9283-39cc89654632} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10149 | 2025.04.24 06:44:58.552164 [ 260 ] {408d4023-b647-4030-9283-39cc89654632} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10150 | 2025.04.24 06:44:58.552538 [ 260 ] {408d4023-b647-4030-9283-39cc89654632} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 10151 | 2025.04.24 06:44:58.552770 [ 260 ] {408d4023-b647-4030-9283-39cc89654632} <Trace> oximeter.measurements_cumulativeu64 (753b7747-ded3-4468-891e-6a4a8f59d17a): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10152 | 2025.04.24 06:44:58.552962 [ 260 ] {408d4023-b647-4030-9283-39cc89654632} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001427 sec., 112123.33566923616 rows/sec., 7.81 MiB/sec. | ||
| 10153 | 2025.04.24 06:44:58.553059 [ 260 ] {408d4023-b647-4030-9283-39cc89654632} <Debug> TCPHandler: Processed in 0.001652457 sec. | ||
| 10154 | 2025.04.24 06:44:58.553172 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10155 | 2025.04.24 06:44:58.553354 [ 260 ] {9b5991b6-7967-4e16-a5b5-449703e7aa87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10156 | 2025.04.24 06:44:58.553664 [ 260 ] {9b5991b6-7967-4e16-a5b5-449703e7aa87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10157 | 2025.04.24 06:44:58.555922 [ 260 ] {9b5991b6-7967-4e16-a5b5-449703e7aa87} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10158 | 2025.04.24 06:44:58.555961 [ 260 ] {9b5991b6-7967-4e16-a5b5-449703e7aa87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10159 | 2025.04.24 06:44:58.556557 [ 260 ] {9b5991b6-7967-4e16-a5b5-449703e7aa87} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10160 | 2025.04.24 06:44:58.556807 [ 260 ] {9b5991b6-7967-4e16-a5b5-449703e7aa87} <Trace> oximeter.measurements_histogramu64 (186bf897-e03c-453c-939b-7d7f7079b981): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10161 | 2025.04.24 06:44:58.557032 [ 260 ] {9b5991b6-7967-4e16-a5b5-449703e7aa87} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.003771 sec., 3182.1797931583133 rows/sec., 5.70 MiB/sec. | ||
| 10162 | 2025.04.24 06:44:58.557124 [ 260 ] {9b5991b6-7967-4e16-a5b5-449703e7aa87} <Debug> TCPHandler: Processed in 0.004004751 sec. | ||
| 10163 | 2025.04.24 06:44:58.557250 [ 260 ] {} <Trace> TCP-Session: e510b0ac-3633-46ac-8b5b-e9a560ee97b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10164 | 2025.04.24 06:44:58.557353 [ 260 ] {f593ed97-0b1d-4a26-a403-3d72624f602c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10165 | 2025.04.24 06:44:58.557399 [ 260 ] {f593ed97-0b1d-4a26-a403-3d72624f602c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10166 | 2025.04.24 06:44:58.557835 [ 260 ] {f593ed97-0b1d-4a26-a403-3d72624f602c} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10167 | 2025.04.24 06:44:58.557873 [ 260 ] {f593ed97-0b1d-4a26-a403-3d72624f602c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10168 | 2025.04.24 06:44:58.558226 [ 260 ] {f593ed97-0b1d-4a26-a403-3d72624f602c} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 10169 | 2025.04.24 06:44:58.558457 [ 260 ] {f593ed97-0b1d-4a26-a403-3d72624f602c} <Trace> oximeter.measurements_u64 (d093673f-e1a3-416c-b65e-c034fc70405c): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10170 | 2025.04.24 06:44:58.558681 [ 260 ] {f593ed97-0b1d-4a26-a403-3d72624f602c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001343 sec., 44676.09828741623 rows/sec., 3.01 MiB/sec. | ||
| 10171 | 2025.04.24 06:44:58.558744 [ 260 ] {f593ed97-0b1d-4a26-a403-3d72624f602c} <Debug> TCPHandler: Processed in 0.001543335 sec. | ||