| 1 | [ Apr 30 22:37:47 Enabled. ] | ||
| 2 | [ Apr 30 22:37:47 Rereading configuration. ] | ||
| 3 | [ Apr 30 22:37:49 Rereading configuration. ] | ||
| 4 | [ Apr 30 22:37:52 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 30 22:37:52 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.30 22:37:54.478447 [ 1 ] {} <Information> Application: Will watch for the process with pid 23139 | ||
| 29 | 2025.04.30 22:37:54.478913 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.04.30 22:37:54.994143 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23139 | ||
| 31 | 2025.04.30 22:37:54.996516 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.04.30 22:37:54.998690 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.04.30 22:37:55.263741 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.04.30 22:37:55.296699 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.04.30 22:37:55.296793 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.04.30 22:37:55.296807 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.04.30 22:37:55.296882 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.04.30 22:37:55.297648 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.04.30 22:37:55.300969 [ 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.30 22:37:55.301994 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.04.30 22:37:55.303237 [ 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.30 22:37:55.303291 [ 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.30 22:37:55.303331 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.04.30 22:37:55.303562 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.04.30 22:37:55.304759 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.04.30 22:37:55.310910 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.04.30 22:37:55.311950 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.04.30 22:37:55.315407 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.04.30 22:37:55.315510 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.04.30 22:37:55.319128 [ 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.30 22:37:55.319754 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.04.30 22:37:55.335411 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.04.30 22:37:55.336878 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.04.30 22:37:55.339282 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.04.30 22:37:55.340014 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.04.30 22:37:55.340647 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.04.30 22:37:55.341177 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.04.30 22:37:55.344379 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.04.30 22:37:55.344432 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.04.30 22:37:55.344519 [ 176 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.04.30 22:37:55.344663 [ 176 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.04.30 22:37:55.364555 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.04.30 22:37:55.364618 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000279179 sec | ||
| 68 | 2025.04.30 22:37:55.364733 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.04.30 22:37:55.364788 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.04.30 22:37:55.368057 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.04.30 22:37:55.370671 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.04.30 22:37:55.409605 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.04.30 22:37:55.409695 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.04.30 22:37:55.409820 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.04.30 22:37:55.409845 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.04.30 22:37:55.409886 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.04.30 22:37:55.410017 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.04.30 22:37:55.418419 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.04.30 22:37:55.418499 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.04.30 22:37:55.418578 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.04.30 22:37:55.418969 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.04.30 22:37:55.419006 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.04.30 22:37:55.419058 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.04.30 22:37:55.419164 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.04.30 22:37:55.419186 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.04.30 22:37:55.419229 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.04.30 22:37:55.419433 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.04.30 22:37:55.472712 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.04.30 22:37:55.474486 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.04.30 22:37:55.474656 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000198567 sec | ||
| 91 | 2025.04.30 22:37:55.474676 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.04.30 22:37:55.474692 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.04.30 22:37:55.474726 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.04.30 22:37:55.475070 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.04.30 22:37:55.475388 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.04.30 22:37:55.475412 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.04.30 22:37:55.475451 [ 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.30 22:37:55.475473 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.04.30 22:37:55.499096 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.04.30 22:37:55.499448 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.10 MiB (RSS), difference: 92.32 MiB | ||
| 101 | 2025.04.30 22:37:55.502155 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.8421e-05 sec. | ||
| 102 | 2025.04.30 22:37:55.503261 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.04.30 22:37:55.503377 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.04.30 22:37:55.503397 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.04.30 22:37:55.552850 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62310 | ||
| 106 | 2025.04.30 22:37:55.553236 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.04.30 22:37:55.553295 [ 3 ] {} <Debug> TCP-Session: e59cc388-b510-4385-afb7-baa2a22a03b0 Authenticating user 'default' from [fd00:1122:3344:101::a]:62310 | ||
| 108 | 2025.04.30 22:37:55.553329 [ 3 ] {} <Debug> TCP-Session: e59cc388-b510-4385-afb7-baa2a22a03b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.04.30 22:37:55.553411 [ 3 ] {} <Debug> TCP-Session: e59cc388-b510-4385-afb7-baa2a22a03b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.04.30 22:37:55.553526 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.04.30 22:37:55.553556 [ 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.30 22:37:55.553632 [ 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.30 22:37:55.558475 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44794 | ||
| 114 | 2025.04.30 22:37:55.558630 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 115 | 2025.04.30 22:37:55.558667 [ 4 ] {} <Debug> TCP-Session: c137c3c0-ec89-4bae-8c19-e36030c8b4e1 Authenticating user 'default' from [fd00:1122:3344:101::a]:44794 | ||
| 116 | 2025.04.30 22:37:55.558698 [ 4 ] {} <Debug> TCP-Session: c137c3c0-ec89-4bae-8c19-e36030c8b4e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 117 | 2025.04.30 22:37:55.558821 [ 4 ] {} <Debug> TCP-Session: c137c3c0-ec89-4bae-8c19-e36030c8b4e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 118 | 2025.04.30 22:37:55.559521 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55175 | ||
| 119 | 2025.04.30 22:37:55.559521 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36162 | ||
| 120 | 2025.04.30 22:37:55.559623 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34218 | ||
| 121 | 2025.04.30 22:37:55.559666 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 122 | 2025.04.30 22:37:55.559715 [ 253 ] {} <Debug> TCP-Session: 333076be-dea6-4b95-bd05-88f7a5691379 Authenticating user 'default' from [fd00:1122:3344:101::a]:55175 | ||
| 123 | 2025.04.30 22:37:55.559923 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 124 | 2025.04.30 22:37:55.559989 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 125 | 2025.04.30 22:37:55.559996 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57657 | ||
| 126 | 2025.04.30 22:37:55.560013 [ 253 ] {} <Debug> TCP-Session: 333076be-dea6-4b95-bd05-88f7a5691379 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 127 | 2025.04.30 22:37:55.560091 [ 5 ] {} <Debug> TCP-Session: 33ae1f64-284a-4d77-a599-92f6f2d994b7 Authenticating user 'default' from [fd00:1122:3344:101::a]:36162 | ||
| 128 | 2025.04.30 22:37:55.560120 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61778 | ||
| 129 | 2025.04.30 22:37:55.560237 [ 253 ] {} <Debug> TCP-Session: 333076be-dea6-4b95-bd05-88f7a5691379 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 130 | 2025.04.30 22:37:55.560262 [ 5 ] {} <Debug> TCP-Session: 33ae1f64-284a-4d77-a599-92f6f2d994b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 131 | 2025.04.30 22:37:55.560300 [ 254 ] {} <Debug> TCP-Session: ad469c82-60bf-4697-82fb-c8d66da82489 Authenticating user 'default' from [fd00:1122:3344:101::a]:34218 | ||
| 132 | 2025.04.30 22:37:55.560282 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 133 | 2025.04.30 22:37:55.560440 [ 5 ] {} <Debug> TCP-Session: 33ae1f64-284a-4d77-a599-92f6f2d994b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 134 | 2025.04.30 22:37:55.560463 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 135 | 2025.04.30 22:37:55.560519 [ 255 ] {} <Debug> TCP-Session: 7acb8d50-85dc-446c-841b-0f7b52be46f1 Authenticating user 'default' from [fd00:1122:3344:101::a]:57657 | ||
| 136 | 2025.04.30 22:37:55.560543 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:65360 | ||
| 137 | 2025.04.30 22:37:55.560657 [ 255 ] {} <Debug> TCP-Session: 7acb8d50-85dc-446c-841b-0f7b52be46f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 138 | 2025.04.30 22:37:55.560627 [ 256 ] {} <Debug> TCP-Session: 8120dac3-1396-4d45-b577-55f23683a533 Authenticating user 'default' from [fd00:1122:3344:101::a]:61778 | ||
| 139 | 2025.04.30 22:37:55.560544 [ 254 ] {} <Debug> TCP-Session: ad469c82-60bf-4697-82fb-c8d66da82489 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 140 | 2025.04.30 22:37:55.560892 [ 256 ] {} <Debug> TCP-Session: 8120dac3-1396-4d45-b577-55f23683a533 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 141 | 2025.04.30 22:37:55.560920 [ 255 ] {} <Debug> TCP-Session: 7acb8d50-85dc-446c-841b-0f7b52be46f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 142 | 2025.04.30 22:37:55.560919 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 143 | 2025.04.30 22:37:55.560895 [ 254 ] {} <Debug> TCP-Session: ad469c82-60bf-4697-82fb-c8d66da82489 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 144 | 2025.04.30 22:37:55.561004 [ 256 ] {} <Debug> TCP-Session: 8120dac3-1396-4d45-b577-55f23683a533 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 145 | 2025.04.30 22:37:55.561107 [ 257 ] {} <Debug> TCP-Session: 46d8f908-ab7f-4a76-88c1-bce0cc671196 Authenticating user 'default' from [fd00:1122:3344:101::a]:65360 | ||
| 146 | 2025.04.30 22:37:55.561219 [ 257 ] {} <Debug> TCP-Session: 46d8f908-ab7f-4a76-88c1-bce0cc671196 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2025.04.30 22:37:55.561328 [ 257 ] {} <Debug> TCP-Session: 46d8f908-ab7f-4a76-88c1-bce0cc671196 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2025.04.30 22:37:56.000225 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 117.16 MiB, peak 117.16 MiB, free memory in arenas 0.00 B, will set to 119.39 MiB (RSS), difference: 2.23 MiB | ||
| 149 | 2025.04.30 22:37:56.825846 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43494 | ||
| 150 | 2025.04.30 22:37:56.826064 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 151 | 2025.04.30 22:37:56.826097 [ 258 ] {} <Debug> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:43494 | ||
| 152 | 2025.04.30 22:37:56.826122 [ 258 ] {} <Debug> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.04.30 22:37:56.826199 [ 258 ] {} <Debug> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 154 | 2025.04.30 22:37:56.826270 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 155 | 2025.04.30 22:37:56.826298 [ 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 | ||
| 156 | 2025.04.30 22:37:56.826372 [ 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 | ||
| 157 | 2025.04.30 22:37:56.827941 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43595 | ||
| 158 | 2025.04.30 22:37:56.828135 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 159 | 2025.04.30 22:37:56.828166 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43865 | ||
| 160 | 2025.04.30 22:37:56.828193 [ 259 ] {} <Debug> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:43595 | ||
| 161 | 2025.04.30 22:37:56.828228 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59279 | ||
| 162 | 2025.04.30 22:37:56.828180 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38737 | ||
| 163 | 2025.04.30 22:37:56.828392 [ 259 ] {} <Debug> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 164 | 2025.04.30 22:37:56.828557 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 165 | 2025.04.30 22:37:56.828594 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62151 | ||
| 166 | 2025.04.30 22:37:56.828660 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 167 | 2025.04.30 22:37:56.828717 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 168 | 2025.04.30 22:37:56.828849 [ 259 ] {} <Debug> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 169 | 2025.04.30 22:37:56.828886 [ 262 ] {} <Debug> TCP-Session: 3addfef9-1428-480d-9c77-6a047fe8b41b Authenticating user 'default' from [fd00:1122:3344:101::d]:59279 | ||
| 170 | 2025.04.30 22:37:56.828894 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43837 | ||
| 171 | 2025.04.30 22:37:56.828940 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44641 | ||
| 172 | 2025.04.30 22:37:56.828914 [ 261 ] {} <Debug> TCP-Session: dfa21a87-1057-42f7-8378-efd78bad166b Authenticating user 'default' from [fd00:1122:3344:101::d]:43865 | ||
| 173 | 2025.04.30 22:37:56.828923 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 174 | 2025.04.30 22:37:56.829006 [ 262 ] {} <Debug> TCP-Session: 3addfef9-1428-480d-9c77-6a047fe8b41b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 175 | 2025.04.30 22:37:56.829060 [ 260 ] {} <Debug> TCP-Session: 62e6cf5f-5e3a-4316-a577-ae36a2f744c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:38737 | ||
| 176 | 2025.04.30 22:37:56.828744 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41778 | ||
| 177 | 2025.04.30 22:37:56.829100 [ 261 ] {} <Debug> TCP-Session: dfa21a87-1057-42f7-8378-efd78bad166b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 178 | 2025.04.30 22:37:56.829245 [ 264 ] {} <Debug> TCP-Session: ef3c3f80-5754-441d-989a-803c28d790e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:62151 | ||
| 179 | 2025.04.30 22:37:56.829261 [ 260 ] {} <Debug> TCP-Session: 62e6cf5f-5e3a-4316-a577-ae36a2f744c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 180 | 2025.04.30 22:37:56.829267 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 181 | 2025.04.30 22:37:56.829300 [ 262 ] {} <Debug> TCP-Session: 3addfef9-1428-480d-9c77-6a047fe8b41b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 182 | 2025.04.30 22:37:56.829298 [ 261 ] {} <Debug> TCP-Session: dfa21a87-1057-42f7-8378-efd78bad166b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 183 | 2025.04.30 22:37:56.829566 [ 260 ] {} <Debug> TCP-Session: 62e6cf5f-5e3a-4316-a577-ae36a2f744c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 184 | 2025.04.30 22:37:56.829594 [ 266 ] {} <Debug> TCP-Session: 48276cad-675b-4a3c-a3dd-613b82ee51fc Authenticating user 'default' from [fd00:1122:3344:101::d]:43837 | ||
| 185 | 2025.04.30 22:37:56.829434 [ 264 ] {} <Debug> TCP-Session: ef3c3f80-5754-441d-989a-803c28d790e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 186 | 2025.04.30 22:37:56.829658 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 187 | 2025.04.30 22:37:56.829868 [ 266 ] {} <Debug> TCP-Session: 48276cad-675b-4a3c-a3dd-613b82ee51fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 188 | 2025.04.30 22:37:56.829867 [ 264 ] {} <Debug> TCP-Session: ef3c3f80-5754-441d-989a-803c28d790e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 189 | 2025.04.30 22:37:56.829918 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 190 | 2025.04.30 22:37:56.829936 [ 263 ] {} <Debug> TCP-Session: bb058948-c105-4513-9fc7-311d620836d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:44641 | ||
| 191 | 2025.04.30 22:37:56.829975 [ 265 ] {} <Debug> TCP-Session: 7082af78-1e44-4d26-966a-f35a84472771 Authenticating user 'default' from [fd00:1122:3344:101::d]:41778 | ||
| 192 | 2025.04.30 22:37:56.829959 [ 266 ] {} <Debug> TCP-Session: 48276cad-675b-4a3c-a3dd-613b82ee51fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 193 | 2025.04.30 22:37:56.830070 [ 263 ] {} <Debug> TCP-Session: bb058948-c105-4513-9fc7-311d620836d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 194 | 2025.04.30 22:37:56.830114 [ 265 ] {} <Debug> TCP-Session: 7082af78-1e44-4d26-966a-f35a84472771 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 195 | 2025.04.30 22:37:56.830204 [ 263 ] {} <Debug> TCP-Session: bb058948-c105-4513-9fc7-311d620836d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 196 | 2025.04.30 22:37:56.830220 [ 265 ] {} <Debug> TCP-Session: 7082af78-1e44-4d26-966a-f35a84472771 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 197 | 2025.04.30 22:37:56.838008 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 198 | 2025.04.30 22:37:56.845675 [ 258 ] {0c8dfe60-c52f-4279-8734-618f9141c60d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 199 | 2025.04.30 22:37:56.956378 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:44180 | ||
| 200 | 2025.04.30 22:37:56.956974 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 201 | 2025.04.30 22:37:56.957020 [ 267 ] {} <Debug> TCP-Session: 376dc876-4155-405f-b94d-92f279d1ee22 Authenticating user 'default' from [fd00:1122:3344:101::c]:44180 | ||
| 202 | 2025.04.30 22:37:56.957046 [ 267 ] {} <Debug> TCP-Session: 376dc876-4155-405f-b94d-92f279d1ee22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 203 | 2025.04.30 22:37:56.957130 [ 267 ] {} <Debug> TCP-Session: 376dc876-4155-405f-b94d-92f279d1ee22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 204 | 2025.04.30 22:37:56.957185 [ 267 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 205 | 2025.04.30 22:37:56.957210 [ 267 ] {} <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 | ||
| 206 | 2025.04.30 22:37:56.957288 [ 267 ] {} <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 | ||
| 207 | 2025.04.30 22:37:56.959077 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35704 | ||
| 208 | 2025.04.30 22:37:56.959186 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64618 | ||
| 209 | 2025.04.30 22:37:56.959339 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 210 | 2025.04.30 22:37:56.959342 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58171 | ||
| 211 | 2025.04.30 22:37:56.959496 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 212 | 2025.04.30 22:37:56.959494 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61644 | ||
| 213 | 2025.04.30 22:37:56.959525 [ 268 ] {} <Debug> TCP-Session: c74385cf-7d12-42a4-b8c8-aafaa2b1e7c7 Authenticating user 'default' from [fd00:1122:3344:101::c]:35704 | ||
| 214 | 2025.04.30 22:37:56.959565 [ 269 ] {} <Debug> TCP-Session: de54a5ed-196d-444c-b9fa-5ca79184ef42 Authenticating user 'default' from [fd00:1122:3344:101::c]:64618 | ||
| 215 | 2025.04.30 22:37:56.959962 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57045 | ||
| 216 | 2025.04.30 22:37:56.959966 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 217 | 2025.04.30 22:37:56.960017 [ 268 ] {} <Debug> TCP-Session: c74385cf-7d12-42a4-b8c8-aafaa2b1e7c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 218 | 2025.04.30 22:37:56.960157 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 219 | 2025.04.30 22:37:56.960170 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:41408 | ||
| 220 | 2025.04.30 22:37:56.960192 [ 268 ] {} <Debug> TCP-Session: c74385cf-7d12-42a4-b8c8-aafaa2b1e7c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 221 | 2025.04.30 22:37:56.960249 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52906 | ||
| 222 | 2025.04.30 22:37:56.960271 [ 270 ] {} <Debug> TCP-Session: d76848ff-ae6d-4c75-85b0-6a76cd751910 Authenticating user 'default' from [fd00:1122:3344:101::c]:58171 | ||
| 223 | 2025.04.30 22:37:56.960005 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 224 | 2025.04.30 22:37:56.960211 [ 272 ] {} <Debug> TCP-Session: 701b7599-3f84-44e3-a199-6d1628bb3b36 Authenticating user 'default' from [fd00:1122:3344:101::c]:57045 | ||
| 225 | 2025.04.30 22:37:56.959986 [ 269 ] {} <Debug> TCP-Session: de54a5ed-196d-444c-b9fa-5ca79184ef42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 226 | 2025.04.30 22:37:56.960661 [ 270 ] {} <Debug> TCP-Session: d76848ff-ae6d-4c75-85b0-6a76cd751910 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 227 | 2025.04.30 22:37:56.960730 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 228 | 2025.04.30 22:37:56.960864 [ 272 ] {} <Debug> TCP-Session: 701b7599-3f84-44e3-a199-6d1628bb3b36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 229 | 2025.04.30 22:37:56.960905 [ 270 ] {} <Debug> TCP-Session: d76848ff-ae6d-4c75-85b0-6a76cd751910 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 230 | 2025.04.30 22:37:56.960928 [ 274 ] {} <Debug> TCP-Session: 23122eab-75a7-4d2e-82c8-7d2c5e6a276f Authenticating user 'default' from [fd00:1122:3344:101::c]:52906 | ||
| 231 | 2025.04.30 22:37:56.960934 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 232 | 2025.04.30 22:37:56.960910 [ 271 ] {} <Debug> TCP-Session: 86ae788a-7a82-49d7-9bf9-aaf9703ebaed Authenticating user 'default' from [fd00:1122:3344:101::c]:61644 | ||
| 233 | 2025.04.30 22:37:56.961641 [ 272 ] {} <Debug> TCP-Session: 701b7599-3f84-44e3-a199-6d1628bb3b36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 234 | 2025.04.30 22:37:56.961686 [ 271 ] {} <Debug> TCP-Session: 86ae788a-7a82-49d7-9bf9-aaf9703ebaed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 235 | 2025.04.30 22:37:56.961683 [ 269 ] {} <Debug> TCP-Session: de54a5ed-196d-444c-b9fa-5ca79184ef42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 236 | 2025.04.30 22:37:56.961749 [ 274 ] {} <Debug> TCP-Session: 23122eab-75a7-4d2e-82c8-7d2c5e6a276f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 237 | 2025.04.30 22:37:56.961753 [ 273 ] {} <Debug> TCP-Session: ce9236e7-e1be-4ea9-9a81-58aa0c0f7bf6 Authenticating user 'default' from [fd00:1122:3344:101::c]:41408 | ||
| 238 | 2025.04.30 22:37:56.962407 [ 271 ] {} <Debug> TCP-Session: 86ae788a-7a82-49d7-9bf9-aaf9703ebaed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 239 | 2025.04.30 22:37:56.963091 [ 273 ] {} <Debug> TCP-Session: ce9236e7-e1be-4ea9-9a81-58aa0c0f7bf6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 240 | 2025.04.30 22:37:56.963105 [ 274 ] {} <Debug> TCP-Session: 23122eab-75a7-4d2e-82c8-7d2c5e6a276f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 241 | 2025.04.30 22:37:56.963748 [ 273 ] {} <Debug> TCP-Session: ce9236e7-e1be-4ea9-9a81-58aa0c0f7bf6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 242 | 2025.04.30 22:37:56.974193 [ 258 ] {0c8dfe60-c52f-4279-8734-618f9141c60d} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:43494) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 243 | |||
| 244 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 245 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 246 | 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 | ||
| 247 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 248 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 249 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 250 | 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 | ||
| 251 | 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 | ||
| 252 | 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 | ||
| 253 | 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 | ||
| 254 | 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 | ||
| 255 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 256 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 257 | 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 | ||
| 258 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 259 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 260 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 261 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 262 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 263 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 264 | 20. _thrp_setup @ 0x0000000000116607 in /system/lib/amd64/libc.so.1 | ||
| 265 | |||
| 266 | 2025.04.30 22:37:56.975665 [ 258 ] {0c8dfe60-c52f-4279-8734-618f9141c60d} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 267 | |||
| 268 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 269 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 270 | 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 | ||
| 271 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 272 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 273 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 274 | 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 | ||
| 275 | 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 | ||
| 276 | 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 | ||
| 277 | 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 | ||
| 278 | 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 | ||
| 279 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 280 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 281 | 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 | ||
| 282 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 283 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 284 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 285 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 286 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 287 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 288 | 20. _thrp_setup @ 0x0000000000116607 in /system/lib/amd64/libc.so.1 | ||
| 289 | |||
| 290 | 2025.04.30 22:37:56.975862 [ 258 ] {0c8dfe60-c52f-4279-8734-618f9141c60d} <Debug> TCPHandler: Processed in 0.142176141 sec. | ||
| 291 | 2025.04.30 22:37:56.976278 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 292 | 2025.04.30 22:37:56.976487 [ 259 ] {eaf815ee-c1e8-461c-ad4b-7d1523ee3312} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 293 | 2025.04.30 22:37:56.976896 [ 259 ] {eaf815ee-c1e8-461c-ad4b-7d1523ee3312} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:43595) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 294 | |||
| 295 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 296 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 297 | 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 | ||
| 298 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 299 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 300 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 301 | 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 | ||
| 302 | 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 | ||
| 303 | 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 | ||
| 304 | 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 | ||
| 305 | 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 | ||
| 306 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 307 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 308 | 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 | ||
| 309 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 310 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 311 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 312 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 313 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 314 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 315 | 20. _thrp_setup @ 0x0000000000116607 in /system/lib/amd64/libc.so.1 | ||
| 316 | |||
| 317 | 2025.04.30 22:37:56.977152 [ 259 ] {eaf815ee-c1e8-461c-ad4b-7d1523ee3312} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 318 | |||
| 319 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 320 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 321 | 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 | ||
| 322 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 323 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 324 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 325 | 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 | ||
| 326 | 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 | ||
| 327 | 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 | ||
| 328 | 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 | ||
| 329 | 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 | ||
| 330 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 331 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 332 | 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 | ||
| 333 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 334 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 335 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 336 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 337 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 338 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 339 | 20. _thrp_setup @ 0x0000000000116607 in /system/lib/amd64/libc.so.1 | ||
| 340 | |||
| 341 | 2025.04.30 22:37:56.977351 [ 259 ] {eaf815ee-c1e8-461c-ad4b-7d1523ee3312} <Debug> TCPHandler: Processed in 0.001211702 sec. | ||
| 342 | 2025.04.30 22:37:56.977671 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 343 | 2025.04.30 22:37:56.981782 [ 258 ] {7b1fe029-45ef-449c-9b59-35a89186b4ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 344 | 2025.04.30 22:37:56.981898 [ 258 ] {7b1fe029-45ef-449c-9b59-35a89186b4ab} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 345 | 2025.04.30 22:37:56.984541 [ 258 ] {7b1fe029-45ef-449c-9b59-35a89186b4ab} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 346 | 2025.04.30 22:37:56.984563 [ 258 ] {7b1fe029-45ef-449c-9b59-35a89186b4ab} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.6832e-05 sec | ||
| 347 | 2025.04.30 22:37:56.984578 [ 258 ] {7b1fe029-45ef-449c-9b59-35a89186b4ab} <Trace> ReferentialDeps: No tables | ||
| 348 | 2025.04.30 22:37:56.984625 [ 258 ] {7b1fe029-45ef-449c-9b59-35a89186b4ab} <Trace> LoadingDeps: No tables | ||
| 349 | 2025.04.30 22:37:56.984679 [ 258 ] {7b1fe029-45ef-449c-9b59-35a89186b4ab} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 350 | 2025.04.30 22:37:56.986695 [ 258 ] {7b1fe029-45ef-449c-9b59-35a89186b4ab} <Debug> TCPHandler: Processed in 0.009139904 sec. | ||
| 351 | 2025.04.30 22:37:56.986846 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 352 | 2025.04.30 22:37:56.987071 [ 258 ] {5344cc2b-4463-4eb5-9519-782282f83818} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) /* The version table contains metadata about the `oximeter` database */ | ||
| 353 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 354 | 2025.04.30 22:37:56.987116 [ 258 ] {5344cc2b-4463-4eb5-9519-782282f83818} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 355 | 2025.04.30 22:37:57.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 123.59 MiB, peak 123.59 MiB, free memory in arenas 0.00 B, will set to 131.30 MiB (RSS), difference: 7.71 MiB | ||
| 356 | 2025.04.30 22:37:57.006657 [ 258 ] {5344cc2b-4463-4eb5-9519-782282f83818} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 357 | 2025.04.30 22:37:57.008844 [ 258 ] {5344cc2b-4463-4eb5-9519-782282f83818} <Debug> oximeter.version (b37c5747-de30-4863-aafc-802b4e71b2e0): Loading data parts | ||
| 358 | 2025.04.30 22:37:57.009412 [ 258 ] {5344cc2b-4463-4eb5-9519-782282f83818} <Debug> oximeter.version (b37c5747-de30-4863-aafc-802b4e71b2e0): There are no data parts | ||
| 359 | 2025.04.30 22:37:57.013455 [ 258 ] {5344cc2b-4463-4eb5-9519-782282f83818} <Debug> TCPHandler: Processed in 0.026660615 sec. | ||
| 360 | 2025.04.30 22:37:57.013633 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 361 | 2025.04.30 22:37:57.013890 [ 258 ] {0a1d321f-7d2b-4cb6-8352-d5175a73b949} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) /* The measurement tables contain all individual samples from each timeseries. | ||
| 362 | * | ||
| 363 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 364 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 365 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 366 | * by all samples from the same timeseries. | ||
| 367 | * | ||
| 368 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 369 | * and then uses that to index quickly into the measurements tables. | ||
| 370 | */ | ||
| 371 | 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) | ||
| 372 | 2025.04.30 22:37:57.014009 [ 258 ] {0a1d321f-7d2b-4cb6-8352-d5175a73b949} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 373 | 2025.04.30 22:37:57.034478 [ 258 ] {0a1d321f-7d2b-4cb6-8352-d5175a73b949} <Debug> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Loading data parts | ||
| 374 | 2025.04.30 22:37:57.034713 [ 258 ] {0a1d321f-7d2b-4cb6-8352-d5175a73b949} <Debug> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): There are no data parts | ||
| 375 | 2025.04.30 22:37:57.036145 [ 258 ] {0a1d321f-7d2b-4cb6-8352-d5175a73b949} <Debug> TCPHandler: Processed in 0.022563055 sec. | ||
| 376 | 2025.04.30 22:37:57.036345 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 377 | 2025.04.30 22:37:57.036539 [ 258 ] {f137cc8d-885b-424a-aaea-bb0f4c70b2a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) 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) | ||
| 378 | 2025.04.30 22:37:57.036659 [ 258 ] {f137cc8d-885b-424a-aaea-bb0f4c70b2a4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 379 | 2025.04.30 22:37:57.038658 [ 258 ] {f137cc8d-885b-424a-aaea-bb0f4c70b2a4} <Debug> oximeter.measurements_i8 (ccb15d26-9819-42fd-aec8-0c749f53ad03): Loading data parts | ||
| 380 | 2025.04.30 22:37:57.038900 [ 258 ] {f137cc8d-885b-424a-aaea-bb0f4c70b2a4} <Debug> oximeter.measurements_i8 (ccb15d26-9819-42fd-aec8-0c749f53ad03): There are no data parts | ||
| 381 | 2025.04.30 22:37:57.040125 [ 258 ] {f137cc8d-885b-424a-aaea-bb0f4c70b2a4} <Debug> TCPHandler: Processed in 0.003833651 sec. | ||
| 382 | 2025.04.30 22:37:57.040281 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 383 | 2025.04.30 22:37:57.040547 [ 258 ] {2664a956-8d01-4e6c-8d33-74236d80176d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) 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) | ||
| 384 | 2025.04.30 22:37:57.040635 [ 258 ] {2664a956-8d01-4e6c-8d33-74236d80176d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 385 | 2025.04.30 22:37:57.043161 [ 258 ] {2664a956-8d01-4e6c-8d33-74236d80176d} <Debug> oximeter.measurements_u8 (820870b2-7dad-4c79-af2a-3e7489629a34): Loading data parts | ||
| 386 | 2025.04.30 22:37:57.043338 [ 258 ] {2664a956-8d01-4e6c-8d33-74236d80176d} <Debug> oximeter.measurements_u8 (820870b2-7dad-4c79-af2a-3e7489629a34): There are no data parts | ||
| 387 | 2025.04.30 22:37:57.044632 [ 258 ] {2664a956-8d01-4e6c-8d33-74236d80176d} <Debug> TCPHandler: Processed in 0.004403471 sec. | ||
| 388 | 2025.04.30 22:37:57.044846 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 389 | 2025.04.30 22:37:57.045036 [ 258 ] {f4859f55-2e7c-481f-969c-f4b27d33a776} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) 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) | ||
| 390 | 2025.04.30 22:37:57.045149 [ 258 ] {f4859f55-2e7c-481f-969c-f4b27d33a776} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 391 | 2025.04.30 22:37:57.047088 [ 258 ] {f4859f55-2e7c-481f-969c-f4b27d33a776} <Debug> oximeter.measurements_i16 (391bc549-2c16-4657-9eb0-dccbc78a86e7): Loading data parts | ||
| 392 | 2025.04.30 22:37:57.047324 [ 258 ] {f4859f55-2e7c-481f-969c-f4b27d33a776} <Debug> oximeter.measurements_i16 (391bc549-2c16-4657-9eb0-dccbc78a86e7): There are no data parts | ||
| 393 | 2025.04.30 22:37:57.048479 [ 258 ] {f4859f55-2e7c-481f-969c-f4b27d33a776} <Debug> TCPHandler: Processed in 0.003683926 sec. | ||
| 394 | 2025.04.30 22:37:57.048618 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 395 | 2025.04.30 22:37:57.048874 [ 258 ] {4998df77-a84b-4247-803c-4ec42d4bb718} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) 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) | ||
| 396 | 2025.04.30 22:37:57.048922 [ 258 ] {4998df77-a84b-4247-803c-4ec42d4bb718} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 397 | 2025.04.30 22:37:57.050787 [ 258 ] {4998df77-a84b-4247-803c-4ec42d4bb718} <Debug> oximeter.measurements_u16 (350f894b-2205-46c6-8b52-58b8d26c386b): Loading data parts | ||
| 398 | 2025.04.30 22:37:57.050956 [ 258 ] {4998df77-a84b-4247-803c-4ec42d4bb718} <Debug> oximeter.measurements_u16 (350f894b-2205-46c6-8b52-58b8d26c386b): There are no data parts | ||
| 399 | 2025.04.30 22:37:57.052116 [ 258 ] {4998df77-a84b-4247-803c-4ec42d4bb718} <Debug> TCPHandler: Processed in 0.003549352 sec. | ||
| 400 | 2025.04.30 22:37:57.052311 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 401 | 2025.04.30 22:37:57.052500 [ 258 ] {04fc41d5-29d5-48d4-99bf-16f4c0dac689} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) 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) | ||
| 402 | 2025.04.30 22:37:57.052608 [ 258 ] {04fc41d5-29d5-48d4-99bf-16f4c0dac689} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 403 | 2025.04.30 22:37:57.054492 [ 258 ] {04fc41d5-29d5-48d4-99bf-16f4c0dac689} <Debug> oximeter.measurements_i32 (9f321116-8933-4e94-96e6-b99f60946e60): Loading data parts | ||
| 404 | 2025.04.30 22:37:57.054717 [ 258 ] {04fc41d5-29d5-48d4-99bf-16f4c0dac689} <Debug> oximeter.measurements_i32 (9f321116-8933-4e94-96e6-b99f60946e60): There are no data parts | ||
| 405 | 2025.04.30 22:37:57.055945 [ 258 ] {04fc41d5-29d5-48d4-99bf-16f4c0dac689} <Debug> TCPHandler: Processed in 0.003684586 sec. | ||
| 406 | 2025.04.30 22:37:57.056075 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 407 | 2025.04.30 22:37:57.056327 [ 258 ] {1cdc2b34-b15c-446c-9d46-7dbd24ea2ebc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) 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) | ||
| 408 | 2025.04.30 22:37:57.056373 [ 258 ] {1cdc2b34-b15c-446c-9d46-7dbd24ea2ebc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 409 | 2025.04.30 22:37:57.058242 [ 258 ] {1cdc2b34-b15c-446c-9d46-7dbd24ea2ebc} <Debug> oximeter.measurements_u32 (c9034591-bb93-4aec-864f-091e2a83d8ef): Loading data parts | ||
| 410 | 2025.04.30 22:37:57.058399 [ 258 ] {1cdc2b34-b15c-446c-9d46-7dbd24ea2ebc} <Debug> oximeter.measurements_u32 (c9034591-bb93-4aec-864f-091e2a83d8ef): There are no data parts | ||
| 411 | 2025.04.30 22:37:57.059591 [ 258 ] {1cdc2b34-b15c-446c-9d46-7dbd24ea2ebc} <Debug> TCPHandler: Processed in 0.003566243 sec. | ||
| 412 | 2025.04.30 22:37:57.059793 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 413 | 2025.04.30 22:37:57.059979 [ 258 ] {bd72b6a1-8eaa-470c-87a2-b36509d864a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) 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) | ||
| 414 | 2025.04.30 22:37:57.060090 [ 258 ] {bd72b6a1-8eaa-470c-87a2-b36509d864a4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 415 | 2025.04.30 22:37:57.061989 [ 258 ] {bd72b6a1-8eaa-470c-87a2-b36509d864a4} <Debug> oximeter.measurements_i64 (2aff751b-2b8d-40b7-93c2-c7bf6d6457ef): Loading data parts | ||
| 416 | 2025.04.30 22:37:57.062202 [ 258 ] {bd72b6a1-8eaa-470c-87a2-b36509d864a4} <Debug> oximeter.measurements_i64 (2aff751b-2b8d-40b7-93c2-c7bf6d6457ef): There are no data parts | ||
| 417 | 2025.04.30 22:37:57.063406 [ 258 ] {bd72b6a1-8eaa-470c-87a2-b36509d864a4} <Debug> TCPHandler: Processed in 0.003663105 sec. | ||
| 418 | 2025.04.30 22:37:57.063539 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 419 | 2025.04.30 22:37:57.063791 [ 258 ] {8a893955-53b9-419d-a09e-214149475917} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) 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) | ||
| 420 | 2025.04.30 22:37:57.063838 [ 258 ] {8a893955-53b9-419d-a09e-214149475917} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 421 | 2025.04.30 22:37:57.065745 [ 258 ] {8a893955-53b9-419d-a09e-214149475917} <Debug> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Loading data parts | ||
| 422 | 2025.04.30 22:37:57.065911 [ 258 ] {8a893955-53b9-419d-a09e-214149475917} <Debug> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): There are no data parts | ||
| 423 | 2025.04.30 22:37:57.067074 [ 258 ] {8a893955-53b9-419d-a09e-214149475917} <Debug> TCPHandler: Processed in 0.003586313 sec. | ||
| 424 | 2025.04.30 22:37:57.067267 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 425 | 2025.04.30 22:37:57.067454 [ 258 ] {9a298c14-c319-4a2c-a6ad-1c763d562733} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) 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) | ||
| 426 | 2025.04.30 22:37:57.067564 [ 258 ] {9a298c14-c319-4a2c-a6ad-1c763d562733} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 427 | 2025.04.30 22:37:57.069385 [ 258 ] {9a298c14-c319-4a2c-a6ad-1c763d562733} <Debug> oximeter.measurements_f32 (b10ad204-a7f2-4dc4-8cd6-bac16cc32d05): Loading data parts | ||
| 428 | 2025.04.30 22:37:57.069609 [ 258 ] {9a298c14-c319-4a2c-a6ad-1c763d562733} <Debug> oximeter.measurements_f32 (b10ad204-a7f2-4dc4-8cd6-bac16cc32d05): There are no data parts | ||
| 429 | 2025.04.30 22:37:57.070774 [ 258 ] {9a298c14-c319-4a2c-a6ad-1c763d562733} <Debug> TCPHandler: Processed in 0.003558442 sec. | ||
| 430 | 2025.04.30 22:37:57.070917 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 431 | 2025.04.30 22:37:57.071174 [ 258 ] {6041a0a2-2f4d-4733-8706-cebd08dcc2e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) 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) | ||
| 432 | 2025.04.30 22:37:57.071221 [ 258 ] {6041a0a2-2f4d-4733-8706-cebd08dcc2e8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 433 | 2025.04.30 22:37:57.073221 [ 258 ] {6041a0a2-2f4d-4733-8706-cebd08dcc2e8} <Debug> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Loading data parts | ||
| 434 | 2025.04.30 22:37:57.073390 [ 258 ] {6041a0a2-2f4d-4733-8706-cebd08dcc2e8} <Debug> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): There are no data parts | ||
| 435 | 2025.04.30 22:37:57.074577 [ 258 ] {6041a0a2-2f4d-4733-8706-cebd08dcc2e8} <Debug> TCPHandler: Processed in 0.003710547 sec. | ||
| 436 | 2025.04.30 22:37:57.074781 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 437 | 2025.04.30 22:37:57.074964 [ 258 ] {e43d1dd5-095c-49b7-b223-7cd7652560ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) 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) | ||
| 438 | 2025.04.30 22:37:57.075074 [ 258 ] {e43d1dd5-095c-49b7-b223-7cd7652560ce} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 439 | 2025.04.30 22:37:57.076939 [ 258 ] {e43d1dd5-095c-49b7-b223-7cd7652560ce} <Debug> oximeter.measurements_string (d6077c3f-e5f0-4a7a-9513-a10338420adb): Loading data parts | ||
| 440 | 2025.04.30 22:37:57.077171 [ 258 ] {e43d1dd5-095c-49b7-b223-7cd7652560ce} <Debug> oximeter.measurements_string (d6077c3f-e5f0-4a7a-9513-a10338420adb): There are no data parts | ||
| 441 | 2025.04.30 22:37:57.078331 [ 258 ] {e43d1dd5-095c-49b7-b223-7cd7652560ce} <Debug> TCPHandler: Processed in 0.003599814 sec. | ||
| 442 | 2025.04.30 22:37:57.078488 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 443 | 2025.04.30 22:37:57.078739 [ 258 ] {a8349597-53d7-41ad-84a6-f739126719b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 444 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 445 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 446 | * a string isn't palatable for a few reasons. | ||
| 447 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 448 | * details. | ||
| 449 | */ | ||
| 450 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 451 | 2025.04.30 22:37:57.078848 [ 258 ] {a8349597-53d7-41ad-84a6-f739126719b9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 452 | 2025.04.30 22:37:57.080673 [ 258 ] {a8349597-53d7-41ad-84a6-f739126719b9} <Debug> oximeter.measurements_bytes (7371f14d-5821-42d5-b1a2-baee7ecec0cc): Loading data parts | ||
| 453 | 2025.04.30 22:37:57.080880 [ 258 ] {a8349597-53d7-41ad-84a6-f739126719b9} <Debug> oximeter.measurements_bytes (7371f14d-5821-42d5-b1a2-baee7ecec0cc): There are no data parts | ||
| 454 | 2025.04.30 22:37:57.082070 [ 258 ] {a8349597-53d7-41ad-84a6-f739126719b9} <Debug> TCPHandler: Processed in 0.003632304 sec. | ||
| 455 | 2025.04.30 22:37:57.082209 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 456 | 2025.04.30 22:37:57.082463 [ 258 ] {261bc323-1920-41ad-a018-8ae4fac40cd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) 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) | ||
| 457 | 2025.04.30 22:37:57.082571 [ 258 ] {261bc323-1920-41ad-a018-8ae4fac40cd3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 458 | 2025.04.30 22:37:57.084443 [ 258 ] {261bc323-1920-41ad-a018-8ae4fac40cd3} <Debug> oximeter.measurements_cumulativei64 (a341bba8-7269-4402-892d-6912fc0b7691): Loading data parts | ||
| 459 | 2025.04.30 22:37:57.084608 [ 258 ] {261bc323-1920-41ad-a018-8ae4fac40cd3} <Debug> oximeter.measurements_cumulativei64 (a341bba8-7269-4402-892d-6912fc0b7691): There are no data parts | ||
| 460 | 2025.04.30 22:37:57.085922 [ 258 ] {261bc323-1920-41ad-a018-8ae4fac40cd3} <Debug> TCPHandler: Processed in 0.003762349 sec. | ||
| 461 | 2025.04.30 22:37:57.086054 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 462 | 2025.04.30 22:37:57.086243 [ 258 ] {bfc02e2a-7b06-4849-943a-d94d97270a26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) 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) | ||
| 463 | 2025.04.30 22:37:57.086357 [ 258 ] {bfc02e2a-7b06-4849-943a-d94d97270a26} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 464 | 2025.04.30 22:37:57.088211 [ 258 ] {bfc02e2a-7b06-4849-943a-d94d97270a26} <Debug> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Loading data parts | ||
| 465 | 2025.04.30 22:37:57.088372 [ 258 ] {bfc02e2a-7b06-4849-943a-d94d97270a26} <Debug> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): There are no data parts | ||
| 466 | 2025.04.30 22:37:57.089674 [ 258 ] {bfc02e2a-7b06-4849-943a-d94d97270a26} <Debug> TCPHandler: Processed in 0.003670376 sec. | ||
| 467 | 2025.04.30 22:37:57.089863 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 468 | 2025.04.30 22:37:57.090054 [ 258 ] {d9c1ed7c-0260-46b7-8c13-4c5063a63fd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) 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) | ||
| 469 | 2025.04.30 22:37:57.090167 [ 258 ] {d9c1ed7c-0260-46b7-8c13-4c5063a63fd3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 470 | 2025.04.30 22:37:57.091994 [ 258 ] {d9c1ed7c-0260-46b7-8c13-4c5063a63fd3} <Debug> oximeter.measurements_cumulativef32 (51261b57-0562-4abe-8d45-6fd141dba439): Loading data parts | ||
| 471 | 2025.04.30 22:37:57.092219 [ 258 ] {d9c1ed7c-0260-46b7-8c13-4c5063a63fd3} <Debug> oximeter.measurements_cumulativef32 (51261b57-0562-4abe-8d45-6fd141dba439): There are no data parts | ||
| 472 | 2025.04.30 22:37:57.093762 [ 258 ] {d9c1ed7c-0260-46b7-8c13-4c5063a63fd3} <Debug> TCPHandler: Processed in 0.003947236 sec. | ||
| 473 | 2025.04.30 22:37:57.093910 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 474 | 2025.04.30 22:37:57.094169 [ 258 ] {a9fb0bdb-2df7-4e95-9c83-97b8b25a212f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) 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) | ||
| 475 | 2025.04.30 22:37:57.094280 [ 258 ] {a9fb0bdb-2df7-4e95-9c83-97b8b25a212f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 476 | 2025.04.30 22:37:57.096118 [ 258 ] {a9fb0bdb-2df7-4e95-9c83-97b8b25a212f} <Debug> oximeter.measurements_cumulativef64 (79d6100e-e121-45d3-8ee6-3b5ec21ab8af): Loading data parts | ||
| 477 | 2025.04.30 22:37:57.096278 [ 258 ] {a9fb0bdb-2df7-4e95-9c83-97b8b25a212f} <Debug> oximeter.measurements_cumulativef64 (79d6100e-e121-45d3-8ee6-3b5ec21ab8af): There are no data parts | ||
| 478 | 2025.04.30 22:37:57.097592 [ 258 ] {a9fb0bdb-2df7-4e95-9c83-97b8b25a212f} <Debug> TCPHandler: Processed in 0.003732388 sec. | ||
| 479 | 2025.04.30 22:37:57.097736 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 480 | 2025.04.30 22:37:57.098006 [ 258 ] {5a36ce3c-4d2c-433e-9165-1e37ae030f92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 481 | * NOTE: Array types cannot be Nullable, see | ||
| 482 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 483 | * for more details. | ||
| 484 | * | ||
| 485 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 486 | * is unfortunate, and at this point relies on the fact that an | ||
| 487 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 488 | * to figure out another way to represent missing samples here. | ||
| 489 | */ | ||
| 490 | 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) | ||
| 491 | 2025.04.30 22:37:57.098131 [ 258 ] {5a36ce3c-4d2c-433e-9165-1e37ae030f92} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 492 | 2025.04.30 22:37:57.100371 [ 258 ] {5a36ce3c-4d2c-433e-9165-1e37ae030f92} <Debug> oximeter.measurements_histogrami8 (75958bcc-06c4-4715-a03e-a976943a845e): Loading data parts | ||
| 493 | 2025.04.30 22:37:57.100607 [ 258 ] {5a36ce3c-4d2c-433e-9165-1e37ae030f92} <Debug> oximeter.measurements_histogrami8 (75958bcc-06c4-4715-a03e-a976943a845e): There are no data parts | ||
| 494 | 2025.04.30 22:37:57.101892 [ 258 ] {5a36ce3c-4d2c-433e-9165-1e37ae030f92} <Debug> TCPHandler: Processed in 0.004207374 sec. | ||
| 495 | 2025.04.30 22:37:57.102034 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 496 | 2025.04.30 22:37:57.102366 [ 258 ] {4caa8346-1587-4f44-b327-1e9b0edd0a53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) 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) | ||
| 497 | 2025.04.30 22:37:57.102497 [ 258 ] {4caa8346-1587-4f44-b327-1e9b0edd0a53} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 498 | 2025.04.30 22:37:57.104682 [ 258 ] {4caa8346-1587-4f44-b327-1e9b0edd0a53} <Debug> oximeter.measurements_histogramu8 (40aba2db-cf40-4105-b877-42e34d943609): Loading data parts | ||
| 499 | 2025.04.30 22:37:57.104855 [ 258 ] {4caa8346-1587-4f44-b327-1e9b0edd0a53} <Debug> oximeter.measurements_histogramu8 (40aba2db-cf40-4105-b877-42e34d943609): There are no data parts | ||
| 500 | 2025.04.30 22:37:57.106135 [ 258 ] {4caa8346-1587-4f44-b327-1e9b0edd0a53} <Debug> TCPHandler: Processed in 0.004151302 sec. | ||
| 501 | 2025.04.30 22:37:57.106307 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 502 | 2025.04.30 22:37:57.106565 [ 258 ] {b031a7d6-0026-4052-ab1c-2bf7d2892e31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) 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) | ||
| 503 | 2025.04.30 22:37:57.106684 [ 258 ] {b031a7d6-0026-4052-ab1c-2bf7d2892e31} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 504 | 2025.04.30 22:37:57.109083 [ 258 ] {b031a7d6-0026-4052-ab1c-2bf7d2892e31} <Debug> oximeter.measurements_histogrami16 (872911d9-b48b-400d-838e-6504832d6aea): Loading data parts | ||
| 505 | 2025.04.30 22:37:57.109306 [ 258 ] {b031a7d6-0026-4052-ab1c-2bf7d2892e31} <Debug> oximeter.measurements_histogrami16 (872911d9-b48b-400d-838e-6504832d6aea): There are no data parts | ||
| 506 | 2025.04.30 22:37:57.110869 [ 258 ] {b031a7d6-0026-4052-ab1c-2bf7d2892e31} <Debug> TCPHandler: Processed in 0.004611999 sec. | ||
| 507 | 2025.04.30 22:37:57.111017 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 508 | 2025.04.30 22:37:57.111342 [ 258 ] {dcc73c83-f11e-4b9d-bf11-c09946c3bb19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) 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) | ||
| 509 | 2025.04.30 22:37:57.111461 [ 258 ] {dcc73c83-f11e-4b9d-bf11-c09946c3bb19} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 510 | 2025.04.30 22:37:57.113806 [ 258 ] {dcc73c83-f11e-4b9d-bf11-c09946c3bb19} <Debug> oximeter.measurements_histogramu16 (6fe390e8-3dd5-4d52-9042-9413938cb222): Loading data parts | ||
| 511 | 2025.04.30 22:37:57.113996 [ 258 ] {dcc73c83-f11e-4b9d-bf11-c09946c3bb19} <Debug> oximeter.measurements_histogramu16 (6fe390e8-3dd5-4d52-9042-9413938cb222): There are no data parts | ||
| 512 | 2025.04.30 22:37:57.115287 [ 258 ] {dcc73c83-f11e-4b9d-bf11-c09946c3bb19} <Debug> TCPHandler: Processed in 0.004322728 sec. | ||
| 513 | 2025.04.30 22:37:57.115493 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 514 | 2025.04.30 22:37:57.115750 [ 258 ] {21abdaa2-77df-44ba-b3d3-219d24179d11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) 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) | ||
| 515 | 2025.04.30 22:37:57.115870 [ 258 ] {21abdaa2-77df-44ba-b3d3-219d24179d11} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 516 | 2025.04.30 22:37:57.118022 [ 258 ] {21abdaa2-77df-44ba-b3d3-219d24179d11} <Debug> oximeter.measurements_histogrami32 (5b50e634-e58b-4231-9727-628cf74f1696): Loading data parts | ||
| 517 | 2025.04.30 22:37:57.118256 [ 258 ] {21abdaa2-77df-44ba-b3d3-219d24179d11} <Debug> oximeter.measurements_histogrami32 (5b50e634-e58b-4231-9727-628cf74f1696): There are no data parts | ||
| 518 | 2025.04.30 22:37:57.119522 [ 258 ] {21abdaa2-77df-44ba-b3d3-219d24179d11} <Debug> TCPHandler: Processed in 0.00407942 sec. | ||
| 519 | 2025.04.30 22:37:57.119659 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 520 | 2025.04.30 22:37:57.119977 [ 258 ] {90d8f7d8-09d4-4722-93c5-8093357b02df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) 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) | ||
| 521 | 2025.04.30 22:37:57.120095 [ 258 ] {90d8f7d8-09d4-4722-93c5-8093357b02df} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 522 | 2025.04.30 22:37:57.122256 [ 258 ] {90d8f7d8-09d4-4722-93c5-8093357b02df} <Debug> oximeter.measurements_histogramu32 (8747d356-149f-4757-b5b9-aaaebb4926a3): Loading data parts | ||
| 523 | 2025.04.30 22:37:57.122425 [ 258 ] {90d8f7d8-09d4-4722-93c5-8093357b02df} <Debug> oximeter.measurements_histogramu32 (8747d356-149f-4757-b5b9-aaaebb4926a3): There are no data parts | ||
| 524 | 2025.04.30 22:37:57.123738 [ 258 ] {90d8f7d8-09d4-4722-93c5-8093357b02df} <Debug> TCPHandler: Processed in 0.004129901 sec. | ||
| 525 | 2025.04.30 22:37:57.123934 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 526 | 2025.04.30 22:37:57.124191 [ 258 ] {8ae1c03e-86f8-4b0c-8b6e-ba1c430063a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) 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) | ||
| 527 | 2025.04.30 22:37:57.124310 [ 258 ] {8ae1c03e-86f8-4b0c-8b6e-ba1c430063a2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 528 | 2025.04.30 22:37:57.126367 [ 258 ] {8ae1c03e-86f8-4b0c-8b6e-ba1c430063a2} <Debug> oximeter.measurements_histogrami64 (465393fa-abd4-4770-8b0e-a1725b7d2563): Loading data parts | ||
| 529 | 2025.04.30 22:37:57.126595 [ 258 ] {8ae1c03e-86f8-4b0c-8b6e-ba1c430063a2} <Debug> oximeter.measurements_histogrami64 (465393fa-abd4-4770-8b0e-a1725b7d2563): There are no data parts | ||
| 530 | 2025.04.30 22:37:57.127854 [ 258 ] {8ae1c03e-86f8-4b0c-8b6e-ba1c430063a2} <Debug> TCPHandler: Processed in 0.003970857 sec. | ||
| 531 | 2025.04.30 22:37:57.127995 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 532 | 2025.04.30 22:37:57.128322 [ 258 ] {f075657e-cc5f-415e-88cb-a413c4efa255} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) 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) | ||
| 533 | 2025.04.30 22:37:57.128444 [ 258 ] {f075657e-cc5f-415e-88cb-a413c4efa255} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 534 | 2025.04.30 22:37:57.130673 [ 258 ] {f075657e-cc5f-415e-88cb-a413c4efa255} <Debug> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Loading data parts | ||
| 535 | 2025.04.30 22:37:57.130873 [ 258 ] {f075657e-cc5f-415e-88cb-a413c4efa255} <Debug> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): There are no data parts | ||
| 536 | 2025.04.30 22:37:57.132341 [ 258 ] {f075657e-cc5f-415e-88cb-a413c4efa255} <Debug> TCPHandler: Processed in 0.004395551 sec. | ||
| 537 | 2025.04.30 22:37:57.132551 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 538 | 2025.04.30 22:37:57.132806 [ 258 ] {580ceae6-08bc-44f3-a104-bd98cf442091} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) 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) | ||
| 539 | 2025.04.30 22:37:57.132929 [ 258 ] {580ceae6-08bc-44f3-a104-bd98cf442091} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 540 | 2025.04.30 22:37:57.135325 [ 258 ] {580ceae6-08bc-44f3-a104-bd98cf442091} <Debug> oximeter.measurements_histogramf32 (fd112034-188e-4898-af9d-9862384f1fd7): Loading data parts | ||
| 541 | 2025.04.30 22:37:57.135560 [ 258 ] {580ceae6-08bc-44f3-a104-bd98cf442091} <Debug> oximeter.measurements_histogramf32 (fd112034-188e-4898-af9d-9862384f1fd7): There are no data parts | ||
| 542 | 2025.04.30 22:37:57.136844 [ 258 ] {580ceae6-08bc-44f3-a104-bd98cf442091} <Debug> TCPHandler: Processed in 0.004343269 sec. | ||
| 543 | 2025.04.30 22:37:57.136994 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 544 | 2025.04.30 22:37:57.137317 [ 258 ] {24c55f0f-519c-4455-addf-825fec72f2ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) 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) | ||
| 545 | 2025.04.30 22:37:57.137445 [ 258 ] {24c55f0f-519c-4455-addf-825fec72f2ad} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 546 | 2025.04.30 22:37:57.139678 [ 258 ] {24c55f0f-519c-4455-addf-825fec72f2ad} <Debug> oximeter.measurements_histogramf64 (b009c232-b5d4-423d-a80d-1397dd11c941): Loading data parts | ||
| 547 | 2025.04.30 22:37:57.139842 [ 258 ] {24c55f0f-519c-4455-addf-825fec72f2ad} <Debug> oximeter.measurements_histogramf64 (b009c232-b5d4-423d-a80d-1397dd11c941): There are no data parts | ||
| 548 | 2025.04.30 22:37:57.141251 [ 258 ] {24c55f0f-519c-4455-addf-825fec72f2ad} <Debug> TCPHandler: Processed in 0.004309988 sec. | ||
| 549 | 2025.04.30 22:37:57.141458 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 550 | 2025.04.30 22:37:57.141647 [ 258 ] {ef188bc1-7308-400d-a690-22a820d23043} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) /* The field tables store named dimensions of each timeseries. | ||
| 551 | * | ||
| 552 | * As with the measurement tables, there is one field table for each field data | ||
| 553 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 554 | * this behavior **must not** be relied upon for query correctness. | ||
| 555 | * | ||
| 556 | * The index for the fields differs from the measurements, however. Rows are | ||
| 557 | * sorted by timeseries name, then field name, field value, and finally | ||
| 558 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 559 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 560 | * usually then used to look up measurements. | ||
| 561 | * | ||
| 562 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 563 | * timeseries name and then key, since it would improve lookups where one | ||
| 564 | * already has the key. Realistically though, these tables are quite small and | ||
| 565 | * so performance benefits will be low in absolute terms. | ||
| 566 | * | ||
| 567 | * TTL: We use a materialized column to expire old field table records. This | ||
| 568 | * column is generated automatically by the database whenever a new row is | ||
| 569 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 570 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 571 | * record will remain during a deduplication, which will have the last | ||
| 572 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 573 | * measurement tables. | ||
| 574 | */ | ||
| 575 | 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) | ||
| 576 | 2025.04.30 22:37:57.141766 [ 258 ] {ef188bc1-7308-400d-a690-22a820d23043} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 577 | 2025.04.30 22:37:57.143870 [ 258 ] {ef188bc1-7308-400d-a690-22a820d23043} <Debug> oximeter.fields_bool (51a188c8-1431-4fce-b0f5-1349d4c87fea): Loading data parts | ||
| 578 | 2025.04.30 22:37:57.144025 [ 258 ] {ef188bc1-7308-400d-a690-22a820d23043} <Debug> oximeter.fields_bool (51a188c8-1431-4fce-b0f5-1349d4c87fea): There are no data parts | ||
| 579 | 2025.04.30 22:37:57.145418 [ 258 ] {ef188bc1-7308-400d-a690-22a820d23043} <Debug> TCPHandler: Processed in 0.004010948 sec. | ||
| 580 | 2025.04.30 22:37:57.145567 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 581 | 2025.04.30 22:37:57.145750 [ 258 ] {6367b1bf-46a2-46d2-9b7d-2feb6f4a1418} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) 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) | ||
| 582 | 2025.04.30 22:37:57.145870 [ 258 ] {6367b1bf-46a2-46d2-9b7d-2feb6f4a1418} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 583 | 2025.04.30 22:37:57.147903 [ 258 ] {6367b1bf-46a2-46d2-9b7d-2feb6f4a1418} <Debug> oximeter.fields_i8 (9364b6da-ffcf-4d7a-beb9-6c1665607fa2): Loading data parts | ||
| 584 | 2025.04.30 22:37:57.148063 [ 258 ] {6367b1bf-46a2-46d2-9b7d-2feb6f4a1418} <Debug> oximeter.fields_i8 (9364b6da-ffcf-4d7a-beb9-6c1665607fa2): There are no data parts | ||
| 585 | 2025.04.30 22:37:57.149319 [ 258 ] {6367b1bf-46a2-46d2-9b7d-2feb6f4a1418} <Debug> TCPHandler: Processed in 0.003804201 sec. | ||
| 586 | 2025.04.30 22:37:57.149529 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 587 | 2025.04.30 22:37:57.149714 [ 258 ] {f57a099f-0ac3-41e6-ab7b-d15cfec69534} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) 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) | ||
| 588 | 2025.04.30 22:37:57.149823 [ 258 ] {f57a099f-0ac3-41e6-ab7b-d15cfec69534} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 589 | 2025.04.30 22:37:57.151708 [ 258 ] {f57a099f-0ac3-41e6-ab7b-d15cfec69534} <Debug> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Loading data parts | ||
| 590 | 2025.04.30 22:37:57.151917 [ 258 ] {f57a099f-0ac3-41e6-ab7b-d15cfec69534} <Debug> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): There are no data parts | ||
| 591 | 2025.04.30 22:37:57.153238 [ 258 ] {f57a099f-0ac3-41e6-ab7b-d15cfec69534} <Debug> TCPHandler: Processed in 0.003758739 sec. | ||
| 592 | 2025.04.30 22:37:57.153372 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 593 | 2025.04.30 22:37:57.153593 [ 258 ] {88b0d513-b8ce-42c8-af21-5e3695f08426} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) 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) | ||
| 594 | 2025.04.30 22:37:57.153673 [ 258 ] {88b0d513-b8ce-42c8-af21-5e3695f08426} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 595 | 2025.04.30 22:37:57.155617 [ 258 ] {88b0d513-b8ce-42c8-af21-5e3695f08426} <Debug> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Loading data parts | ||
| 596 | 2025.04.30 22:37:57.155848 [ 258 ] {88b0d513-b8ce-42c8-af21-5e3695f08426} <Debug> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): There are no data parts | ||
| 597 | 2025.04.30 22:37:57.157844 [ 258 ] {88b0d513-b8ce-42c8-af21-5e3695f08426} <Debug> TCPHandler: Processed in 0.004521795 sec. | ||
| 598 | 2025.04.30 22:37:57.158082 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 599 | 2025.04.30 22:37:57.158271 [ 258 ] {8f6a338b-0f0e-47b0-9057-a2d38f9b09ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) 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) | ||
| 600 | 2025.04.30 22:37:57.158447 [ 258 ] {8f6a338b-0f0e-47b0-9057-a2d38f9b09ec} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 601 | 2025.04.30 22:37:57.160353 [ 258 ] {8f6a338b-0f0e-47b0-9057-a2d38f9b09ec} <Debug> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Loading data parts | ||
| 602 | 2025.04.30 22:37:57.160593 [ 258 ] {8f6a338b-0f0e-47b0-9057-a2d38f9b09ec} <Debug> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): There are no data parts | ||
| 603 | 2025.04.30 22:37:57.161868 [ 258 ] {8f6a338b-0f0e-47b0-9057-a2d38f9b09ec} <Debug> TCPHandler: Processed in 0.003838121 sec. | ||
| 604 | 2025.04.30 22:37:57.162006 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 605 | 2025.04.30 22:37:57.162264 [ 258 ] {38c9e23a-2a7e-47f8-a96f-a85d8e0e72a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) 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) | ||
| 606 | 2025.04.30 22:37:57.162311 [ 258 ] {38c9e23a-2a7e-47f8-a96f-a85d8e0e72a3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 607 | 2025.04.30 22:37:57.164185 [ 258 ] {38c9e23a-2a7e-47f8-a96f-a85d8e0e72a3} <Debug> oximeter.fields_i32 (7adaa5d6-f643-4b45-bad9-7893daecca53): Loading data parts | ||
| 608 | 2025.04.30 22:37:57.164344 [ 258 ] {38c9e23a-2a7e-47f8-a96f-a85d8e0e72a3} <Debug> oximeter.fields_i32 (7adaa5d6-f643-4b45-bad9-7893daecca53): There are no data parts | ||
| 609 | 2025.04.30 22:37:57.165569 [ 258 ] {38c9e23a-2a7e-47f8-a96f-a85d8e0e72a3} <Debug> TCPHandler: Processed in 0.003613444 sec. | ||
| 610 | 2025.04.30 22:37:57.165767 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 611 | 2025.04.30 22:37:57.165954 [ 258 ] {de9b5d67-0f3e-4c7e-b41e-cb5d9ca92ae8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) 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) | ||
| 612 | 2025.04.30 22:37:57.166066 [ 258 ] {de9b5d67-0f3e-4c7e-b41e-cb5d9ca92ae8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 613 | 2025.04.30 22:37:57.167897 [ 258 ] {de9b5d67-0f3e-4c7e-b41e-cb5d9ca92ae8} <Debug> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Loading data parts | ||
| 614 | 2025.04.30 22:37:57.168140 [ 258 ] {de9b5d67-0f3e-4c7e-b41e-cb5d9ca92ae8} <Debug> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): There are no data parts | ||
| 615 | 2025.04.30 22:37:57.169450 [ 258 ] {de9b5d67-0f3e-4c7e-b41e-cb5d9ca92ae8} <Debug> TCPHandler: Processed in 0.003733038 sec. | ||
| 616 | 2025.04.30 22:37:57.169589 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 617 | 2025.04.30 22:37:57.169848 [ 258 ] {040785dd-7d91-4826-920b-546f92e38cda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) 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) | ||
| 618 | 2025.04.30 22:37:57.169931 [ 258 ] {040785dd-7d91-4826-920b-546f92e38cda} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 619 | 2025.04.30 22:37:57.171819 [ 258 ] {040785dd-7d91-4826-920b-546f92e38cda} <Debug> oximeter.fields_i64 (e543ded6-86f4-474b-a018-73d37fd4eeee): Loading data parts | ||
| 620 | 2025.04.30 22:37:57.171980 [ 258 ] {040785dd-7d91-4826-920b-546f92e38cda} <Debug> oximeter.fields_i64 (e543ded6-86f4-474b-a018-73d37fd4eeee): There are no data parts | ||
| 621 | 2025.04.30 22:37:57.173202 [ 258 ] {040785dd-7d91-4826-920b-546f92e38cda} <Debug> TCPHandler: Processed in 0.003663165 sec. | ||
| 622 | 2025.04.30 22:37:57.173414 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 623 | 2025.04.30 22:37:57.173600 [ 258 ] {7047baae-1066-4701-9786-882ea44a4d38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) 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) | ||
| 624 | 2025.04.30 22:37:57.173714 [ 258 ] {7047baae-1066-4701-9786-882ea44a4d38} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 625 | 2025.04.30 22:37:57.175559 [ 258 ] {7047baae-1066-4701-9786-882ea44a4d38} <Debug> oximeter.fields_u64 (0f01287c-3843-4065-ae8e-e857411dc4cf): Loading data parts | ||
| 626 | 2025.04.30 22:37:57.175796 [ 258 ] {7047baae-1066-4701-9786-882ea44a4d38} <Debug> oximeter.fields_u64 (0f01287c-3843-4065-ae8e-e857411dc4cf): There are no data parts | ||
| 627 | 2025.04.30 22:37:57.177050 [ 258 ] {7047baae-1066-4701-9786-882ea44a4d38} <Debug> TCPHandler: Processed in 0.003691317 sec. | ||
| 628 | 2025.04.30 22:37:57.177183 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 629 | 2025.04.30 22:37:57.177440 [ 258 ] {bb201ddf-7098-4953-8995-7705fa6755c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) 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) | ||
| 630 | 2025.04.30 22:37:57.177556 [ 258 ] {bb201ddf-7098-4953-8995-7705fa6755c4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 631 | 2025.04.30 22:37:57.179380 [ 258 ] {bb201ddf-7098-4953-8995-7705fa6755c4} <Debug> oximeter.fields_ipaddr (4dea1092-816a-42b9-a56f-a845cbc6e13d): Loading data parts | ||
| 632 | 2025.04.30 22:37:57.179523 [ 258 ] {bb201ddf-7098-4953-8995-7705fa6755c4} <Debug> oximeter.fields_ipaddr (4dea1092-816a-42b9-a56f-a845cbc6e13d): There are no data parts | ||
| 633 | 2025.04.30 22:37:57.180806 [ 258 ] {bb201ddf-7098-4953-8995-7705fa6755c4} <Debug> TCPHandler: Processed in 0.003673917 sec. | ||
| 634 | 2025.04.30 22:37:57.180940 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 635 | 2025.04.30 22:37:57.181125 [ 258 ] {6e25d3ca-c2cf-450d-a64b-9fe8d367fea3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) 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) | ||
| 636 | 2025.04.30 22:37:57.181246 [ 258 ] {6e25d3ca-c2cf-450d-a64b-9fe8d367fea3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 637 | 2025.04.30 22:37:57.183232 [ 258 ] {6e25d3ca-c2cf-450d-a64b-9fe8d367fea3} <Debug> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Loading data parts | ||
| 638 | 2025.04.30 22:37:57.183475 [ 258 ] {6e25d3ca-c2cf-450d-a64b-9fe8d367fea3} <Debug> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): There are no data parts | ||
| 639 | 2025.04.30 22:37:57.184751 [ 258 ] {6e25d3ca-c2cf-450d-a64b-9fe8d367fea3} <Debug> TCPHandler: Processed in 0.003860872 sec. | ||
| 640 | 2025.04.30 22:37:57.184901 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 641 | 2025.04.30 22:37:57.185162 [ 258 ] {3baaeab9-41ac-4a89-bc9a-f226e9b802b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) 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) | ||
| 642 | 2025.04.30 22:37:57.185281 [ 258 ] {3baaeab9-41ac-4a89-bc9a-f226e9b802b4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 643 | 2025.04.30 22:37:57.187120 [ 258 ] {3baaeab9-41ac-4a89-bc9a-f226e9b802b4} <Debug> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Loading data parts | ||
| 644 | 2025.04.30 22:37:57.187292 [ 258 ] {3baaeab9-41ac-4a89-bc9a-f226e9b802b4} <Debug> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): There are no data parts | ||
| 645 | 2025.04.30 22:37:57.188662 [ 258 ] {3baaeab9-41ac-4a89-bc9a-f226e9b802b4} <Debug> TCPHandler: Processed in 0.003823101 sec. | ||
| 646 | 2025.04.30 22:37:57.188830 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 647 | 2025.04.30 22:37:57.189089 [ 258 ] {c3e855d7-74ec-4435-bf73-972ffcada5ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) /* The timeseries schema table stores the extracted schema for the samples | ||
| 648 | * oximeter collects. | ||
| 649 | */ | ||
| 650 | 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) | ||
| 651 | 2025.04.30 22:37:57.189234 [ 258 ] {c3e855d7-74ec-4435-bf73-972ffcada5ef} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 652 | 2025.04.30 22:37:57.191131 [ 258 ] {c3e855d7-74ec-4435-bf73-972ffcada5ef} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f): Loading data parts | ||
| 653 | 2025.04.30 22:37:57.191350 [ 258 ] {c3e855d7-74ec-4435-bf73-972ffcada5ef} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f): There are no data parts | ||
| 654 | 2025.04.30 22:37:57.193122 [ 258 ] {c3e855d7-74ec-4435-bf73-972ffcada5ef} <Debug> TCPHandler: Processed in 0.004344489 sec. | ||
| 655 | 2025.04.30 22:37:57.193470 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 656 | 2025.04.30 22:37:57.193782 [ 259 ] {14c3c047-a608-481c-8adf-6c972585fac2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 657 | 2025.04.30 22:37:57.197870 [ 259 ] {14c3c047-a608-481c-8adf-6c972585fac2} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 658 | 2025.04.30 22:37:57.223250 [ 275 ] {14c3c047-a608-481c-8adf-6c972585fac2} <Trace> oximeter.version (b37c5747-de30-4863-aafc-802b4e71b2e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 659 | 2025.04.30 22:37:57.223311 [ 275 ] {14c3c047-a608-481c-8adf-6c972585fac2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 660 | 2025.04.30 22:37:57.231907 [ 275 ] {14c3c047-a608-481c-8adf-6c972585fac2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 661 | 2025.04.30 22:37:57.232480 [ 275 ] {14c3c047-a608-481c-8adf-6c972585fac2} <Trace> oximeter.version (b37c5747-de30-4863-aafc-802b4e71b2e0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 662 | 2025.04.30 22:37:57.232812 [ 259 ] {14c3c047-a608-481c-8adf-6c972585fac2} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.039174 sec., 25.5271353448716 rows/sec., 408.43 B/sec. | ||
| 663 | 2025.04.30 22:37:57.233200 [ 259 ] {14c3c047-a608-481c-8adf-6c972585fac2} <Debug> TCPHandler: Processed in 0.039865138 sec. | ||
| 664 | 2025.04.30 22:37:57.330433 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52457 | ||
| 665 | 2025.04.30 22:37:57.330567 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 666 | 2025.04.30 22:37:57.330600 [ 277 ] {} <Debug> TCP-Session: 0e4e558d-e09a-45b5-bf4e-5be4f9e9c7c2 Authenticating user 'default' from [fd00:1122:3344:101::b]:52457 | ||
| 667 | 2025.04.30 22:37:57.330731 [ 277 ] {} <Debug> TCP-Session: 0e4e558d-e09a-45b5-bf4e-5be4f9e9c7c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 668 | 2025.04.30 22:37:57.330749 [ 277 ] {} <Debug> TCP-Session: 0e4e558d-e09a-45b5-bf4e-5be4f9e9c7c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 669 | 2025.04.30 22:37:57.330804 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 670 | 2025.04.30 22:37:57.330902 [ 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.30 22:37:57.330926 [ 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.30 22:37:57.332470 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34289 | ||
| 673 | 2025.04.30 22:37:57.332608 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 674 | 2025.04.30 22:37:57.332655 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47263 | ||
| 675 | 2025.04.30 22:37:57.332711 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47276 | ||
| 676 | 2025.04.30 22:37:57.332729 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52839 | ||
| 677 | 2025.04.30 22:37:57.332765 [ 278 ] {} <Debug> TCP-Session: 5b0da0c8-e3d8-49ca-bc73-3064e230c156 Authenticating user 'default' from [fd00:1122:3344:101::b]:34289 | ||
| 678 | 2025.04.30 22:37:57.332787 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59455 | ||
| 679 | 2025.04.30 22:37:57.332960 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 680 | 2025.04.30 22:37:57.332987 [ 278 ] {} <Debug> TCP-Session: 5b0da0c8-e3d8-49ca-bc73-3064e230c156 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 681 | 2025.04.30 22:37:57.332972 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56463 | ||
| 682 | 2025.04.30 22:37:57.333091 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 683 | 2025.04.30 22:37:57.333278 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 684 | 2025.04.30 22:37:57.333292 [ 278 ] {} <Debug> TCP-Session: 5b0da0c8-e3d8-49ca-bc73-3064e230c156 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 685 | 2025.04.30 22:37:57.333332 [ 279 ] {} <Debug> TCP-Session: 54407ea6-456b-4c2a-a3e8-8cfc56b9c157 Authenticating user 'default' from [fd00:1122:3344:101::b]:52839 | ||
| 686 | 2025.04.30 22:37:57.333305 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 687 | 2025.04.30 22:37:57.333367 [ 281 ] {} <Debug> TCP-Session: 7889cfc2-4686-499c-80a3-b43d610f1158 Authenticating user 'default' from [fd00:1122:3344:101::b]:47276 | ||
| 688 | 2025.04.30 22:37:57.333468 [ 282 ] {} <Debug> TCP-Session: a46155ad-0b3a-4003-8507-284fa51b5bce Authenticating user 'default' from [fd00:1122:3344:101::b]:59455 | ||
| 689 | 2025.04.30 22:37:57.333552 [ 281 ] {} <Debug> TCP-Session: 7889cfc2-4686-499c-80a3-b43d610f1158 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 690 | 2025.04.30 22:37:57.333555 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 691 | 2025.04.30 22:37:57.333362 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56109 | ||
| 692 | 2025.04.30 22:37:57.333628 [ 280 ] {} <Debug> TCP-Session: 7c99c096-b1bd-458f-ae2f-8bb7021994cd Authenticating user 'default' from [fd00:1122:3344:101::b]:47263 | ||
| 693 | 2025.04.30 22:37:57.333613 [ 281 ] {} <Debug> TCP-Session: 7889cfc2-4686-499c-80a3-b43d610f1158 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 694 | 2025.04.30 22:37:57.333574 [ 279 ] {} <Debug> TCP-Session: 54407ea6-456b-4c2a-a3e8-8cfc56b9c157 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 695 | 2025.04.30 22:37:57.333774 [ 280 ] {} <Debug> TCP-Session: 7c99c096-b1bd-458f-ae2f-8bb7021994cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 696 | 2025.04.30 22:37:57.333714 [ 283 ] {} <Debug> TCP-Session: 0e9b9cd2-6079-4bfd-8751-82d463992d8e Authenticating user 'default' from [fd00:1122:3344:101::b]:56463 | ||
| 697 | 2025.04.30 22:37:57.333602 [ 282 ] {} <Debug> TCP-Session: a46155ad-0b3a-4003-8507-284fa51b5bce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 698 | 2025.04.30 22:37:57.333970 [ 279 ] {} <Debug> TCP-Session: 54407ea6-456b-4c2a-a3e8-8cfc56b9c157 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 699 | 2025.04.30 22:37:57.333992 [ 280 ] {} <Debug> TCP-Session: 7c99c096-b1bd-458f-ae2f-8bb7021994cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 700 | 2025.04.30 22:37:57.334014 [ 283 ] {} <Debug> TCP-Session: 0e9b9cd2-6079-4bfd-8751-82d463992d8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 701 | 2025.04.30 22:37:57.334019 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 702 | 2025.04.30 22:37:57.334076 [ 282 ] {} <Debug> TCP-Session: a46155ad-0b3a-4003-8507-284fa51b5bce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 703 | 2025.04.30 22:37:57.334200 [ 283 ] {} <Debug> TCP-Session: 0e9b9cd2-6079-4bfd-8751-82d463992d8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 704 | 2025.04.30 22:37:57.334252 [ 284 ] {} <Debug> TCP-Session: c8e5fde4-c627-4fba-907f-e1a9b8ed5a31 Authenticating user 'default' from [fd00:1122:3344:101::b]:56109 | ||
| 705 | 2025.04.30 22:37:57.334360 [ 284 ] {} <Debug> TCP-Session: c8e5fde4-c627-4fba-907f-e1a9b8ed5a31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2025.04.30 22:37:57.334396 [ 284 ] {} <Debug> TCP-Session: c8e5fde4-c627-4fba-907f-e1a9b8ed5a31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 707 | 2025.04.30 22:37:58.000152 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 134.54 MiB, peak 134.54 MiB, free memory in arenas 0.00 B, will set to 140.75 MiB (RSS), difference: 6.21 MiB | ||
| 708 | 2025.04.30 22:38:02.921345 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 | ||
| 709 | 2025.04.30 22:38:02.921457 [ 245 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 710 | 2025.04.30 22:38:02.921763 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 711 | 2025.04.30 22:38:02.921870 [ 244 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 712 | 2025.04.30 22:38:02.927878 [ 245 ] {} <Debug> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Loading data parts | ||
| 713 | 2025.04.30 22:38:02.928286 [ 245 ] {} <Debug> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): There are no data parts | ||
| 714 | 2025.04.30 22:38:02.939043 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 715 | 2025.04.30 22:38:02.939114 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 716 | 2025.04.30 22:38:02.945850 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 717 | 2025.04.30 22:38:02.946966 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 718 | 2025.04.30 22:38:02.947945 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 | ||
| 719 | 2025.04.30 22:38:02.951460 [ 244 ] {} <Debug> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Loading data parts | ||
| 720 | 2025.04.30 22:38:02.951762 [ 244 ] {} <Debug> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): There are no data parts | ||
| 721 | 2025.04.30 22:38:02.975065 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 722 | 2025.04.30 22:38:02.975109 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 723 | 2025.04.30 22:38:02.982358 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 724 | 2025.04.30 22:38:02.983730 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 725 | 2025.04.30 22:38:02.986090 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 726 | 2025.04.30 22:38:03.001102 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.78 MiB, peak 149.78 MiB, free memory in arenas 0.00 B, will set to 150.58 MiB (RSS), difference: 4.80 MiB | ||
| 727 | 2025.04.30 22:38:05.420602 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 | ||
| 728 | 2025.04.30 22:38:05.420698 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 729 | 2025.04.30 22:38:05.429318 [ 242 ] {} <Debug> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Loading data parts | ||
| 730 | 2025.04.30 22:38:05.429597 [ 242 ] {} <Debug> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): There are no data parts | ||
| 731 | 2025.04.30 22:38:05.436428 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 732 | 2025.04.30 22:38:05.436469 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 733 | 2025.04.30 22:38:05.438186 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 734 | 2025.04.30 22:38:05.438771 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 735 | 2025.04.30 22:38:05.439296 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88 | ||
| 736 | 2025.04.30 22:38:06.001153 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.77 MiB, peak 154.77 MiB, free memory in arenas 0.00 B, will set to 151.02 MiB (RSS), difference: -3.75 MiB | ||
| 737 | 2025.04.30 22:38:10.344722 [ 140 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 738 | 2025.04.30 22:38:10.344924 [ 140 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 739 | 2025.04.30 22:38:10.448996 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 | ||
| 740 | 2025.04.30 22:38:10.449834 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 741 | 2025.04.30 22:38:10.449881 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 742 | 2025.04.30 22:38:10.450693 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 743 | 2025.04.30 22:38:10.451207 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 744 | 2025.04.30 22:38:10.451501 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 745 | 2025.04.30 22:38:10.487128 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 746 | 2025.04.30 22:38:10.507051 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 747 | 2025.04.30 22:38:10.507101 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 748 | 2025.04.30 22:38:10.513930 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 749 | 2025.04.30 22:38:10.515227 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 750 | 2025.04.30 22:38:10.517471 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 751 | 2025.04.30 22:38:16.000193 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.65 MiB, peak 155.70 MiB, free memory in arenas 0.00 B, will set to 152.67 MiB (RSS), difference: 4.02 MiB | ||
| 752 | 2025.04.30 22:38:17.245229 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 753 | 2025.04.30 22:38:17.245438 [ 258 ] {c4893ea0-d441-485f-a5c4-7d8ebc80ff0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 754 | 2025.04.30 22:38:17.245923 [ 258 ] {c4893ea0-d441-485f-a5c4-7d8ebc80ff0e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 755 | 2025.04.30 22:38:17.248149 [ 258 ] {c4893ea0-d441-485f-a5c4-7d8ebc80ff0e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 756 | 2025.04.30 22:38:17.248928 [ 258 ] {c4893ea0-d441-485f-a5c4-7d8ebc80ff0e} <Debug> TCPHandler: Processed in 0.003838342 sec. | ||
| 757 | 2025.04.30 22:38:17.256743 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 758 | 2025.04.30 22:38:17.256895 [ 258 ] {60cff5e3-a295-42b8-8389-70ea72340101} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 759 | 2025.04.30 22:38:17.261322 [ 258 ] {60cff5e3-a295-42b8-8389-70ea72340101} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 760 | 2025.04.30 22:38:17.261378 [ 258 ] {60cff5e3-a295-42b8-8389-70ea72340101} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 761 | 2025.04.30 22:38:17.261920 [ 258 ] {60cff5e3-a295-42b8-8389-70ea72340101} <Debug> TCPHandler: Processed in 0.005231249 sec. | ||
| 762 | 2025.04.30 22:38:17.262190 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 763 | 2025.04.30 22:38:17.262331 [ 258 ] {cb29d159-060a-4cc5-bdd1-81380c4d1ded} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 764 | 2025.04.30 22:38:17.262677 [ 258 ] {cb29d159-060a-4cc5-bdd1-81380c4d1ded} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 765 | 2025.04.30 22:38:17.262728 [ 258 ] {cb29d159-060a-4cc5-bdd1-81380c4d1ded} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 766 | 2025.04.30 22:38:17.263337 [ 258 ] {cb29d159-060a-4cc5-bdd1-81380c4d1ded} <Debug> TCPHandler: Processed in 0.001197341 sec. | ||
| 767 | 2025.04.30 22:38:17.263570 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 768 | 2025.04.30 22:38:17.263733 [ 258 ] {db276b7c-53d9-40ed-aaa6-b3d2cf4db8eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 769 | 2025.04.30 22:38:17.264145 [ 258 ] {db276b7c-53d9-40ed-aaa6-b3d2cf4db8eb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 770 | 2025.04.30 22:38:17.264200 [ 258 ] {db276b7c-53d9-40ed-aaa6-b3d2cf4db8eb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 771 | 2025.04.30 22:38:17.264657 [ 258 ] {db276b7c-53d9-40ed-aaa6-b3d2cf4db8eb} <Debug> TCPHandler: Processed in 0.001137749 sec. | ||
| 772 | 2025.04.30 22:38:17.264895 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 773 | 2025.04.30 22:38:17.265032 [ 258 ] {bb90deff-c66d-408a-b3e5-aaa9135c51d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 774 | 2025.04.30 22:38:17.265353 [ 258 ] {bb90deff-c66d-408a-b3e5-aaa9135c51d0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 775 | 2025.04.30 22:38:17.265406 [ 258 ] {bb90deff-c66d-408a-b3e5-aaa9135c51d0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 776 | 2025.04.30 22:38:17.265852 [ 258 ] {bb90deff-c66d-408a-b3e5-aaa9135c51d0} <Debug> TCPHandler: Processed in 0.001007554 sec. | ||
| 777 | 2025.04.30 22:38:17.266061 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 778 | 2025.04.30 22:38:17.266196 [ 258 ] {14d4f21e-1480-443f-a612-390fde23e464} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 779 | 2025.04.30 22:38:17.266514 [ 258 ] {14d4f21e-1480-443f-a612-390fde23e464} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 780 | 2025.04.30 22:38:17.266566 [ 258 ] {14d4f21e-1480-443f-a612-390fde23e464} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 781 | 2025.04.30 22:38:17.267030 [ 258 ] {14d4f21e-1480-443f-a612-390fde23e464} <Debug> TCPHandler: Processed in 0.001018835 sec. | ||
| 782 | 2025.04.30 22:38:17.267281 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 783 | 2025.04.30 22:38:17.267423 [ 258 ] {722f853c-6785-4eac-94bc-5c9ba48890de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 784 | 2025.04.30 22:38:17.267743 [ 258 ] {722f853c-6785-4eac-94bc-5c9ba48890de} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 785 | 2025.04.30 22:38:17.267795 [ 258 ] {722f853c-6785-4eac-94bc-5c9ba48890de} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 786 | 2025.04.30 22:38:17.268231 [ 258 ] {722f853c-6785-4eac-94bc-5c9ba48890de} <Debug> TCPHandler: Processed in 0.001001755 sec. | ||
| 787 | 2025.04.30 22:38:17.268450 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 788 | 2025.04.30 22:38:17.268586 [ 258 ] {eabac13f-f4e2-4881-bbe9-d6dd155ce69e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 789 | 2025.04.30 22:38:17.268907 [ 258 ] {eabac13f-f4e2-4881-bbe9-d6dd155ce69e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 790 | 2025.04.30 22:38:17.268959 [ 258 ] {eabac13f-f4e2-4881-bbe9-d6dd155ce69e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 791 | 2025.04.30 22:38:17.269397 [ 258 ] {eabac13f-f4e2-4881-bbe9-d6dd155ce69e} <Debug> TCPHandler: Processed in 0.000996954 sec. | ||
| 792 | 2025.04.30 22:38:17.269608 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 793 | 2025.04.30 22:38:17.269745 [ 258 ] {7597fc71-99ac-409d-99dd-f6a8a2ab9154} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 794 | 2025.04.30 22:38:17.270066 [ 258 ] {7597fc71-99ac-409d-99dd-f6a8a2ab9154} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 795 | 2025.04.30 22:38:17.270116 [ 258 ] {7597fc71-99ac-409d-99dd-f6a8a2ab9154} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 796 | 2025.04.30 22:38:17.270548 [ 258 ] {7597fc71-99ac-409d-99dd-f6a8a2ab9154} <Debug> TCPHandler: Processed in 0.000989794 sec. | ||
| 797 | 2025.04.30 22:38:17.270760 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 798 | 2025.04.30 22:38:17.270898 [ 258 ] {22c82107-546f-4f60-9949-fecad7b19246} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 799 | 2025.04.30 22:38:17.271217 [ 258 ] {22c82107-546f-4f60-9949-fecad7b19246} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 800 | 2025.04.30 22:38:17.271268 [ 258 ] {22c82107-546f-4f60-9949-fecad7b19246} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 801 | 2025.04.30 22:38:17.271719 [ 258 ] {22c82107-546f-4f60-9949-fecad7b19246} <Debug> TCPHandler: Processed in 0.001010595 sec. | ||
| 802 | 2025.04.30 22:38:17.271920 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 803 | 2025.04.30 22:38:17.272058 [ 258 ] {7e0357d7-91f2-4173-a516-cd352d59de25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 804 | 2025.04.30 22:38:17.272381 [ 258 ] {7e0357d7-91f2-4173-a516-cd352d59de25} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 805 | 2025.04.30 22:38:17.272431 [ 258 ] {7e0357d7-91f2-4173-a516-cd352d59de25} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 806 | 2025.04.30 22:38:17.272868 [ 258 ] {7e0357d7-91f2-4173-a516-cd352d59de25} <Debug> TCPHandler: Processed in 0.000997364 sec. | ||
| 807 | 2025.04.30 22:38:17.273083 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 808 | 2025.04.30 22:38:17.273222 [ 258 ] {e831a506-51d5-458c-8f27-eed9071fbdf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 809 | 2025.04.30 22:38:17.273546 [ 258 ] {e831a506-51d5-458c-8f27-eed9071fbdf1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 810 | 2025.04.30 22:38:17.273596 [ 258 ] {e831a506-51d5-458c-8f27-eed9071fbdf1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 811 | 2025.04.30 22:38:17.274034 [ 258 ] {e831a506-51d5-458c-8f27-eed9071fbdf1} <Debug> TCPHandler: Processed in 0.001000664 sec. | ||
| 812 | 2025.04.30 22:38:17.274263 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 813 | 2025.04.30 22:38:17.274406 [ 258 ] {031c83a5-6cae-4fc6-83d0-82f94c640d40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 814 | 2025.04.30 22:38:17.274735 [ 258 ] {031c83a5-6cae-4fc6-83d0-82f94c640d40} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 815 | 2025.04.30 22:38:17.274788 [ 258 ] {031c83a5-6cae-4fc6-83d0-82f94c640d40} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 816 | 2025.04.30 22:38:17.275225 [ 258 ] {031c83a5-6cae-4fc6-83d0-82f94c640d40} <Debug> TCPHandler: Processed in 0.001012245 sec. | ||
| 817 | 2025.04.30 22:38:17.275425 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 818 | 2025.04.30 22:38:17.275570 [ 258 ] {994e8d6d-51ac-4c61-a21c-094c8e314dfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 819 | 2025.04.30 22:38:17.275924 [ 258 ] {994e8d6d-51ac-4c61-a21c-094c8e314dfb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 820 | 2025.04.30 22:38:17.275974 [ 258 ] {994e8d6d-51ac-4c61-a21c-094c8e314dfb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 821 | 2025.04.30 22:38:17.276417 [ 258 ] {994e8d6d-51ac-4c61-a21c-094c8e314dfb} <Debug> TCPHandler: Processed in 0.001040676 sec. | ||
| 822 | 2025.04.30 22:38:17.276660 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 823 | 2025.04.30 22:38:17.276803 [ 258 ] {ad62ab4f-2139-4efb-b4cc-faae0c5c9c6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 824 | 2025.04.30 22:38:17.277141 [ 258 ] {ad62ab4f-2139-4efb-b4cc-faae0c5c9c6b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 825 | 2025.04.30 22:38:17.277192 [ 258 ] {ad62ab4f-2139-4efb-b4cc-faae0c5c9c6b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 826 | 2025.04.30 22:38:17.277627 [ 258 ] {ad62ab4f-2139-4efb-b4cc-faae0c5c9c6b} <Debug> TCPHandler: Processed in 0.001030286 sec. | ||
| 827 | 2025.04.30 22:38:17.277831 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 828 | 2025.04.30 22:38:17.277976 [ 258 ] {dfc3a3af-317a-4710-a1e2-ef7a6298ec87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 829 | 2025.04.30 22:38:17.278314 [ 258 ] {dfc3a3af-317a-4710-a1e2-ef7a6298ec87} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 830 | 2025.04.30 22:38:17.278365 [ 258 ] {dfc3a3af-317a-4710-a1e2-ef7a6298ec87} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 831 | 2025.04.30 22:38:17.278801 [ 258 ] {dfc3a3af-317a-4710-a1e2-ef7a6298ec87} <Debug> TCPHandler: Processed in 0.001020525 sec. | ||
| 832 | 2025.04.30 22:38:17.279029 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 833 | 2025.04.30 22:38:17.279173 [ 258 ] {706f6565-1cd6-4944-a625-cf5be82b4514} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 834 | 2025.04.30 22:38:17.279520 [ 258 ] {706f6565-1cd6-4944-a625-cf5be82b4514} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 835 | 2025.04.30 22:38:17.279584 [ 258 ] {706f6565-1cd6-4944-a625-cf5be82b4514} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 836 | 2025.04.30 22:38:17.280024 [ 258 ] {706f6565-1cd6-4944-a625-cf5be82b4514} <Debug> TCPHandler: Processed in 0.001045456 sec. | ||
| 837 | 2025.04.30 22:38:17.280250 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 838 | 2025.04.30 22:38:17.280398 [ 258 ] {b2059b91-f555-4564-9ddd-09309701c1be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 839 | 2025.04.30 22:38:17.280742 [ 258 ] {b2059b91-f555-4564-9ddd-09309701c1be} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 840 | 2025.04.30 22:38:17.280812 [ 258 ] {b2059b91-f555-4564-9ddd-09309701c1be} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 841 | 2025.04.30 22:38:17.281373 [ 258 ] {b2059b91-f555-4564-9ddd-09309701c1be} <Debug> TCPHandler: Processed in 0.0011741 sec. | ||
| 842 | 2025.04.30 22:38:17.287930 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 843 | 2025.04.30 22:38:17.288057 [ 258 ] {3c1b1189-e969-487a-b649-d65b275ca52d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 844 | 2025.04.30 22:38:17.288107 [ 258 ] {3c1b1189-e969-487a-b649-d65b275ca52d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 845 | 2025.04.30 22:38:17.288858 [ 258 ] {3c1b1189-e969-487a-b649-d65b275ca52d} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 846 | 2025.04.30 22:38:17.288907 [ 258 ] {3c1b1189-e969-487a-b649-d65b275ca52d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 847 | 2025.04.30 22:38:17.289664 [ 258 ] {3c1b1189-e969-487a-b649-d65b275ca52d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 848 | 2025.04.30 22:38:17.290109 [ 258 ] {3c1b1189-e969-487a-b649-d65b275ca52d} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 849 | 2025.04.30 22:38:17.290353 [ 258 ] {3c1b1189-e969-487a-b649-d65b275ca52d} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.002331 sec., 7722.007722007721 rows/sec., 1.05 MiB/sec. | ||
| 850 | 2025.04.30 22:38:17.290514 [ 258 ] {3c1b1189-e969-487a-b649-d65b275ca52d} <Debug> TCPHandler: Processed in 0.002633261 sec. | ||
| 851 | 2025.04.30 22:38:17.290659 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 852 | 2025.04.30 22:38:17.290767 [ 258 ] {48bf06fe-6981-4f55-9d00-3f1fe9a972f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 853 | 2025.04.30 22:38:17.290812 [ 258 ] {48bf06fe-6981-4f55-9d00-3f1fe9a972f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 854 | 2025.04.30 22:38:17.295346 [ 258 ] {48bf06fe-6981-4f55-9d00-3f1fe9a972f6} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 855 | 2025.04.30 22:38:17.295387 [ 258 ] {48bf06fe-6981-4f55-9d00-3f1fe9a972f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 856 | 2025.04.30 22:38:17.295978 [ 258 ] {48bf06fe-6981-4f55-9d00-3f1fe9a972f6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 857 | 2025.04.30 22:38:17.296526 [ 258 ] {48bf06fe-6981-4f55-9d00-3f1fe9a972f6} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 858 | 2025.04.30 22:38:17.296739 [ 258 ] {48bf06fe-6981-4f55-9d00-3f1fe9a972f6} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.005996 sec., 9339.559706470982 rows/sec., 734.70 KiB/sec. | ||
| 859 | 2025.04.30 22:38:17.296794 [ 258 ] {48bf06fe-6981-4f55-9d00-3f1fe9a972f6} <Debug> TCPHandler: Processed in 0.006189033 sec. | ||
| 860 | 2025.04.30 22:38:17.296927 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 861 | 2025.04.30 22:38:17.297035 [ 258 ] {2cf5a826-9e36-420d-bfbd-f7fd8f1fa05a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 862 | 2025.04.30 22:38:17.297083 [ 258 ] {2cf5a826-9e36-420d-bfbd-f7fd8f1fa05a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 863 | 2025.04.30 22:38:17.297615 [ 258 ] {2cf5a826-9e36-420d-bfbd-f7fd8f1fa05a} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 864 | 2025.04.30 22:38:17.297656 [ 258 ] {2cf5a826-9e36-420d-bfbd-f7fd8f1fa05a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 865 | 2025.04.30 22:38:17.298164 [ 258 ] {2cf5a826-9e36-420d-bfbd-f7fd8f1fa05a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 866 | 2025.04.30 22:38:17.298704 [ 258 ] {2cf5a826-9e36-420d-bfbd-f7fd8f1fa05a} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 867 | 2025.04.30 22:38:17.298904 [ 258 ] {2cf5a826-9e36-420d-bfbd-f7fd8f1fa05a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001892 sec., 33826.638477801265 rows/sec., 2.64 MiB/sec. | ||
| 868 | 2025.04.30 22:38:17.298958 [ 258 ] {2cf5a826-9e36-420d-bfbd-f7fd8f1fa05a} <Debug> TCPHandler: Processed in 0.002083102 sec. | ||
| 869 | 2025.04.30 22:38:17.299081 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 870 | 2025.04.30 22:38:17.299185 [ 258 ] {474e1b63-e630-4065-848d-f1c1858d8a6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 871 | 2025.04.30 22:38:17.299235 [ 258 ] {474e1b63-e630-4065-848d-f1c1858d8a6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 872 | 2025.04.30 22:38:17.299774 [ 258 ] {474e1b63-e630-4065-848d-f1c1858d8a6e} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 873 | 2025.04.30 22:38:17.299809 [ 258 ] {474e1b63-e630-4065-848d-f1c1858d8a6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 874 | 2025.04.30 22:38:17.300366 [ 258 ] {474e1b63-e630-4065-848d-f1c1858d8a6e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 875 | 2025.04.30 22:38:17.300893 [ 258 ] {474e1b63-e630-4065-848d-f1c1858d8a6e} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 876 | 2025.04.30 22:38:17.301109 [ 258 ] {474e1b63-e630-4065-848d-f1c1858d8a6e} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001941 sec., 65945.38897475527 rows/sec., 4.59 MiB/sec. | ||
| 877 | 2025.04.30 22:38:17.301271 [ 258 ] {474e1b63-e630-4065-848d-f1c1858d8a6e} <Debug> TCPHandler: Processed in 0.002239107 sec. | ||
| 878 | 2025.04.30 22:38:17.301399 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 879 | 2025.04.30 22:38:17.301505 [ 258 ] {8c72dcac-4726-4717-9713-594c54c98f3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 880 | 2025.04.30 22:38:17.301550 [ 258 ] {8c72dcac-4726-4717-9713-594c54c98f3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 881 | 2025.04.30 22:38:17.301989 [ 258 ] {8c72dcac-4726-4717-9713-594c54c98f3c} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 882 | 2025.04.30 22:38:17.302028 [ 258 ] {8c72dcac-4726-4717-9713-594c54c98f3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 883 | 2025.04.30 22:38:17.302567 [ 258 ] {8c72dcac-4726-4717-9713-594c54c98f3c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 884 | 2025.04.30 22:38:17.303074 [ 258 ] {8c72dcac-4726-4717-9713-594c54c98f3c} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 885 | 2025.04.30 22:38:17.303270 [ 258 ] {8c72dcac-4726-4717-9713-594c54c98f3c} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001787 sec., 26860.660324566314 rows/sec., 1.81 MiB/sec. | ||
| 886 | 2025.04.30 22:38:17.303318 [ 258 ] {8c72dcac-4726-4717-9713-594c54c98f3c} <Debug> TCPHandler: Processed in 0.001969498 sec. | ||
| 887 | 2025.04.30 22:38:17.951750 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 | ||
| 888 | 2025.04.30 22:38:17.952349 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 889 | 2025.04.30 22:38:17.952400 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 890 | 2025.04.30 22:38:17.953117 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 891 | 2025.04.30 22:38:17.953628 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 892 | 2025.04.30 22:38:17.953874 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 | ||
| 893 | 2025.04.30 22:38:18.017616 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 894 | 2025.04.30 22:38:18.036158 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 895 | 2025.04.30 22:38:18.036225 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 896 | 2025.04.30 22:38:18.042829 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 897 | 2025.04.30 22:38:18.044051 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 898 | 2025.04.30 22:38:18.046730 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 899 | 2025.04.30 22:38:22.251079 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 900 | 2025.04.30 22:38:22.251286 [ 258 ] {d0d197bf-1fcc-43cf-84f8-058daad99980} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 901 | 2025.04.30 22:38:22.251362 [ 258 ] {d0d197bf-1fcc-43cf-84f8-058daad99980} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 902 | 2025.04.30 22:38:22.252126 [ 258 ] {d0d197bf-1fcc-43cf-84f8-058daad99980} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 903 | 2025.04.30 22:38:22.252175 [ 258 ] {d0d197bf-1fcc-43cf-84f8-058daad99980} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 904 | 2025.04.30 22:38:22.252718 [ 258 ] {d0d197bf-1fcc-43cf-84f8-058daad99980} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 905 | 2025.04.30 22:38:22.253198 [ 258 ] {d0d197bf-1fcc-43cf-84f8-058daad99980} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 906 | 2025.04.30 22:38:22.253432 [ 258 ] {d0d197bf-1fcc-43cf-84f8-058daad99980} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.0022 sec., 25454.545454545452 rows/sec., 1.96 MiB/sec. | ||
| 907 | 2025.04.30 22:38:22.253493 [ 258 ] {d0d197bf-1fcc-43cf-84f8-058daad99980} <Debug> TCPHandler: Processed in 0.002552907 sec. | ||
| 908 | 2025.04.30 22:38:22.253625 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 909 | 2025.04.30 22:38:22.253737 [ 258 ] {8711977a-8f8d-4e7b-81cf-bd86fa57211a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 910 | 2025.04.30 22:38:22.253784 [ 258 ] {8711977a-8f8d-4e7b-81cf-bd86fa57211a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 911 | 2025.04.30 22:38:22.254328 [ 258 ] {8711977a-8f8d-4e7b-81cf-bd86fa57211a} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 912 | 2025.04.30 22:38:22.254366 [ 258 ] {8711977a-8f8d-4e7b-81cf-bd86fa57211a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 913 | 2025.04.30 22:38:22.254831 [ 258 ] {8711977a-8f8d-4e7b-81cf-bd86fa57211a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 914 | 2025.04.30 22:38:22.255280 [ 258 ] {8711977a-8f8d-4e7b-81cf-bd86fa57211a} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 915 | 2025.04.30 22:38:22.255484 [ 258 ] {8711977a-8f8d-4e7b-81cf-bd86fa57211a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001775 sec., 36056.33802816901 rows/sec., 2.81 MiB/sec. | ||
| 916 | 2025.04.30 22:38:22.255536 [ 258 ] {8711977a-8f8d-4e7b-81cf-bd86fa57211a} <Debug> TCPHandler: Processed in 0.001965657 sec. | ||
| 917 | 2025.04.30 22:38:22.255655 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 918 | 2025.04.30 22:38:22.255759 [ 258 ] {ea3337a4-2ffb-4ab1-876a-9f35dfcd11b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 919 | 2025.04.30 22:38:22.255808 [ 258 ] {ea3337a4-2ffb-4ab1-876a-9f35dfcd11b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 920 | 2025.04.30 22:38:22.256313 [ 258 ] {ea3337a4-2ffb-4ab1-876a-9f35dfcd11b0} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 921 | 2025.04.30 22:38:22.256352 [ 258 ] {ea3337a4-2ffb-4ab1-876a-9f35dfcd11b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 922 | 2025.04.30 22:38:22.256851 [ 258 ] {ea3337a4-2ffb-4ab1-876a-9f35dfcd11b0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 923 | 2025.04.30 22:38:22.257341 [ 258 ] {ea3337a4-2ffb-4ab1-876a-9f35dfcd11b0} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 924 | 2025.04.30 22:38:22.257552 [ 258 ] {ea3337a4-2ffb-4ab1-876a-9f35dfcd11b0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001814 sec., 88202.86659316428 rows/sec., 6.14 MiB/sec. | ||
| 925 | 2025.04.30 22:38:22.257601 [ 258 ] {ea3337a4-2ffb-4ab1-876a-9f35dfcd11b0} <Debug> TCPHandler: Processed in 0.001997358 sec. | ||
| 926 | 2025.04.30 22:38:22.257718 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 927 | 2025.04.30 22:38:22.257821 [ 258 ] {8bcba874-ec44-4e0c-be58-93b85caaeda6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 928 | 2025.04.30 22:38:22.257866 [ 258 ] {8bcba874-ec44-4e0c-be58-93b85caaeda6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 929 | 2025.04.30 22:38:22.258290 [ 258 ] {8bcba874-ec44-4e0c-be58-93b85caaeda6} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 930 | 2025.04.30 22:38:22.258328 [ 258 ] {8bcba874-ec44-4e0c-be58-93b85caaeda6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 931 | 2025.04.30 22:38:22.258814 [ 258 ] {8bcba874-ec44-4e0c-be58-93b85caaeda6} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 932 | 2025.04.30 22:38:22.259289 [ 258 ] {8bcba874-ec44-4e0c-be58-93b85caaeda6} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 933 | 2025.04.30 22:38:22.259542 [ 258 ] {8bcba874-ec44-4e0c-be58-93b85caaeda6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001731 sec., 34662.04506065858 rows/sec., 2.34 MiB/sec. | ||
| 934 | 2025.04.30 22:38:22.259681 [ 258 ] {8bcba874-ec44-4e0c-be58-93b85caaeda6} <Debug> TCPHandler: Processed in 0.002003908 sec. | ||
| 935 | 2025.04.30 22:38:25.345213 [ 99 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 936 | 2025.04.30 22:38:25.345290 [ 99 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 937 | 2025.04.30 22:38:25.440634 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 142 | ||
| 938 | 2025.04.30 22:38:25.444756 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 939 | 2025.04.30 22:38:25.444814 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 940 | 2025.04.30 22:38:25.446506 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 941 | 2025.04.30 22:38:25.447019 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 942 | 2025.04.30 22:38:25.447837 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 142 | ||
| 943 | 2025.04.30 22:38:25.454861 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 | ||
| 944 | 2025.04.30 22:38:25.455510 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 945 | 2025.04.30 22:38:25.455560 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 946 | 2025.04.30 22:38:25.456295 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 947 | 2025.04.30 22:38:25.456772 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 948 | 2025.04.30 22:38:25.457001 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 949 | 2025.04.30 22:38:25.547688 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 950 | 2025.04.30 22:38:25.567437 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 951 | 2025.04.30 22:38:25.567495 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 952 | 2025.04.30 22:38:25.574295 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 953 | 2025.04.30 22:38:25.575476 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 954 | 2025.04.30 22:38:25.578069 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 955 | 2025.04.30 22:38:27.244420 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 956 | 2025.04.30 22:38:27.244669 [ 258 ] {70f4c0ae-d048-47b2-9de9-b2c7139e14ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 957 | 2025.04.30 22:38:27.247479 [ 258 ] {70f4c0ae-d048-47b2-9de9-b2c7139e14ac} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 958 | 2025.04.30 22:38:27.249857 [ 258 ] {70f4c0ae-d048-47b2-9de9-b2c7139e14ac} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 959 | 2025.04.30 22:38:27.250441 [ 258 ] {70f4c0ae-d048-47b2-9de9-b2c7139e14ac} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 960 | 2025.04.30 22:38:27.250642 [ 258 ] {70f4c0ae-d048-47b2-9de9-b2c7139e14ac} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 961 | 2025.04.30 22:38:27.250983 [ 258 ] {70f4c0ae-d048-47b2-9de9-b2c7139e14ac} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 962 | 2025.04.30 22:38:27.254827 [ 258 ] {70f4c0ae-d048-47b2-9de9-b2c7139e14ac} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 963 | 2025.04.30 22:38:27.254919 [ 258 ] {70f4c0ae-d048-47b2-9de9-b2c7139e14ac} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 964 | 2025.04.30 22:38:27.254958 [ 258 ] {70f4c0ae-d048-47b2-9de9-b2c7139e14ac} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 965 | 2025.04.30 22:38:27.255175 [ 258 ] {70f4c0ae-d048-47b2-9de9-b2c7139e14ac} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 966 | 2025.04.30 22:38:27.255237 [ 258 ] {70f4c0ae-d048-47b2-9de9-b2c7139e14ac} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 967 | 2025.04.30 22:38:27.261392 [ 258 ] {70f4c0ae-d048-47b2-9de9-b2c7139e14ac} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.016831 sec., 1069.4551720040402 rows/sec., 43.75 KiB/sec. | ||
| 968 | 2025.04.30 22:38:27.261539 [ 258 ] {70f4c0ae-d048-47b2-9de9-b2c7139e14ac} <Debug> TCPHandler: Processed in 0.017261263 sec. | ||
| 969 | 2025.04.30 22:38:27.262427 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 970 | 2025.04.30 22:38:27.262583 [ 258 ] {2bc065fb-17ad-4b2e-b8b1-b20551854a49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 971 | 2025.04.30 22:38:27.262844 [ 258 ] {2bc065fb-17ad-4b2e-b8b1-b20551854a49} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 972 | 2025.04.30 22:38:27.262883 [ 258 ] {2bc065fb-17ad-4b2e-b8b1-b20551854a49} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 973 | 2025.04.30 22:38:27.263134 [ 258 ] {2bc065fb-17ad-4b2e-b8b1-b20551854a49} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 974 | 2025.04.30 22:38:27.263199 [ 258 ] {2bc065fb-17ad-4b2e-b8b1-b20551854a49} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 975 | 2025.04.30 22:38:27.263335 [ 258 ] {2bc065fb-17ad-4b2e-b8b1-b20551854a49} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 976 | 2025.04.30 22:38:27.263367 [ 258 ] {2bc065fb-17ad-4b2e-b8b1-b20551854a49} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 977 | 2025.04.30 22:38:27.263391 [ 258 ] {2bc065fb-17ad-4b2e-b8b1-b20551854a49} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 978 | 2025.04.30 22:38:27.263407 [ 258 ] {2bc065fb-17ad-4b2e-b8b1-b20551854a49} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 979 | 2025.04.30 22:38:27.263449 [ 258 ] {2bc065fb-17ad-4b2e-b8b1-b20551854a49} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 980 | 2025.04.30 22:38:27.263471 [ 258 ] {2bc065fb-17ad-4b2e-b8b1-b20551854a49} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 981 | 2025.04.30 22:38:27.264057 [ 258 ] {2bc065fb-17ad-4b2e-b8b1-b20551854a49} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001542 sec., 11673.151750972764 rows/sec., 477.51 KiB/sec. | ||
| 982 | 2025.04.30 22:38:27.264172 [ 258 ] {2bc065fb-17ad-4b2e-b8b1-b20551854a49} <Debug> TCPHandler: Processed in 0.001810212 sec. | ||
| 983 | 2025.04.30 22:38:27.264456 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 984 | 2025.04.30 22:38:27.264607 [ 258 ] {206422a3-cb9b-4606-a568-665ca842964b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 985 | 2025.04.30 22:38:27.264862 [ 258 ] {206422a3-cb9b-4606-a568-665ca842964b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 986 | 2025.04.30 22:38:27.264901 [ 258 ] {206422a3-cb9b-4606-a568-665ca842964b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 987 | 2025.04.30 22:38:27.265153 [ 258 ] {206422a3-cb9b-4606-a568-665ca842964b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 988 | 2025.04.30 22:38:27.265217 [ 258 ] {206422a3-cb9b-4606-a568-665ca842964b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 989 | 2025.04.30 22:38:27.265350 [ 258 ] {206422a3-cb9b-4606-a568-665ca842964b} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 990 | 2025.04.30 22:38:27.265381 [ 258 ] {206422a3-cb9b-4606-a568-665ca842964b} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 991 | 2025.04.30 22:38:27.265403 [ 258 ] {206422a3-cb9b-4606-a568-665ca842964b} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 992 | 2025.04.30 22:38:27.265420 [ 258 ] {206422a3-cb9b-4606-a568-665ca842964b} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 993 | 2025.04.30 22:38:27.265462 [ 258 ] {206422a3-cb9b-4606-a568-665ca842964b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 994 | 2025.04.30 22:38:27.265483 [ 258 ] {206422a3-cb9b-4606-a568-665ca842964b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 995 | 2025.04.30 22:38:27.266049 [ 258 ] {206422a3-cb9b-4606-a568-665ca842964b} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001508 sec., 11936.33952254642 rows/sec., 488.28 KiB/sec. | ||
| 996 | 2025.04.30 22:38:27.266162 [ 258 ] {206422a3-cb9b-4606-a568-665ca842964b} <Debug> TCPHandler: Processed in 0.0017567 sec. | ||
| 997 | 2025.04.30 22:38:27.266724 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 998 | 2025.04.30 22:38:27.266873 [ 258 ] {c061ea47-0551-4fc4-9c1f-aa6f94a92211} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 999 | 2025.04.30 22:38:27.267128 [ 258 ] {c061ea47-0551-4fc4-9c1f-aa6f94a92211} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1000 | 2025.04.30 22:38:27.267168 [ 258 ] {c061ea47-0551-4fc4-9c1f-aa6f94a92211} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1001 | 2025.04.30 22:38:27.267416 [ 258 ] {c061ea47-0551-4fc4-9c1f-aa6f94a92211} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1002 | 2025.04.30 22:38:27.267478 [ 258 ] {c061ea47-0551-4fc4-9c1f-aa6f94a92211} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1003 | 2025.04.30 22:38:27.267610 [ 258 ] {c061ea47-0551-4fc4-9c1f-aa6f94a92211} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1004 | 2025.04.30 22:38:27.267641 [ 258 ] {c061ea47-0551-4fc4-9c1f-aa6f94a92211} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1005 | 2025.04.30 22:38:27.267663 [ 258 ] {c061ea47-0551-4fc4-9c1f-aa6f94a92211} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1006 | 2025.04.30 22:38:27.267679 [ 258 ] {c061ea47-0551-4fc4-9c1f-aa6f94a92211} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1007 | 2025.04.30 22:38:27.267721 [ 258 ] {c061ea47-0551-4fc4-9c1f-aa6f94a92211} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1008 | 2025.04.30 22:38:27.267742 [ 258 ] {c061ea47-0551-4fc4-9c1f-aa6f94a92211} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1009 | 2025.04.30 22:38:27.268283 [ 258 ] {c061ea47-0551-4fc4-9c1f-aa6f94a92211} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001474 sec., 12211.668928086838 rows/sec., 499.54 KiB/sec. | ||
| 1010 | 2025.04.30 22:38:27.268397 [ 258 ] {c061ea47-0551-4fc4-9c1f-aa6f94a92211} <Debug> TCPHandler: Processed in 0.001723719 sec. | ||
| 1011 | 2025.04.30 22:38:27.268637 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1012 | 2025.04.30 22:38:27.268787 [ 258 ] {74bae903-e840-477d-9447-bb5d6d91e3f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
| 1013 | 2025.04.30 22:38:27.269042 [ 258 ] {74bae903-e840-477d-9447-bb5d6d91e3f0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1014 | 2025.04.30 22:38:27.269082 [ 258 ] {74bae903-e840-477d-9447-bb5d6d91e3f0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
| 1015 | 2025.04.30 22:38:27.269340 [ 258 ] {74bae903-e840-477d-9447-bb5d6d91e3f0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1016 | 2025.04.30 22:38:27.269403 [ 258 ] {74bae903-e840-477d-9447-bb5d6d91e3f0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1017 | 2025.04.30 22:38:27.269536 [ 258 ] {74bae903-e840-477d-9447-bb5d6d91e3f0} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1018 | 2025.04.30 22:38:27.269568 [ 258 ] {74bae903-e840-477d-9447-bb5d6d91e3f0} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1019 | 2025.04.30 22:38:27.269590 [ 258 ] {74bae903-e840-477d-9447-bb5d6d91e3f0} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1020 | 2025.04.30 22:38:27.269606 [ 258 ] {74bae903-e840-477d-9447-bb5d6d91e3f0} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1021 | 2025.04.30 22:38:27.269648 [ 258 ] {74bae903-e840-477d-9447-bb5d6d91e3f0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1022 | 2025.04.30 22:38:27.269669 [ 258 ] {74bae903-e840-477d-9447-bb5d6d91e3f0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1023 | 2025.04.30 22:38:27.270206 [ 258 ] {74bae903-e840-477d-9447-bb5d6d91e3f0} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001484 sec., 12129.380053908355 rows/sec., 496.18 KiB/sec. | ||
| 1024 | 2025.04.30 22:38:27.270317 [ 258 ] {74bae903-e840-477d-9447-bb5d6d91e3f0} <Debug> TCPHandler: Processed in 0.001731259 sec. | ||
| 1025 | 2025.04.30 22:38:27.270561 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1026 | 2025.04.30 22:38:27.270711 [ 258 ] {165bfd84-76f0-4a06-a072-1eb64719d664} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1027 | 2025.04.30 22:38:27.270967 [ 258 ] {165bfd84-76f0-4a06-a072-1eb64719d664} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1028 | 2025.04.30 22:38:27.271008 [ 258 ] {165bfd84-76f0-4a06-a072-1eb64719d664} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1029 | 2025.04.30 22:38:27.271262 [ 258 ] {165bfd84-76f0-4a06-a072-1eb64719d664} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1030 | 2025.04.30 22:38:27.271324 [ 258 ] {165bfd84-76f0-4a06-a072-1eb64719d664} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1031 | 2025.04.30 22:38:27.271457 [ 258 ] {165bfd84-76f0-4a06-a072-1eb64719d664} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1032 | 2025.04.30 22:38:27.271489 [ 258 ] {165bfd84-76f0-4a06-a072-1eb64719d664} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1033 | 2025.04.30 22:38:27.271510 [ 258 ] {165bfd84-76f0-4a06-a072-1eb64719d664} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1034 | 2025.04.30 22:38:27.271526 [ 258 ] {165bfd84-76f0-4a06-a072-1eb64719d664} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1035 | 2025.04.30 22:38:27.271567 [ 258 ] {165bfd84-76f0-4a06-a072-1eb64719d664} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1036 | 2025.04.30 22:38:27.271588 [ 258 ] {165bfd84-76f0-4a06-a072-1eb64719d664} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1037 | 2025.04.30 22:38:27.272084 [ 258 ] {165bfd84-76f0-4a06-a072-1eb64719d664} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001438 sec., 12517.385257301808 rows/sec., 512.05 KiB/sec. | ||
| 1038 | 2025.04.30 22:38:27.272198 [ 258 ] {165bfd84-76f0-4a06-a072-1eb64719d664} <Debug> TCPHandler: Processed in 0.001687127 sec. | ||
| 1039 | 2025.04.30 22:38:27.272474 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1040 | 2025.04.30 22:38:27.272626 [ 258 ] {b4a3a465-f195-48b8-8419-7a7f3508bc96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1041 | 2025.04.30 22:38:27.272882 [ 258 ] {b4a3a465-f195-48b8-8419-7a7f3508bc96} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1042 | 2025.04.30 22:38:27.272922 [ 258 ] {b4a3a465-f195-48b8-8419-7a7f3508bc96} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1043 | 2025.04.30 22:38:27.273185 [ 258 ] {b4a3a465-f195-48b8-8419-7a7f3508bc96} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1044 | 2025.04.30 22:38:27.273248 [ 258 ] {b4a3a465-f195-48b8-8419-7a7f3508bc96} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1045 | 2025.04.30 22:38:27.273381 [ 258 ] {b4a3a465-f195-48b8-8419-7a7f3508bc96} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1046 | 2025.04.30 22:38:27.273414 [ 258 ] {b4a3a465-f195-48b8-8419-7a7f3508bc96} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1047 | 2025.04.30 22:38:27.273435 [ 258 ] {b4a3a465-f195-48b8-8419-7a7f3508bc96} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1048 | 2025.04.30 22:38:27.273452 [ 258 ] {b4a3a465-f195-48b8-8419-7a7f3508bc96} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1049 | 2025.04.30 22:38:27.273493 [ 258 ] {b4a3a465-f195-48b8-8419-7a7f3508bc96} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1050 | 2025.04.30 22:38:27.273513 [ 258 ] {b4a3a465-f195-48b8-8419-7a7f3508bc96} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1051 | 2025.04.30 22:38:27.274043 [ 258 ] {b4a3a465-f195-48b8-8419-7a7f3508bc96} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001484 sec., 12129.380053908355 rows/sec., 496.18 KiB/sec. | ||
| 1052 | 2025.04.30 22:38:27.274159 [ 258 ] {b4a3a465-f195-48b8-8419-7a7f3508bc96} <Debug> TCPHandler: Processed in 0.00173471 sec. | ||
| 1053 | 2025.04.30 22:38:27.274391 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1054 | 2025.04.30 22:38:27.274545 [ 258 ] {fe095a08-2789-4c8c-b9bc-3827551d3665} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1055 | 2025.04.30 22:38:27.274804 [ 258 ] {fe095a08-2789-4c8c-b9bc-3827551d3665} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1056 | 2025.04.30 22:38:27.274846 [ 258 ] {fe095a08-2789-4c8c-b9bc-3827551d3665} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1057 | 2025.04.30 22:38:27.275106 [ 258 ] {fe095a08-2789-4c8c-b9bc-3827551d3665} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1058 | 2025.04.30 22:38:27.275168 [ 258 ] {fe095a08-2789-4c8c-b9bc-3827551d3665} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1059 | 2025.04.30 22:38:27.275301 [ 258 ] {fe095a08-2789-4c8c-b9bc-3827551d3665} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1060 | 2025.04.30 22:38:27.275333 [ 258 ] {fe095a08-2789-4c8c-b9bc-3827551d3665} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1061 | 2025.04.30 22:38:27.275356 [ 258 ] {fe095a08-2789-4c8c-b9bc-3827551d3665} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1062 | 2025.04.30 22:38:27.275372 [ 258 ] {fe095a08-2789-4c8c-b9bc-3827551d3665} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1063 | 2025.04.30 22:38:27.275414 [ 258 ] {fe095a08-2789-4c8c-b9bc-3827551d3665} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1064 | 2025.04.30 22:38:27.275436 [ 258 ] {fe095a08-2789-4c8c-b9bc-3827551d3665} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1065 | 2025.04.30 22:38:27.275945 [ 258 ] {fe095a08-2789-4c8c-b9bc-3827551d3665} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001469 sec., 12253.233492171545 rows/sec., 501.24 KiB/sec. | ||
| 1066 | 2025.04.30 22:38:27.276057 [ 258 ] {fe095a08-2789-4c8c-b9bc-3827551d3665} <Debug> TCPHandler: Processed in 0.001716939 sec. | ||
| 1067 | 2025.04.30 22:38:27.276280 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1068 | 2025.04.30 22:38:27.276431 [ 258 ] {6a339d84-f122-4294-aae2-a4570fc38a7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1069 | 2025.04.30 22:38:27.276694 [ 258 ] {6a339d84-f122-4294-aae2-a4570fc38a7b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1070 | 2025.04.30 22:38:27.276735 [ 258 ] {6a339d84-f122-4294-aae2-a4570fc38a7b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1071 | 2025.04.30 22:38:27.276999 [ 258 ] {6a339d84-f122-4294-aae2-a4570fc38a7b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1072 | 2025.04.30 22:38:27.277061 [ 258 ] {6a339d84-f122-4294-aae2-a4570fc38a7b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1073 | 2025.04.30 22:38:27.277197 [ 258 ] {6a339d84-f122-4294-aae2-a4570fc38a7b} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1074 | 2025.04.30 22:38:27.277229 [ 258 ] {6a339d84-f122-4294-aae2-a4570fc38a7b} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1075 | 2025.04.30 22:38:27.277251 [ 258 ] {6a339d84-f122-4294-aae2-a4570fc38a7b} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1076 | 2025.04.30 22:38:27.277267 [ 258 ] {6a339d84-f122-4294-aae2-a4570fc38a7b} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1077 | 2025.04.30 22:38:27.277309 [ 258 ] {6a339d84-f122-4294-aae2-a4570fc38a7b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1078 | 2025.04.30 22:38:27.277331 [ 258 ] {6a339d84-f122-4294-aae2-a4570fc38a7b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1079 | 2025.04.30 22:38:27.277937 [ 258 ] {6a339d84-f122-4294-aae2-a4570fc38a7b} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001573 sec., 11443.102352193262 rows/sec., 468.10 KiB/sec. | ||
| 1080 | 2025.04.30 22:38:27.278053 [ 258 ] {6a339d84-f122-4294-aae2-a4570fc38a7b} <Debug> TCPHandler: Processed in 0.001823113 sec. | ||
| 1081 | 2025.04.30 22:38:27.278279 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1082 | 2025.04.30 22:38:27.278433 [ 258 ] {57ab040b-21c3-4215-b57b-b14fe6774b11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1083 | 2025.04.30 22:38:27.278690 [ 258 ] {57ab040b-21c3-4215-b57b-b14fe6774b11} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1084 | 2025.04.30 22:38:27.278733 [ 258 ] {57ab040b-21c3-4215-b57b-b14fe6774b11} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1085 | 2025.04.30 22:38:27.278997 [ 258 ] {57ab040b-21c3-4215-b57b-b14fe6774b11} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1086 | 2025.04.30 22:38:27.279061 [ 258 ] {57ab040b-21c3-4215-b57b-b14fe6774b11} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1087 | 2025.04.30 22:38:27.279197 [ 258 ] {57ab040b-21c3-4215-b57b-b14fe6774b11} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1088 | 2025.04.30 22:38:27.279229 [ 258 ] {57ab040b-21c3-4215-b57b-b14fe6774b11} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1089 | 2025.04.30 22:38:27.279251 [ 258 ] {57ab040b-21c3-4215-b57b-b14fe6774b11} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1090 | 2025.04.30 22:38:27.279267 [ 258 ] {57ab040b-21c3-4215-b57b-b14fe6774b11} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1091 | 2025.04.30 22:38:27.279310 [ 258 ] {57ab040b-21c3-4215-b57b-b14fe6774b11} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1092 | 2025.04.30 22:38:27.279332 [ 258 ] {57ab040b-21c3-4215-b57b-b14fe6774b11} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1093 | 2025.04.30 22:38:27.279862 [ 258 ] {57ab040b-21c3-4215-b57b-b14fe6774b11} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001498 sec., 12016.021361815754 rows/sec., 491.54 KiB/sec. | ||
| 1094 | 2025.04.30 22:38:27.279973 [ 258 ] {57ab040b-21c3-4215-b57b-b14fe6774b11} <Debug> TCPHandler: Processed in 0.001745189 sec. | ||
| 1095 | 2025.04.30 22:38:27.280193 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1096 | 2025.04.30 22:38:27.280348 [ 258 ] {18b7c746-d16e-4328-ae61-15827c11b184} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1097 | 2025.04.30 22:38:27.280609 [ 258 ] {18b7c746-d16e-4328-ae61-15827c11b184} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1098 | 2025.04.30 22:38:27.280651 [ 258 ] {18b7c746-d16e-4328-ae61-15827c11b184} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1099 | 2025.04.30 22:38:27.280923 [ 258 ] {18b7c746-d16e-4328-ae61-15827c11b184} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1100 | 2025.04.30 22:38:27.280985 [ 258 ] {18b7c746-d16e-4328-ae61-15827c11b184} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1101 | 2025.04.30 22:38:27.281121 [ 258 ] {18b7c746-d16e-4328-ae61-15827c11b184} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1102 | 2025.04.30 22:38:27.281152 [ 258 ] {18b7c746-d16e-4328-ae61-15827c11b184} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1103 | 2025.04.30 22:38:27.281173 [ 258 ] {18b7c746-d16e-4328-ae61-15827c11b184} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1104 | 2025.04.30 22:38:27.281191 [ 258 ] {18b7c746-d16e-4328-ae61-15827c11b184} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1105 | 2025.04.30 22:38:27.281233 [ 258 ] {18b7c746-d16e-4328-ae61-15827c11b184} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1106 | 2025.04.30 22:38:27.281254 [ 258 ] {18b7c746-d16e-4328-ae61-15827c11b184} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1107 | 2025.04.30 22:38:27.281785 [ 258 ] {18b7c746-d16e-4328-ae61-15827c11b184} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001507 sec., 11944.2601194426 rows/sec., 488.61 KiB/sec. | ||
| 1108 | 2025.04.30 22:38:27.281899 [ 258 ] {18b7c746-d16e-4328-ae61-15827c11b184} <Debug> TCPHandler: Processed in 0.001756801 sec. | ||
| 1109 | 2025.04.30 22:38:27.282121 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1110 | 2025.04.30 22:38:27.282278 [ 258 ] {11956993-0ec2-4d4f-9d33-c7914aef16b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1111 | 2025.04.30 22:38:27.282540 [ 258 ] {11956993-0ec2-4d4f-9d33-c7914aef16b4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1112 | 2025.04.30 22:38:27.282582 [ 258 ] {11956993-0ec2-4d4f-9d33-c7914aef16b4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1113 | 2025.04.30 22:38:27.282852 [ 258 ] {11956993-0ec2-4d4f-9d33-c7914aef16b4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1114 | 2025.04.30 22:38:27.282916 [ 258 ] {11956993-0ec2-4d4f-9d33-c7914aef16b4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1115 | 2025.04.30 22:38:27.283052 [ 258 ] {11956993-0ec2-4d4f-9d33-c7914aef16b4} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1116 | 2025.04.30 22:38:27.283084 [ 258 ] {11956993-0ec2-4d4f-9d33-c7914aef16b4} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1117 | 2025.04.30 22:38:27.283106 [ 258 ] {11956993-0ec2-4d4f-9d33-c7914aef16b4} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1118 | 2025.04.30 22:38:27.283122 [ 258 ] {11956993-0ec2-4d4f-9d33-c7914aef16b4} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1119 | 2025.04.30 22:38:27.283163 [ 258 ] {11956993-0ec2-4d4f-9d33-c7914aef16b4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1120 | 2025.04.30 22:38:27.283185 [ 258 ] {11956993-0ec2-4d4f-9d33-c7914aef16b4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1121 | 2025.04.30 22:38:27.283708 [ 258 ] {11956993-0ec2-4d4f-9d33-c7914aef16b4} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001501 sec., 11992.005329780148 rows/sec., 490.56 KiB/sec. | ||
| 1122 | 2025.04.30 22:38:27.283832 [ 258 ] {11956993-0ec2-4d4f-9d33-c7914aef16b4} <Debug> TCPHandler: Processed in 0.001761191 sec. | ||
| 1123 | 2025.04.30 22:38:27.289767 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1124 | 2025.04.30 22:38:27.290051 [ 258 ] {04c00ebe-c89d-4930-a741-9b1eb5a903cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1125 | 2025.04.30 22:38:27.290504 [ 258 ] {04c00ebe-c89d-4930-a741-9b1eb5a903cb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1126 | 2025.04.30 22:38:27.290547 [ 258 ] {04c00ebe-c89d-4930-a741-9b1eb5a903cb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1127 | 2025.04.30 22:38:27.290824 [ 258 ] {04c00ebe-c89d-4930-a741-9b1eb5a903cb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1128 | 2025.04.30 22:38:27.290887 [ 258 ] {04c00ebe-c89d-4930-a741-9b1eb5a903cb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1129 | 2025.04.30 22:38:27.291022 [ 258 ] {04c00ebe-c89d-4930-a741-9b1eb5a903cb} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1130 | 2025.04.30 22:38:27.291054 [ 258 ] {04c00ebe-c89d-4930-a741-9b1eb5a903cb} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1131 | 2025.04.30 22:38:27.291077 [ 258 ] {04c00ebe-c89d-4930-a741-9b1eb5a903cb} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1132 | 2025.04.30 22:38:27.291093 [ 258 ] {04c00ebe-c89d-4930-a741-9b1eb5a903cb} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1133 | 2025.04.30 22:38:27.291135 [ 258 ] {04c00ebe-c89d-4930-a741-9b1eb5a903cb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1134 | 2025.04.30 22:38:27.291157 [ 258 ] {04c00ebe-c89d-4930-a741-9b1eb5a903cb} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1135 | 2025.04.30 22:38:27.291697 [ 258 ] {04c00ebe-c89d-4930-a741-9b1eb5a903cb} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001786 sec., 10078.387458006719 rows/sec., 412.28 KiB/sec. | ||
| 1136 | 2025.04.30 22:38:27.291810 [ 258 ] {04c00ebe-c89d-4930-a741-9b1eb5a903cb} <Debug> TCPHandler: Processed in 0.002135783 sec. | ||
| 1137 | 2025.04.30 22:38:27.298715 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1138 | 2025.04.30 22:38:27.298857 [ 258 ] {0b3999d0-8345-4ed2-8639-abe44478cc3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1139 | 2025.04.30 22:38:27.298912 [ 258 ] {0b3999d0-8345-4ed2-8639-abe44478cc3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1140 | 2025.04.30 22:38:27.299702 [ 258 ] {0b3999d0-8345-4ed2-8639-abe44478cc3a} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1141 | 2025.04.30 22:38:27.299741 [ 258 ] {0b3999d0-8345-4ed2-8639-abe44478cc3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1142 | 2025.04.30 22:38:27.300477 [ 258 ] {0b3999d0-8345-4ed2-8639-abe44478cc3a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1143 | 2025.04.30 22:38:27.300901 [ 258 ] {0b3999d0-8345-4ed2-8639-abe44478cc3a} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1144 | 2025.04.30 22:38:27.301096 [ 258 ] {0b3999d0-8345-4ed2-8639-abe44478cc3a} <Debug> executeQuery: Read 13 rows, 4.52 KiB in 0.002274 sec., 5716.798592788039 rows/sec., 1.94 MiB/sec. | ||
| 1145 | 2025.04.30 22:38:27.301262 [ 258 ] {0b3999d0-8345-4ed2-8639-abe44478cc3a} <Debug> TCPHandler: Processed in 0.002601699 sec. | ||
| 1146 | 2025.04.30 22:38:27.301408 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1147 | 2025.04.30 22:38:27.301514 [ 258 ] {37fe4907-dfff-4eae-be60-338c216df7cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1148 | 2025.04.30 22:38:27.301560 [ 258 ] {37fe4907-dfff-4eae-be60-338c216df7cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1149 | 2025.04.30 22:38:27.304625 [ 258 ] {37fe4907-dfff-4eae-be60-338c216df7cb} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1150 | 2025.04.30 22:38:27.304668 [ 258 ] {37fe4907-dfff-4eae-be60-338c216df7cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1151 | 2025.04.30 22:38:27.305239 [ 258 ] {37fe4907-dfff-4eae-be60-338c216df7cb} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1152 | 2025.04.30 22:38:27.305775 [ 258 ] {37fe4907-dfff-4eae-be60-338c216df7cb} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1153 | 2025.04.30 22:38:27.305951 [ 258 ] {37fe4907-dfff-4eae-be60-338c216df7cb} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.004454 sec., 47597.66502020656 rows/sec., 3.03 MiB/sec. | ||
| 1154 | 2025.04.30 22:38:27.306099 [ 258 ] {37fe4907-dfff-4eae-be60-338c216df7cb} <Debug> TCPHandler: Processed in 0.004741003 sec. | ||
| 1155 | 2025.04.30 22:38:27.306231 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1156 | 2025.04.30 22:38:27.306353 [ 258 ] {bf627d83-3ab1-448c-9edd-b76382021947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1157 | 2025.04.30 22:38:27.306398 [ 258 ] {bf627d83-3ab1-448c-9edd-b76382021947} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1158 | 2025.04.30 22:38:27.307256 [ 258 ] {bf627d83-3ab1-448c-9edd-b76382021947} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1159 | 2025.04.30 22:38:27.307295 [ 258 ] {bf627d83-3ab1-448c-9edd-b76382021947} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1160 | 2025.04.30 22:38:27.307824 [ 258 ] {bf627d83-3ab1-448c-9edd-b76382021947} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1161 | 2025.04.30 22:38:27.308379 [ 258 ] {bf627d83-3ab1-448c-9edd-b76382021947} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1162 | 2025.04.30 22:38:27.308542 [ 258 ] {bf627d83-3ab1-448c-9edd-b76382021947} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.002211 sec., 286295.79375848034 rows/sec., 22.52 MiB/sec. | ||
| 1163 | 2025.04.30 22:38:27.308590 [ 258 ] {bf627d83-3ab1-448c-9edd-b76382021947} <Debug> TCPHandler: Processed in 0.002410173 sec. | ||
| 1164 | 2025.04.30 22:38:27.308712 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1165 | 2025.04.30 22:38:27.308818 [ 258 ] {b65b922a-b41b-46d5-9066-cbfd686bb23a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1166 | 2025.04.30 22:38:27.308863 [ 258 ] {b65b922a-b41b-46d5-9066-cbfd686bb23a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1167 | 2025.04.30 22:38:27.309558 [ 258 ] {b65b922a-b41b-46d5-9066-cbfd686bb23a} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1168 | 2025.04.30 22:38:27.309592 [ 258 ] {b65b922a-b41b-46d5-9066-cbfd686bb23a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1169 | 2025.04.30 22:38:27.310135 [ 258 ] {b65b922a-b41b-46d5-9066-cbfd686bb23a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1170 | 2025.04.30 22:38:27.310678 [ 258 ] {b65b922a-b41b-46d5-9066-cbfd686bb23a} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1171 | 2025.04.30 22:38:27.310853 [ 258 ] {b65b922a-b41b-46d5-9066-cbfd686bb23a} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.002049 sec., 55636.896046852125 rows/sec., 3.33 MiB/sec. | ||
| 1172 | 2025.04.30 22:38:27.311008 [ 258 ] {b65b922a-b41b-46d5-9066-cbfd686bb23a} <Debug> TCPHandler: Processed in 0.002351171 sec. | ||
| 1173 | 2025.04.30 22:38:27.311132 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1174 | 2025.04.30 22:38:27.311238 [ 258 ] {8585d0a8-f044-4da7-ba20-d675dacefef6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1175 | 2025.04.30 22:38:27.311281 [ 258 ] {8585d0a8-f044-4da7-ba20-d675dacefef6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1176 | 2025.04.30 22:38:27.311825 [ 258 ] {8585d0a8-f044-4da7-ba20-d675dacefef6} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1177 | 2025.04.30 22:38:27.311863 [ 258 ] {8585d0a8-f044-4da7-ba20-d675dacefef6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1178 | 2025.04.30 22:38:27.312357 [ 258 ] {8585d0a8-f044-4da7-ba20-d675dacefef6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1179 | 2025.04.30 22:38:27.312898 [ 258 ] {8585d0a8-f044-4da7-ba20-d675dacefef6} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1180 | 2025.04.30 22:38:27.313077 [ 258 ] {8585d0a8-f044-4da7-ba20-d675dacefef6} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001854 sec., 60949.29881337648 rows/sec., 3.95 MiB/sec. | ||
| 1181 | 2025.04.30 22:38:27.313233 [ 258 ] {8585d0a8-f044-4da7-ba20-d675dacefef6} <Debug> TCPHandler: Processed in 0.002152603 sec. | ||
| 1182 | 2025.04.30 22:38:27.313361 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1183 | 2025.04.30 22:38:27.313467 [ 258 ] {ba995965-72b6-4338-9be2-5c88683065d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1184 | 2025.04.30 22:38:27.313511 [ 258 ] {ba995965-72b6-4338-9be2-5c88683065d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1185 | 2025.04.30 22:38:27.314055 [ 258 ] {ba995965-72b6-4338-9be2-5c88683065d5} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1186 | 2025.04.30 22:38:27.314093 [ 258 ] {ba995965-72b6-4338-9be2-5c88683065d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1187 | 2025.04.30 22:38:27.314585 [ 258 ] {ba995965-72b6-4338-9be2-5c88683065d5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1188 | 2025.04.30 22:38:27.315131 [ 258 ] {ba995965-72b6-4338-9be2-5c88683065d5} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1189 | 2025.04.30 22:38:27.315311 [ 258 ] {ba995965-72b6-4338-9be2-5c88683065d5} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001861 sec., 60182.69747447609 rows/sec., 3.43 MiB/sec. | ||
| 1190 | 2025.04.30 22:38:27.315425 [ 258 ] {ba995965-72b6-4338-9be2-5c88683065d5} <Debug> TCPHandler: Processed in 0.002115163 sec. | ||
| 1191 | 2025.04.30 22:38:27.315549 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1192 | 2025.04.30 22:38:27.315653 [ 258 ] {4ad9f7be-491c-47ff-b929-c78ff22c48b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1193 | 2025.04.30 22:38:27.315697 [ 258 ] {4ad9f7be-491c-47ff-b929-c78ff22c48b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1194 | 2025.04.30 22:38:27.316323 [ 258 ] {4ad9f7be-491c-47ff-b929-c78ff22c48b2} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1195 | 2025.04.30 22:38:27.316361 [ 258 ] {4ad9f7be-491c-47ff-b929-c78ff22c48b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1196 | 2025.04.30 22:38:27.316875 [ 258 ] {4ad9f7be-491c-47ff-b929-c78ff22c48b2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1197 | 2025.04.30 22:38:27.317541 [ 258 ] {4ad9f7be-491c-47ff-b929-c78ff22c48b2} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1198 | 2025.04.30 22:38:27.317712 [ 258 ] {4ad9f7be-491c-47ff-b929-c78ff22c48b2} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.002081 sec., 187409.8990869774 rows/sec., 13.25 MiB/sec. | ||
| 1199 | 2025.04.30 22:38:27.317759 [ 258 ] {4ad9f7be-491c-47ff-b929-c78ff22c48b2} <Debug> TCPHandler: Processed in 0.002265288 sec. | ||
| 1200 | 2025.04.30 22:38:27.317909 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1201 | 2025.04.30 22:38:27.318013 [ 258 ] {c0bac446-b5ac-4fae-bd29-f7104d920211} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1202 | 2025.04.30 22:38:27.318062 [ 258 ] {c0bac446-b5ac-4fae-bd29-f7104d920211} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1203 | 2025.04.30 22:38:27.318465 [ 258 ] {c0bac446-b5ac-4fae-bd29-f7104d920211} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1204 | 2025.04.30 22:38:27.318504 [ 258 ] {c0bac446-b5ac-4fae-bd29-f7104d920211} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1205 | 2025.04.30 22:38:27.319016 [ 258 ] {c0bac446-b5ac-4fae-bd29-f7104d920211} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1206 | 2025.04.30 22:38:27.319532 [ 258 ] {c0bac446-b5ac-4fae-bd29-f7104d920211} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1207 | 2025.04.30 22:38:27.319696 [ 258 ] {c0bac446-b5ac-4fae-bd29-f7104d920211} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001702 sec., 3525.2643948296122 rows/sec., 184.18 KiB/sec. | ||
| 1208 | 2025.04.30 22:38:27.319778 [ 258 ] {c0bac446-b5ac-4fae-bd29-f7104d920211} <Debug> TCPHandler: Processed in 0.001928916 sec. | ||
| 1209 | 2025.04.30 22:38:27.319903 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1210 | 2025.04.30 22:38:27.320005 [ 258 ] {e0cfcab9-9487-4718-be74-622f65889d0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1211 | 2025.04.30 22:38:27.320051 [ 258 ] {e0cfcab9-9487-4718-be74-622f65889d0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1212 | 2025.04.30 22:38:27.320537 [ 258 ] {e0cfcab9-9487-4718-be74-622f65889d0f} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1213 | 2025.04.30 22:38:27.320573 [ 258 ] {e0cfcab9-9487-4718-be74-622f65889d0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1214 | 2025.04.30 22:38:27.321078 [ 258 ] {e0cfcab9-9487-4718-be74-622f65889d0f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1215 | 2025.04.30 22:38:27.321580 [ 258 ] {e0cfcab9-9487-4718-be74-622f65889d0f} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1216 | 2025.04.30 22:38:27.321740 [ 258 ] {e0cfcab9-9487-4718-be74-622f65889d0f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001758 sec., 134812.2866894198 rows/sec., 9.04 MiB/sec. | ||
| 1217 | 2025.04.30 22:38:27.321788 [ 258 ] {e0cfcab9-9487-4718-be74-622f65889d0f} <Debug> TCPHandler: Processed in 0.001945457 sec. | ||
| 1218 | 2025.04.30 22:38:27.321913 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1219 | 2025.04.30 22:38:27.322018 [ 258 ] {91d551cb-8171-4f6a-8224-95fbcae98025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1220 | 2025.04.30 22:38:27.322064 [ 258 ] {91d551cb-8171-4f6a-8224-95fbcae98025} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1221 | 2025.04.30 22:38:27.322448 [ 258 ] {91d551cb-8171-4f6a-8224-95fbcae98025} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1222 | 2025.04.30 22:38:27.322484 [ 258 ] {91d551cb-8171-4f6a-8224-95fbcae98025} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1223 | 2025.04.30 22:38:27.322979 [ 258 ] {91d551cb-8171-4f6a-8224-95fbcae98025} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1224 | 2025.04.30 22:38:27.323615 [ 258 ] {91d551cb-8171-4f6a-8224-95fbcae98025} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1225 | 2025.04.30 22:38:27.323801 [ 258 ] {91d551cb-8171-4f6a-8224-95fbcae98025} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001795 sec., 557.1030640668524 rows/sec., 37.54 KiB/sec. | ||
| 1226 | 2025.04.30 22:38:27.323954 [ 258 ] {91d551cb-8171-4f6a-8224-95fbcae98025} <Debug> TCPHandler: Processed in 0.002098692 sec. | ||
| 1227 | 2025.04.30 22:38:27.324082 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1228 | 2025.04.30 22:38:27.324190 [ 258 ] {457e047c-ec42-493c-ae6d-b62f311bfea9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1229 | 2025.04.30 22:38:27.324376 [ 258 ] {457e047c-ec42-493c-ae6d-b62f311bfea9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1230 | 2025.04.30 22:38:27.327354 [ 258 ] {457e047c-ec42-493c-ae6d-b62f311bfea9} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1231 | 2025.04.30 22:38:27.327402 [ 258 ] {457e047c-ec42-493c-ae6d-b62f311bfea9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1232 | 2025.04.30 22:38:27.329949 [ 258 ] {457e047c-ec42-493c-ae6d-b62f311bfea9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1233 | 2025.04.30 22:38:27.330432 [ 258 ] {457e047c-ec42-493c-ae6d-b62f311bfea9} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1234 | 2025.04.30 22:38:27.330662 [ 258 ] {457e047c-ec42-493c-ae6d-b62f311bfea9} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.006486 sec., 1233.4258402713538 rows/sec., 2.21 MiB/sec. | ||
| 1235 | 2025.04.30 22:38:27.330861 [ 258 ] {457e047c-ec42-493c-ae6d-b62f311bfea9} <Debug> TCPHandler: Processed in 0.006832814 sec. | ||
| 1236 | 2025.04.30 22:38:27.330985 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1237 | 2025.04.30 22:38:27.331087 [ 258 ] {6e7ca5c2-7ded-4994-be72-f8da4316d593} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1238 | 2025.04.30 22:38:27.331132 [ 258 ] {6e7ca5c2-7ded-4994-be72-f8da4316d593} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1239 | 2025.04.30 22:38:27.331544 [ 258 ] {6e7ca5c2-7ded-4994-be72-f8da4316d593} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1240 | 2025.04.30 22:38:27.331581 [ 258 ] {6e7ca5c2-7ded-4994-be72-f8da4316d593} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1241 | 2025.04.30 22:38:27.332038 [ 258 ] {6e7ca5c2-7ded-4994-be72-f8da4316d593} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1242 | 2025.04.30 22:38:27.332545 [ 258 ] {6e7ca5c2-7ded-4994-be72-f8da4316d593} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1243 | 2025.04.30 22:38:27.332708 [ 258 ] {6e7ca5c2-7ded-4994-be72-f8da4316d593} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001643 sec., 49908.70359099209 rows/sec., 3.17 MiB/sec. | ||
| 1244 | 2025.04.30 22:38:27.332753 [ 258 ] {6e7ca5c2-7ded-4994-be72-f8da4316d593} <Debug> TCPHandler: Processed in 0.001817002 sec. | ||
| 1245 | 2025.04.30 22:38:32.250531 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1246 | 2025.04.30 22:38:32.250754 [ 258 ] {76c3e657-c623-4504-80e8-0481fddc87d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1247 | 2025.04.30 22:38:32.250826 [ 258 ] {76c3e657-c623-4504-80e8-0481fddc87d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1248 | 2025.04.30 22:38:32.251686 [ 258 ] {76c3e657-c623-4504-80e8-0481fddc87d7} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1249 | 2025.04.30 22:38:32.251748 [ 258 ] {76c3e657-c623-4504-80e8-0481fddc87d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1250 | 2025.04.30 22:38:32.252390 [ 258 ] {76c3e657-c623-4504-80e8-0481fddc87d7} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1251 | 2025.04.30 22:38:32.252942 [ 258 ] {76c3e657-c623-4504-80e8-0481fddc87d7} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1252 | 2025.04.30 22:38:32.253175 [ 258 ] {76c3e657-c623-4504-80e8-0481fddc87d7} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002479 sec., 22589.753933037515 rows/sec., 1.74 MiB/sec. | ||
| 1253 | 2025.04.30 22:38:32.253230 [ 258 ] {76c3e657-c623-4504-80e8-0481fddc87d7} <Debug> TCPHandler: Processed in 0.002838658 sec. | ||
| 1254 | 2025.04.30 22:38:32.253364 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1255 | 2025.04.30 22:38:32.253476 [ 258 ] {8afc3d4e-2385-4a6c-afba-ecae5352e185} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1256 | 2025.04.30 22:38:32.253521 [ 258 ] {8afc3d4e-2385-4a6c-afba-ecae5352e185} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1257 | 2025.04.30 22:38:32.254079 [ 258 ] {8afc3d4e-2385-4a6c-afba-ecae5352e185} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1258 | 2025.04.30 22:38:32.254118 [ 258 ] {8afc3d4e-2385-4a6c-afba-ecae5352e185} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1259 | 2025.04.30 22:38:32.254603 [ 258 ] {8afc3d4e-2385-4a6c-afba-ecae5352e185} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1260 | 2025.04.30 22:38:32.255091 [ 258 ] {8afc3d4e-2385-4a6c-afba-ecae5352e185} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1261 | 2025.04.30 22:38:32.255325 [ 258 ] {8afc3d4e-2385-4a6c-afba-ecae5352e185} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001864 sec., 34334.76394849786 rows/sec., 2.68 MiB/sec. | ||
| 1262 | 2025.04.30 22:38:32.255465 [ 258 ] {8afc3d4e-2385-4a6c-afba-ecae5352e185} <Debug> TCPHandler: Processed in 0.002144033 sec. | ||
| 1263 | 2025.04.30 22:38:32.255678 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1264 | 2025.04.30 22:38:32.255820 [ 258 ] {e8d785cc-fc27-4949-b3da-90b3723cdd6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1265 | 2025.04.30 22:38:32.255882 [ 258 ] {e8d785cc-fc27-4949-b3da-90b3723cdd6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1266 | 2025.04.30 22:38:32.256558 [ 258 ] {e8d785cc-fc27-4949-b3da-90b3723cdd6f} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1267 | 2025.04.30 22:38:32.256606 [ 258 ] {e8d785cc-fc27-4949-b3da-90b3723cdd6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1268 | 2025.04.30 22:38:32.257139 [ 258 ] {e8d785cc-fc27-4949-b3da-90b3723cdd6f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1269 | 2025.04.30 22:38:32.257615 [ 258 ] {e8d785cc-fc27-4949-b3da-90b3723cdd6f} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1270 | 2025.04.30 22:38:32.257828 [ 258 ] {e8d785cc-fc27-4949-b3da-90b3723cdd6f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002039 sec., 78469.8381559588 rows/sec., 5.47 MiB/sec. | ||
| 1271 | 2025.04.30 22:38:32.257879 [ 258 ] {e8d785cc-fc27-4949-b3da-90b3723cdd6f} <Debug> TCPHandler: Processed in 0.002276498 sec. | ||
| 1272 | 2025.04.30 22:38:32.258000 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1273 | 2025.04.30 22:38:32.258105 [ 258 ] {2eb8d91b-cb48-493e-9269-758f1e97b633} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1274 | 2025.04.30 22:38:32.258151 [ 258 ] {2eb8d91b-cb48-493e-9269-758f1e97b633} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1275 | 2025.04.30 22:38:32.258579 [ 258 ] {2eb8d91b-cb48-493e-9269-758f1e97b633} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1276 | 2025.04.30 22:38:32.258619 [ 258 ] {2eb8d91b-cb48-493e-9269-758f1e97b633} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1277 | 2025.04.30 22:38:32.259111 [ 258 ] {2eb8d91b-cb48-493e-9269-758f1e97b633} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1278 | 2025.04.30 22:38:32.259620 [ 258 ] {2eb8d91b-cb48-493e-9269-758f1e97b633} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1279 | 2025.04.30 22:38:32.259825 [ 258 ] {2eb8d91b-cb48-493e-9269-758f1e97b633} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001742 sec., 34443.16877152698 rows/sec., 2.32 MiB/sec. | ||
| 1280 | 2025.04.30 22:38:32.259875 [ 258 ] {2eb8d91b-cb48-493e-9269-758f1e97b633} <Debug> TCPHandler: Processed in 0.001924856 sec. | ||
| 1281 | 2025.04.30 22:38:32.957188 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 | ||
| 1282 | 2025.04.30 22:38:32.957792 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1283 | 2025.04.30 22:38:32.957840 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1284 | 2025.04.30 22:38:32.958502 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1285 | 2025.04.30 22:38:32.958954 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1286 | 2025.04.30 22:38:32.959209 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 | ||
| 1287 | 2025.04.30 22:38:33.078216 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1288 | 2025.04.30 22:38:33.097761 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1289 | 2025.04.30 22:38:33.097821 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1290 | 2025.04.30 22:38:33.104533 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1291 | 2025.04.30 22:38:33.105785 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1292 | 2025.04.30 22:38:33.108247 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1293 | 2025.04.30 22:38:34.001129 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 157.54 MiB, peak 161.54 MiB, free memory in arenas 0.00 B, will set to 158.83 MiB (RSS), difference: 1.29 MiB | ||
| 1294 | 2025.04.30 22:38:35.449034 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 200 | ||
| 1295 | 2025.04.30 22:38:35.452611 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1296 | 2025.04.30 22:38:35.452664 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1297 | 2025.04.30 22:38:35.454347 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1298 | 2025.04.30 22:38:35.454914 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1299 | 2025.04.30 22:38:35.455534 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 200 | ||
| 1300 | 2025.04.30 22:38:37.257277 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1301 | 2025.04.30 22:38:37.257492 [ 258 ] {ac482f78-3b8d-4c55-869d-c739fe7b4e7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1302 | 2025.04.30 22:38:37.257573 [ 258 ] {ac482f78-3b8d-4c55-869d-c739fe7b4e7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1303 | 2025.04.30 22:38:37.258489 [ 258 ] {ac482f78-3b8d-4c55-869d-c739fe7b4e7d} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1304 | 2025.04.30 22:38:37.258534 [ 258 ] {ac482f78-3b8d-4c55-869d-c739fe7b4e7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1305 | 2025.04.30 22:38:37.259129 [ 258 ] {ac482f78-3b8d-4c55-869d-c739fe7b4e7d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1306 | 2025.04.30 22:38:37.259767 [ 258 ] {ac482f78-3b8d-4c55-869d-c739fe7b4e7d} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1307 | 2025.04.30 22:38:37.260023 [ 258 ] {ac482f78-3b8d-4c55-869d-c739fe7b4e7d} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002587 sec., 81948.20255121763 rows/sec., 5.21 MiB/sec. | ||
| 1308 | 2025.04.30 22:38:37.260088 [ 258 ] {ac482f78-3b8d-4c55-869d-c739fe7b4e7d} <Debug> TCPHandler: Processed in 0.002968692 sec. | ||
| 1309 | 2025.04.30 22:38:37.260239 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1310 | 2025.04.30 22:38:37.260346 [ 258 ] {c69fd282-dec7-43d4-8cb5-e1a79b21d315} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1311 | 2025.04.30 22:38:37.260392 [ 258 ] {c69fd282-dec7-43d4-8cb5-e1a79b21d315} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1312 | 2025.04.30 22:38:37.261299 [ 258 ] {c69fd282-dec7-43d4-8cb5-e1a79b21d315} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1313 | 2025.04.30 22:38:37.261338 [ 258 ] {c69fd282-dec7-43d4-8cb5-e1a79b21d315} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1314 | 2025.04.30 22:38:37.261885 [ 258 ] {c69fd282-dec7-43d4-8cb5-e1a79b21d315} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1315 | 2025.04.30 22:38:37.262411 [ 258 ] {c69fd282-dec7-43d4-8cb5-e1a79b21d315} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1316 | 2025.04.30 22:38:37.262694 [ 258 ] {c69fd282-dec7-43d4-8cb5-e1a79b21d315} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.002361 sec., 268106.73443456163 rows/sec., 21.08 MiB/sec. | ||
| 1317 | 2025.04.30 22:38:37.262866 [ 258 ] {c69fd282-dec7-43d4-8cb5-e1a79b21d315} <Debug> TCPHandler: Processed in 0.002679332 sec. | ||
| 1318 | 2025.04.30 22:38:37.263011 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1319 | 2025.04.30 22:38:37.263117 [ 258 ] {528d86b7-c895-43fa-8a9b-207777ee10ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1320 | 2025.04.30 22:38:37.263164 [ 258 ] {528d86b7-c895-43fa-8a9b-207777ee10ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1321 | 2025.04.30 22:38:37.263752 [ 258 ] {528d86b7-c895-43fa-8a9b-207777ee10ac} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1322 | 2025.04.30 22:38:37.263791 [ 258 ] {528d86b7-c895-43fa-8a9b-207777ee10ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1323 | 2025.04.30 22:38:37.264312 [ 258 ] {528d86b7-c895-43fa-8a9b-207777ee10ac} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1324 | 2025.04.30 22:38:37.264817 [ 258 ] {528d86b7-c895-43fa-8a9b-207777ee10ac} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1325 | 2025.04.30 22:38:37.265020 [ 258 ] {528d86b7-c895-43fa-8a9b-207777ee10ac} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001926 sec., 59190.03115264798 rows/sec., 3.54 MiB/sec. | ||
| 1326 | 2025.04.30 22:38:37.265070 [ 258 ] {528d86b7-c895-43fa-8a9b-207777ee10ac} <Debug> TCPHandler: Processed in 0.002109402 sec. | ||
| 1327 | 2025.04.30 22:38:37.265203 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1328 | 2025.04.30 22:38:37.265308 [ 258 ] {8850decd-11fb-4459-86a5-191370e78962} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1329 | 2025.04.30 22:38:37.265353 [ 258 ] {8850decd-11fb-4459-86a5-191370e78962} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1330 | 2025.04.30 22:38:37.265887 [ 258 ] {8850decd-11fb-4459-86a5-191370e78962} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1331 | 2025.04.30 22:38:37.265927 [ 258 ] {8850decd-11fb-4459-86a5-191370e78962} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1332 | 2025.04.30 22:38:37.266443 [ 258 ] {8850decd-11fb-4459-86a5-191370e78962} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1333 | 2025.04.30 22:38:37.266972 [ 258 ] {8850decd-11fb-4459-86a5-191370e78962} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1334 | 2025.04.30 22:38:37.267178 [ 258 ] {8850decd-11fb-4459-86a5-191370e78962} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001892 sec., 59725.15856236786 rows/sec., 3.87 MiB/sec. | ||
| 1335 | 2025.04.30 22:38:37.267229 [ 258 ] {8850decd-11fb-4459-86a5-191370e78962} <Debug> TCPHandler: Processed in 0.002077401 sec. | ||
| 1336 | 2025.04.30 22:38:37.267349 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1337 | 2025.04.30 22:38:37.267453 [ 258 ] {395926d3-78a5-4a0f-96b7-888719107043} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1338 | 2025.04.30 22:38:37.267499 [ 258 ] {395926d3-78a5-4a0f-96b7-888719107043} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1339 | 2025.04.30 22:38:37.268038 [ 258 ] {395926d3-78a5-4a0f-96b7-888719107043} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1340 | 2025.04.30 22:38:37.268078 [ 258 ] {395926d3-78a5-4a0f-96b7-888719107043} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1341 | 2025.04.30 22:38:37.268621 [ 258 ] {395926d3-78a5-4a0f-96b7-888719107043} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1342 | 2025.04.30 22:38:37.269153 [ 258 ] {395926d3-78a5-4a0f-96b7-888719107043} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1343 | 2025.04.30 22:38:37.269358 [ 258 ] {395926d3-78a5-4a0f-96b7-888719107043} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001927 sec., 58121.43227815257 rows/sec., 3.31 MiB/sec. | ||
| 1344 | 2025.04.30 22:38:37.269409 [ 258 ] {395926d3-78a5-4a0f-96b7-888719107043} <Debug> TCPHandler: Processed in 0.002112062 sec. | ||
| 1345 | 2025.04.30 22:38:37.269528 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1346 | 2025.04.30 22:38:37.269634 [ 258 ] {a5116233-681b-4016-9f5a-274799c68960} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1347 | 2025.04.30 22:38:37.269680 [ 258 ] {a5116233-681b-4016-9f5a-274799c68960} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1348 | 2025.04.30 22:38:37.270332 [ 258 ] {a5116233-681b-4016-9f5a-274799c68960} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1349 | 2025.04.30 22:38:37.270372 [ 258 ] {a5116233-681b-4016-9f5a-274799c68960} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1350 | 2025.04.30 22:38:37.270898 [ 258 ] {a5116233-681b-4016-9f5a-274799c68960} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1351 | 2025.04.30 22:38:37.271449 [ 258 ] {a5116233-681b-4016-9f5a-274799c68960} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1352 | 2025.04.30 22:38:37.271690 [ 258 ] {a5116233-681b-4016-9f5a-274799c68960} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.002077 sec., 187770.82330284064 rows/sec., 13.27 MiB/sec. | ||
| 1353 | 2025.04.30 22:38:37.271743 [ 258 ] {a5116233-681b-4016-9f5a-274799c68960} <Debug> TCPHandler: Processed in 0.002266307 sec. | ||
| 1354 | 2025.04.30 22:38:37.271862 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1355 | 2025.04.30 22:38:37.271969 [ 258 ] {2ff5b3aa-b27c-4d58-9eb3-38076b1ac9e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1356 | 2025.04.30 22:38:37.272017 [ 258 ] {2ff5b3aa-b27c-4d58-9eb3-38076b1ac9e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1357 | 2025.04.30 22:38:37.272455 [ 258 ] {2ff5b3aa-b27c-4d58-9eb3-38076b1ac9e7} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1358 | 2025.04.30 22:38:37.272494 [ 258 ] {2ff5b3aa-b27c-4d58-9eb3-38076b1ac9e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1359 | 2025.04.30 22:38:37.272954 [ 258 ] {2ff5b3aa-b27c-4d58-9eb3-38076b1ac9e7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1360 | 2025.04.30 22:38:37.273407 [ 258 ] {2ff5b3aa-b27c-4d58-9eb3-38076b1ac9e7} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1361 | 2025.04.30 22:38:37.273611 [ 258 ] {2ff5b3aa-b27c-4d58-9eb3-38076b1ac9e7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001665 sec., 3603.6036036036035 rows/sec., 188.27 KiB/sec. | ||
| 1362 | 2025.04.30 22:38:37.273659 [ 258 ] {2ff5b3aa-b27c-4d58-9eb3-38076b1ac9e7} <Debug> TCPHandler: Processed in 0.001848263 sec. | ||
| 1363 | 2025.04.30 22:38:37.273773 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1364 | 2025.04.30 22:38:37.273882 [ 258 ] {12c5691f-2a01-431d-908e-0644867587cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1365 | 2025.04.30 22:38:37.273929 [ 258 ] {12c5691f-2a01-431d-908e-0644867587cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1366 | 2025.04.30 22:38:37.274459 [ 258 ] {12c5691f-2a01-431d-908e-0644867587cd} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1367 | 2025.04.30 22:38:37.274498 [ 258 ] {12c5691f-2a01-431d-908e-0644867587cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1368 | 2025.04.30 22:38:37.275028 [ 258 ] {12c5691f-2a01-431d-908e-0644867587cd} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1369 | 2025.04.30 22:38:37.275485 [ 258 ] {12c5691f-2a01-431d-908e-0644867587cd} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1370 | 2025.04.30 22:38:37.275767 [ 258 ] {12c5691f-2a01-431d-908e-0644867587cd} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001907 sec., 124278.972207656 rows/sec., 8.33 MiB/sec. | ||
| 1371 | 2025.04.30 22:38:37.275821 [ 258 ] {12c5691f-2a01-431d-908e-0644867587cd} <Debug> TCPHandler: Processed in 0.002098222 sec. | ||
| 1372 | 2025.04.30 22:38:37.275938 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1373 | 2025.04.30 22:38:37.276043 [ 258 ] {3e960aa2-5026-4888-a5a8-416f667c0896} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1374 | 2025.04.30 22:38:37.276090 [ 258 ] {3e960aa2-5026-4888-a5a8-416f667c0896} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1375 | 2025.04.30 22:38:37.276491 [ 258 ] {3e960aa2-5026-4888-a5a8-416f667c0896} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1376 | 2025.04.30 22:38:37.276531 [ 258 ] {3e960aa2-5026-4888-a5a8-416f667c0896} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1377 | 2025.04.30 22:38:37.276986 [ 258 ] {3e960aa2-5026-4888-a5a8-416f667c0896} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1378 | 2025.04.30 22:38:37.277437 [ 258 ] {3e960aa2-5026-4888-a5a8-416f667c0896} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1379 | 2025.04.30 22:38:37.277662 [ 258 ] {3e960aa2-5026-4888-a5a8-416f667c0896} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00164 sec., 609.7560975609756 rows/sec., 41.09 KiB/sec. | ||
| 1380 | 2025.04.30 22:38:37.277713 [ 258 ] {3e960aa2-5026-4888-a5a8-416f667c0896} <Debug> TCPHandler: Processed in 0.001825882 sec. | ||
| 1381 | 2025.04.30 22:38:37.277827 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1382 | 2025.04.30 22:38:37.277931 [ 258 ] {05186e62-4f8c-45c0-9a40-dffbf4e71739} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1383 | 2025.04.30 22:38:37.277995 [ 258 ] {05186e62-4f8c-45c0-9a40-dffbf4e71739} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1384 | 2025.04.30 22:38:37.278977 [ 258 ] {05186e62-4f8c-45c0-9a40-dffbf4e71739} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1385 | 2025.04.30 22:38:37.279015 [ 258 ] {05186e62-4f8c-45c0-9a40-dffbf4e71739} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1386 | 2025.04.30 22:38:37.279737 [ 258 ] {05186e62-4f8c-45c0-9a40-dffbf4e71739} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1387 | 2025.04.30 22:38:37.280279 [ 258 ] {05186e62-4f8c-45c0-9a40-dffbf4e71739} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1388 | 2025.04.30 22:38:37.280592 [ 258 ] {05186e62-4f8c-45c0-9a40-dffbf4e71739} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002665 sec., 3001.87617260788 rows/sec., 5.38 MiB/sec. | ||
| 1389 | 2025.04.30 22:38:37.280760 [ 258 ] {05186e62-4f8c-45c0-9a40-dffbf4e71739} <Debug> TCPHandler: Processed in 0.002984802 sec. | ||
| 1390 | 2025.04.30 22:38:37.280885 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1391 | 2025.04.30 22:38:37.280990 [ 258 ] {febd860a-1430-4c1a-ae8a-d52323e1da28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1392 | 2025.04.30 22:38:37.281034 [ 258 ] {febd860a-1430-4c1a-ae8a-d52323e1da28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1393 | 2025.04.30 22:38:37.281457 [ 258 ] {febd860a-1430-4c1a-ae8a-d52323e1da28} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1394 | 2025.04.30 22:38:37.281496 [ 258 ] {febd860a-1430-4c1a-ae8a-d52323e1da28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1395 | 2025.04.30 22:38:37.281970 [ 258 ] {febd860a-1430-4c1a-ae8a-d52323e1da28} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1396 | 2025.04.30 22:38:37.282493 [ 258 ] {febd860a-1430-4c1a-ae8a-d52323e1da28} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1397 | 2025.04.30 22:38:37.282715 [ 258 ] {febd860a-1430-4c1a-ae8a-d52323e1da28} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001747 sec., 46937.60732684602 rows/sec., 2.98 MiB/sec. | ||
| 1398 | 2025.04.30 22:38:37.282765 [ 258 ] {febd860a-1430-4c1a-ae8a-d52323e1da28} <Debug> TCPHandler: Processed in 0.001931776 sec. | ||
| 1399 | 2025.04.30 22:38:40.345340 [ 75 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1400 | 2025.04.30 22:38:40.345408 [ 75 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1401 | 2025.04.30 22:38:40.460116 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 | ||
| 1402 | 2025.04.30 22:38:40.460738 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1403 | 2025.04.30 22:38:40.460785 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1404 | 2025.04.30 22:38:40.461329 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1405 | 2025.04.30 22:38:40.461595 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1406 | 2025.04.30 22:38:40.461789 [ 75 ] {} <Debug> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1407 | 2025.04.30 22:38:40.461819 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1408 | 2025.04.30 22:38:40.461869 [ 75 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1409 | 2025.04.30 22:38:40.461901 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1410 | 2025.04.30 22:38:40.463945 [ 187 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 1411 | 2025.04.30 22:38:40.464249 [ 187 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1412 | 2025.04.30 22:38:40.464377 [ 187 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part | ||
| 1413 | 2025.04.30 22:38:40.464579 [ 187 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part | ||
| 1414 | 2025.04.30 22:38:40.464943 [ 187 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 427 rows starting from the beginning of the part | ||
| 1415 | 2025.04.30 22:38:40.465103 [ 187 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 488 rows starting from the beginning of the part | ||
| 1416 | 2025.04.30 22:38:40.465253 [ 187 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 427 rows starting from the beginning of the part | ||
| 1417 | 2025.04.30 22:38:40.465423 [ 187 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 488 rows starting from the beginning of the part | ||
| 1418 | 2025.04.30 22:38:40.493822 [ 199 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.031829422 sec., 88157.42868343634 rows/sec., 1.26 MiB/sec. | ||
| 1419 | 2025.04.30 22:38:40.494479 [ 199 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1420 | 2025.04.30 22:38:40.494831 [ 199 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_6_1} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1421 | 2025.04.30 22:38:40.494924 [ 199 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_6_1} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1422 | 2025.04.30 22:38:40.495032 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1423 | 2025.04.30 22:38:40.609117 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1424 | 2025.04.30 22:38:40.629090 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1425 | 2025.04.30 22:38:40.629142 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1426 | 2025.04.30 22:38:40.635856 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1427 | 2025.04.30 22:38:40.636610 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1428 | 2025.04.30 22:38:40.636975 [ 75 ] {} <Debug> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1429 | 2025.04.30 22:38:40.637136 [ 75 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1430 | 2025.04.30 22:38:40.637233 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1431 | 2025.04.30 22:38:40.637856 [ 199 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 1432 | 2025.04.30 22:38:40.651809 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1433 | 2025.04.30 22:38:40.653412 [ 199 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1434 | 2025.04.30 22:38:40.654540 [ 199 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 1435 | 2025.04.30 22:38:40.659580 [ 199 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 1436 | 2025.04.30 22:38:40.664607 [ 199 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 1437 | 2025.04.30 22:38:40.669567 [ 199 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 1438 | 2025.04.30 22:38:40.684233 [ 199 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 1439 | 2025.04.30 22:38:40.688639 [ 199 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 1440 | 2025.04.30 22:38:40.751003 [ 189 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.113515977 sec., 405.2293008939173 rows/sec., 2.10 MiB/sec. | ||
| 1441 | 2025.04.30 22:38:40.753872 [ 189 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1442 | 2025.04.30 22:38:40.756919 [ 189 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_6_1} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1443 | 2025.04.30 22:38:40.757014 [ 189 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_6_1} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1444 | 2025.04.30 22:38:40.759448 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1445 | 2025.04.30 22:38:41.000162 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.02 MiB, peak 169.56 MiB, free memory in arenas 0.00 B, will set to 163.73 MiB (RSS), difference: 3.72 MiB | ||
| 1446 | 2025.04.30 22:38:42.249657 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1447 | 2025.04.30 22:38:42.249876 [ 258 ] {313b3c23-8d40-4c1b-b03a-a5a366289af8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1448 | 2025.04.30 22:38:42.249961 [ 258 ] {313b3c23-8d40-4c1b-b03a-a5a366289af8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1449 | 2025.04.30 22:38:42.250738 [ 258 ] {313b3c23-8d40-4c1b-b03a-a5a366289af8} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1450 | 2025.04.30 22:38:42.250791 [ 258 ] {313b3c23-8d40-4c1b-b03a-a5a366289af8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1451 | 2025.04.30 22:38:42.251369 [ 258 ] {313b3c23-8d40-4c1b-b03a-a5a366289af8} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1452 | 2025.04.30 22:38:42.251851 [ 258 ] {313b3c23-8d40-4c1b-b03a-a5a366289af8} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1453 | 2025.04.30 22:38:42.252066 [ 73 ] {} <Debug> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1454 | 2025.04.30 22:38:42.252094 [ 258 ] {313b3c23-8d40-4c1b-b03a-a5a366289af8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00228 sec., 24561.40350877193 rows/sec., 1.89 MiB/sec. | ||
| 1455 | 2025.04.30 22:38:42.252158 [ 73 ] {} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1456 | 2025.04.30 22:38:42.252241 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1457 | 2025.04.30 22:38:42.252246 [ 258 ] {313b3c23-8d40-4c1b-b03a-a5a366289af8} <Debug> TCPHandler: Processed in 0.002741044 sec. | ||
| 1458 | 2025.04.30 22:38:42.252522 [ 186 ] {d4e73ecb-69f6-409c-bee6-1454de550956::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 | ||
| 1459 | 2025.04.30 22:38:42.252541 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1460 | 2025.04.30 22:38:42.252815 [ 258 ] {75cf51dc-7539-472d-be15-ebf29dc4b5ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1461 | 2025.04.30 22:38:42.252828 [ 186 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1462 | 2025.04.30 22:38:42.252904 [ 258 ] {75cf51dc-7539-472d-be15-ebf29dc4b5ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1463 | 2025.04.30 22:38:42.252924 [ 186 ] {d4e73ecb-69f6-409c-bee6-1454de550956::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 | ||
| 1464 | 2025.04.30 22:38:42.253215 [ 186 ] {d4e73ecb-69f6-409c-bee6-1454de550956::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 | ||
| 1465 | 2025.04.30 22:38:42.253501 [ 186 ] {d4e73ecb-69f6-409c-bee6-1454de550956::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 | ||
| 1466 | 2025.04.30 22:38:42.253813 [ 186 ] {d4e73ecb-69f6-409c-bee6-1454de550956::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 | ||
| 1467 | 2025.04.30 22:38:42.254162 [ 186 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 633 rows starting from the beginning of the part | ||
| 1468 | 2025.04.30 22:38:42.254469 [ 186 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part | ||
| 1469 | 2025.04.30 22:38:42.255912 [ 258 ] {75cf51dc-7539-472d-be15-ebf29dc4b5ba} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1470 | 2025.04.30 22:38:42.255977 [ 258 ] {75cf51dc-7539-472d-be15-ebf29dc4b5ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1471 | 2025.04.30 22:38:42.257222 [ 258 ] {75cf51dc-7539-472d-be15-ebf29dc4b5ba} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1472 | 2025.04.30 22:38:42.257664 [ 187 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1490 rows, containing 5 columns (5 merged, 0 gathered) in 0.005295292 sec., 281382.027657776 rows/sec., 23.13 MiB/sec. | ||
| 1473 | 2025.04.30 22:38:42.257879 [ 258 ] {75cf51dc-7539-472d-be15-ebf29dc4b5ba} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1474 | 2025.04.30 22:38:42.258116 [ 73 ] {} <Debug> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1475 | 2025.04.30 22:38:42.258182 [ 188 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1476 | 2025.04.30 22:38:42.258205 [ 73 ] {} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1477 | 2025.04.30 22:38:42.258296 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1478 | 2025.04.30 22:38:42.258306 [ 258 ] {75cf51dc-7539-472d-be15-ebf29dc4b5ba} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005551 sec., 11529.454152404971 rows/sec., 921.50 KiB/sec. | ||
| 1479 | 2025.04.30 22:38:42.258670 [ 186 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 1480 | 2025.04.30 22:38:42.258680 [ 258 ] {75cf51dc-7539-472d-be15-ebf29dc4b5ba} <Debug> TCPHandler: Processed in 0.006273585 sec. | ||
| 1481 | 2025.04.30 22:38:42.259006 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1482 | 2025.04.30 22:38:42.259012 [ 186 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1483 | 2025.04.30 22:38:42.259081 [ 186 ] {e25d2b30-b306-449e-8756-7ab1229a4707::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 | ||
| 1484 | 2025.04.30 22:38:42.259447 [ 188 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_6_1} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1485 | 2025.04.30 22:38:42.259449 [ 258 ] {0d4f89ef-e098-48e4-bd76-ebd6314ac813} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1486 | 2025.04.30 22:38:42.259482 [ 186 ] {e25d2b30-b306-449e-8756-7ab1229a4707::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 | ||
| 1487 | 2025.04.30 22:38:42.259890 [ 188 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_6_1} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1488 | 2025.04.30 22:38:42.259898 [ 186 ] {e25d2b30-b306-449e-8756-7ab1229a4707::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 | ||
| 1489 | 2025.04.30 22:38:42.260031 [ 258 ] {0d4f89ef-e098-48e4-bd76-ebd6314ac813} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1490 | 2025.04.30 22:38:42.260319 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 1491 | 2025.04.30 22:38:42.260396 [ 186 ] {e25d2b30-b306-449e-8756-7ab1229a4707::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 | ||
| 1492 | 2025.04.30 22:38:42.260729 [ 186 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 390 rows starting from the beginning of the part | ||
| 1493 | 2025.04.30 22:38:42.261012 [ 186 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part | ||
| 1494 | 2025.04.30 22:38:42.262849 [ 258 ] {0d4f89ef-e098-48e4-bd76-ebd6314ac813} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1495 | 2025.04.30 22:38:42.262918 [ 258 ] {0d4f89ef-e098-48e4-bd76-ebd6314ac813} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1496 | 2025.04.30 22:38:42.264095 [ 188 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1036 rows, containing 5 columns (5 merged, 0 gathered) in 0.005670375 sec., 182703.96578709522 rows/sec., 13.94 MiB/sec. | ||
| 1497 | 2025.04.30 22:38:42.264257 [ 258 ] {0d4f89ef-e098-48e4-bd76-ebd6314ac813} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1498 | 2025.04.30 22:38:42.264454 [ 201 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1499 | 2025.04.30 22:38:42.264836 [ 258 ] {0d4f89ef-e098-48e4-bd76-ebd6314ac813} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1500 | 2025.04.30 22:38:42.265022 [ 73 ] {} <Debug> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1501 | 2025.04.30 22:38:42.265140 [ 73 ] {} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1502 | 2025.04.30 22:38:42.265203 [ 201 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_6_1} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1503 | 2025.04.30 22:38:42.265228 [ 258 ] {0d4f89ef-e098-48e4-bd76-ebd6314ac813} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006069 sec., 26363.48657109903 rows/sec., 1.84 MiB/sec. | ||
| 1504 | 2025.04.30 22:38:42.265235 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1505 | 2025.04.30 22:38:42.265507 [ 201 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_6_1} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1506 | 2025.04.30 22:38:42.265609 [ 258 ] {0d4f89ef-e098-48e4-bd76-ebd6314ac813} <Debug> TCPHandler: Processed in 0.00670461 sec. | ||
| 1507 | 2025.04.30 22:38:42.265810 [ 186 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::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.30 22:38:42.265828 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 1509 | 2025.04.30 22:38:42.265913 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1510 | 2025.04.30 22:38:42.266042 [ 186 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1511 | 2025.04.30 22:38:42.266124 [ 186 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 128 rows starting from the beginning of the part | ||
| 1512 | 2025.04.30 22:38:42.266131 [ 258 ] {532e480b-21b4-4617-b7ba-3a33a9031eda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1513 | 2025.04.30 22:38:42.266360 [ 258 ] {532e480b-21b4-4617-b7ba-3a33a9031eda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1514 | 2025.04.30 22:38:42.266376 [ 186 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::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 | ||
| 1515 | 2025.04.30 22:38:42.266656 [ 186 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::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 | ||
| 1516 | 2025.04.30 22:38:42.266960 [ 186 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::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 | ||
| 1517 | 2025.04.30 22:38:42.267296 [ 186 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 237 rows starting from the beginning of the part | ||
| 1518 | 2025.04.30 22:38:42.267584 [ 186 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::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 | ||
| 1519 | 2025.04.30 22:38:42.268840 [ 258 ] {532e480b-21b4-4617-b7ba-3a33a9031eda} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1520 | 2025.04.30 22:38:42.268918 [ 258 ] {532e480b-21b4-4617-b7ba-3a33a9031eda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1521 | 2025.04.30 22:38:42.270037 [ 258 ] {532e480b-21b4-4617-b7ba-3a33a9031eda} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1522 | 2025.04.30 22:38:42.270548 [ 201 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1082 rows, containing 5 columns (5 merged, 0 gathered) in 0.005115076 sec., 211531.55886637853 rows/sec., 14.49 MiB/sec. | ||
| 1523 | 2025.04.30 22:38:42.270750 [ 258 ] {532e480b-21b4-4617-b7ba-3a33a9031eda} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1524 | 2025.04.30 22:38:42.270928 [ 73 ] {} <Debug> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1525 | 2025.04.30 22:38:42.271008 [ 73 ] {} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1526 | 2025.04.30 22:38:42.271014 [ 188 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1527 | 2025.04.30 22:38:42.271090 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1528 | 2025.04.30 22:38:42.271356 [ 258 ] {532e480b-21b4-4617-b7ba-3a33a9031eda} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005268 sec., 11389.521640091116 rows/sec., 786.00 KiB/sec. | ||
| 1529 | 2025.04.30 22:38:42.271455 [ 195 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::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 | ||
| 1530 | 2025.04.30 22:38:42.271579 [ 258 ] {532e480b-21b4-4617-b7ba-3a33a9031eda} <Debug> TCPHandler: Processed in 0.005726737 sec. | ||
| 1531 | 2025.04.30 22:38:42.271798 [ 195 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1532 | 2025.04.30 22:38:42.271864 [ 195 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 48 rows starting from the beginning of the part | ||
| 1533 | 2025.04.30 22:38:42.272110 [ 195 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::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 | ||
| 1534 | 2025.04.30 22:38:42.272126 [ 188 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1535 | 2025.04.30 22:38:42.272444 [ 188 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1536 | 2025.04.30 22:38:42.272455 [ 195 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::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 | ||
| 1537 | 2025.04.30 22:38:42.272684 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 1538 | 2025.04.30 22:38:42.272745 [ 195 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::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 | ||
| 1539 | 2025.04.30 22:38:42.272881 [ 195 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 82 rows starting from the beginning of the part | ||
| 1540 | 2025.04.30 22:38:42.273076 [ 195 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::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 | ||
| 1541 | 2025.04.30 22:38:42.274322 [ 201 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 392 rows, containing 4 columns (4 merged, 0 gathered) in 0.003066635 sec., 127827.40691344097 rows/sec., 8.41 MiB/sec. | ||
| 1542 | 2025.04.30 22:38:42.274563 [ 188 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1543 | 2025.04.30 22:38:42.275058 [ 188 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_6_1} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1544 | 2025.04.30 22:38:42.275138 [ 188 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_6_1} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1545 | 2025.04.30 22:38:42.275222 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 1546 | 2025.04.30 22:38:45.456677 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 230 | ||
| 1547 | 2025.04.30 22:38:45.459637 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1548 | 2025.04.30 22:38:45.459695 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1549 | 2025.04.30 22:38:45.461173 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1550 | 2025.04.30 22:38:45.461477 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1551 | 2025.04.30 22:38:45.462364 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 230 | ||
| 1552 | 2025.04.30 22:38:47.256441 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1553 | 2025.04.30 22:38:47.256632 [ 258 ] {404bde8d-62b4-4310-9ce6-93289bb05d10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1554 | 2025.04.30 22:38:47.256704 [ 258 ] {404bde8d-62b4-4310-9ce6-93289bb05d10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1555 | 2025.04.30 22:38:47.257564 [ 258 ] {404bde8d-62b4-4310-9ce6-93289bb05d10} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1556 | 2025.04.30 22:38:47.257615 [ 258 ] {404bde8d-62b4-4310-9ce6-93289bb05d10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1557 | 2025.04.30 22:38:47.258049 [ 258 ] {404bde8d-62b4-4310-9ce6-93289bb05d10} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1558 | 2025.04.30 22:38:47.258298 [ 258 ] {404bde8d-62b4-4310-9ce6-93289bb05d10} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1559 | 2025.04.30 22:38:47.258531 [ 258 ] {404bde8d-62b4-4310-9ce6-93289bb05d10} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001954 sec., 108495.39406345956 rows/sec., 6.90 MiB/sec. | ||
| 1560 | 2025.04.30 22:38:47.258584 [ 258 ] {404bde8d-62b4-4310-9ce6-93289bb05d10} <Debug> TCPHandler: Processed in 0.002280358 sec. | ||
| 1561 | 2025.04.30 22:38:47.258714 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1562 | 2025.04.30 22:38:47.258816 [ 258 ] {bac86b16-9c8b-4e8d-8c09-4d3cab767302} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1563 | 2025.04.30 22:38:47.258861 [ 258 ] {bac86b16-9c8b-4e8d-8c09-4d3cab767302} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1564 | 2025.04.30 22:38:47.259606 [ 258 ] {bac86b16-9c8b-4e8d-8c09-4d3cab767302} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1565 | 2025.04.30 22:38:47.259644 [ 258 ] {bac86b16-9c8b-4e8d-8c09-4d3cab767302} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1566 | 2025.04.30 22:38:47.260030 [ 258 ] {bac86b16-9c8b-4e8d-8c09-4d3cab767302} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1567 | 2025.04.30 22:38:47.260266 [ 258 ] {bac86b16-9c8b-4e8d-8c09-4d3cab767302} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1568 | 2025.04.30 22:38:47.260463 [ 258 ] {bac86b16-9c8b-4e8d-8c09-4d3cab767302} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001669 sec., 379269.02336728584 rows/sec., 29.83 MiB/sec. | ||
| 1569 | 2025.04.30 22:38:47.260511 [ 258 ] {bac86b16-9c8b-4e8d-8c09-4d3cab767302} <Debug> TCPHandler: Processed in 0.001846513 sec. | ||
| 1570 | 2025.04.30 22:38:47.260618 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1571 | 2025.04.30 22:38:47.260720 [ 258 ] {495bd680-daeb-4ea5-8473-84fa7539f087} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1572 | 2025.04.30 22:38:47.260763 [ 258 ] {495bd680-daeb-4ea5-8473-84fa7539f087} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1573 | 2025.04.30 22:38:47.261280 [ 258 ] {495bd680-daeb-4ea5-8473-84fa7539f087} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1574 | 2025.04.30 22:38:47.261318 [ 258 ] {495bd680-daeb-4ea5-8473-84fa7539f087} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1575 | 2025.04.30 22:38:47.261655 [ 258 ] {495bd680-daeb-4ea5-8473-84fa7539f087} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1576 | 2025.04.30 22:38:47.261882 [ 258 ] {495bd680-daeb-4ea5-8473-84fa7539f087} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1577 | 2025.04.30 22:38:47.262124 [ 258 ] {495bd680-daeb-4ea5-8473-84fa7539f087} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001419 sec., 80338.26638477802 rows/sec., 4.81 MiB/sec. | ||
| 1578 | 2025.04.30 22:38:47.262264 [ 258 ] {495bd680-daeb-4ea5-8473-84fa7539f087} <Debug> TCPHandler: Processed in 0.001693548 sec. | ||
| 1579 | 2025.04.30 22:38:47.262377 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1580 | 2025.04.30 22:38:47.262479 [ 258 ] {6dba24c4-b579-45ff-adbf-e3c5c5d685c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1581 | 2025.04.30 22:38:47.262522 [ 258 ] {6dba24c4-b579-45ff-adbf-e3c5c5d685c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1582 | 2025.04.30 22:38:47.263046 [ 258 ] {6dba24c4-b579-45ff-adbf-e3c5c5d685c4} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1583 | 2025.04.30 22:38:47.263083 [ 258 ] {6dba24c4-b579-45ff-adbf-e3c5c5d685c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1584 | 2025.04.30 22:38:47.263423 [ 258 ] {6dba24c4-b579-45ff-adbf-e3c5c5d685c4} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1585 | 2025.04.30 22:38:47.263652 [ 258 ] {6dba24c4-b579-45ff-adbf-e3c5c5d685c4} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1586 | 2025.04.30 22:38:47.263889 [ 258 ] {6dba24c4-b579-45ff-adbf-e3c5c5d685c4} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001424 sec., 79353.93258426967 rows/sec., 5.14 MiB/sec. | ||
| 1587 | 2025.04.30 22:38:47.264017 [ 258 ] {6dba24c4-b579-45ff-adbf-e3c5c5d685c4} <Debug> TCPHandler: Processed in 0.001688829 sec. | ||
| 1588 | 2025.04.30 22:38:47.264130 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1589 | 2025.04.30 22:38:47.264232 [ 258 ] {c8787dcb-9ef4-451c-8cc1-b08ff83a5b5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1590 | 2025.04.30 22:38:47.264275 [ 258 ] {c8787dcb-9ef4-451c-8cc1-b08ff83a5b5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1591 | 2025.04.30 22:38:47.264790 [ 258 ] {c8787dcb-9ef4-451c-8cc1-b08ff83a5b5d} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1592 | 2025.04.30 22:38:47.264828 [ 258 ] {c8787dcb-9ef4-451c-8cc1-b08ff83a5b5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1593 | 2025.04.30 22:38:47.265161 [ 258 ] {c8787dcb-9ef4-451c-8cc1-b08ff83a5b5d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1594 | 2025.04.30 22:38:47.265398 [ 258 ] {c8787dcb-9ef4-451c-8cc1-b08ff83a5b5d} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1595 | 2025.04.30 22:38:47.265663 [ 258 ] {c8787dcb-9ef4-451c-8cc1-b08ff83a5b5d} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001434 sec., 78103.20781032079 rows/sec., 4.45 MiB/sec. | ||
| 1596 | 2025.04.30 22:38:47.265741 [ 258 ] {c8787dcb-9ef4-451c-8cc1-b08ff83a5b5d} <Debug> TCPHandler: Processed in 0.001659637 sec. | ||
| 1597 | 2025.04.30 22:38:47.265854 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1598 | 2025.04.30 22:38:47.265955 [ 258 ] {33dfc788-fb23-4ea9-a9c9-58acc613b0a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1599 | 2025.04.30 22:38:47.265998 [ 258 ] {33dfc788-fb23-4ea9-a9c9-58acc613b0a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1600 | 2025.04.30 22:38:47.266598 [ 258 ] {33dfc788-fb23-4ea9-a9c9-58acc613b0a6} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1601 | 2025.04.30 22:38:47.266636 [ 258 ] {33dfc788-fb23-4ea9-a9c9-58acc613b0a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1602 | 2025.04.30 22:38:47.266993 [ 258 ] {33dfc788-fb23-4ea9-a9c9-58acc613b0a6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1603 | 2025.04.30 22:38:47.267225 [ 258 ] {33dfc788-fb23-4ea9-a9c9-58acc613b0a6} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1604 | 2025.04.30 22:38:47.267427 [ 258 ] {33dfc788-fb23-4ea9-a9c9-58acc613b0a6} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001493 sec., 261219.02210314802 rows/sec., 18.46 MiB/sec. | ||
| 1605 | 2025.04.30 22:38:47.267475 [ 258 ] {33dfc788-fb23-4ea9-a9c9-58acc613b0a6} <Debug> TCPHandler: Processed in 0.001671077 sec. | ||
| 1606 | 2025.04.30 22:38:47.267586 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1607 | 2025.04.30 22:38:47.267688 [ 258 ] {76151cdb-2bc8-41db-9861-51f1dcd6425b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1608 | 2025.04.30 22:38:47.267733 [ 258 ] {76151cdb-2bc8-41db-9861-51f1dcd6425b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1609 | 2025.04.30 22:38:47.268186 [ 258 ] {76151cdb-2bc8-41db-9861-51f1dcd6425b} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1610 | 2025.04.30 22:38:47.268237 [ 258 ] {76151cdb-2bc8-41db-9861-51f1dcd6425b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1611 | 2025.04.30 22:38:47.268680 [ 258 ] {76151cdb-2bc8-41db-9861-51f1dcd6425b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1612 | 2025.04.30 22:38:47.268976 [ 258 ] {76151cdb-2bc8-41db-9861-51f1dcd6425b} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1613 | 2025.04.30 22:38:47.269199 [ 258 ] {76151cdb-2bc8-41db-9861-51f1dcd6425b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001531 sec., 3919.0071848465054 rows/sec., 204.75 KiB/sec. | ||
| 1614 | 2025.04.30 22:38:47.269251 [ 258 ] {76151cdb-2bc8-41db-9861-51f1dcd6425b} <Debug> TCPHandler: Processed in 0.001712729 sec. | ||
| 1615 | 2025.04.30 22:38:47.269371 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1616 | 2025.04.30 22:38:47.269478 [ 258 ] {2b7a2f24-0ebf-4bb8-81ea-159a267a588c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1617 | 2025.04.30 22:38:47.269528 [ 258 ] {2b7a2f24-0ebf-4bb8-81ea-159a267a588c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1618 | 2025.04.30 22:38:47.270035 [ 258 ] {2b7a2f24-0ebf-4bb8-81ea-159a267a588c} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1619 | 2025.04.30 22:38:47.270075 [ 258 ] {2b7a2f24-0ebf-4bb8-81ea-159a267a588c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1620 | 2025.04.30 22:38:47.270461 [ 258 ] {2b7a2f24-0ebf-4bb8-81ea-159a267a588c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1621 | 2025.04.30 22:38:47.270703 [ 258 ] {2b7a2f24-0ebf-4bb8-81ea-159a267a588c} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1622 | 2025.04.30 22:38:47.270976 [ 258 ] {2b7a2f24-0ebf-4bb8-81ea-159a267a588c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001496 sec., 158422.45989304813 rows/sec., 10.62 MiB/sec. | ||
| 1623 | 2025.04.30 22:38:47.271127 [ 258 ] {2b7a2f24-0ebf-4bb8-81ea-159a267a588c} <Debug> TCPHandler: Processed in 0.001806191 sec. | ||
| 1624 | 2025.04.30 22:38:47.271243 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1625 | 2025.04.30 22:38:47.271349 [ 258 ] {7e07675d-0f9b-4d6d-b35b-93d5810598c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1626 | 2025.04.30 22:38:47.271397 [ 258 ] {7e07675d-0f9b-4d6d-b35b-93d5810598c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1627 | 2025.04.30 22:38:47.271823 [ 258 ] {7e07675d-0f9b-4d6d-b35b-93d5810598c7} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1628 | 2025.04.30 22:38:47.271863 [ 258 ] {7e07675d-0f9b-4d6d-b35b-93d5810598c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1629 | 2025.04.30 22:38:47.272208 [ 258 ] {7e07675d-0f9b-4d6d-b35b-93d5810598c7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1630 | 2025.04.30 22:38:47.272440 [ 258 ] {7e07675d-0f9b-4d6d-b35b-93d5810598c7} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1631 | 2025.04.30 22:38:47.272725 [ 258 ] {7e07675d-0f9b-4d6d-b35b-93d5810598c7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001374 sec., 727.802037845706 rows/sec., 49.04 KiB/sec. | ||
| 1632 | 2025.04.30 22:38:47.272788 [ 258 ] {7e07675d-0f9b-4d6d-b35b-93d5810598c7} <Debug> TCPHandler: Processed in 0.001596954 sec. | ||
| 1633 | 2025.04.30 22:38:47.272900 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1634 | 2025.04.30 22:38:47.273004 [ 258 ] {af9311e9-3be3-4dff-ace3-783e589b6d6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1635 | 2025.04.30 22:38:47.273070 [ 258 ] {af9311e9-3be3-4dff-ace3-783e589b6d6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1636 | 2025.04.30 22:38:47.274075 [ 258 ] {af9311e9-3be3-4dff-ace3-783e589b6d6f} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1637 | 2025.04.30 22:38:47.274115 [ 258 ] {af9311e9-3be3-4dff-ace3-783e589b6d6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1638 | 2025.04.30 22:38:47.274732 [ 258 ] {af9311e9-3be3-4dff-ace3-783e589b6d6f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1639 | 2025.04.30 22:38:47.274998 [ 258 ] {af9311e9-3be3-4dff-ace3-783e589b6d6f} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1640 | 2025.04.30 22:38:47.275230 [ 258 ] {af9311e9-3be3-4dff-ace3-783e589b6d6f} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002246 sec., 3561.887800534283 rows/sec., 6.38 MiB/sec. | ||
| 1641 | 2025.04.30 22:38:47.275333 [ 258 ] {af9311e9-3be3-4dff-ace3-783e589b6d6f} <Debug> TCPHandler: Processed in 0.002484265 sec. | ||
| 1642 | 2025.04.30 22:38:47.275466 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1643 | 2025.04.30 22:38:47.275571 [ 258 ] {c5a605ec-75ad-4e20-b106-49233197dd81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1644 | 2025.04.30 22:38:47.275617 [ 258 ] {c5a605ec-75ad-4e20-b106-49233197dd81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1645 | 2025.04.30 22:38:47.276046 [ 258 ] {c5a605ec-75ad-4e20-b106-49233197dd81} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1646 | 2025.04.30 22:38:47.276085 [ 258 ] {c5a605ec-75ad-4e20-b106-49233197dd81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1647 | 2025.04.30 22:38:47.276437 [ 258 ] {c5a605ec-75ad-4e20-b106-49233197dd81} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1648 | 2025.04.30 22:38:47.276687 [ 258 ] {c5a605ec-75ad-4e20-b106-49233197dd81} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1649 | 2025.04.30 22:38:47.276890 [ 258 ] {c5a605ec-75ad-4e20-b106-49233197dd81} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001341 sec., 61148.39671886652 rows/sec., 3.88 MiB/sec. | ||
| 1650 | 2025.04.30 22:38:47.276938 [ 258 ] {c5a605ec-75ad-4e20-b106-49233197dd81} <Debug> TCPHandler: Processed in 0.001523892 sec. | ||
| 1651 | 2025.04.30 22:38:47.962753 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 | ||
| 1652 | 2025.04.30 22:38:47.963341 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1653 | 2025.04.30 22:38:47.963385 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1654 | 2025.04.30 22:38:47.963910 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1655 | 2025.04.30 22:38:47.964170 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1656 | 2025.04.30 22:38:47.964394 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 | ||
| 1657 | 2025.04.30 22:38:48.152722 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1658 | 2025.04.30 22:38:48.171111 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1659 | 2025.04.30 22:38:48.171160 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1660 | 2025.04.30 22:38:48.177834 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1661 | 2025.04.30 22:38:48.178599 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1662 | 2025.04.30 22:38:48.181487 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1663 | 2025.04.30 22:38:52.250281 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1664 | 2025.04.30 22:38:52.250534 [ 258 ] {376b89fc-52c2-4daf-a491-19ea1fb88fef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1665 | 2025.04.30 22:38:52.250618 [ 258 ] {376b89fc-52c2-4daf-a491-19ea1fb88fef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1666 | 2025.04.30 22:38:52.251439 [ 258 ] {376b89fc-52c2-4daf-a491-19ea1fb88fef} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1667 | 2025.04.30 22:38:52.251491 [ 258 ] {376b89fc-52c2-4daf-a491-19ea1fb88fef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1668 | 2025.04.30 22:38:52.251931 [ 258 ] {376b89fc-52c2-4daf-a491-19ea1fb88fef} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1669 | 2025.04.30 22:38:52.252180 [ 258 ] {376b89fc-52c2-4daf-a491-19ea1fb88fef} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1670 | 2025.04.30 22:38:52.252427 [ 258 ] {376b89fc-52c2-4daf-a491-19ea1fb88fef} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001947 sec., 28762.19825372368 rows/sec., 2.21 MiB/sec. | ||
| 1671 | 2025.04.30 22:38:52.252542 [ 258 ] {376b89fc-52c2-4daf-a491-19ea1fb88fef} <Debug> TCPHandler: Processed in 0.002454384 sec. | ||
| 1672 | 2025.04.30 22:38:52.252723 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1673 | 2025.04.30 22:38:52.252828 [ 258 ] {8fa4c616-c92a-441d-b6ef-6a5f53a30c03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1674 | 2025.04.30 22:38:52.252875 [ 258 ] {8fa4c616-c92a-441d-b6ef-6a5f53a30c03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1675 | 2025.04.30 22:38:52.253410 [ 258 ] {8fa4c616-c92a-441d-b6ef-6a5f53a30c03} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1676 | 2025.04.30 22:38:52.253451 [ 258 ] {8fa4c616-c92a-441d-b6ef-6a5f53a30c03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1677 | 2025.04.30 22:38:52.253790 [ 258 ] {8fa4c616-c92a-441d-b6ef-6a5f53a30c03} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1678 | 2025.04.30 22:38:52.254039 [ 258 ] {8fa4c616-c92a-441d-b6ef-6a5f53a30c03} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1679 | 2025.04.30 22:38:52.254240 [ 258 ] {8fa4c616-c92a-441d-b6ef-6a5f53a30c03} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001435 sec., 44599.3031358885 rows/sec., 3.48 MiB/sec. | ||
| 1680 | 2025.04.30 22:38:52.254290 [ 258 ] {8fa4c616-c92a-441d-b6ef-6a5f53a30c03} <Debug> TCPHandler: Processed in 0.001628046 sec. | ||
| 1681 | 2025.04.30 22:38:52.254401 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1682 | 2025.04.30 22:38:52.254505 [ 258 ] {c9c448af-bde4-4cb9-862c-4aa9ee475603} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1683 | 2025.04.30 22:38:52.254552 [ 258 ] {c9c448af-bde4-4cb9-862c-4aa9ee475603} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1684 | 2025.04.30 22:38:52.255056 [ 258 ] {c9c448af-bde4-4cb9-862c-4aa9ee475603} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1685 | 2025.04.30 22:38:52.255094 [ 258 ] {c9c448af-bde4-4cb9-862c-4aa9ee475603} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1686 | 2025.04.30 22:38:52.255464 [ 258 ] {c9c448af-bde4-4cb9-862c-4aa9ee475603} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1687 | 2025.04.30 22:38:52.255697 [ 258 ] {c9c448af-bde4-4cb9-862c-4aa9ee475603} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1688 | 2025.04.30 22:38:52.255897 [ 258 ] {c9c448af-bde4-4cb9-862c-4aa9ee475603} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001413 sec., 113234.2533616419 rows/sec., 7.89 MiB/sec. | ||
| 1689 | 2025.04.30 22:38:52.255946 [ 258 ] {c9c448af-bde4-4cb9-862c-4aa9ee475603} <Debug> TCPHandler: Processed in 0.001596585 sec. | ||
| 1690 | 2025.04.30 22:38:52.256058 [ 258 ] {} <Trace> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1691 | 2025.04.30 22:38:52.256161 [ 258 ] {84e443dc-be29-443d-91ba-917257218ea2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43494) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1692 | 2025.04.30 22:38:52.256206 [ 258 ] {84e443dc-be29-443d-91ba-917257218ea2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1693 | 2025.04.30 22:38:52.256613 [ 258 ] {84e443dc-be29-443d-91ba-917257218ea2} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1694 | 2025.04.30 22:38:52.256652 [ 258 ] {84e443dc-be29-443d-91ba-917257218ea2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1695 | 2025.04.30 22:38:52.257002 [ 258 ] {84e443dc-be29-443d-91ba-917257218ea2} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1696 | 2025.04.30 22:38:52.257233 [ 258 ] {84e443dc-be29-443d-91ba-917257218ea2} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1697 | 2025.04.30 22:38:52.257445 [ 258 ] {84e443dc-be29-443d-91ba-917257218ea2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001304 sec., 46012.26993865031 rows/sec., 3.10 MiB/sec. | ||
| 1698 | 2025.04.30 22:38:52.257492 [ 258 ] {84e443dc-be29-443d-91ba-917257218ea2} <Debug> TCPHandler: Processed in 0.001485341 sec. | ||
| 1699 | 2025.04.30 22:38:55.345472 [ 52 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1700 | 2025.04.30 22:38:55.345569 [ 52 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1701 | 2025.04.30 22:38:55.463505 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 260 | ||
| 1702 | 2025.04.30 22:38:55.464588 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 | ||
| 1703 | 2025.04.30 22:38:55.469739 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1704 | 2025.04.30 22:38:55.469863 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1705 | 2025.04.30 22:38:55.471909 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1706 | 2025.04.30 22:38:55.472651 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1707 | 2025.04.30 22:38:55.473418 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1708 | 2025.04.30 22:38:55.473438 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1709 | 2025.04.30 22:38:55.473514 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1710 | 2025.04.30 22:38:55.475055 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1711 | 2025.04.30 22:38:55.475392 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1712 | 2025.04.30 22:38:55.476028 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 260 | ||
| 1713 | 2025.04.30 22:38:55.681576 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1714 | 2025.04.30 22:38:55.700621 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1715 | 2025.04.30 22:38:55.700672 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1716 | 2025.04.30 22:38:55.707261 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1717 | 2025.04.30 22:38:55.708017 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1718 | 2025.04.30 22:38:55.710605 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1719 | 2025.04.30 22:38:56.829480 [ 258 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1720 | 2025.04.30 22:38:56.829598 [ 258 ] {} <Debug> TCP-Session: 986532f7-de17-4087-bbc1-607b6baed7d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1721 | 2025.04.30 22:38:57.000159 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 163.76 MiB, peak 170.07 MiB, free memory in arenas 0.00 B, will set to 165.82 MiB (RSS), difference: 2.07 MiB | ||
| 1722 | 2025.04.30 22:38:57.256434 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1723 | 2025.04.30 22:38:57.256629 [ 259 ] {8e11532a-9517-4a43-9280-921e58170efb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1724 | 2025.04.30 22:38:57.256700 [ 259 ] {8e11532a-9517-4a43-9280-921e58170efb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1725 | 2025.04.30 22:38:57.257667 [ 259 ] {8e11532a-9517-4a43-9280-921e58170efb} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1726 | 2025.04.30 22:38:57.257714 [ 259 ] {8e11532a-9517-4a43-9280-921e58170efb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1727 | 2025.04.30 22:38:57.258160 [ 259 ] {8e11532a-9517-4a43-9280-921e58170efb} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1728 | 2025.04.30 22:38:57.258426 [ 259 ] {8e11532a-9517-4a43-9280-921e58170efb} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1729 | 2025.04.30 22:38:57.258638 [ 259 ] {8e11532a-9517-4a43-9280-921e58170efb} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002055 sec., 103163.01703163017 rows/sec., 6.56 MiB/sec. | ||
| 1730 | 2025.04.30 22:38:57.258799 [ 259 ] {8e11532a-9517-4a43-9280-921e58170efb} <Debug> TCPHandler: Processed in 0.002504516 sec. | ||
| 1731 | 2025.04.30 22:38:57.258951 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1732 | 2025.04.30 22:38:57.259060 [ 259 ] {30beaac4-11fb-4dee-b57c-29e3c2625482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1733 | 2025.04.30 22:38:57.259107 [ 259 ] {30beaac4-11fb-4dee-b57c-29e3c2625482} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1734 | 2025.04.30 22:38:57.259966 [ 259 ] {30beaac4-11fb-4dee-b57c-29e3c2625482} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1735 | 2025.04.30 22:38:57.260005 [ 259 ] {30beaac4-11fb-4dee-b57c-29e3c2625482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1736 | 2025.04.30 22:38:57.260407 [ 259 ] {30beaac4-11fb-4dee-b57c-29e3c2625482} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1737 | 2025.04.30 22:38:57.260663 [ 259 ] {30beaac4-11fb-4dee-b57c-29e3c2625482} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1738 | 2025.04.30 22:38:57.260849 [ 259 ] {30beaac4-11fb-4dee-b57c-29e3c2625482} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001812 sec., 349337.74834437086 rows/sec., 27.47 MiB/sec. | ||
| 1739 | 2025.04.30 22:38:57.261026 [ 259 ] {30beaac4-11fb-4dee-b57c-29e3c2625482} <Debug> TCPHandler: Processed in 0.002122643 sec. | ||
| 1740 | 2025.04.30 22:38:57.261154 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1741 | 2025.04.30 22:38:57.261258 [ 259 ] {52bd7a39-8dc9-42c6-bbf6-609621e44524} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1742 | 2025.04.30 22:38:57.261304 [ 259 ] {52bd7a39-8dc9-42c6-bbf6-609621e44524} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1743 | 2025.04.30 22:38:57.261867 [ 259 ] {52bd7a39-8dc9-42c6-bbf6-609621e44524} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1744 | 2025.04.30 22:38:57.261906 [ 259 ] {52bd7a39-8dc9-42c6-bbf6-609621e44524} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1745 | 2025.04.30 22:38:57.262310 [ 259 ] {52bd7a39-8dc9-42c6-bbf6-609621e44524} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1746 | 2025.04.30 22:38:57.262554 [ 259 ] {52bd7a39-8dc9-42c6-bbf6-609621e44524} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1747 | 2025.04.30 22:38:57.262788 [ 259 ] {52bd7a39-8dc9-42c6-bbf6-609621e44524} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001531 sec., 74461.1365120836 rows/sec., 4.46 MiB/sec. | ||
| 1748 | 2025.04.30 22:38:57.263091 [ 259 ] {52bd7a39-8dc9-42c6-bbf6-609621e44524} <Debug> TCPHandler: Processed in 0.001982288 sec. | ||
| 1749 | 2025.04.30 22:38:57.263229 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1750 | 2025.04.30 22:38:57.263336 [ 259 ] {d34111e2-585f-4734-82fc-4b8cac9b7089} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1751 | 2025.04.30 22:38:57.263380 [ 259 ] {d34111e2-585f-4734-82fc-4b8cac9b7089} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1752 | 2025.04.30 22:38:57.263958 [ 259 ] {d34111e2-585f-4734-82fc-4b8cac9b7089} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1753 | 2025.04.30 22:38:57.263997 [ 259 ] {d34111e2-585f-4734-82fc-4b8cac9b7089} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1754 | 2025.04.30 22:38:57.264352 [ 259 ] {d34111e2-585f-4734-82fc-4b8cac9b7089} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1755 | 2025.04.30 22:38:57.264601 [ 259 ] {d34111e2-585f-4734-82fc-4b8cac9b7089} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1756 | 2025.04.30 22:38:57.264863 [ 259 ] {d34111e2-585f-4734-82fc-4b8cac9b7089} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001533 sec., 73711.67645140247 rows/sec., 4.77 MiB/sec. | ||
| 1757 | 2025.04.30 22:38:57.265092 [ 259 ] {d34111e2-585f-4734-82fc-4b8cac9b7089} <Debug> TCPHandler: Processed in 0.001910306 sec. | ||
| 1758 | 2025.04.30 22:38:57.265223 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1759 | 2025.04.30 22:38:57.265327 [ 259 ] {66dcac79-d08b-4ffd-9753-c52a83893b9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1760 | 2025.04.30 22:38:57.265371 [ 259 ] {66dcac79-d08b-4ffd-9753-c52a83893b9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1761 | 2025.04.30 22:38:57.265936 [ 259 ] {66dcac79-d08b-4ffd-9753-c52a83893b9d} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1762 | 2025.04.30 22:38:57.265975 [ 259 ] {66dcac79-d08b-4ffd-9753-c52a83893b9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1763 | 2025.04.30 22:38:57.266334 [ 259 ] {66dcac79-d08b-4ffd-9753-c52a83893b9d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1764 | 2025.04.30 22:38:57.266591 [ 259 ] {66dcac79-d08b-4ffd-9753-c52a83893b9d} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1765 | 2025.04.30 22:38:57.266833 [ 259 ] {66dcac79-d08b-4ffd-9753-c52a83893b9d} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001491 sec., 75117.37089201878 rows/sec., 4.28 MiB/sec. | ||
| 1766 | 2025.04.30 22:38:57.267040 [ 259 ] {66dcac79-d08b-4ffd-9753-c52a83893b9d} <Debug> TCPHandler: Processed in 0.001868064 sec. | ||
| 1767 | 2025.04.30 22:38:57.267164 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1768 | 2025.04.30 22:38:57.267269 [ 259 ] {db09dacd-053c-4acc-a09c-0b1647c7313a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1769 | 2025.04.30 22:38:57.267313 [ 259 ] {db09dacd-053c-4acc-a09c-0b1647c7313a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1770 | 2025.04.30 22:38:57.267959 [ 259 ] {db09dacd-053c-4acc-a09c-0b1647c7313a} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1771 | 2025.04.30 22:38:57.267999 [ 259 ] {db09dacd-053c-4acc-a09c-0b1647c7313a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1772 | 2025.04.30 22:38:57.268365 [ 259 ] {db09dacd-053c-4acc-a09c-0b1647c7313a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1773 | 2025.04.30 22:38:57.268610 [ 259 ] {db09dacd-053c-4acc-a09c-0b1647c7313a} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): 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.30 22:38:57.268782 [ 259 ] {db09dacd-053c-4acc-a09c-0b1647c7313a} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001534 sec., 254237.28813559323 rows/sec., 17.97 MiB/sec. | ||
| 1775 | 2025.04.30 22:38:57.268891 [ 259 ] {db09dacd-053c-4acc-a09c-0b1647c7313a} <Debug> TCPHandler: Processed in 0.001777161 sec. | ||
| 1776 | 2025.04.30 22:38:57.269016 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1777 | 2025.04.30 22:38:57.269120 [ 259 ] {4247c591-41db-45c9-8974-b18b7f7ed90b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1778 | 2025.04.30 22:38:57.269167 [ 259 ] {4247c591-41db-45c9-8974-b18b7f7ed90b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1779 | 2025.04.30 22:38:57.269591 [ 259 ] {4247c591-41db-45c9-8974-b18b7f7ed90b} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1780 | 2025.04.30 22:38:57.269628 [ 259 ] {4247c591-41db-45c9-8974-b18b7f7ed90b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1781 | 2025.04.30 22:38:57.269981 [ 259 ] {4247c591-41db-45c9-8974-b18b7f7ed90b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1782 | 2025.04.30 22:38:57.270227 [ 259 ] {4247c591-41db-45c9-8974-b18b7f7ed90b} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1783 | 2025.04.30 22:38:57.270525 [ 259 ] {4247c591-41db-45c9-8974-b18b7f7ed90b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001394 sec., 4304.16068866571 rows/sec., 224.88 KiB/sec. | ||
| 1784 | 2025.04.30 22:38:57.270714 [ 259 ] {4247c591-41db-45c9-8974-b18b7f7ed90b} <Debug> TCPHandler: Processed in 0.00174703 sec. | ||
| 1785 | 2025.04.30 22:38:57.270832 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1786 | 2025.04.30 22:38:57.270935 [ 259 ] {dcebe503-cbaf-4cb8-83b9-6da7edb2fe04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1787 | 2025.04.30 22:38:57.270984 [ 259 ] {dcebe503-cbaf-4cb8-83b9-6da7edb2fe04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1788 | 2025.04.30 22:38:57.271496 [ 259 ] {dcebe503-cbaf-4cb8-83b9-6da7edb2fe04} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1789 | 2025.04.30 22:38:57.271533 [ 259 ] {dcebe503-cbaf-4cb8-83b9-6da7edb2fe04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1790 | 2025.04.30 22:38:57.271913 [ 259 ] {dcebe503-cbaf-4cb8-83b9-6da7edb2fe04} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1791 | 2025.04.30 22:38:57.272161 [ 259 ] {dcebe503-cbaf-4cb8-83b9-6da7edb2fe04} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1792 | 2025.04.30 22:38:57.272379 [ 259 ] {dcebe503-cbaf-4cb8-83b9-6da7edb2fe04} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001447 sec., 163787.14581893574 rows/sec., 10.98 MiB/sec. | ||
| 1793 | 2025.04.30 22:38:57.272486 [ 259 ] {dcebe503-cbaf-4cb8-83b9-6da7edb2fe04} <Debug> TCPHandler: Processed in 0.001706709 sec. | ||
| 1794 | 2025.04.30 22:38:57.272608 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1795 | 2025.04.30 22:38:57.272713 [ 259 ] {cd4e9361-91b5-408d-9b0a-ced72654ec92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1796 | 2025.04.30 22:38:57.272758 [ 259 ] {cd4e9361-91b5-408d-9b0a-ced72654ec92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1797 | 2025.04.30 22:38:57.273186 [ 259 ] {cd4e9361-91b5-408d-9b0a-ced72654ec92} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1798 | 2025.04.30 22:38:57.273227 [ 259 ] {cd4e9361-91b5-408d-9b0a-ced72654ec92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1799 | 2025.04.30 22:38:57.273606 [ 259 ] {cd4e9361-91b5-408d-9b0a-ced72654ec92} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1800 | 2025.04.30 22:38:57.273850 [ 259 ] {cd4e9361-91b5-408d-9b0a-ced72654ec92} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1801 | 2025.04.30 22:38:57.274051 [ 259 ] {cd4e9361-91b5-408d-9b0a-ced72654ec92} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001357 sec., 736.9196757553427 rows/sec., 49.66 KiB/sec. | ||
| 1802 | 2025.04.30 22:38:57.274099 [ 259 ] {cd4e9361-91b5-408d-9b0a-ced72654ec92} <Debug> TCPHandler: Processed in 0.001541813 sec. | ||
| 1803 | 2025.04.30 22:38:57.274215 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1804 | 2025.04.30 22:38:57.274320 [ 259 ] {002dbc79-0ca2-465a-971a-9dcdfbdf3f37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1805 | 2025.04.30 22:38:57.274385 [ 259 ] {002dbc79-0ca2-465a-971a-9dcdfbdf3f37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1806 | 2025.04.30 22:38:57.275403 [ 259 ] {002dbc79-0ca2-465a-971a-9dcdfbdf3f37} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1807 | 2025.04.30 22:38:57.275440 [ 259 ] {002dbc79-0ca2-465a-971a-9dcdfbdf3f37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1808 | 2025.04.30 22:38:57.276042 [ 259 ] {002dbc79-0ca2-465a-971a-9dcdfbdf3f37} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1809 | 2025.04.30 22:38:57.276296 [ 259 ] {002dbc79-0ca2-465a-971a-9dcdfbdf3f37} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1810 | 2025.04.30 22:38:57.276483 [ 259 ] {002dbc79-0ca2-465a-971a-9dcdfbdf3f37} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002186 sec., 3659.652333028362 rows/sec., 6.56 MiB/sec. | ||
| 1811 | 2025.04.30 22:38:57.276577 [ 259 ] {002dbc79-0ca2-465a-971a-9dcdfbdf3f37} <Debug> TCPHandler: Processed in 0.002413413 sec. | ||
| 1812 | 2025.04.30 22:38:57.276704 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1813 | 2025.04.30 22:38:57.276809 [ 259 ] {d04d26d6-27ae-4685-855b-0e6ed216756d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1814 | 2025.04.30 22:38:57.276881 [ 259 ] {d04d26d6-27ae-4685-855b-0e6ed216756d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1815 | 2025.04.30 22:38:57.277312 [ 259 ] {d04d26d6-27ae-4685-855b-0e6ed216756d} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1816 | 2025.04.30 22:38:57.277350 [ 259 ] {d04d26d6-27ae-4685-855b-0e6ed216756d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1817 | 2025.04.30 22:38:57.277712 [ 259 ] {d04d26d6-27ae-4685-855b-0e6ed216756d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1818 | 2025.04.30 22:38:57.277968 [ 259 ] {d04d26d6-27ae-4685-855b-0e6ed216756d} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1819 | 2025.04.30 22:38:57.278208 [ 259 ] {d04d26d6-27ae-4685-855b-0e6ed216756d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001409 sec., 58197.30305180979 rows/sec., 3.70 MiB/sec. | ||
| 1820 | 2025.04.30 22:38:57.278562 [ 259 ] {d04d26d6-27ae-4685-855b-0e6ed216756d} <Debug> TCPHandler: Processed in 0.001903275 sec. | ||
| 1821 | 2025.04.30 22:39:02.250143 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1822 | 2025.04.30 22:39:02.250396 [ 259 ] {0059af3d-3874-4770-8e7d-cf16414e0e5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1823 | 2025.04.30 22:39:02.250490 [ 259 ] {0059af3d-3874-4770-8e7d-cf16414e0e5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1824 | 2025.04.30 22:39:02.251403 [ 259 ] {0059af3d-3874-4770-8e7d-cf16414e0e5f} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1825 | 2025.04.30 22:39:02.251458 [ 259 ] {0059af3d-3874-4770-8e7d-cf16414e0e5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1826 | 2025.04.30 22:39:02.251885 [ 259 ] {0059af3d-3874-4770-8e7d-cf16414e0e5f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1827 | 2025.04.30 22:39:02.252143 [ 259 ] {0059af3d-3874-4770-8e7d-cf16414e0e5f} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1828 | 2025.04.30 22:39:02.252392 [ 259 ] {0059af3d-3874-4770-8e7d-cf16414e0e5f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002049 sec., 27330.405075646657 rows/sec., 2.10 MiB/sec. | ||
| 1829 | 2025.04.30 22:39:02.252544 [ 259 ] {0059af3d-3874-4770-8e7d-cf16414e0e5f} <Debug> TCPHandler: Processed in 0.002546127 sec. | ||
| 1830 | 2025.04.30 22:39:02.252714 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1831 | 2025.04.30 22:39:02.252827 [ 259 ] {eb718347-0eda-4812-b17a-dd73dab1bf16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1832 | 2025.04.30 22:39:02.252876 [ 259 ] {eb718347-0eda-4812-b17a-dd73dab1bf16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1833 | 2025.04.30 22:39:02.253442 [ 259 ] {eb718347-0eda-4812-b17a-dd73dab1bf16} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1834 | 2025.04.30 22:39:02.253486 [ 259 ] {eb718347-0eda-4812-b17a-dd73dab1bf16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1835 | 2025.04.30 22:39:02.253850 [ 259 ] {eb718347-0eda-4812-b17a-dd73dab1bf16} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1836 | 2025.04.30 22:39:02.254115 [ 259 ] {eb718347-0eda-4812-b17a-dd73dab1bf16} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1837 | 2025.04.30 22:39:02.254318 [ 259 ] {eb718347-0eda-4812-b17a-dd73dab1bf16} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001519 sec., 42132.982225148124 rows/sec., 3.29 MiB/sec. | ||
| 1838 | 2025.04.30 22:39:02.254372 [ 259 ] {eb718347-0eda-4812-b17a-dd73dab1bf16} <Debug> TCPHandler: Processed in 0.001710669 sec. | ||
| 1839 | 2025.04.30 22:39:02.254496 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1840 | 2025.04.30 22:39:02.254603 [ 259 ] {ee5750b0-1dca-4e4f-9399-9f41ecd3dcf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1841 | 2025.04.30 22:39:02.254653 [ 259 ] {ee5750b0-1dca-4e4f-9399-9f41ecd3dcf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1842 | 2025.04.30 22:39:02.255178 [ 259 ] {ee5750b0-1dca-4e4f-9399-9f41ecd3dcf6} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1843 | 2025.04.30 22:39:02.255216 [ 259 ] {ee5750b0-1dca-4e4f-9399-9f41ecd3dcf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1844 | 2025.04.30 22:39:02.255602 [ 259 ] {ee5750b0-1dca-4e4f-9399-9f41ecd3dcf6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1845 | 2025.04.30 22:39:02.255871 [ 259 ] {ee5750b0-1dca-4e4f-9399-9f41ecd3dcf6} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1846 | 2025.04.30 22:39:02.256121 [ 259 ] {ee5750b0-1dca-4e4f-9399-9f41ecd3dcf6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001537 sec., 104098.8939492518 rows/sec., 7.25 MiB/sec. | ||
| 1847 | 2025.04.30 22:39:02.256299 [ 259 ] {ee5750b0-1dca-4e4f-9399-9f41ecd3dcf6} <Debug> TCPHandler: Processed in 0.001853874 sec. | ||
| 1848 | 2025.04.30 22:39:02.256430 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1849 | 2025.04.30 22:39:02.256532 [ 259 ] {825ebc43-9964-44ea-b989-c302bbf0e1ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1850 | 2025.04.30 22:39:02.256579 [ 259 ] {825ebc43-9964-44ea-b989-c302bbf0e1ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1851 | 2025.04.30 22:39:02.257022 [ 259 ] {825ebc43-9964-44ea-b989-c302bbf0e1ac} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1852 | 2025.04.30 22:39:02.257060 [ 259 ] {825ebc43-9964-44ea-b989-c302bbf0e1ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1853 | 2025.04.30 22:39:02.257406 [ 259 ] {825ebc43-9964-44ea-b989-c302bbf0e1ac} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1854 | 2025.04.30 22:39:02.257648 [ 259 ] {825ebc43-9964-44ea-b989-c302bbf0e1ac} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1855 | 2025.04.30 22:39:02.257850 [ 259 ] {825ebc43-9964-44ea-b989-c302bbf0e1ac} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00134 sec., 44776.119402985074 rows/sec., 3.02 MiB/sec. | ||
| 1856 | 2025.04.30 22:39:02.257899 [ 259 ] {825ebc43-9964-44ea-b989-c302bbf0e1ac} <Debug> TCPHandler: Processed in 0.001519062 sec. | ||
| 1857 | 2025.04.30 22:39:02.974524 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 | ||
| 1858 | 2025.04.30 22:39:02.975140 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1859 | 2025.04.30 22:39:02.975191 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1860 | 2025.04.30 22:39:02.975726 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1861 | 2025.04.30 22:39:02.975991 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1862 | 2025.04.30 22:39:02.976262 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 | ||
| 1863 | 2025.04.30 22:39:03.211635 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 1864 | 2025.04.30 22:39:03.232361 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1865 | 2025.04.30 22:39:03.232425 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1866 | 2025.04.30 22:39:03.239673 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1867 | 2025.04.30 22:39:03.240480 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1868 | 2025.04.30 22:39:03.243538 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 1869 | 2025.04.30 22:39:05.477148 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 290 | ||
| 1870 | 2025.04.30 22:39:05.480160 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1871 | 2025.04.30 22:39:05.480219 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1872 | 2025.04.30 22:39:05.481692 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1873 | 2025.04.30 22:39:05.482031 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1874 | 2025.04.30 22:39:05.482249 [ 39 ] {} <Debug> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1875 | 2025.04.30 22:39:05.482371 [ 39 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1876 | 2025.04.30 22:39:05.482437 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1877 | 2025.04.30 22:39:05.483089 [ 195 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::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 | ||
| 1878 | 2025.04.30 22:39:05.484102 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 290 | ||
| 1879 | 2025.04.30 22:39:05.484391 [ 195 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1880 | 2025.04.30 22:39:05.484521 [ 195 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::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 | ||
| 1881 | 2025.04.30 22:39:05.485063 [ 195 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::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 | ||
| 1882 | 2025.04.30 22:39:05.485630 [ 195 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::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 | ||
| 1883 | 2025.04.30 22:39:05.486195 [ 195 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part | ||
| 1884 | 2025.04.30 22:39:05.486724 [ 195 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part | ||
| 1885 | 2025.04.30 22:39:05.487433 [ 195 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part | ||
| 1886 | 2025.04.30 22:39:05.495294 [ 201 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 290 rows, containing 72 columns (72 merged, 0 gathered) in 0.012710486 sec., 22815.80735779891 rows/sec., 22.10 MiB/sec. | ||
| 1887 | 2025.04.30 22:39:05.496336 [ 198 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1888 | 2025.04.30 22:39:05.497212 [ 198 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_6_1} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1889 | 2025.04.30 22:39:05.497315 [ 198 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_6_1} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1890 | 2025.04.30 22:39:05.497670 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.61 MiB. | ||
| 1891 | 2025.04.30 22:39:07.255922 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1892 | 2025.04.30 22:39:07.256130 [ 259 ] {f9e85d8c-b2b1-45b8-acf0-86d5669e18b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1893 | 2025.04.30 22:39:07.256210 [ 259 ] {f9e85d8c-b2b1-45b8-acf0-86d5669e18b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1894 | 2025.04.30 22:39:07.257118 [ 259 ] {f9e85d8c-b2b1-45b8-acf0-86d5669e18b6} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1895 | 2025.04.30 22:39:07.257173 [ 259 ] {f9e85d8c-b2b1-45b8-acf0-86d5669e18b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1896 | 2025.04.30 22:39:07.257615 [ 259 ] {f9e85d8c-b2b1-45b8-acf0-86d5669e18b6} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1897 | 2025.04.30 22:39:07.257888 [ 259 ] {f9e85d8c-b2b1-45b8-acf0-86d5669e18b6} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1898 | 2025.04.30 22:39:07.258083 [ 36 ] {} <Debug> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 1899 | 2025.04.30 22:39:07.258151 [ 259 ] {f9e85d8c-b2b1-45b8-acf0-86d5669e18b6} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00207 sec., 102415.45893719808 rows/sec., 6.51 MiB/sec. | ||
| 1900 | 2025.04.30 22:39:07.258164 [ 36 ] {} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1901 | 2025.04.30 22:39:07.258237 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1902 | 2025.04.30 22:39:07.258294 [ 259 ] {f9e85d8c-b2b1-45b8-acf0-86d5669e18b6} <Debug> TCPHandler: Processed in 0.002508746 sec. | ||
| 1903 | 2025.04.30 22:39:07.258488 [ 201 ] {84e1799a-6177-4738-9088-5e51a5999881::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 | ||
| 1904 | 2025.04.30 22:39:07.258552 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1905 | 2025.04.30 22:39:07.258695 [ 201 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1906 | 2025.04.30 22:39:07.258777 [ 201 ] {84e1799a-6177-4738-9088-5e51a5999881::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 | ||
| 1907 | 2025.04.30 22:39:07.258780 [ 259 ] {a3a29cd2-4d3c-4ef0-90a2-62de2600ea1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1908 | 2025.04.30 22:39:07.258872 [ 259 ] {a3a29cd2-4d3c-4ef0-90a2-62de2600ea1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1909 | 2025.04.30 22:39:07.259154 [ 201 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 212 rows starting from the beginning of the part | ||
| 1910 | 2025.04.30 22:39:07.259530 [ 201 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 212 rows starting from the beginning of the part | ||
| 1911 | 2025.04.30 22:39:07.259928 [ 201 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 212 rows starting from the beginning of the part | ||
| 1912 | 2025.04.30 22:39:07.260341 [ 201 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 212 rows starting from the beginning of the part | ||
| 1913 | 2025.04.30 22:39:07.261956 [ 259 ] {a3a29cd2-4d3c-4ef0-90a2-62de2600ea1b} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1914 | 2025.04.30 22:39:07.262038 [ 259 ] {a3a29cd2-4d3c-4ef0-90a2-62de2600ea1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1915 | 2025.04.30 22:39:07.262954 [ 198 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004622419 sec., 229317.16056030404 rows/sec., 15.46 MiB/sec. | ||
| 1916 | 2025.04.30 22:39:07.263030 [ 259 ] {a3a29cd2-4d3c-4ef0-90a2-62de2600ea1b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 1917 | 2025.04.30 22:39:07.263124 [ 198 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 1918 | 2025.04.30 22:39:07.263352 [ 259 ] {a3a29cd2-4d3c-4ef0-90a2-62de2600ea1b} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1919 | 2025.04.30 22:39:07.263591 [ 36 ] {} <Debug> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 1920 | 2025.04.30 22:39:07.263638 [ 198 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_5_1} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1921 | 2025.04.30 22:39:07.263697 [ 36 ] {} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1922 | 2025.04.30 22:39:07.263728 [ 259 ] {a3a29cd2-4d3c-4ef0-90a2-62de2600ea1b} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.005004 sec., 126498.80095923261 rows/sec., 9.95 MiB/sec. | ||
| 1923 | 2025.04.30 22:39:07.263768 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1924 | 2025.04.30 22:39:07.264062 [ 259 ] {a3a29cd2-4d3c-4ef0-90a2-62de2600ea1b} <Debug> TCPHandler: Processed in 0.005579451 sec. | ||
| 1925 | 2025.04.30 22:39:07.264063 [ 198 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_5_1} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 1926 | 2025.04.30 22:39:07.264319 [ 196 ] {d4e73ecb-69f6-409c-bee6-1454de550956::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 | ||
| 1927 | 2025.04.30 22:39:07.264339 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 1928 | 2025.04.30 22:39:07.264384 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1929 | 2025.04.30 22:39:07.264634 [ 259 ] {3f67fb95-548f-4915-a913-5ba4c9c2d5f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1930 | 2025.04.30 22:39:07.264644 [ 196 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1931 | 2025.04.30 22:39:07.264795 [ 259 ] {3f67fb95-548f-4915-a913-5ba4c9c2d5f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1932 | 2025.04.30 22:39:07.264802 [ 196 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 633 rows starting from the beginning of the part | ||
| 1933 | 2025.04.30 22:39:07.265140 [ 196 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 633 rows starting from the beginning of the part | ||
| 1934 | 2025.04.30 22:39:07.265431 [ 196 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part | ||
| 1935 | 2025.04.30 22:39:07.265739 [ 196 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 633 rows starting from the beginning of the part | ||
| 1936 | 2025.04.30 22:39:07.266080 [ 196 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part | ||
| 1937 | 2025.04.30 22:39:07.266424 [ 196 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 633 rows starting from the beginning of the part | ||
| 1938 | 2025.04.30 22:39:07.267641 [ 259 ] {3f67fb95-548f-4915-a913-5ba4c9c2d5f7} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1939 | 2025.04.30 22:39:07.267692 [ 259 ] {3f67fb95-548f-4915-a913-5ba4c9c2d5f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1940 | 2025.04.30 22:39:07.268685 [ 259 ] {3f67fb95-548f-4915-a913-5ba4c9c2d5f7} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1941 | 2025.04.30 22:39:07.269058 [ 259 ] {3f67fb95-548f-4915-a913-5ba4c9c2d5f7} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1942 | 2025.04.30 22:39:07.269237 [ 36 ] {} <Debug> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 1943 | 2025.04.30 22:39:07.269400 [ 36 ] {} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1944 | 2025.04.30 22:39:07.269462 [ 259 ] {3f67fb95-548f-4915-a913-5ba4c9c2d5f7} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.004889 sec., 23317.651871548373 rows/sec., 1.40 MiB/sec. | ||
| 1945 | 2025.04.30 22:39:07.269487 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1946 | 2025.04.30 22:39:07.269738 [ 259 ] {3f67fb95-548f-4915-a913-5ba4c9c2d5f7} <Debug> TCPHandler: Processed in 0.005418146 sec. | ||
| 1947 | 2025.04.30 22:39:07.270001 [ 197 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::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 | ||
| 1948 | 2025.04.30 22:39:07.270147 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1949 | 2025.04.30 22:39:07.270351 [ 196 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2644 rows, containing 5 columns (5 merged, 0 gathered) in 0.006345638 sec., 416664.17151435366 rows/sec., 34.32 MiB/sec. | ||
| 1950 | 2025.04.30 22:39:07.270460 [ 259 ] {71285038-addc-4814-8866-400681f93a54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1951 | 2025.04.30 22:39:07.270559 [ 197 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1952 | 2025.04.30 22:39:07.270592 [ 259 ] {71285038-addc-4814-8866-400681f93a54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1953 | 2025.04.30 22:39:07.270688 [ 196 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 1954 | 2025.04.30 22:39:07.270743 [ 197 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 114 rows starting from the beginning of the part | ||
| 1955 | 2025.04.30 22:39:07.271435 [ 197 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 114 rows starting from the beginning of the part | ||
| 1956 | 2025.04.30 22:39:07.271722 [ 196 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_11_2} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1957 | 2025.04.30 22:39:07.272034 [ 196 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_11_2} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 1958 | 2025.04.30 22:39:07.272170 [ 197 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 114 rows starting from the beginning of the part | ||
| 1959 | 2025.04.30 22:39:07.272338 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
| 1960 | 2025.04.30 22:39:07.272671 [ 197 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 114 rows starting from the beginning of the part | ||
| 1961 | 2025.04.30 22:39:07.272835 [ 197 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 114 rows starting from the beginning of the part | ||
| 1962 | 2025.04.30 22:39:07.273769 [ 259 ] {71285038-addc-4814-8866-400681f93a54} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1963 | 2025.04.30 22:39:07.273844 [ 259 ] {71285038-addc-4814-8866-400681f93a54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1964 | 2025.04.30 22:39:07.274953 [ 259 ] {71285038-addc-4814-8866-400681f93a54} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1965 | 2025.04.30 22:39:07.275512 [ 259 ] {71285038-addc-4814-8866-400681f93a54} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1966 | 2025.04.30 22:39:07.275518 [ 196 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 570 rows, containing 5 columns (5 merged, 0 gathered) in 0.005877781 sec., 96975.37216851053 rows/sec., 6.17 MiB/sec. | ||
| 1967 | 2025.04.30 22:39:07.275774 [ 36 ] {} <Debug> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 1968 | 2025.04.30 22:39:07.275784 [ 196 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 1969 | 2025.04.30 22:39:07.275878 [ 36 ] {} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1970 | 2025.04.30 22:39:07.275999 [ 259 ] {71285038-addc-4814-8866-400681f93a54} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005614 sec., 20128.25080156751 rows/sec., 1.30 MiB/sec. | ||
| 1971 | 2025.04.30 22:39:07.276017 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1972 | 2025.04.30 22:39:07.276272 [ 259 ] {71285038-addc-4814-8866-400681f93a54} <Debug> TCPHandler: Processed in 0.006266475 sec. | ||
| 1973 | 2025.04.30 22:39:07.276464 [ 197 ] {8ab213ef-0c73-405c-bede-b90985010e07::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 | ||
| 1974 | 2025.04.30 22:39:07.276560 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1975 | 2025.04.30 22:39:07.276637 [ 196 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_5_1} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1976 | 2025.04.30 22:39:07.276887 [ 259 ] {0af26763-0567-4895-9b95-a990abdda9a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1977 | 2025.04.30 22:39:07.276878 [ 197 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1978 | 2025.04.30 22:39:07.276929 [ 196 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_5_1} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 1979 | 2025.04.30 22:39:07.277020 [ 197 ] {8ab213ef-0c73-405c-bede-b90985010e07::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 | ||
| 1980 | 2025.04.30 22:39:07.277030 [ 259 ] {0af26763-0567-4895-9b95-a990abdda9a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1981 | 2025.04.30 22:39:07.277189 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 1982 | 2025.04.30 22:39:07.277531 [ 197 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 113 rows starting from the beginning of the part | ||
| 1983 | 2025.04.30 22:39:07.277844 [ 197 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 113 rows starting from the beginning of the part | ||
| 1984 | 2025.04.30 22:39:07.278230 [ 197 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 113 rows starting from the beginning of the part | ||
| 1985 | 2025.04.30 22:39:07.278597 [ 197 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 113 rows starting from the beginning of the part | ||
| 1986 | 2025.04.30 22:39:07.279888 [ 259 ] {0af26763-0567-4895-9b95-a990abdda9a9} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1987 | 2025.04.30 22:39:07.279961 [ 259 ] {0af26763-0567-4895-9b95-a990abdda9a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1988 | 2025.04.30 22:39:07.281001 [ 259 ] {0af26763-0567-4895-9b95-a990abdda9a9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1989 | 2025.04.30 22:39:07.281346 [ 192 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 565 rows, containing 5 columns (5 merged, 0 gathered) in 0.005140646 sec., 109908.3656022998 rows/sec., 7.53 MiB/sec. | ||
| 1990 | 2025.04.30 22:39:07.281523 [ 259 ] {0af26763-0567-4895-9b95-a990abdda9a9} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1991 | 2025.04.30 22:39:07.281581 [ 192 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 1992 | 2025.04.30 22:39:07.281756 [ 36 ] {} <Debug> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 1993 | 2025.04.30 22:39:07.281912 [ 36 ] {} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1994 | 2025.04.30 22:39:07.281954 [ 259 ] {0af26763-0567-4895-9b95-a990abdda9a9} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005178 sec., 21629.972962533797 rows/sec., 1.23 MiB/sec. | ||
| 1995 | 2025.04.30 22:39:07.281991 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1996 | 2025.04.30 22:39:07.282276 [ 259 ] {0af26763-0567-4895-9b95-a990abdda9a9} <Debug> TCPHandler: Processed in 0.005792128 sec. | ||
| 1997 | 2025.04.30 22:39:07.282352 [ 192 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_5_1} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1998 | 2025.04.30 22:39:07.282378 [ 196 ] {472cc780-f552-450a-a096-4f5a8203a7f4::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 | ||
| 1999 | 2025.04.30 22:39:07.282573 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2000 | 2025.04.30 22:39:07.282597 [ 192 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_5_1} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2001 | 2025.04.30 22:39:07.282649 [ 196 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2002 | 2025.04.30 22:39:07.282741 [ 196 ] {472cc780-f552-450a-a096-4f5a8203a7f4::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 | ||
| 2003 | 2025.04.30 22:39:07.282807 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 2004 | 2025.04.30 22:39:07.282994 [ 259 ] {eb738aee-97e0-4c6e-99cb-6bdf92c4505b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2005 | 2025.04.30 22:39:07.283041 [ 196 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 112 rows starting from the beginning of the part | ||
| 2006 | 2025.04.30 22:39:07.283141 [ 259 ] {eb738aee-97e0-4c6e-99cb-6bdf92c4505b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2007 | 2025.04.30 22:39:07.283289 [ 196 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 112 rows starting from the beginning of the part | ||
| 2008 | 2025.04.30 22:39:07.283676 [ 196 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 112 rows starting from the beginning of the part | ||
| 2009 | 2025.04.30 22:39:07.283915 [ 196 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 112 rows starting from the beginning of the part | ||
| 2010 | 2025.04.30 22:39:07.285890 [ 259 ] {eb738aee-97e0-4c6e-99cb-6bdf92c4505b} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2011 | 2025.04.30 22:39:07.285949 [ 259 ] {eb738aee-97e0-4c6e-99cb-6bdf92c4505b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2012 | 2025.04.30 22:39:07.286412 [ 194 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004270357 sec., 131136.57710584853 rows/sec., 7.97 MiB/sec. | ||
| 2013 | 2025.04.30 22:39:07.286592 [ 194 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2014 | 2025.04.30 22:39:07.286662 [ 259 ] {eb738aee-97e0-4c6e-99cb-6bdf92c4505b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2015 | 2025.04.30 22:39:07.286927 [ 194 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_5_1} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2016 | 2025.04.30 22:39:07.286946 [ 259 ] {eb738aee-97e0-4c6e-99cb-6bdf92c4505b} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2017 | 2025.04.30 22:39:07.287035 [ 194 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_5_1} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2018 | 2025.04.30 22:39:07.287219 [ 35 ] {} <Debug> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2019 | 2025.04.30 22:39:07.287250 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 2020 | 2025.04.30 22:39:07.287306 [ 259 ] {eb738aee-97e0-4c6e-99cb-6bdf92c4505b} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.004483 sec., 86995.31563685033 rows/sec., 6.15 MiB/sec. | ||
| 2021 | 2025.04.30 22:39:07.287320 [ 35 ] {} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2022 | 2025.04.30 22:39:07.287407 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2023 | 2025.04.30 22:39:07.287459 [ 259 ] {eb738aee-97e0-4c6e-99cb-6bdf92c4505b} <Debug> TCPHandler: Processed in 0.004996891 sec. | ||
| 2024 | 2025.04.30 22:39:07.287626 [ 192 ] {e25d2b30-b306-449e-8756-7ab1229a4707::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 | ||
| 2025 | 2025.04.30 22:39:07.287681 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2026 | 2025.04.30 22:39:07.287769 [ 192 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2027 | 2025.04.30 22:39:07.287838 [ 192 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 390 rows starting from the beginning of the part | ||
| 2028 | 2025.04.30 22:39:07.287850 [ 259 ] {71f97677-a698-44e2-999e-dd6a95cd1ec8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2029 | 2025.04.30 22:39:07.288002 [ 259 ] {71f97677-a698-44e2-999e-dd6a95cd1ec8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2030 | 2025.04.30 22:39:07.288065 [ 192 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 390 rows starting from the beginning of the part | ||
| 2031 | 2025.04.30 22:39:07.288398 [ 192 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part | ||
| 2032 | 2025.04.30 22:39:07.288703 [ 192 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 390 rows starting from the beginning of the part | ||
| 2033 | 2025.04.30 22:39:07.289046 [ 192 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 64 rows starting from the beginning of the part | ||
| 2034 | 2025.04.30 22:39:07.289364 [ 192 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 390 rows starting from the beginning of the part | ||
| 2035 | 2025.04.30 22:39:07.290281 [ 259 ] {71f97677-a698-44e2-999e-dd6a95cd1ec8} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2036 | 2025.04.30 22:39:07.290353 [ 259 ] {71f97677-a698-44e2-999e-dd6a95cd1ec8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2037 | 2025.04.30 22:39:07.291264 [ 259 ] {71f97677-a698-44e2-999e-dd6a95cd1ec8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2038 | 2025.04.30 22:39:07.291631 [ 259 ] {71f97677-a698-44e2-999e-dd6a95cd1ec8} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2039 | 2025.04.30 22:39:07.292096 [ 259 ] {71f97677-a698-44e2-999e-dd6a95cd1ec8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004277 sec., 1402.8524666822539 rows/sec., 73.29 KiB/sec. | ||
| 2040 | 2025.04.30 22:39:07.292176 [ 192 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1688 rows, containing 5 columns (5 merged, 0 gathered) in 0.00465575 sec., 362562.4228105031 rows/sec., 27.21 MiB/sec. | ||
| 2041 | 2025.04.30 22:39:07.292228 [ 259 ] {71f97677-a698-44e2-999e-dd6a95cd1ec8} <Debug> TCPHandler: Processed in 0.004620878 sec. | ||
| 2042 | 2025.04.30 22:39:07.292371 [ 192 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2043 | 2025.04.30 22:39:07.292379 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2044 | 2025.04.30 22:39:07.292565 [ 259 ] {0f6903e0-4139-4d94-a01e-67e4ac89036a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2045 | 2025.04.30 22:39:07.292652 [ 259 ] {0f6903e0-4139-4d94-a01e-67e4ac89036a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2046 | 2025.04.30 22:39:07.292831 [ 192 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_11_2} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2047 | 2025.04.30 22:39:07.293055 [ 192 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_11_2} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2048 | 2025.04.30 22:39:07.293193 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
| 2049 | 2025.04.30 22:39:07.293548 [ 259 ] {0f6903e0-4139-4d94-a01e-67e4ac89036a} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2050 | 2025.04.30 22:39:07.293590 [ 259 ] {0f6903e0-4139-4d94-a01e-67e4ac89036a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2051 | 2025.04.30 22:39:07.293991 [ 259 ] {0f6903e0-4139-4d94-a01e-67e4ac89036a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2052 | 2025.04.30 22:39:07.294239 [ 259 ] {0f6903e0-4139-4d94-a01e-67e4ac89036a} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2053 | 2025.04.30 22:39:07.294391 [ 35 ] {} <Debug> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2054 | 2025.04.30 22:39:07.294460 [ 35 ] {} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2055 | 2025.04.30 22:39:07.294476 [ 259 ] {0f6903e0-4139-4d94-a01e-67e4ac89036a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00196 sec., 120918.36734693877 rows/sec., 8.10 MiB/sec. | ||
| 2056 | 2025.04.30 22:39:07.294493 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2057 | 2025.04.30 22:39:07.294710 [ 259 ] {0f6903e0-4139-4d94-a01e-67e4ac89036a} <Debug> TCPHandler: Processed in 0.002383401 sec. | ||
| 2058 | 2025.04.30 22:39:07.294868 [ 196 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::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 | ||
| 2059 | 2025.04.30 22:39:07.295019 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2060 | 2025.04.30 22:39:07.295249 [ 196 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2061 | 2025.04.30 22:39:07.295270 [ 259 ] {d417c80c-637e-473b-a969-e990ba2701f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2062 | 2025.04.30 22:39:07.295309 [ 196 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1082 rows starting from the beginning of the part | ||
| 2063 | 2025.04.30 22:39:07.295365 [ 259 ] {d417c80c-637e-473b-a969-e990ba2701f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2064 | 2025.04.30 22:39:07.295596 [ 196 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 237 rows starting from the beginning of the part | ||
| 2065 | 2025.04.30 22:39:07.295967 [ 196 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::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 | ||
| 2066 | 2025.04.30 22:39:07.296318 [ 196 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 237 rows starting from the beginning of the part | ||
| 2067 | 2025.04.30 22:39:07.296647 [ 196 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part | ||
| 2068 | 2025.04.30 22:39:07.296909 [ 196 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 237 rows starting from the beginning of the part | ||
| 2069 | 2025.04.30 22:39:07.297747 [ 259 ] {d417c80c-637e-473b-a969-e990ba2701f7} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2070 | 2025.04.30 22:39:07.297803 [ 259 ] {d417c80c-637e-473b-a969-e990ba2701f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2071 | 2025.04.30 22:39:07.298643 [ 259 ] {d417c80c-637e-473b-a969-e990ba2701f7} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2072 | 2025.04.30 22:39:07.299199 [ 259 ] {d417c80c-637e-473b-a969-e990ba2701f7} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2073 | 2025.04.30 22:39:07.299397 [ 35 ] {} <Debug> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2074 | 2025.04.30 22:39:07.299503 [ 35 ] {} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2075 | 2025.04.30 22:39:07.299597 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2076 | 2025.04.30 22:39:07.299677 [ 259 ] {d417c80c-637e-473b-a969-e990ba2701f7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004438 sec., 225.32672374943667 rows/sec., 15.18 KiB/sec. | ||
| 2077 | 2025.04.30 22:39:07.300031 [ 192 ] {1a2cf388-9475-44fb-a9db-754af81d826f::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 | ||
| 2078 | 2025.04.30 22:39:07.300134 [ 259 ] {d417c80c-637e-473b-a969-e990ba2701f7} <Debug> TCPHandler: Processed in 0.005210469 sec. | ||
| 2079 | 2025.04.30 22:39:07.300483 [ 192 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2080 | 2025.04.30 22:39:07.300504 [ 193 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2113 rows, containing 5 columns (5 merged, 0 gathered) in 0.005904942 sec., 357835.8601998123 rows/sec., 24.40 MiB/sec. | ||
| 2081 | 2025.04.30 22:39:07.300533 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2082 | 2025.04.30 22:39:07.300559 [ 192 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
| 2083 | 2025.04.30 22:39:07.300829 [ 192 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
| 2084 | 2025.04.30 22:39:07.300932 [ 259 ] {5c4f091a-c22d-4f08-bed7-ef7dccb862db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2085 | 2025.04.30 22:39:07.301120 [ 200 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2086 | 2025.04.30 22:39:07.301286 [ 192 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
| 2087 | 2025.04.30 22:39:07.301473 [ 259 ] {5c4f091a-c22d-4f08-bed7-ef7dccb862db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2088 | 2025.04.30 22:39:07.301851 [ 192 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
| 2089 | 2025.04.30 22:39:07.302392 [ 192 ] {1a2cf388-9475-44fb-a9db-754af81d826f::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 | ||
| 2090 | 2025.04.30 22:39:07.303232 [ 200 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2091 | 2025.04.30 22:39:07.303587 [ 200 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2092 | 2025.04.30 22:39:07.303890 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 2093 | 2025.04.30 22:39:07.305906 [ 192 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.006183363 sec., 808.6214572878869 rows/sec., 54.49 KiB/sec. | ||
| 2094 | 2025.04.30 22:39:07.306076 [ 259 ] {5c4f091a-c22d-4f08-bed7-ef7dccb862db} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2095 | 2025.04.30 22:39:07.306105 [ 192 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2096 | 2025.04.30 22:39:07.306128 [ 259 ] {5c4f091a-c22d-4f08-bed7-ef7dccb862db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2097 | 2025.04.30 22:39:07.306667 [ 192 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_5_1} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2098 | 2025.04.30 22:39:07.306822 [ 192 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_5_1} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2099 | 2025.04.30 22:39:07.306951 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 2100 | 2025.04.30 22:39:07.307225 [ 259 ] {5c4f091a-c22d-4f08-bed7-ef7dccb862db} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2101 | 2025.04.30 22:39:07.307495 [ 259 ] {5c4f091a-c22d-4f08-bed7-ef7dccb862db} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2102 | 2025.04.30 22:39:07.307792 [ 259 ] {5c4f091a-c22d-4f08-bed7-ef7dccb862db} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007052 sec., 1134.4299489506523 rows/sec., 2.03 MiB/sec. | ||
| 2103 | 2025.04.30 22:39:07.308001 [ 259 ] {5c4f091a-c22d-4f08-bed7-ef7dccb862db} <Debug> TCPHandler: Processed in 0.00756286 sec. | ||
| 2104 | 2025.04.30 22:39:07.308117 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2105 | 2025.04.30 22:39:07.308217 [ 259 ] {c9585094-58dc-4b7a-af94-057d79e4a25d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2106 | 2025.04.30 22:39:07.308264 [ 259 ] {c9585094-58dc-4b7a-af94-057d79e4a25d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2107 | 2025.04.30 22:39:07.308701 [ 259 ] {c9585094-58dc-4b7a-af94-057d79e4a25d} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2108 | 2025.04.30 22:39:07.308741 [ 259 ] {c9585094-58dc-4b7a-af94-057d79e4a25d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2109 | 2025.04.30 22:39:07.309098 [ 259 ] {c9585094-58dc-4b7a-af94-057d79e4a25d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2110 | 2025.04.30 22:39:07.309343 [ 259 ] {c9585094-58dc-4b7a-af94-057d79e4a25d} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2111 | 2025.04.30 22:39:07.309497 [ 35 ] {} <Debug> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2112 | 2025.04.30 22:39:07.309565 [ 35 ] {} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2113 | 2025.04.30 22:39:07.309565 [ 259 ] {c9585094-58dc-4b7a-af94-057d79e4a25d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001359 sec., 60338.48417954378 rows/sec., 3.83 MiB/sec. | ||
| 2114 | 2025.04.30 22:39:07.309605 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2115 | 2025.04.30 22:39:07.309691 [ 259 ] {c9585094-58dc-4b7a-af94-057d79e4a25d} <Debug> TCPHandler: Processed in 0.001620836 sec. | ||
| 2116 | 2025.04.30 22:39:07.309801 [ 190 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 2117 | 2025.04.30 22:39:07.309918 [ 190 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2118 | 2025.04.30 22:39:07.309963 [ 190 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 392 rows starting from the beginning of the part | ||
| 2119 | 2025.04.30 22:39:07.310087 [ 190 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 82 rows starting from the beginning of the part | ||
| 2120 | 2025.04.30 22:39:07.310280 [ 190 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::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 | ||
| 2121 | 2025.04.30 22:39:07.310417 [ 190 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 82 rows starting from the beginning of the part | ||
| 2122 | 2025.04.30 22:39:07.310544 [ 190 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::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 | ||
| 2123 | 2025.04.30 22:39:07.310733 [ 190 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 82 rows starting from the beginning of the part | ||
| 2124 | 2025.04.30 22:39:07.311852 [ 193 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 758 rows, containing 4 columns (4 merged, 0 gathered) in 0.002137204 sec., 354668.9974377738 rows/sec., 23.16 MiB/sec. | ||
| 2125 | 2025.04.30 22:39:07.312006 [ 190 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2126 | 2025.04.30 22:39:07.312283 [ 190 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_11_2} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2127 | 2025.04.30 22:39:07.312361 [ 190 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_11_2} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2128 | 2025.04.30 22:39:07.312426 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 2129 | 2025.04.30 22:39:10.345626 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2130 | 2025.04.30 22:39:10.345690 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2131 | 2025.04.30 22:39:10.477278 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 | ||
| 2132 | 2025.04.30 22:39:10.477915 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2133 | 2025.04.30 22:39:10.477976 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2134 | 2025.04.30 22:39:10.478529 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2135 | 2025.04.30 22:39:10.478802 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2136 | 2025.04.30 22:39:10.479072 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2137 | 2025.04.30 22:39:10.744499 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2138 | 2025.04.30 22:39:10.764297 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2139 | 2025.04.30 22:39:10.764352 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2140 | 2025.04.30 22:39:10.771423 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2141 | 2025.04.30 22:39:10.772148 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2142 | 2025.04.30 22:39:10.774687 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2143 | 2025.04.30 22:39:12.245307 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2144 | 2025.04.30 22:39:12.245554 [ 259 ] {7d0a6cbb-e64b-410f-b20f-86aee046dfff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) 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) | ||
| 2145 | 2025.04.30 22:39:12.245973 [ 259 ] {7d0a6cbb-e64b-410f-b20f-86aee046dfff} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2146 | 2025.04.30 22:39:12.246024 [ 259 ] {7d0a6cbb-e64b-410f-b20f-86aee046dfff} <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 | ||
| 2147 | 2025.04.30 22:39:12.246369 [ 259 ] {7d0a6cbb-e64b-410f-b20f-86aee046dfff} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2148 | 2025.04.30 22:39:12.246447 [ 259 ] {7d0a6cbb-e64b-410f-b20f-86aee046dfff} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2149 | 2025.04.30 22:39:12.246617 [ 259 ] {7d0a6cbb-e64b-410f-b20f-86aee046dfff} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 2150 | 2025.04.30 22:39:12.246996 [ 287 ] {7d0a6cbb-e64b-410f-b20f-86aee046dfff} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2151 | 2025.04.30 22:39:12.246973 [ 286 ] {7d0a6cbb-e64b-410f-b20f-86aee046dfff} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2152 | 2025.04.30 22:39:12.247179 [ 259 ] {7d0a6cbb-e64b-410f-b20f-86aee046dfff} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (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 | ||
| 2153 | 2025.04.30 22:39:12.247210 [ 259 ] {7d0a6cbb-e64b-410f-b20f-86aee046dfff} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2154 | 2025.04.30 22:39:12.247420 [ 259 ] {7d0a6cbb-e64b-410f-b20f-86aee046dfff} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2155 | 2025.04.30 22:39:12.247445 [ 259 ] {7d0a6cbb-e64b-410f-b20f-86aee046dfff} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 2156 | 2025.04.30 22:39:12.247518 [ 259 ] {7d0a6cbb-e64b-410f-b20f-86aee046dfff} <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'))" | ||
| 2157 | 2025.04.30 22:39:12.247564 [ 259 ] {7d0a6cbb-e64b-410f-b20f-86aee046dfff} <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'))" | ||
| 2158 | 2025.04.30 22:39:12.249061 [ 259 ] {7d0a6cbb-e64b-410f-b20f-86aee046dfff} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.003618 sec., 8568.269762299613 rows/sec., 323.36 KiB/sec. | ||
| 2159 | 2025.04.30 22:39:12.249218 [ 259 ] {7d0a6cbb-e64b-410f-b20f-86aee046dfff} <Debug> TCPHandler: Processed in 0.004038028 sec. | ||
| 2160 | 2025.04.30 22:39:12.249510 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2161 | 2025.04.30 22:39:12.249670 [ 259 ] {267946a7-2330-4053-b911-8c38465157da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) 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) | ||
| 2162 | 2025.04.30 22:39:12.249952 [ 259 ] {267946a7-2330-4053-b911-8c38465157da} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2163 | 2025.04.30 22:39:12.249998 [ 259 ] {267946a7-2330-4053-b911-8c38465157da} <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 | ||
| 2164 | 2025.04.30 22:39:12.250289 [ 259 ] {267946a7-2330-4053-b911-8c38465157da} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2165 | 2025.04.30 22:39:12.250354 [ 259 ] {267946a7-2330-4053-b911-8c38465157da} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2166 | 2025.04.30 22:39:12.250493 [ 259 ] {267946a7-2330-4053-b911-8c38465157da} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 2167 | 2025.04.30 22:39:12.250587 [ 288 ] {267946a7-2330-4053-b911-8c38465157da} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2168 | 2025.04.30 22:39:12.250612 [ 287 ] {267946a7-2330-4053-b911-8c38465157da} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2169 | 2025.04.30 22:39:12.250719 [ 259 ] {267946a7-2330-4053-b911-8c38465157da} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (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 | ||
| 2170 | 2025.04.30 22:39:12.250749 [ 259 ] {267946a7-2330-4053-b911-8c38465157da} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2171 | 2025.04.30 22:39:12.250827 [ 259 ] {267946a7-2330-4053-b911-8c38465157da} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2172 | 2025.04.30 22:39:12.250845 [ 259 ] {267946a7-2330-4053-b911-8c38465157da} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 2173 | 2025.04.30 22:39:12.250884 [ 259 ] {267946a7-2330-4053-b911-8c38465157da} <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'))" | ||
| 2174 | 2025.04.30 22:39:12.250923 [ 259 ] {267946a7-2330-4053-b911-8c38465157da} <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'))" | ||
| 2175 | 2025.04.30 22:39:12.251927 [ 259 ] {267946a7-2330-4053-b911-8c38465157da} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.00233 sec., 13304.721030042918 rows/sec., 502.11 KiB/sec. | ||
| 2176 | 2025.04.30 22:39:12.252080 [ 259 ] {267946a7-2330-4053-b911-8c38465157da} <Debug> TCPHandler: Processed in 0.00262325 sec. | ||
| 2177 | 2025.04.30 22:39:12.252285 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2178 | 2025.04.30 22:39:12.252445 [ 259 ] {92d5ccf4-6441-44de-8df3-e40c2ceff531} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) 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) | ||
| 2179 | 2025.04.30 22:39:12.252727 [ 259 ] {92d5ccf4-6441-44de-8df3-e40c2ceff531} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2180 | 2025.04.30 22:39:12.252772 [ 259 ] {92d5ccf4-6441-44de-8df3-e40c2ceff531} <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 | ||
| 2181 | 2025.04.30 22:39:12.253065 [ 259 ] {92d5ccf4-6441-44de-8df3-e40c2ceff531} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2182 | 2025.04.30 22:39:12.253130 [ 259 ] {92d5ccf4-6441-44de-8df3-e40c2ceff531} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2183 | 2025.04.30 22:39:12.253265 [ 259 ] {92d5ccf4-6441-44de-8df3-e40c2ceff531} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 2184 | 2025.04.30 22:39:12.253363 [ 287 ] {92d5ccf4-6441-44de-8df3-e40c2ceff531} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2185 | 2025.04.30 22:39:12.253379 [ 288 ] {92d5ccf4-6441-44de-8df3-e40c2ceff531} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2186 | 2025.04.30 22:39:12.253477 [ 259 ] {92d5ccf4-6441-44de-8df3-e40c2ceff531} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (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 | ||
| 2187 | 2025.04.30 22:39:12.253505 [ 259 ] {92d5ccf4-6441-44de-8df3-e40c2ceff531} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2188 | 2025.04.30 22:39:12.253581 [ 259 ] {92d5ccf4-6441-44de-8df3-e40c2ceff531} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2189 | 2025.04.30 22:39:12.253599 [ 259 ] {92d5ccf4-6441-44de-8df3-e40c2ceff531} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 2190 | 2025.04.30 22:39:12.253637 [ 259 ] {92d5ccf4-6441-44de-8df3-e40c2ceff531} <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'))" | ||
| 2191 | 2025.04.30 22:39:12.253677 [ 259 ] {92d5ccf4-6441-44de-8df3-e40c2ceff531} <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'))" | ||
| 2192 | 2025.04.30 22:39:12.254733 [ 259 ] {92d5ccf4-6441-44de-8df3-e40c2ceff531} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002362 sec., 13124.470787468248 rows/sec., 495.31 KiB/sec. | ||
| 2193 | 2025.04.30 22:39:12.254885 [ 259 ] {92d5ccf4-6441-44de-8df3-e40c2ceff531} <Debug> TCPHandler: Processed in 0.002649581 sec. | ||
| 2194 | 2025.04.30 22:39:12.262542 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2195 | 2025.04.30 22:39:12.262660 [ 259 ] {e3a3e984-9314-4d44-bbdb-62d3d2ef7d27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2196 | 2025.04.30 22:39:12.262706 [ 259 ] {e3a3e984-9314-4d44-bbdb-62d3d2ef7d27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2197 | 2025.04.30 22:39:12.263439 [ 259 ] {e3a3e984-9314-4d44-bbdb-62d3d2ef7d27} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2198 | 2025.04.30 22:39:12.263486 [ 259 ] {e3a3e984-9314-4d44-bbdb-62d3d2ef7d27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2199 | 2025.04.30 22:39:12.263968 [ 259 ] {e3a3e984-9314-4d44-bbdb-62d3d2ef7d27} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2200 | 2025.04.30 22:39:12.264193 [ 259 ] {e3a3e984-9314-4d44-bbdb-62d3d2ef7d27} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2201 | 2025.04.30 22:39:12.264441 [ 259 ] {e3a3e984-9314-4d44-bbdb-62d3d2ef7d27} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.001755 sec., 1709.4017094017092 rows/sec., 155.80 KiB/sec. | ||
| 2202 | 2025.04.30 22:39:12.264591 [ 259 ] {e3a3e984-9314-4d44-bbdb-62d3d2ef7d27} <Debug> TCPHandler: Processed in 0.00205336 sec. | ||
| 2203 | 2025.04.30 22:39:12.264704 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2204 | 2025.04.30 22:39:12.264808 [ 259 ] {cfdfbbe9-8a11-481f-bada-6b601c0f6ee2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2205 | 2025.04.30 22:39:12.264859 [ 259 ] {cfdfbbe9-8a11-481f-bada-6b601c0f6ee2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2206 | 2025.04.30 22:39:12.265451 [ 259 ] {cfdfbbe9-8a11-481f-bada-6b601c0f6ee2} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2207 | 2025.04.30 22:39:12.265492 [ 259 ] {cfdfbbe9-8a11-481f-bada-6b601c0f6ee2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2208 | 2025.04.30 22:39:12.265846 [ 259 ] {cfdfbbe9-8a11-481f-bada-6b601c0f6ee2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2209 | 2025.04.30 22:39:12.266087 [ 259 ] {cfdfbbe9-8a11-481f-bada-6b601c0f6ee2} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2210 | 2025.04.30 22:39:12.266285 [ 259 ] {cfdfbbe9-8a11-481f-bada-6b601c0f6ee2} <Debug> executeQuery: Read 118 rows, 10.24 KiB in 0.001499 sec., 78719.14609739828 rows/sec., 6.67 MiB/sec. | ||
| 2211 | 2025.04.30 22:39:12.266335 [ 259 ] {cfdfbbe9-8a11-481f-bada-6b601c0f6ee2} <Debug> TCPHandler: Processed in 0.001679858 sec. | ||
| 2212 | 2025.04.30 22:39:12.266449 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2213 | 2025.04.30 22:39:12.266551 [ 259 ] {cba88a01-c90f-409b-9cf6-510a19377288} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2214 | 2025.04.30 22:39:12.266595 [ 259 ] {cba88a01-c90f-409b-9cf6-510a19377288} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2215 | 2025.04.30 22:39:12.267092 [ 259 ] {cba88a01-c90f-409b-9cf6-510a19377288} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2216 | 2025.04.30 22:39:12.267131 [ 259 ] {cba88a01-c90f-409b-9cf6-510a19377288} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2217 | 2025.04.30 22:39:12.267469 [ 259 ] {cba88a01-c90f-409b-9cf6-510a19377288} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2218 | 2025.04.30 22:39:12.267700 [ 259 ] {cba88a01-c90f-409b-9cf6-510a19377288} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2219 | 2025.04.30 22:39:12.267888 [ 259 ] {cba88a01-c90f-409b-9cf6-510a19377288} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001357 sec., 22844.509948415624 rows/sec., 1.68 MiB/sec. | ||
| 2220 | 2025.04.30 22:39:12.267938 [ 259 ] {cba88a01-c90f-409b-9cf6-510a19377288} <Debug> TCPHandler: Processed in 0.001538903 sec. | ||
| 2221 | 2025.04.30 22:39:12.268045 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2222 | 2025.04.30 22:39:12.268148 [ 259 ] {a935f8f6-7cb3-44cd-9e1c-e583e630285b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2223 | 2025.04.30 22:39:12.268192 [ 259 ] {a935f8f6-7cb3-44cd-9e1c-e583e630285b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2224 | 2025.04.30 22:39:12.268727 [ 259 ] {a935f8f6-7cb3-44cd-9e1c-e583e630285b} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2225 | 2025.04.30 22:39:12.268765 [ 259 ] {a935f8f6-7cb3-44cd-9e1c-e583e630285b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2226 | 2025.04.30 22:39:12.269106 [ 259 ] {a935f8f6-7cb3-44cd-9e1c-e583e630285b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2227 | 2025.04.30 22:39:12.269342 [ 259 ] {a935f8f6-7cb3-44cd-9e1c-e583e630285b} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2228 | 2025.04.30 22:39:12.269534 [ 259 ] {a935f8f6-7cb3-44cd-9e1c-e583e630285b} <Debug> executeQuery: Read 113 rows, 9.04 KiB in 0.001407 sec., 80312.72210376688 rows/sec., 6.28 MiB/sec. | ||
| 2229 | 2025.04.30 22:39:12.269583 [ 259 ] {a935f8f6-7cb3-44cd-9e1c-e583e630285b} <Debug> TCPHandler: Processed in 0.001589255 sec. | ||
| 2230 | 2025.04.30 22:39:12.269694 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2231 | 2025.04.30 22:39:12.269797 [ 259 ] {93464c9d-8e20-425f-ab6c-c1e727243ba0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2232 | 2025.04.30 22:39:12.269845 [ 259 ] {93464c9d-8e20-425f-ab6c-c1e727243ba0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2233 | 2025.04.30 22:39:12.270318 [ 259 ] {93464c9d-8e20-425f-ab6c-c1e727243ba0} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2234 | 2025.04.30 22:39:12.270357 [ 259 ] {93464c9d-8e20-425f-ab6c-c1e727243ba0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2235 | 2025.04.30 22:39:12.270722 [ 259 ] {93464c9d-8e20-425f-ab6c-c1e727243ba0} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2236 | 2025.04.30 22:39:12.270952 [ 259 ] {93464c9d-8e20-425f-ab6c-c1e727243ba0} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2237 | 2025.04.30 22:39:12.271205 [ 259 ] {93464c9d-8e20-425f-ab6c-c1e727243ba0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00142 sec., 112676.05633802817 rows/sec., 7.85 MiB/sec. | ||
| 2238 | 2025.04.30 22:39:12.271421 [ 259 ] {93464c9d-8e20-425f-ab6c-c1e727243ba0} <Debug> TCPHandler: Processed in 0.00177041 sec. | ||
| 2239 | 2025.04.30 22:39:12.271611 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2240 | 2025.04.30 22:39:12.271716 [ 259 ] {175fd1a9-3f93-494f-9865-5cf2978378e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2241 | 2025.04.30 22:39:12.271794 [ 259 ] {175fd1a9-3f93-494f-9865-5cf2978378e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2242 | 2025.04.30 22:39:12.272887 [ 259 ] {175fd1a9-3f93-494f-9865-5cf2978378e5} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2243 | 2025.04.30 22:39:12.272926 [ 259 ] {175fd1a9-3f93-494f-9865-5cf2978378e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2244 | 2025.04.30 22:39:12.273532 [ 259 ] {175fd1a9-3f93-494f-9865-5cf2978378e5} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2245 | 2025.04.30 22:39:12.273790 [ 259 ] {175fd1a9-3f93-494f-9865-5cf2978378e5} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2246 | 2025.04.30 22:39:12.273988 [ 26 ] {} <Debug> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2247 | 2025.04.30 22:39:12.274057 [ 259 ] {175fd1a9-3f93-494f-9865-5cf2978378e5} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002364 sec., 13113.367174280878 rows/sec., 23.50 MiB/sec. | ||
| 2248 | 2025.04.30 22:39:12.274090 [ 26 ] {} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2249 | 2025.04.30 22:39:12.274197 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2250 | 2025.04.30 22:39:12.274299 [ 259 ] {175fd1a9-3f93-494f-9865-5cf2978378e5} <Debug> TCPHandler: Processed in 0.002745204 sec. | ||
| 2251 | 2025.04.30 22:39:12.274637 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2252 | 2025.04.30 22:39:12.274635 [ 193 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::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 | ||
| 2253 | 2025.04.30 22:39:12.274821 [ 259 ] {7e079298-be2c-4730-83e3-55fb246936a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2254 | 2025.04.30 22:39:12.274931 [ 259 ] {7e079298-be2c-4730-83e3-55fb246936a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2255 | 2025.04.30 22:39:12.275891 [ 193 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2256 | 2025.04.30 22:39:12.276054 [ 193 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::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 | ||
| 2257 | 2025.04.30 22:39:12.276889 [ 193 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::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 | ||
| 2258 | 2025.04.30 22:39:12.276996 [ 259 ] {7e079298-be2c-4730-83e3-55fb246936a4} <Trace> oximeter.measurements_i64 (2aff751b-2b8d-40b7-93c2-c7bf6d6457ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2259 | 2025.04.30 22:39:12.277092 [ 259 ] {7e079298-be2c-4730-83e3-55fb246936a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2260 | 2025.04.30 22:39:12.277576 [ 193 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part | ||
| 2261 | 2025.04.30 22:39:12.278282 [ 193 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::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 | ||
| 2262 | 2025.04.30 22:39:12.278721 [ 259 ] {7e079298-be2c-4730-83e3-55fb246936a4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2263 | 2025.04.30 22:39:12.278944 [ 193 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part | ||
| 2264 | 2025.04.30 22:39:12.279508 [ 193 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 31 rows starting from the beginning of the part | ||
| 2265 | 2025.04.30 22:39:12.279571 [ 259 ] {7e079298-be2c-4730-83e3-55fb246936a4} <Trace> oximeter.measurements_i64 (2aff751b-2b8d-40b7-93c2-c7bf6d6457ef): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2266 | 2025.04.30 22:39:12.280492 [ 259 ] {7e079298-be2c-4730-83e3-55fb246936a4} <Debug> executeQuery: Read 27 rows, 1.99 KiB in 0.005704 sec., 4733.52033660589 rows/sec., 349.26 KiB/sec. | ||
| 2267 | 2025.04.30 22:39:12.280741 [ 259 ] {7e079298-be2c-4730-83e3-55fb246936a4} <Debug> TCPHandler: Processed in 0.006199033 sec. | ||
| 2268 | 2025.04.30 22:39:12.281039 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2269 | 2025.04.30 22:39:12.281224 [ 259 ] {c10cec68-d596-47b9-9243-480b97859516} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2270 | 2025.04.30 22:39:12.281331 [ 259 ] {c10cec68-d596-47b9-9243-480b97859516} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2271 | 2025.04.30 22:39:12.283190 [ 259 ] {c10cec68-d596-47b9-9243-480b97859516} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2272 | 2025.04.30 22:39:12.283251 [ 259 ] {c10cec68-d596-47b9-9243-480b97859516} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2273 | 2025.04.30 22:39:12.284478 [ 259 ] {c10cec68-d596-47b9-9243-480b97859516} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2274 | 2025.04.30 22:39:12.285045 [ 259 ] {c10cec68-d596-47b9-9243-480b97859516} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2275 | 2025.04.30 22:39:12.285662 [ 259 ] {c10cec68-d596-47b9-9243-480b97859516} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004474 sec., 13410.818059901654 rows/sec., 925.49 KiB/sec. | ||
| 2276 | 2025.04.30 22:39:12.285822 [ 259 ] {c10cec68-d596-47b9-9243-480b97859516} <Debug> TCPHandler: Processed in 0.00493074 sec. | ||
| 2277 | 2025.04.30 22:39:12.286464 [ 193 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 71 rows, containing 19 columns (19 merged, 0 gathered) in 0.012101436 sec., 5867.072304476923 rows/sec., 10.51 MiB/sec. | ||
| 2278 | 2025.04.30 22:39:12.286795 [ 190 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2279 | 2025.04.30 22:39:12.287224 [ 190 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2280 | 2025.04.30 22:39:12.287301 [ 190 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2281 | 2025.04.30 22:39:12.287449 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 2282 | 2025.04.30 22:39:15.484306 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 334 | ||
| 2283 | 2025.04.30 22:39:15.487565 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2284 | 2025.04.30 22:39:15.487618 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2285 | 2025.04.30 22:39:15.489110 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2286 | 2025.04.30 22:39:15.489445 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2287 | 2025.04.30 22:39:15.490066 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 334 | ||
| 2288 | 2025.04.30 22:39:17.241888 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2289 | 2025.04.30 22:39:17.242178 [ 259 ] {856b7b1d-ef33-4a92-9f67-2ef3002754d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) 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) | ||
| 2290 | 2025.04.30 22:39:17.242604 [ 259 ] {856b7b1d-ef33-4a92-9f67-2ef3002754d1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2291 | 2025.04.30 22:39:17.242653 [ 259 ] {856b7b1d-ef33-4a92-9f67-2ef3002754d1} <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 | ||
| 2292 | 2025.04.30 22:39:17.242989 [ 259 ] {856b7b1d-ef33-4a92-9f67-2ef3002754d1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2293 | 2025.04.30 22:39:17.243064 [ 259 ] {856b7b1d-ef33-4a92-9f67-2ef3002754d1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2294 | 2025.04.30 22:39:17.243231 [ 259 ] {856b7b1d-ef33-4a92-9f67-2ef3002754d1} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 2295 | 2025.04.30 22:39:17.243378 [ 288 ] {856b7b1d-ef33-4a92-9f67-2ef3002754d1} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2296 | 2025.04.30 22:39:17.243446 [ 287 ] {856b7b1d-ef33-4a92-9f67-2ef3002754d1} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2297 | 2025.04.30 22:39:17.243481 [ 286 ] {856b7b1d-ef33-4a92-9f67-2ef3002754d1} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2298 | 2025.04.30 22:39:17.243655 [ 259 ] {856b7b1d-ef33-4a92-9f67-2ef3002754d1} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (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 | ||
| 2299 | 2025.04.30 22:39:17.243688 [ 259 ] {856b7b1d-ef33-4a92-9f67-2ef3002754d1} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2300 | 2025.04.30 22:39:17.243809 [ 259 ] {856b7b1d-ef33-4a92-9f67-2ef3002754d1} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2301 | 2025.04.30 22:39:17.243832 [ 259 ] {856b7b1d-ef33-4a92-9f67-2ef3002754d1} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 2302 | 2025.04.30 22:39:17.243876 [ 259 ] {856b7b1d-ef33-4a92-9f67-2ef3002754d1} <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'))" | ||
| 2303 | 2025.04.30 22:39:17.243924 [ 259 ] {856b7b1d-ef33-4a92-9f67-2ef3002754d1} <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'))" | ||
| 2304 | 2025.04.30 22:39:17.243965 [ 259 ] {856b7b1d-ef33-4a92-9f67-2ef3002754d1} <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'))" | ||
| 2305 | 2025.04.30 22:39:17.245755 [ 259 ] {856b7b1d-ef33-4a92-9f67-2ef3002754d1} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003711 sec., 9161.950956615468 rows/sec., 352.63 KiB/sec. | ||
| 2306 | 2025.04.30 22:39:17.245999 [ 259 ] {856b7b1d-ef33-4a92-9f67-2ef3002754d1} <Debug> TCPHandler: Processed in 0.004241246 sec. | ||
| 2307 | 2025.04.30 22:39:17.260935 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2308 | 2025.04.30 22:39:17.261058 [ 259 ] {64f36555-a0e7-4cb0-a5cc-8abfd3afb8ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2309 | 2025.04.30 22:39:17.261108 [ 259 ] {64f36555-a0e7-4cb0-a5cc-8abfd3afb8ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2310 | 2025.04.30 22:39:17.261851 [ 259 ] {64f36555-a0e7-4cb0-a5cc-8abfd3afb8ca} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2311 | 2025.04.30 22:39:17.261899 [ 259 ] {64f36555-a0e7-4cb0-a5cc-8abfd3afb8ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2312 | 2025.04.30 22:39:17.262449 [ 259 ] {64f36555-a0e7-4cb0-a5cc-8abfd3afb8ca} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2313 | 2025.04.30 22:39:17.262672 [ 259 ] {64f36555-a0e7-4cb0-a5cc-8abfd3afb8ca} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2314 | 2025.04.30 22:39:17.262888 [ 259 ] {64f36555-a0e7-4cb0-a5cc-8abfd3afb8ca} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001863 sec., 536.7686527106816 rows/sec., 121.61 KiB/sec. | ||
| 2315 | 2025.04.30 22:39:17.262945 [ 259 ] {64f36555-a0e7-4cb0-a5cc-8abfd3afb8ca} <Debug> TCPHandler: Processed in 0.002061351 sec. | ||
| 2316 | 2025.04.30 22:39:17.263067 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2317 | 2025.04.30 22:39:17.263170 [ 259 ] {449fbb74-0367-425e-ac39-5ab4e22104d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2318 | 2025.04.30 22:39:17.263215 [ 259 ] {449fbb74-0367-425e-ac39-5ab4e22104d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2319 | 2025.04.30 22:39:17.263841 [ 259 ] {449fbb74-0367-425e-ac39-5ab4e22104d6} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2320 | 2025.04.30 22:39:17.263881 [ 259 ] {449fbb74-0367-425e-ac39-5ab4e22104d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2321 | 2025.04.30 22:39:17.264241 [ 259 ] {449fbb74-0367-425e-ac39-5ab4e22104d6} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2322 | 2025.04.30 22:39:17.264491 [ 259 ] {449fbb74-0367-425e-ac39-5ab4e22104d6} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2323 | 2025.04.30 22:39:17.264673 [ 259 ] {449fbb74-0367-425e-ac39-5ab4e22104d6} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001526 sec., 138925.29488859765 rows/sec., 8.84 MiB/sec. | ||
| 2324 | 2025.04.30 22:39:17.264723 [ 259 ] {449fbb74-0367-425e-ac39-5ab4e22104d6} <Debug> TCPHandler: Processed in 0.001704409 sec. | ||
| 2325 | 2025.04.30 22:39:17.264847 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2326 | 2025.04.30 22:39:17.264950 [ 259 ] {8200c6d5-9ad2-4c40-9d5b-c8a334dc330b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2327 | 2025.04.30 22:39:17.264994 [ 259 ] {8200c6d5-9ad2-4c40-9d5b-c8a334dc330b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2328 | 2025.04.30 22:39:17.265491 [ 259 ] {8200c6d5-9ad2-4c40-9d5b-c8a334dc330b} <Trace> oximeter.fields_ipaddr (4dea1092-816a-42b9-a56f-a845cbc6e13d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2329 | 2025.04.30 22:39:17.265530 [ 259 ] {8200c6d5-9ad2-4c40-9d5b-c8a334dc330b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2330 | 2025.04.30 22:39:17.265859 [ 259 ] {8200c6d5-9ad2-4c40-9d5b-c8a334dc330b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2331 | 2025.04.30 22:39:17.266090 [ 259 ] {8200c6d5-9ad2-4c40-9d5b-c8a334dc330b} <Trace> oximeter.fields_ipaddr (4dea1092-816a-42b9-a56f-a845cbc6e13d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2332 | 2025.04.30 22:39:17.266335 [ 259 ] {8200c6d5-9ad2-4c40-9d5b-c8a334dc330b} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001385 sec., 7220.216606498195 rows/sec., 588.76 KiB/sec. | ||
| 2333 | 2025.04.30 22:39:17.266430 [ 259 ] {8200c6d5-9ad2-4c40-9d5b-c8a334dc330b} <Debug> TCPHandler: Processed in 0.001631016 sec. | ||
| 2334 | 2025.04.30 22:39:17.266550 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2335 | 2025.04.30 22:39:17.266651 [ 259 ] {89c6ee88-ea14-450c-94fe-bcc1ff913046} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2336 | 2025.04.30 22:39:17.266694 [ 259 ] {89c6ee88-ea14-450c-94fe-bcc1ff913046} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2337 | 2025.04.30 22:39:17.267499 [ 259 ] {89c6ee88-ea14-450c-94fe-bcc1ff913046} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2338 | 2025.04.30 22:39:17.267539 [ 259 ] {89c6ee88-ea14-450c-94fe-bcc1ff913046} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2339 | 2025.04.30 22:39:17.267916 [ 259 ] {89c6ee88-ea14-450c-94fe-bcc1ff913046} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2340 | 2025.04.30 22:39:17.268148 [ 259 ] {89c6ee88-ea14-450c-94fe-bcc1ff913046} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2341 | 2025.04.30 22:39:17.268343 [ 259 ] {89c6ee88-ea14-450c-94fe-bcc1ff913046} <Debug> executeQuery: Read 638 rows, 51.34 KiB in 0.001713 sec., 372446.00116754236 rows/sec., 29.27 MiB/sec. | ||
| 2342 | 2025.04.30 22:39:17.268393 [ 259 ] {89c6ee88-ea14-450c-94fe-bcc1ff913046} <Debug> TCPHandler: Processed in 0.001891775 sec. | ||
| 2343 | 2025.04.30 22:39:17.268528 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2344 | 2025.04.30 22:39:17.268638 [ 259 ] {23e396f7-6d98-406e-beb7-01df821531f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2345 | 2025.04.30 22:39:17.268683 [ 259 ] {23e396f7-6d98-406e-beb7-01df821531f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2346 | 2025.04.30 22:39:17.269230 [ 259 ] {23e396f7-6d98-406e-beb7-01df821531f6} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2347 | 2025.04.30 22:39:17.269270 [ 259 ] {23e396f7-6d98-406e-beb7-01df821531f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2348 | 2025.04.30 22:39:17.269630 [ 259 ] {23e396f7-6d98-406e-beb7-01df821531f6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2349 | 2025.04.30 22:39:17.269875 [ 259 ] {23e396f7-6d98-406e-beb7-01df821531f6} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2350 | 2025.04.30 22:39:17.270071 [ 259 ] {23e396f7-6d98-406e-beb7-01df821531f6} <Debug> executeQuery: Read 124 rows, 7.69 KiB in 0.001456 sec., 85164.83516483517 rows/sec., 5.15 MiB/sec. | ||
| 2351 | 2025.04.30 22:39:17.270121 [ 259 ] {23e396f7-6d98-406e-beb7-01df821531f6} <Debug> TCPHandler: Processed in 0.001652197 sec. | ||
| 2352 | 2025.04.30 22:39:17.270257 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2353 | 2025.04.30 22:39:17.270359 [ 259 ] {f7d5083d-ab99-4dc4-addc-b37a6b860a4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2354 | 2025.04.30 22:39:17.270403 [ 259 ] {f7d5083d-ab99-4dc4-addc-b37a6b860a4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2355 | 2025.04.30 22:39:17.270928 [ 259 ] {f7d5083d-ab99-4dc4-addc-b37a6b860a4c} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2356 | 2025.04.30 22:39:17.270966 [ 259 ] {f7d5083d-ab99-4dc4-addc-b37a6b860a4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2357 | 2025.04.30 22:39:17.271310 [ 259 ] {f7d5083d-ab99-4dc4-addc-b37a6b860a4c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2358 | 2025.04.30 22:39:17.271542 [ 259 ] {f7d5083d-ab99-4dc4-addc-b37a6b860a4c} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2359 | 2025.04.30 22:39:17.271733 [ 259 ] {f7d5083d-ab99-4dc4-addc-b37a6b860a4c} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001395 sec., 81003.58422939068 rows/sec., 5.24 MiB/sec. | ||
| 2360 | 2025.04.30 22:39:17.271782 [ 259 ] {f7d5083d-ab99-4dc4-addc-b37a6b860a4c} <Debug> TCPHandler: Processed in 0.001573984 sec. | ||
| 2361 | 2025.04.30 22:39:17.271900 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2362 | 2025.04.30 22:39:17.272007 [ 259 ] {fc728470-2c98-4211-8762-dcd614b44824} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2363 | 2025.04.30 22:39:17.272050 [ 259 ] {fc728470-2c98-4211-8762-dcd614b44824} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2364 | 2025.04.30 22:39:17.272573 [ 259 ] {fc728470-2c98-4211-8762-dcd614b44824} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2365 | 2025.04.30 22:39:17.272611 [ 259 ] {fc728470-2c98-4211-8762-dcd614b44824} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2366 | 2025.04.30 22:39:17.272948 [ 259 ] {fc728470-2c98-4211-8762-dcd614b44824} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2367 | 2025.04.30 22:39:17.273181 [ 259 ] {fc728470-2c98-4211-8762-dcd614b44824} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2368 | 2025.04.30 22:39:17.273420 [ 259 ] {fc728470-2c98-4211-8762-dcd614b44824} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001426 sec., 78541.3744740533 rows/sec., 4.47 MiB/sec. | ||
| 2369 | 2025.04.30 22:39:17.273573 [ 259 ] {fc728470-2c98-4211-8762-dcd614b44824} <Debug> TCPHandler: Processed in 0.001719739 sec. | ||
| 2370 | 2025.04.30 22:39:17.273698 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2371 | 2025.04.30 22:39:17.273800 [ 259 ] {09da1936-770d-4935-9cd2-0acc9e1a0bc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2372 | 2025.04.30 22:39:17.273843 [ 259 ] {09da1936-770d-4935-9cd2-0acc9e1a0bc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2373 | 2025.04.30 22:39:17.274483 [ 259 ] {09da1936-770d-4935-9cd2-0acc9e1a0bc9} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2374 | 2025.04.30 22:39:17.274521 [ 259 ] {09da1936-770d-4935-9cd2-0acc9e1a0bc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2375 | 2025.04.30 22:39:17.274877 [ 259 ] {09da1936-770d-4935-9cd2-0acc9e1a0bc9} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2376 | 2025.04.30 22:39:17.275115 [ 259 ] {09da1936-770d-4935-9cd2-0acc9e1a0bc9} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2377 | 2025.04.30 22:39:17.275318 [ 259 ] {09da1936-770d-4935-9cd2-0acc9e1a0bc9} <Debug> executeQuery: Read 400 rows, 29.04 KiB in 0.00154 sec., 259740.25974025976 rows/sec., 18.42 MiB/sec. | ||
| 2378 | 2025.04.30 22:39:17.275367 [ 259 ] {09da1936-770d-4935-9cd2-0acc9e1a0bc9} <Debug> TCPHandler: Processed in 0.001717959 sec. | ||
| 2379 | 2025.04.30 22:39:17.275486 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2380 | 2025.04.30 22:39:17.275587 [ 259 ] {6e745afd-b626-4232-9caf-0b756abae80d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2381 | 2025.04.30 22:39:17.275632 [ 259 ] {6e745afd-b626-4232-9caf-0b756abae80d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2382 | 2025.04.30 22:39:17.276063 [ 259 ] {6e745afd-b626-4232-9caf-0b756abae80d} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2383 | 2025.04.30 22:39:17.276102 [ 259 ] {6e745afd-b626-4232-9caf-0b756abae80d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2384 | 2025.04.30 22:39:17.276478 [ 259 ] {6e745afd-b626-4232-9caf-0b756abae80d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2385 | 2025.04.30 22:39:17.276724 [ 259 ] {6e745afd-b626-4232-9caf-0b756abae80d} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2386 | 2025.04.30 22:39:17.276881 [ 132 ] {} <Debug> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2387 | 2025.04.30 22:39:17.276939 [ 259 ] {6e745afd-b626-4232-9caf-0b756abae80d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001367 sec., 4389.1733723482075 rows/sec., 229.32 KiB/sec. | ||
| 2388 | 2025.04.30 22:39:17.276949 [ 132 ] {} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2389 | 2025.04.30 22:39:17.277023 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2390 | 2025.04.30 22:39:17.277063 [ 259 ] {6e745afd-b626-4232-9caf-0b756abae80d} <Debug> TCPHandler: Processed in 0.001623616 sec. | ||
| 2391 | 2025.04.30 22:39:17.277238 [ 191 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::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 | ||
| 2392 | 2025.04.30 22:39:17.277248 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2393 | 2025.04.30 22:39:17.277504 [ 259 ] {3bdefa8e-0dad-4e4d-916c-625261bc080c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2394 | 2025.04.30 22:39:17.277515 [ 191 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2395 | 2025.04.30 22:39:17.277595 [ 259 ] {3bdefa8e-0dad-4e4d-916c-625261bc080c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2396 | 2025.04.30 22:39:17.277602 [ 191 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
| 2397 | 2025.04.30 22:39:17.278001 [ 191 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
| 2398 | 2025.04.30 22:39:17.278367 [ 191 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
| 2399 | 2025.04.30 22:39:17.278780 [ 191 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
| 2400 | 2025.04.30 22:39:17.278853 [ 191 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
| 2401 | 2025.04.30 22:39:17.279253 [ 191 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
| 2402 | 2025.04.30 22:39:17.280009 [ 259 ] {3bdefa8e-0dad-4e4d-916c-625261bc080c} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2403 | 2025.04.30 22:39:17.280073 [ 259 ] {3bdefa8e-0dad-4e4d-916c-625261bc080c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2404 | 2025.04.30 22:39:17.281032 [ 259 ] {3bdefa8e-0dad-4e4d-916c-625261bc080c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2405 | 2025.04.30 22:39:17.281667 [ 259 ] {3bdefa8e-0dad-4e4d-916c-625261bc080c} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2406 | 2025.04.30 22:39:17.281915 [ 193 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.004769413 sec., 7548.098686358258 rows/sec., 394.36 KiB/sec. | ||
| 2407 | 2025.04.30 22:39:17.282138 [ 259 ] {3bdefa8e-0dad-4e4d-916c-625261bc080c} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.004724 sec., 51227.77307366639 rows/sec., 3.44 MiB/sec. | ||
| 2408 | 2025.04.30 22:39:17.282249 [ 259 ] {3bdefa8e-0dad-4e4d-916c-625261bc080c} <Debug> TCPHandler: Processed in 0.005086494 sec. | ||
| 2409 | 2025.04.30 22:39:17.282258 [ 189 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2410 | 2025.04.30 22:39:17.282442 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2411 | 2025.04.30 22:39:17.282630 [ 259 ] {b5792d05-57b8-457c-870b-e1cd697de2eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2412 | 2025.04.30 22:39:17.282720 [ 259 ] {b5792d05-57b8-457c-870b-e1cd697de2eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2413 | 2025.04.30 22:39:17.282859 [ 189 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_6_1} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2414 | 2025.04.30 22:39:17.283099 [ 189 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_6_1} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2415 | 2025.04.30 22:39:17.283274 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2416 | 2025.04.30 22:39:17.283508 [ 259 ] {b5792d05-57b8-457c-870b-e1cd697de2eb} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2417 | 2025.04.30 22:39:17.283552 [ 259 ] {b5792d05-57b8-457c-870b-e1cd697de2eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2418 | 2025.04.30 22:39:17.283905 [ 259 ] {b5792d05-57b8-457c-870b-e1cd697de2eb} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2419 | 2025.04.30 22:39:17.284152 [ 259 ] {b5792d05-57b8-457c-870b-e1cd697de2eb} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2420 | 2025.04.30 22:39:17.284350 [ 259 ] {b5792d05-57b8-457c-870b-e1cd697de2eb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001772 sec., 564.3340857787811 rows/sec., 38.03 KiB/sec. | ||
| 2421 | 2025.04.30 22:39:17.284402 [ 259 ] {b5792d05-57b8-457c-870b-e1cd697de2eb} <Debug> TCPHandler: Processed in 0.00203717 sec. | ||
| 2422 | 2025.04.30 22:39:17.284523 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2423 | 2025.04.30 22:39:17.284627 [ 259 ] {aa459653-c033-4add-b216-96f923f1e4cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2424 | 2025.04.30 22:39:17.284693 [ 259 ] {aa459653-c033-4add-b216-96f923f1e4cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2425 | 2025.04.30 22:39:17.285710 [ 259 ] {aa459653-c033-4add-b216-96f923f1e4cb} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2426 | 2025.04.30 22:39:17.285750 [ 259 ] {aa459653-c033-4add-b216-96f923f1e4cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2427 | 2025.04.30 22:39:17.286347 [ 259 ] {aa459653-c033-4add-b216-96f923f1e4cb} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2428 | 2025.04.30 22:39:17.286608 [ 259 ] {aa459653-c033-4add-b216-96f923f1e4cb} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2429 | 2025.04.30 22:39:17.286831 [ 259 ] {aa459653-c033-4add-b216-96f923f1e4cb} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002225 sec., 3595.5056179775283 rows/sec., 6.44 MiB/sec. | ||
| 2430 | 2025.04.30 22:39:17.286923 [ 259 ] {aa459653-c033-4add-b216-96f923f1e4cb} <Debug> TCPHandler: Processed in 0.002451194 sec. | ||
| 2431 | 2025.04.30 22:39:17.287046 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2432 | 2025.04.30 22:39:17.287152 [ 259 ] {7a89fe45-528c-43e1-aad1-8f3fbbebedef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2433 | 2025.04.30 22:39:17.287197 [ 259 ] {7a89fe45-528c-43e1-aad1-8f3fbbebedef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2434 | 2025.04.30 22:39:17.287620 [ 259 ] {7a89fe45-528c-43e1-aad1-8f3fbbebedef} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2435 | 2025.04.30 22:39:17.287658 [ 259 ] {7a89fe45-528c-43e1-aad1-8f3fbbebedef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2436 | 2025.04.30 22:39:17.288131 [ 259 ] {7a89fe45-528c-43e1-aad1-8f3fbbebedef} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2437 | 2025.04.30 22:39:17.288449 [ 259 ] {7a89fe45-528c-43e1-aad1-8f3fbbebedef} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2438 | 2025.04.30 22:39:17.288652 [ 259 ] {7a89fe45-528c-43e1-aad1-8f3fbbebedef} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001522 sec., 53876.47831800263 rows/sec., 3.42 MiB/sec. | ||
| 2439 | 2025.04.30 22:39:17.288702 [ 259 ] {7a89fe45-528c-43e1-aad1-8f3fbbebedef} <Debug> TCPHandler: Processed in 0.001707339 sec. | ||
| 2440 | 2025.04.30 22:39:17.979257 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 | ||
| 2441 | 2025.04.30 22:39:17.979947 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2442 | 2025.04.30 22:39:17.980003 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2443 | 2025.04.30 22:39:17.980569 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2444 | 2025.04.30 22:39:17.980843 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2445 | 2025.04.30 22:39:17.981038 [ 133 ] {} <Debug> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2446 | 2025.04.30 22:39:17.981090 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 | ||
| 2447 | 2025.04.30 22:39:17.981134 [ 133 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2448 | 2025.04.30 22:39:17.981168 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2449 | 2025.04.30 22:39:17.981621 [ 193 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 2450 | 2025.04.30 22:39:17.981872 [ 193 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2451 | 2025.04.30 22:39:17.981943 [ 193 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 2452 | 2025.04.30 22:39:17.982095 [ 193 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 427 rows starting from the beginning of the part | ||
| 2453 | 2025.04.30 22:39:17.982388 [ 193 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 488 rows starting from the beginning of the part | ||
| 2454 | 2025.04.30 22:39:17.982537 [ 193 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 427 rows starting from the beginning of the part | ||
| 2455 | 2025.04.30 22:39:17.982733 [ 193 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 488 rows starting from the beginning of the part | ||
| 2456 | 2025.04.30 22:39:17.982876 [ 193 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 427 rows starting from the beginning of the part | ||
| 2457 | 2025.04.30 22:39:17.984693 [ 191 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.003403347 sec., 1487653.183762925 rows/sec., 21.28 MiB/sec. | ||
| 2458 | 2025.04.30 22:39:17.985644 [ 191 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2459 | 2025.04.30 22:39:17.985985 [ 191 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_11_2} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2460 | 2025.04.30 22:39:17.986077 [ 191 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_11_2} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2461 | 2025.04.30 22:39:17.986188 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 2462 | 2025.04.30 22:39:18.274805 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2463 | 2025.04.30 22:39:18.295937 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2464 | 2025.04.30 22:39:18.295990 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2465 | 2025.04.30 22:39:18.303238 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2466 | 2025.04.30 22:39:18.303979 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2467 | 2025.04.30 22:39:18.304344 [ 133 ] {} <Debug> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2468 | 2025.04.30 22:39:18.304472 [ 133 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2469 | 2025.04.30 22:39:18.304540 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2470 | 2025.04.30 22:39:18.305147 [ 187 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 2471 | 2025.04.30 22:39:18.318881 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2472 | 2025.04.30 22:39:18.320589 [ 187 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2473 | 2025.04.30 22:39:18.321801 [ 187 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 2474 | 2025.04.30 22:39:18.326988 [ 187 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 2475 | 2025.04.30 22:39:18.332302 [ 187 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 2476 | 2025.04.30 22:39:18.337579 [ 187 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 2477 | 2025.04.30 22:39:18.343273 [ 187 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 2478 | 2025.04.30 22:39:18.347860 [ 187 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 2479 | 2025.04.30 22:39:18.403429 [ 187 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.098707149 sec., 840.8712118713914 rows/sec., 4.35 MiB/sec. | ||
| 2480 | 2025.04.30 22:39:18.405952 [ 188 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2481 | 2025.04.30 22:39:18.408800 [ 188 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_11_2} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2482 | 2025.04.30 22:39:18.408922 [ 188 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_11_2} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2483 | 2025.04.30 22:39:18.411349 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2484 | 2025.04.30 22:39:19.001111 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.84 MiB, peak 179.74 MiB, free memory in arenas 0.00 B, will set to 171.48 MiB (RSS), difference: 1.64 MiB | ||
| 2485 | 2025.04.30 22:39:22.251877 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2486 | 2025.04.30 22:39:22.252101 [ 259 ] {eb270dbe-46ad-4b36-ac40-99fb9e7a4c37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2487 | 2025.04.30 22:39:22.252182 [ 259 ] {eb270dbe-46ad-4b36-ac40-99fb9e7a4c37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2488 | 2025.04.30 22:39:22.253007 [ 259 ] {eb270dbe-46ad-4b36-ac40-99fb9e7a4c37} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2489 | 2025.04.30 22:39:22.253048 [ 259 ] {eb270dbe-46ad-4b36-ac40-99fb9e7a4c37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2490 | 2025.04.30 22:39:22.253491 [ 259 ] {eb270dbe-46ad-4b36-ac40-99fb9e7a4c37} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2491 | 2025.04.30 22:39:22.253767 [ 259 ] {eb270dbe-46ad-4b36-ac40-99fb9e7a4c37} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2492 | 2025.04.30 22:39:22.253965 [ 259 ] {eb270dbe-46ad-4b36-ac40-99fb9e7a4c37} <Debug> executeQuery: Read 118 rows, 10.24 KiB in 0.00192 sec., 61458.33333333333 rows/sec., 5.21 MiB/sec. | ||
| 2493 | 2025.04.30 22:39:22.254021 [ 259 ] {eb270dbe-46ad-4b36-ac40-99fb9e7a4c37} <Debug> TCPHandler: Processed in 0.002277648 sec. | ||
| 2494 | 2025.04.30 22:39:22.254151 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2495 | 2025.04.30 22:39:22.254258 [ 259 ] {a372fd84-5a2d-4130-885b-c8d30a71a19c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2496 | 2025.04.30 22:39:22.254305 [ 259 ] {a372fd84-5a2d-4130-885b-c8d30a71a19c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2497 | 2025.04.30 22:39:22.254821 [ 259 ] {a372fd84-5a2d-4130-885b-c8d30a71a19c} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2498 | 2025.04.30 22:39:22.254943 [ 259 ] {a372fd84-5a2d-4130-885b-c8d30a71a19c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2499 | 2025.04.30 22:39:22.255291 [ 259 ] {a372fd84-5a2d-4130-885b-c8d30a71a19c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2500 | 2025.04.30 22:39:22.255561 [ 259 ] {a372fd84-5a2d-4130-885b-c8d30a71a19c} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2501 | 2025.04.30 22:39:22.255735 [ 259 ] {a372fd84-5a2d-4130-885b-c8d30a71a19c} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001498 sec., 20694.25901201602 rows/sec., 1.52 MiB/sec. | ||
| 2502 | 2025.04.30 22:39:22.255786 [ 259 ] {a372fd84-5a2d-4130-885b-c8d30a71a19c} <Debug> TCPHandler: Processed in 0.001687048 sec. | ||
| 2503 | 2025.04.30 22:39:22.255903 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2504 | 2025.04.30 22:39:22.256008 [ 259 ] {3b9ed070-d92a-438c-8c61-372f18369186} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2505 | 2025.04.30 22:39:22.256052 [ 259 ] {3b9ed070-d92a-438c-8c61-372f18369186} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2506 | 2025.04.30 22:39:22.256680 [ 259 ] {3b9ed070-d92a-438c-8c61-372f18369186} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2507 | 2025.04.30 22:39:22.256719 [ 259 ] {3b9ed070-d92a-438c-8c61-372f18369186} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2508 | 2025.04.30 22:39:22.257080 [ 259 ] {3b9ed070-d92a-438c-8c61-372f18369186} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2509 | 2025.04.30 22:39:22.257333 [ 259 ] {3b9ed070-d92a-438c-8c61-372f18369186} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2510 | 2025.04.30 22:39:22.257502 [ 259 ] {3b9ed070-d92a-438c-8c61-372f18369186} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001516 sec., 62664.90765171504 rows/sec., 4.89 MiB/sec. | ||
| 2511 | 2025.04.30 22:39:22.257553 [ 259 ] {3b9ed070-d92a-438c-8c61-372f18369186} <Debug> TCPHandler: Processed in 0.001703358 sec. | ||
| 2512 | 2025.04.30 22:39:22.257673 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2513 | 2025.04.30 22:39:22.257780 [ 259 ] {26cbfcea-cc5d-4718-a7b3-0d26463be34a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2514 | 2025.04.30 22:39:22.257830 [ 259 ] {26cbfcea-cc5d-4718-a7b3-0d26463be34a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2515 | 2025.04.30 22:39:22.258328 [ 259 ] {26cbfcea-cc5d-4718-a7b3-0d26463be34a} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2516 | 2025.04.30 22:39:22.258365 [ 259 ] {26cbfcea-cc5d-4718-a7b3-0d26463be34a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2517 | 2025.04.30 22:39:22.258748 [ 259 ] {26cbfcea-cc5d-4718-a7b3-0d26463be34a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2518 | 2025.04.30 22:39:22.259002 [ 259 ] {26cbfcea-cc5d-4718-a7b3-0d26463be34a} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2519 | 2025.04.30 22:39:22.259199 [ 259 ] {26cbfcea-cc5d-4718-a7b3-0d26463be34a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001433 sec., 111653.87299371947 rows/sec., 7.78 MiB/sec. | ||
| 2520 | 2025.04.30 22:39:22.259319 [ 259 ] {26cbfcea-cc5d-4718-a7b3-0d26463be34a} <Debug> TCPHandler: Processed in 0.001688878 sec. | ||
| 2521 | 2025.04.30 22:39:22.259498 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2522 | 2025.04.30 22:39:22.259605 [ 259 ] {fba3b5ba-1de7-43bd-ac27-78e7ac91d1d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2523 | 2025.04.30 22:39:22.259679 [ 259 ] {fba3b5ba-1de7-43bd-ac27-78e7ac91d1d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2524 | 2025.04.30 22:39:22.260776 [ 259 ] {fba3b5ba-1de7-43bd-ac27-78e7ac91d1d4} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2525 | 2025.04.30 22:39:22.260815 [ 259 ] {fba3b5ba-1de7-43bd-ac27-78e7ac91d1d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2526 | 2025.04.30 22:39:22.261452 [ 259 ] {fba3b5ba-1de7-43bd-ac27-78e7ac91d1d4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2527 | 2025.04.30 22:39:22.261719 [ 259 ] {fba3b5ba-1de7-43bd-ac27-78e7ac91d1d4} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2528 | 2025.04.30 22:39:22.261904 [ 259 ] {fba3b5ba-1de7-43bd-ac27-78e7ac91d1d4} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002322 sec., 13350.55986218777 rows/sec., 23.92 MiB/sec. | ||
| 2529 | 2025.04.30 22:39:22.261994 [ 259 ] {fba3b5ba-1de7-43bd-ac27-78e7ac91d1d4} <Debug> TCPHandler: Processed in 0.002554188 sec. | ||
| 2530 | 2025.04.30 22:39:22.262117 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2531 | 2025.04.30 22:39:22.262223 [ 259 ] {67f4aa6a-21d1-4ebe-8d98-dcab82a3d112} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2532 | 2025.04.30 22:39:22.262271 [ 259 ] {67f4aa6a-21d1-4ebe-8d98-dcab82a3d112} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2533 | 2025.04.30 22:39:22.262693 [ 259 ] {67f4aa6a-21d1-4ebe-8d98-dcab82a3d112} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2534 | 2025.04.30 22:39:22.262730 [ 259 ] {67f4aa6a-21d1-4ebe-8d98-dcab82a3d112} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2535 | 2025.04.30 22:39:22.263111 [ 259 ] {67f4aa6a-21d1-4ebe-8d98-dcab82a3d112} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2536 | 2025.04.30 22:39:22.263357 [ 259 ] {67f4aa6a-21d1-4ebe-8d98-dcab82a3d112} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2537 | 2025.04.30 22:39:22.263524 [ 259 ] {67f4aa6a-21d1-4ebe-8d98-dcab82a3d112} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001323 sec., 45351.47392290249 rows/sec., 3.06 MiB/sec. | ||
| 2538 | 2025.04.30 22:39:22.263573 [ 259 ] {67f4aa6a-21d1-4ebe-8d98-dcab82a3d112} <Debug> TCPHandler: Processed in 0.001508432 sec. | ||
| 2539 | 2025.04.30 22:39:25.345757 [ 105 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2540 | 2025.04.30 22:39:25.345847 [ 105 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2541 | 2025.04.30 22:39:25.482185 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 | ||
| 2542 | 2025.04.30 22:39:25.482823 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2543 | 2025.04.30 22:39:25.482872 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2544 | 2025.04.30 22:39:25.483504 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2545 | 2025.04.30 22:39:25.483771 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2546 | 2025.04.30 22:39:25.483973 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2547 | 2025.04.30 22:39:25.491226 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 374 | ||
| 2548 | 2025.04.30 22:39:25.494433 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2549 | 2025.04.30 22:39:25.494487 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2550 | 2025.04.30 22:39:25.495988 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2551 | 2025.04.30 22:39:25.496309 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2552 | 2025.04.30 22:39:25.496814 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 374 | ||
| 2553 | 2025.04.30 22:39:25.819945 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2554 | 2025.04.30 22:39:25.838467 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2555 | 2025.04.30 22:39:25.838523 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2556 | 2025.04.30 22:39:25.845688 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2557 | 2025.04.30 22:39:25.846445 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2558 | 2025.04.30 22:39:25.849162 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2559 | 2025.04.30 22:39:27.255201 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2560 | 2025.04.30 22:39:27.255411 [ 259 ] {97cfb7fc-87af-4263-8300-c6b6ec2cd471} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2561 | 2025.04.30 22:39:27.255492 [ 259 ] {97cfb7fc-87af-4263-8300-c6b6ec2cd471} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2562 | 2025.04.30 22:39:27.256340 [ 259 ] {97cfb7fc-87af-4263-8300-c6b6ec2cd471} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2563 | 2025.04.30 22:39:27.256393 [ 259 ] {97cfb7fc-87af-4263-8300-c6b6ec2cd471} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2564 | 2025.04.30 22:39:27.256867 [ 259 ] {97cfb7fc-87af-4263-8300-c6b6ec2cd471} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2565 | 2025.04.30 22:39:27.257144 [ 259 ] {97cfb7fc-87af-4263-8300-c6b6ec2cd471} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2566 | 2025.04.30 22:39:27.257363 [ 259 ] {97cfb7fc-87af-4263-8300-c6b6ec2cd471} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002009 sec., 105525.13688402191 rows/sec., 6.71 MiB/sec. | ||
| 2567 | 2025.04.30 22:39:27.257419 [ 259 ] {97cfb7fc-87af-4263-8300-c6b6ec2cd471} <Debug> TCPHandler: Processed in 0.002357451 sec. | ||
| 2568 | 2025.04.30 22:39:27.257552 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2569 | 2025.04.30 22:39:27.257659 [ 259 ] {64a6b388-8ddb-4598-85ef-d2de8eb08c5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2570 | 2025.04.30 22:39:27.257706 [ 259 ] {64a6b388-8ddb-4598-85ef-d2de8eb08c5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2571 | 2025.04.30 22:39:27.258527 [ 259 ] {64a6b388-8ddb-4598-85ef-d2de8eb08c5c} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2572 | 2025.04.30 22:39:27.258567 [ 259 ] {64a6b388-8ddb-4598-85ef-d2de8eb08c5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2573 | 2025.04.30 22:39:27.258983 [ 259 ] {64a6b388-8ddb-4598-85ef-d2de8eb08c5c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2574 | 2025.04.30 22:39:27.259240 [ 259 ] {64a6b388-8ddb-4598-85ef-d2de8eb08c5c} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2575 | 2025.04.30 22:39:27.259411 [ 259 ] {64a6b388-8ddb-4598-85ef-d2de8eb08c5c} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001773 sec., 357021.99661590526 rows/sec., 28.08 MiB/sec. | ||
| 2576 | 2025.04.30 22:39:27.259462 [ 259 ] {64a6b388-8ddb-4598-85ef-d2de8eb08c5c} <Debug> TCPHandler: Processed in 0.001961337 sec. | ||
| 2577 | 2025.04.30 22:39:27.259575 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2578 | 2025.04.30 22:39:27.259680 [ 259 ] {2320ebce-3f48-410d-b377-30226d1a316c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2579 | 2025.04.30 22:39:27.259727 [ 259 ] {2320ebce-3f48-410d-b377-30226d1a316c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2580 | 2025.04.30 22:39:27.260269 [ 259 ] {2320ebce-3f48-410d-b377-30226d1a316c} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2581 | 2025.04.30 22:39:27.260307 [ 259 ] {2320ebce-3f48-410d-b377-30226d1a316c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2582 | 2025.04.30 22:39:27.260693 [ 259 ] {2320ebce-3f48-410d-b377-30226d1a316c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2583 | 2025.04.30 22:39:27.260954 [ 259 ] {2320ebce-3f48-410d-b377-30226d1a316c} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2584 | 2025.04.30 22:39:27.261118 [ 259 ] {2320ebce-3f48-410d-b377-30226d1a316c} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001459 sec., 78135.70938999315 rows/sec., 4.68 MiB/sec. | ||
| 2585 | 2025.04.30 22:39:27.261169 [ 259 ] {2320ebce-3f48-410d-b377-30226d1a316c} <Debug> TCPHandler: Processed in 0.001643427 sec. | ||
| 2586 | 2025.04.30 22:39:27.261287 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2587 | 2025.04.30 22:39:27.261391 [ 259 ] {b803f896-fc1a-44c7-8bdd-e2720df3ff83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2588 | 2025.04.30 22:39:27.261437 [ 259 ] {b803f896-fc1a-44c7-8bdd-e2720df3ff83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2589 | 2025.04.30 22:39:27.261977 [ 259 ] {b803f896-fc1a-44c7-8bdd-e2720df3ff83} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2590 | 2025.04.30 22:39:27.262016 [ 259 ] {b803f896-fc1a-44c7-8bdd-e2720df3ff83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2591 | 2025.04.30 22:39:27.262380 [ 259 ] {b803f896-fc1a-44c7-8bdd-e2720df3ff83} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2592 | 2025.04.30 22:39:27.262641 [ 259 ] {b803f896-fc1a-44c7-8bdd-e2720df3ff83} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2593 | 2025.04.30 22:39:27.262804 [ 259 ] {b803f896-fc1a-44c7-8bdd-e2720df3ff83} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001435 sec., 78745.64459930314 rows/sec., 5.10 MiB/sec. | ||
| 2594 | 2025.04.30 22:39:27.262854 [ 259 ] {b803f896-fc1a-44c7-8bdd-e2720df3ff83} <Debug> TCPHandler: Processed in 0.001618696 sec. | ||
| 2595 | 2025.04.30 22:39:27.262973 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2596 | 2025.04.30 22:39:27.263080 [ 259 ] {efb034f5-d26c-4ad3-b8a4-c0510b588554} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2597 | 2025.04.30 22:39:27.263126 [ 259 ] {efb034f5-d26c-4ad3-b8a4-c0510b588554} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2598 | 2025.04.30 22:39:27.263653 [ 259 ] {efb034f5-d26c-4ad3-b8a4-c0510b588554} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2599 | 2025.04.30 22:39:27.263692 [ 259 ] {efb034f5-d26c-4ad3-b8a4-c0510b588554} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2600 | 2025.04.30 22:39:27.264053 [ 259 ] {efb034f5-d26c-4ad3-b8a4-c0510b588554} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2601 | 2025.04.30 22:39:27.264306 [ 259 ] {efb034f5-d26c-4ad3-b8a4-c0510b588554} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2602 | 2025.04.30 22:39:27.264516 [ 259 ] {efb034f5-d26c-4ad3-b8a4-c0510b588554} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001453 sec., 77081.89951823812 rows/sec., 4.39 MiB/sec. | ||
| 2603 | 2025.04.30 22:39:27.264705 [ 259 ] {efb034f5-d26c-4ad3-b8a4-c0510b588554} <Debug> TCPHandler: Processed in 0.001779261 sec. | ||
| 2604 | 2025.04.30 22:39:27.264831 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2605 | 2025.04.30 22:39:27.264938 [ 259 ] {b7b8e633-c6b1-43dd-bcb5-ba2329456e8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2606 | 2025.04.30 22:39:27.264984 [ 259 ] {b7b8e633-c6b1-43dd-bcb5-ba2329456e8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2607 | 2025.04.30 22:39:27.265632 [ 259 ] {b7b8e633-c6b1-43dd-bcb5-ba2329456e8e} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2608 | 2025.04.30 22:39:27.265670 [ 259 ] {b7b8e633-c6b1-43dd-bcb5-ba2329456e8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2609 | 2025.04.30 22:39:27.266051 [ 259 ] {b7b8e633-c6b1-43dd-bcb5-ba2329456e8e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2610 | 2025.04.30 22:39:27.266328 [ 259 ] {b7b8e633-c6b1-43dd-bcb5-ba2329456e8e} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2611 | 2025.04.30 22:39:27.266492 [ 259 ] {b7b8e633-c6b1-43dd-bcb5-ba2329456e8e} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001576 sec., 247461.92893401015 rows/sec., 17.49 MiB/sec. | ||
| 2612 | 2025.04.30 22:39:27.266543 [ 259 ] {b7b8e633-c6b1-43dd-bcb5-ba2329456e8e} <Debug> TCPHandler: Processed in 0.00176426 sec. | ||
| 2613 | 2025.04.30 22:39:27.266660 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2614 | 2025.04.30 22:39:27.266764 [ 259 ] {091c21c6-902c-4f4f-bcd6-e48f5a87bd9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2615 | 2025.04.30 22:39:27.266811 [ 259 ] {091c21c6-902c-4f4f-bcd6-e48f5a87bd9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2616 | 2025.04.30 22:39:27.267224 [ 259 ] {091c21c6-902c-4f4f-bcd6-e48f5a87bd9f} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2617 | 2025.04.30 22:39:27.267262 [ 259 ] {091c21c6-902c-4f4f-bcd6-e48f5a87bd9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2618 | 2025.04.30 22:39:27.267617 [ 259 ] {091c21c6-902c-4f4f-bcd6-e48f5a87bd9f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2619 | 2025.04.30 22:39:27.267867 [ 259 ] {091c21c6-902c-4f4f-bcd6-e48f5a87bd9f} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2620 | 2025.04.30 22:39:27.268067 [ 259 ] {091c21c6-902c-4f4f-bcd6-e48f5a87bd9f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001321 sec., 4542.013626040878 rows/sec., 237.30 KiB/sec. | ||
| 2621 | 2025.04.30 22:39:27.268230 [ 259 ] {091c21c6-902c-4f4f-bcd6-e48f5a87bd9f} <Debug> TCPHandler: Processed in 0.001620216 sec. | ||
| 2622 | 2025.04.30 22:39:27.268361 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2623 | 2025.04.30 22:39:27.268475 [ 259 ] {f2e0dd4d-ccf6-442d-8ef1-7491ba9da95b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2624 | 2025.04.30 22:39:27.268522 [ 259 ] {f2e0dd4d-ccf6-442d-8ef1-7491ba9da95b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2625 | 2025.04.30 22:39:27.269048 [ 259 ] {f2e0dd4d-ccf6-442d-8ef1-7491ba9da95b} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2626 | 2025.04.30 22:39:27.269085 [ 259 ] {f2e0dd4d-ccf6-442d-8ef1-7491ba9da95b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2627 | 2025.04.30 22:39:27.269475 [ 259 ] {f2e0dd4d-ccf6-442d-8ef1-7491ba9da95b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2628 | 2025.04.30 22:39:27.269713 [ 259 ] {f2e0dd4d-ccf6-442d-8ef1-7491ba9da95b} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2629 | 2025.04.30 22:39:27.269877 [ 259 ] {f2e0dd4d-ccf6-442d-8ef1-7491ba9da95b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001424 sec., 166432.58426966294 rows/sec., 11.16 MiB/sec. | ||
| 2630 | 2025.04.30 22:39:27.269927 [ 259 ] {f2e0dd4d-ccf6-442d-8ef1-7491ba9da95b} <Debug> TCPHandler: Processed in 0.001618405 sec. | ||
| 2631 | 2025.04.30 22:39:27.270054 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2632 | 2025.04.30 22:39:27.270168 [ 259 ] {8bf4d953-052b-464f-b4d0-af27ffbe1a9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2633 | 2025.04.30 22:39:27.270216 [ 259 ] {8bf4d953-052b-464f-b4d0-af27ffbe1a9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2634 | 2025.04.30 22:39:27.270620 [ 259 ] {8bf4d953-052b-464f-b4d0-af27ffbe1a9a} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2635 | 2025.04.30 22:39:27.270658 [ 259 ] {8bf4d953-052b-464f-b4d0-af27ffbe1a9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2636 | 2025.04.30 22:39:27.271018 [ 259 ] {8bf4d953-052b-464f-b4d0-af27ffbe1a9a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2637 | 2025.04.30 22:39:27.271263 [ 259 ] {8bf4d953-052b-464f-b4d0-af27ffbe1a9a} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2638 | 2025.04.30 22:39:27.271432 [ 259 ] {8bf4d953-052b-464f-b4d0-af27ffbe1a9a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001287 sec., 777.000777000777 rows/sec., 52.36 KiB/sec. | ||
| 2639 | 2025.04.30 22:39:27.271480 [ 259 ] {8bf4d953-052b-464f-b4d0-af27ffbe1a9a} <Debug> TCPHandler: Processed in 0.001478211 sec. | ||
| 2640 | 2025.04.30 22:39:27.271593 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2641 | 2025.04.30 22:39:27.271697 [ 259 ] {75f9cc20-7758-4192-a965-cc9d2ddf3e2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2642 | 2025.04.30 22:39:27.271764 [ 259 ] {75f9cc20-7758-4192-a965-cc9d2ddf3e2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2643 | 2025.04.30 22:39:27.272768 [ 259 ] {75f9cc20-7758-4192-a965-cc9d2ddf3e2c} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2644 | 2025.04.30 22:39:27.272804 [ 259 ] {75f9cc20-7758-4192-a965-cc9d2ddf3e2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2645 | 2025.04.30 22:39:27.273392 [ 259 ] {75f9cc20-7758-4192-a965-cc9d2ddf3e2c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2646 | 2025.04.30 22:39:27.273647 [ 259 ] {75f9cc20-7758-4192-a965-cc9d2ddf3e2c} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2647 | 2025.04.30 22:39:27.273835 [ 259 ] {75f9cc20-7758-4192-a965-cc9d2ddf3e2c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00216 sec., 3703.7037037037035 rows/sec., 6.64 MiB/sec. | ||
| 2648 | 2025.04.30 22:39:27.273932 [ 259 ] {75f9cc20-7758-4192-a965-cc9d2ddf3e2c} <Debug> TCPHandler: Processed in 0.002390882 sec. | ||
| 2649 | 2025.04.30 22:39:27.274045 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2650 | 2025.04.30 22:39:27.274149 [ 259 ] {b4c29b18-6b9e-4611-920a-0e6fabbbc710} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2651 | 2025.04.30 22:39:27.274196 [ 259 ] {b4c29b18-6b9e-4611-920a-0e6fabbbc710} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2652 | 2025.04.30 22:39:27.274620 [ 259 ] {b4c29b18-6b9e-4611-920a-0e6fabbbc710} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2653 | 2025.04.30 22:39:27.274657 [ 259 ] {b4c29b18-6b9e-4611-920a-0e6fabbbc710} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2654 | 2025.04.30 22:39:27.275009 [ 259 ] {b4c29b18-6b9e-4611-920a-0e6fabbbc710} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2655 | 2025.04.30 22:39:27.275241 [ 259 ] {b4c29b18-6b9e-4611-920a-0e6fabbbc710} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2656 | 2025.04.30 22:39:27.275458 [ 259 ] {b4c29b18-6b9e-4611-920a-0e6fabbbc710} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001321 sec., 62074.186222558674 rows/sec., 3.94 MiB/sec. | ||
| 2657 | 2025.04.30 22:39:27.275644 [ 259 ] {b4c29b18-6b9e-4611-920a-0e6fabbbc710} <Debug> TCPHandler: Processed in 0.001646827 sec. | ||
| 2658 | 2025.04.30 22:39:32.251870 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2659 | 2025.04.30 22:39:32.252090 [ 259 ] {05c998ad-996a-45c9-9613-4377bf19fe59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2660 | 2025.04.30 22:39:32.252167 [ 259 ] {05c998ad-996a-45c9-9613-4377bf19fe59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2661 | 2025.04.30 22:39:32.253033 [ 259 ] {05c998ad-996a-45c9-9613-4377bf19fe59} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2662 | 2025.04.30 22:39:32.253074 [ 259 ] {05c998ad-996a-45c9-9613-4377bf19fe59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2663 | 2025.04.30 22:39:32.253501 [ 259 ] {05c998ad-996a-45c9-9613-4377bf19fe59} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2664 | 2025.04.30 22:39:32.253753 [ 259 ] {05c998ad-996a-45c9-9613-4377bf19fe59} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2665 | 2025.04.30 22:39:32.253893 [ 29 ] {} <Debug> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2666 | 2025.04.30 22:39:32.253938 [ 29 ] {} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2667 | 2025.04.30 22:39:32.253957 [ 259 ] {05c998ad-996a-45c9-9613-4377bf19fe59} <Debug> executeQuery: Read 118 rows, 10.24 KiB in 0.001922 sec., 61394.380853277835 rows/sec., 5.20 MiB/sec. | ||
| 2668 | 2025.04.30 22:39:32.253964 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2669 | 2025.04.30 22:39:32.254043 [ 259 ] {05c998ad-996a-45c9-9613-4377bf19fe59} <Debug> TCPHandler: Processed in 0.002306029 sec. | ||
| 2670 | 2025.04.30 22:39:32.254140 [ 186 ] {d4e73ecb-69f6-409c-bee6-1454de550956::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 | ||
| 2671 | 2025.04.30 22:39:32.254183 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2672 | 2025.04.30 22:39:32.254291 [ 186 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2673 | 2025.04.30 22:39:32.254321 [ 259 ] {8d8e15e2-70bd-4b6e-b1f7-bbfb9deac600} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2674 | 2025.04.30 22:39:32.254337 [ 186 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 633 rows starting from the beginning of the part | ||
| 2675 | 2025.04.30 22:39:32.254374 [ 259 ] {8d8e15e2-70bd-4b6e-b1f7-bbfb9deac600} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2676 | 2025.04.30 22:39:32.254604 [ 186 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 118 rows starting from the beginning of the part | ||
| 2677 | 2025.04.30 22:39:32.254971 [ 186 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 638 rows starting from the beginning of the part | ||
| 2678 | 2025.04.30 22:39:32.255352 [ 186 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 118 rows starting from the beginning of the part | ||
| 2679 | 2025.04.30 22:39:32.255691 [ 186 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 633 rows starting from the beginning of the part | ||
| 2680 | 2025.04.30 22:39:32.256025 [ 186 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 118 rows starting from the beginning of the part | ||
| 2681 | 2025.04.30 22:39:32.256774 [ 259 ] {8d8e15e2-70bd-4b6e-b1f7-bbfb9deac600} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2682 | 2025.04.30 22:39:32.256821 [ 259 ] {8d8e15e2-70bd-4b6e-b1f7-bbfb9deac600} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2683 | 2025.04.30 22:39:32.257434 [ 259 ] {8d8e15e2-70bd-4b6e-b1f7-bbfb9deac600} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2684 | 2025.04.30 22:39:32.257735 [ 259 ] {8d8e15e2-70bd-4b6e-b1f7-bbfb9deac600} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2685 | 2025.04.30 22:39:32.257868 [ 29 ] {} <Debug> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 2686 | 2025.04.30 22:39:32.257906 [ 29 ] {} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2687 | 2025.04.30 22:39:32.257954 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2688 | 2025.04.30 22:39:32.257986 [ 259 ] {8d8e15e2-70bd-4b6e-b1f7-bbfb9deac600} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.00368 sec., 8423.91304347826 rows/sec., 633.44 KiB/sec. | ||
| 2689 | 2025.04.30 22:39:32.258453 [ 259 ] {8d8e15e2-70bd-4b6e-b1f7-bbfb9deac600} <Debug> TCPHandler: Processed in 0.004315008 sec. | ||
| 2690 | 2025.04.30 22:39:32.258519 [ 188 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
| 2691 | 2025.04.30 22:39:32.258749 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2692 | 2025.04.30 22:39:32.258801 [ 199 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2258 rows, containing 5 columns (5 merged, 0 gathered) in 0.004727792 sec., 477601.3834787994 rows/sec., 39.83 MiB/sec. | ||
| 2693 | 2025.04.30 22:39:32.258849 [ 188 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2694 | 2025.04.30 22:39:32.258964 [ 188 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 114 rows starting from the beginning of the part | ||
| 2695 | 2025.04.30 22:39:32.258989 [ 259 ] {020f6e5a-cb00-4f7e-ab5a-e774239c0416} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2696 | 2025.04.30 22:39:32.259158 [ 259 ] {020f6e5a-cb00-4f7e-ab5a-e774239c0416} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2697 | 2025.04.30 22:39:32.259335 [ 188 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 31 rows starting from the beginning of the part | ||
| 2698 | 2025.04.30 22:39:32.259561 [ 195 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2699 | 2025.04.30 22:39:32.259752 [ 188 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 124 rows starting from the beginning of the part | ||
| 2700 | 2025.04.30 22:39:32.260190 [ 188 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 31 rows starting from the beginning of the part | ||
| 2701 | 2025.04.30 22:39:32.260596 [ 188 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 114 rows starting from the beginning of the part | ||
| 2702 | 2025.04.30 22:39:32.261013 [ 188 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 31 rows starting from the beginning of the part | ||
| 2703 | 2025.04.30 22:39:32.262072 [ 195 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_16_3} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2704 | 2025.04.30 22:39:32.262501 [ 195 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_16_3} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2705 | 2025.04.30 22:39:32.262764 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
| 2706 | 2025.04.30 22:39:32.263081 [ 259 ] {020f6e5a-cb00-4f7e-ab5a-e774239c0416} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2707 | 2025.04.30 22:39:32.263175 [ 259 ] {020f6e5a-cb00-4f7e-ab5a-e774239c0416} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2708 | 2025.04.30 22:39:32.264267 [ 259 ] {020f6e5a-cb00-4f7e-ab5a-e774239c0416} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2709 | 2025.04.30 22:39:32.264504 [ 188 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 445 rows, containing 5 columns (5 merged, 0 gathered) in 0.006439981 sec., 69099.58274721618 rows/sec., 4.61 MiB/sec. | ||
| 2710 | 2025.04.30 22:39:32.264736 [ 195 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 2711 | 2025.04.30 22:39:32.264747 [ 259 ] {020f6e5a-cb00-4f7e-ab5a-e774239c0416} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2712 | 2025.04.30 22:39:32.265034 [ 29 ] {} <Debug> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2713 | 2025.04.30 22:39:32.265114 [ 29 ] {} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2714 | 2025.04.30 22:39:32.265174 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2715 | 2025.04.30 22:39:32.265303 [ 259 ] {020f6e5a-cb00-4f7e-ab5a-e774239c0416} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.006346 sec., 14970.059880239522 rows/sec., 1.17 MiB/sec. | ||
| 2716 | 2025.04.30 22:39:32.265594 [ 195 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_10_2} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2717 | 2025.04.30 22:39:32.265648 [ 199 ] {e25d2b30-b306-449e-8756-7ab1229a4707::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 | ||
| 2718 | 2025.04.30 22:39:32.265693 [ 259 ] {020f6e5a-cb00-4f7e-ab5a-e774239c0416} <Debug> TCPHandler: Processed in 0.007030661 sec. | ||
| 2719 | 2025.04.30 22:39:32.265995 [ 195 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_10_2} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 2720 | 2025.04.30 22:39:32.266198 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2721 | 2025.04.30 22:39:32.266328 [ 199 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2722 | 2025.04.30 22:39:32.266358 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 2723 | 2025.04.30 22:39:32.266525 [ 199 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 390 rows starting from the beginning of the part | ||
| 2724 | 2025.04.30 22:39:32.266642 [ 259 ] {ca5351fe-a2ce-4834-ba38-84bb7b67995f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2725 | 2025.04.30 22:39:32.266829 [ 259 ] {ca5351fe-a2ce-4834-ba38-84bb7b67995f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2726 | 2025.04.30 22:39:32.266998 [ 199 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 113 rows starting from the beginning of the part | ||
| 2727 | 2025.04.30 22:39:32.267429 [ 199 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 400 rows starting from the beginning of the part | ||
| 2728 | 2025.04.30 22:39:32.267758 [ 199 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 95 rows starting from the beginning of the part | ||
| 2729 | 2025.04.30 22:39:32.268133 [ 199 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 390 rows starting from the beginning of the part | ||
| 2730 | 2025.04.30 22:39:32.268348 [ 199 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 95 rows starting from the beginning of the part | ||
| 2731 | 2025.04.30 22:39:32.269212 [ 259 ] {ca5351fe-a2ce-4834-ba38-84bb7b67995f} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2732 | 2025.04.30 22:39:32.269279 [ 259 ] {ca5351fe-a2ce-4834-ba38-84bb7b67995f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2733 | 2025.04.30 22:39:32.270245 [ 259 ] {ca5351fe-a2ce-4834-ba38-84bb7b67995f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2734 | 2025.04.30 22:39:32.270704 [ 259 ] {ca5351fe-a2ce-4834-ba38-84bb7b67995f} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2735 | 2025.04.30 22:39:32.270903 [ 29 ] {} <Debug> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2736 | 2025.04.30 22:39:32.271002 [ 29 ] {} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2737 | 2025.04.30 22:39:32.271088 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2738 | 2025.04.30 22:39:32.271365 [ 259 ] {ca5351fe-a2ce-4834-ba38-84bb7b67995f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004835 sec., 33092.037228541885 rows/sec., 2.30 MiB/sec. | ||
| 2739 | 2025.04.30 22:39:32.271755 [ 186 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::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 | ||
| 2740 | 2025.04.30 22:39:32.271772 [ 259 ] {ca5351fe-a2ce-4834-ba38-84bb7b67995f} <Debug> TCPHandler: Processed in 0.005751047 sec. | ||
| 2741 | 2025.04.30 22:39:32.271811 [ 198 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1483 rows, containing 5 columns (5 merged, 0 gathered) in 0.006502583 sec., 228063.21733994014 rows/sec., 17.35 MiB/sec. | ||
| 2742 | 2025.04.30 22:39:32.271944 [ 186 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2743 | 2025.04.30 22:39:32.271958 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2744 | 2025.04.30 22:39:32.271986 [ 186 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 2113 rows starting from the beginning of the part | ||
| 2745 | 2025.04.30 22:39:32.272045 [ 198 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2746 | 2025.04.30 22:39:32.272440 [ 186 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::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 | ||
| 2747 | 2025.04.30 22:39:32.272479 [ 259 ] {7b33ab7f-f4ef-4c86-9f52-96759b7b81f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2748 | 2025.04.30 22:39:32.272932 [ 186 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 242 rows starting from the beginning of the part | ||
| 2749 | 2025.04.30 22:39:32.273006 [ 259 ] {7b33ab7f-f4ef-4c86-9f52-96759b7b81f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2750 | 2025.04.30 22:39:32.273412 [ 186 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::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 | ||
| 2751 | 2025.04.30 22:39:32.273487 [ 198 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_16_3} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2752 | 2025.04.30 22:39:32.273913 [ 186 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 237 rows starting from the beginning of the part | ||
| 2753 | 2025.04.30 22:39:32.273935 [ 198 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_16_3} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2754 | 2025.04.30 22:39:32.274331 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 2755 | 2025.04.30 22:39:32.274414 [ 186 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part | ||
| 2756 | 2025.04.30 22:39:32.276521 [ 259 ] {7b33ab7f-f4ef-4c86-9f52-96759b7b81f2} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2757 | 2025.04.30 22:39:32.276561 [ 259 ] {7b33ab7f-f4ef-4c86-9f52-96759b7b81f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2758 | 2025.04.30 22:39:32.276945 [ 195 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3072 rows, containing 5 columns (5 merged, 0 gathered) in 0.005674154 sec., 541402.2953906433 rows/sec., 36.94 MiB/sec. | ||
| 2759 | 2025.04.30 22:39:32.277436 [ 195 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2760 | 2025.04.30 22:39:32.277650 [ 259 ] {7b33ab7f-f4ef-4c86-9f52-96759b7b81f2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2761 | 2025.04.30 22:39:32.278027 [ 195 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2762 | 2025.04.30 22:39:32.278222 [ 259 ] {7b33ab7f-f4ef-4c86-9f52-96759b7b81f2} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2763 | 2025.04.30 22:39:32.278252 [ 195 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2764 | 2025.04.30 22:39:32.278436 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 2765 | 2025.04.30 22:39:32.278779 [ 259 ] {7b33ab7f-f4ef-4c86-9f52-96759b7b81f2} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.006527 sec., 4749.502068331546 rows/sec., 8.51 MiB/sec. | ||
| 2766 | 2025.04.30 22:39:32.278903 [ 259 ] {7b33ab7f-f4ef-4c86-9f52-96759b7b81f2} <Debug> TCPHandler: Processed in 0.007012171 sec. | ||
| 2767 | 2025.04.30 22:39:32.279016 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2768 | 2025.04.30 22:39:32.279119 [ 259 ] {7ca08240-bc4c-401f-afbf-f883f9744b0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2769 | 2025.04.30 22:39:32.279164 [ 259 ] {7ca08240-bc4c-401f-afbf-f883f9744b0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2770 | 2025.04.30 22:39:32.279586 [ 259 ] {7ca08240-bc4c-401f-afbf-f883f9744b0f} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2771 | 2025.04.30 22:39:32.279623 [ 259 ] {7ca08240-bc4c-401f-afbf-f883f9744b0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2772 | 2025.04.30 22:39:32.279981 [ 259 ] {7ca08240-bc4c-401f-afbf-f883f9744b0f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2773 | 2025.04.30 22:39:32.280213 [ 259 ] {7ca08240-bc4c-401f-afbf-f883f9744b0f} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2774 | 2025.04.30 22:39:32.280332 [ 29 ] {} <Debug> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2775 | 2025.04.30 22:39:32.280368 [ 29 ] {} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2776 | 2025.04.30 22:39:32.280394 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2777 | 2025.04.30 22:39:32.280398 [ 259 ] {7ca08240-bc4c-401f-afbf-f883f9744b0f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001301 sec., 46118.370484242885 rows/sec., 3.11 MiB/sec. | ||
| 2778 | 2025.04.30 22:39:32.280573 [ 259 ] {7ca08240-bc4c-401f-afbf-f883f9744b0f} <Debug> TCPHandler: Processed in 0.001603005 sec. | ||
| 2779 | 2025.04.30 22:39:32.280681 [ 201 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::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 | ||
| 2780 | 2025.04.30 22:39:32.280844 [ 201 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2781 | 2025.04.30 22:39:32.280882 [ 201 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 758 rows starting from the beginning of the part | ||
| 2782 | 2025.04.30 22:39:32.281045 [ 201 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::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 | ||
| 2783 | 2025.04.30 22:39:32.281212 [ 201 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::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 | ||
| 2784 | 2025.04.30 22:39:32.281324 [ 201 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::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 | ||
| 2785 | 2025.04.30 22:39:32.281515 [ 201 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 82 rows starting from the beginning of the part | ||
| 2786 | 2025.04.30 22:39:32.281701 [ 201 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::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 | ||
| 2787 | 2025.04.30 22:39:32.283031 [ 195 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1102 rows, containing 4 columns (4 merged, 0 gathered) in 0.002550338 sec., 432099.58836828684 rows/sec., 28.25 MiB/sec. | ||
| 2788 | 2025.04.30 22:39:32.283229 [ 186 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2789 | 2025.04.30 22:39:32.283538 [ 186 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_16_3} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2790 | 2025.04.30 22:39:32.283614 [ 186 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_16_3} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2791 | 2025.04.30 22:39:32.283697 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 2792 | 2025.04.30 22:39:32.985000 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 | ||
| 2793 | 2025.04.30 22:39:32.985608 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2794 | 2025.04.30 22:39:32.985654 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2795 | 2025.04.30 22:39:32.986189 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2796 | 2025.04.30 22:39:32.986458 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2797 | 2025.04.30 22:39:32.986640 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 | ||
| 2798 | 2025.04.30 22:39:33.350120 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 2799 | 2025.04.30 22:39:33.369615 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2800 | 2025.04.30 22:39:33.369669 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2801 | 2025.04.30 22:39:33.377716 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2802 | 2025.04.30 22:39:33.378490 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2803 | 2025.04.30 22:39:33.381232 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 2804 | 2025.04.30 22:39:35.497927 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 408 | ||
| 2805 | 2025.04.30 22:39:35.500998 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2806 | 2025.04.30 22:39:35.501048 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2807 | 2025.04.30 22:39:35.502500 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2808 | 2025.04.30 22:39:35.502815 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2809 | 2025.04.30 22:39:35.503770 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 408 | ||
| 2810 | 2025.04.30 22:39:37.256174 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2811 | 2025.04.30 22:39:37.256381 [ 259 ] {4949d000-c437-4048-91f2-ce105a59db8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2812 | 2025.04.30 22:39:37.256459 [ 259 ] {4949d000-c437-4048-91f2-ce105a59db8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2813 | 2025.04.30 22:39:37.257373 [ 259 ] {4949d000-c437-4048-91f2-ce105a59db8c} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2814 | 2025.04.30 22:39:37.257422 [ 259 ] {4949d000-c437-4048-91f2-ce105a59db8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2815 | 2025.04.30 22:39:37.257850 [ 259 ] {4949d000-c437-4048-91f2-ce105a59db8c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2816 | 2025.04.30 22:39:37.258097 [ 259 ] {4949d000-c437-4048-91f2-ce105a59db8c} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2817 | 2025.04.30 22:39:37.258318 [ 259 ] {4949d000-c437-4048-91f2-ce105a59db8c} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001995 sec., 106265.66416040101 rows/sec., 6.76 MiB/sec. | ||
| 2818 | 2025.04.30 22:39:37.258375 [ 259 ] {4949d000-c437-4048-91f2-ce105a59db8c} <Debug> TCPHandler: Processed in 0.002340041 sec. | ||
| 2819 | 2025.04.30 22:39:37.258519 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2820 | 2025.04.30 22:39:37.258626 [ 259 ] {c6cce3a4-4ac9-4740-aec5-56ffb76c81a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2821 | 2025.04.30 22:39:37.258673 [ 259 ] {c6cce3a4-4ac9-4740-aec5-56ffb76c81a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2822 | 2025.04.30 22:39:37.259517 [ 259 ] {c6cce3a4-4ac9-4740-aec5-56ffb76c81a8} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2823 | 2025.04.30 22:39:37.259557 [ 259 ] {c6cce3a4-4ac9-4740-aec5-56ffb76c81a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2824 | 2025.04.30 22:39:37.259962 [ 259 ] {c6cce3a4-4ac9-4740-aec5-56ffb76c81a8} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2825 | 2025.04.30 22:39:37.260198 [ 259 ] {c6cce3a4-4ac9-4740-aec5-56ffb76c81a8} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2826 | 2025.04.30 22:39:37.260394 [ 259 ] {c6cce3a4-4ac9-4740-aec5-56ffb76c81a8} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001792 sec., 353236.60714285716 rows/sec., 27.78 MiB/sec. | ||
| 2827 | 2025.04.30 22:39:37.260443 [ 259 ] {c6cce3a4-4ac9-4740-aec5-56ffb76c81a8} <Debug> TCPHandler: Processed in 0.001985389 sec. | ||
| 2828 | 2025.04.30 22:39:37.260570 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2829 | 2025.04.30 22:39:37.260681 [ 259 ] {b45113af-52f7-4307-a68e-47a41039a9d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2830 | 2025.04.30 22:39:37.260725 [ 259 ] {b45113af-52f7-4307-a68e-47a41039a9d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2831 | 2025.04.30 22:39:37.261307 [ 259 ] {b45113af-52f7-4307-a68e-47a41039a9d6} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2832 | 2025.04.30 22:39:37.261346 [ 259 ] {b45113af-52f7-4307-a68e-47a41039a9d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2833 | 2025.04.30 22:39:37.261760 [ 259 ] {b45113af-52f7-4307-a68e-47a41039a9d6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2834 | 2025.04.30 22:39:37.261999 [ 259 ] {b45113af-52f7-4307-a68e-47a41039a9d6} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2835 | 2025.04.30 22:39:37.262191 [ 259 ] {b45113af-52f7-4307-a68e-47a41039a9d6} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001531 sec., 74461.1365120836 rows/sec., 4.46 MiB/sec. | ||
| 2836 | 2025.04.30 22:39:37.262241 [ 259 ] {b45113af-52f7-4307-a68e-47a41039a9d6} <Debug> TCPHandler: Processed in 0.001720829 sec. | ||
| 2837 | 2025.04.30 22:39:37.262370 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2838 | 2025.04.30 22:39:37.262481 [ 259 ] {28b9eac7-3f46-4dbf-acb3-dd92d332a447} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2839 | 2025.04.30 22:39:37.262524 [ 259 ] {28b9eac7-3f46-4dbf-acb3-dd92d332a447} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2840 | 2025.04.30 22:39:37.263104 [ 259 ] {28b9eac7-3f46-4dbf-acb3-dd92d332a447} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2841 | 2025.04.30 22:39:37.263144 [ 259 ] {28b9eac7-3f46-4dbf-acb3-dd92d332a447} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2842 | 2025.04.30 22:39:37.263486 [ 259 ] {28b9eac7-3f46-4dbf-acb3-dd92d332a447} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2843 | 2025.04.30 22:39:37.263720 [ 259 ] {28b9eac7-3f46-4dbf-acb3-dd92d332a447} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2844 | 2025.04.30 22:39:37.263911 [ 259 ] {28b9eac7-3f46-4dbf-acb3-dd92d332a447} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001451 sec., 77877.32598208133 rows/sec., 5.04 MiB/sec. | ||
| 2845 | 2025.04.30 22:39:37.263965 [ 259 ] {28b9eac7-3f46-4dbf-acb3-dd92d332a447} <Debug> TCPHandler: Processed in 0.001643986 sec. | ||
| 2846 | 2025.04.30 22:39:37.264100 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2847 | 2025.04.30 22:39:37.264206 [ 259 ] {60948ddb-7ffe-433a-b837-42973f58be9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2848 | 2025.04.30 22:39:37.264249 [ 259 ] {60948ddb-7ffe-433a-b837-42973f58be9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2849 | 2025.04.30 22:39:37.264774 [ 259 ] {60948ddb-7ffe-433a-b837-42973f58be9a} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2850 | 2025.04.30 22:39:37.264811 [ 259 ] {60948ddb-7ffe-433a-b837-42973f58be9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2851 | 2025.04.30 22:39:37.265145 [ 259 ] {60948ddb-7ffe-433a-b837-42973f58be9a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2852 | 2025.04.30 22:39:37.265381 [ 259 ] {60948ddb-7ffe-433a-b837-42973f58be9a} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2853 | 2025.04.30 22:39:37.265567 [ 259 ] {60948ddb-7ffe-433a-b837-42973f58be9a} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001381 sec., 81100.65170166545 rows/sec., 4.62 MiB/sec. | ||
| 2854 | 2025.04.30 22:39:37.265616 [ 259 ] {60948ddb-7ffe-433a-b837-42973f58be9a} <Debug> TCPHandler: Processed in 0.001570564 sec. | ||
| 2855 | 2025.04.30 22:39:37.265736 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2856 | 2025.04.30 22:39:37.265846 [ 259 ] {628848a0-c650-4102-882f-bda8dc39090c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2857 | 2025.04.30 22:39:37.265889 [ 259 ] {628848a0-c650-4102-882f-bda8dc39090c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2858 | 2025.04.30 22:39:37.266511 [ 259 ] {628848a0-c650-4102-882f-bda8dc39090c} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2859 | 2025.04.30 22:39:37.266549 [ 259 ] {628848a0-c650-4102-882f-bda8dc39090c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2860 | 2025.04.30 22:39:37.266901 [ 259 ] {628848a0-c650-4102-882f-bda8dc39090c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2861 | 2025.04.30 22:39:37.267143 [ 259 ] {628848a0-c650-4102-882f-bda8dc39090c} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2862 | 2025.04.30 22:39:37.267340 [ 259 ] {628848a0-c650-4102-882f-bda8dc39090c} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001515 sec., 257425.74257425743 rows/sec., 18.19 MiB/sec. | ||
| 2863 | 2025.04.30 22:39:37.267390 [ 259 ] {628848a0-c650-4102-882f-bda8dc39090c} <Debug> TCPHandler: Processed in 0.001703608 sec. | ||
| 2864 | 2025.04.30 22:39:37.267515 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2865 | 2025.04.30 22:39:37.267617 [ 259 ] {5b6172f5-c124-4905-b769-a275d58f90ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2866 | 2025.04.30 22:39:37.267662 [ 259 ] {5b6172f5-c124-4905-b769-a275d58f90ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2867 | 2025.04.30 22:39:37.268067 [ 259 ] {5b6172f5-c124-4905-b769-a275d58f90ef} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2868 | 2025.04.30 22:39:37.268104 [ 259 ] {5b6172f5-c124-4905-b769-a275d58f90ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2869 | 2025.04.30 22:39:37.268439 [ 259 ] {5b6172f5-c124-4905-b769-a275d58f90ef} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2870 | 2025.04.30 22:39:37.268666 [ 259 ] {5b6172f5-c124-4905-b769-a275d58f90ef} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2871 | 2025.04.30 22:39:37.268851 [ 259 ] {5b6172f5-c124-4905-b769-a275d58f90ef} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001255 sec., 4780.876494023904 rows/sec., 249.78 KiB/sec. | ||
| 2872 | 2025.04.30 22:39:37.268897 [ 259 ] {5b6172f5-c124-4905-b769-a275d58f90ef} <Debug> TCPHandler: Processed in 0.001431809 sec. | ||
| 2873 | 2025.04.30 22:39:37.269010 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2874 | 2025.04.30 22:39:37.269136 [ 259 ] {18098982-6ea3-4688-8938-5afdaee1730d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2875 | 2025.04.30 22:39:37.269194 [ 259 ] {18098982-6ea3-4688-8938-5afdaee1730d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2876 | 2025.04.30 22:39:37.269803 [ 259 ] {18098982-6ea3-4688-8938-5afdaee1730d} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2877 | 2025.04.30 22:39:37.269849 [ 259 ] {18098982-6ea3-4688-8938-5afdaee1730d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2878 | 2025.04.30 22:39:37.270252 [ 259 ] {18098982-6ea3-4688-8938-5afdaee1730d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2879 | 2025.04.30 22:39:37.270480 [ 259 ] {18098982-6ea3-4688-8938-5afdaee1730d} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2880 | 2025.04.30 22:39:37.270695 [ 259 ] {18098982-6ea3-4688-8938-5afdaee1730d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001575 sec., 150476.19047619047 rows/sec., 10.09 MiB/sec. | ||
| 2881 | 2025.04.30 22:39:37.270773 [ 259 ] {18098982-6ea3-4688-8938-5afdaee1730d} <Debug> TCPHandler: Processed in 0.001812832 sec. | ||
| 2882 | 2025.04.30 22:39:37.271010 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2883 | 2025.04.30 22:39:37.271114 [ 259 ] {145ca574-3a7d-431f-a707-6fd17883f445} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2884 | 2025.04.30 22:39:37.271161 [ 259 ] {145ca574-3a7d-431f-a707-6fd17883f445} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2885 | 2025.04.30 22:39:37.271564 [ 259 ] {145ca574-3a7d-431f-a707-6fd17883f445} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2886 | 2025.04.30 22:39:37.271602 [ 259 ] {145ca574-3a7d-431f-a707-6fd17883f445} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2887 | 2025.04.30 22:39:37.271930 [ 259 ] {145ca574-3a7d-431f-a707-6fd17883f445} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2888 | 2025.04.30 22:39:37.272158 [ 259 ] {145ca574-3a7d-431f-a707-6fd17883f445} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2889 | 2025.04.30 22:39:37.272402 [ 259 ] {145ca574-3a7d-431f-a707-6fd17883f445} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001303 sec., 767.4597083653109 rows/sec., 51.71 KiB/sec. | ||
| 2890 | 2025.04.30 22:39:37.272538 [ 259 ] {145ca574-3a7d-431f-a707-6fd17883f445} <Debug> TCPHandler: Processed in 0.001601545 sec. | ||
| 2891 | 2025.04.30 22:39:37.272652 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2892 | 2025.04.30 22:39:37.272754 [ 259 ] {f8dd365c-7723-4b82-b404-d3d1e0472ac4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2893 | 2025.04.30 22:39:37.272820 [ 259 ] {f8dd365c-7723-4b82-b404-d3d1e0472ac4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2894 | 2025.04.30 22:39:37.273829 [ 259 ] {f8dd365c-7723-4b82-b404-d3d1e0472ac4} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2895 | 2025.04.30 22:39:37.273868 [ 259 ] {f8dd365c-7723-4b82-b404-d3d1e0472ac4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2896 | 2025.04.30 22:39:37.274450 [ 259 ] {f8dd365c-7723-4b82-b404-d3d1e0472ac4} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2897 | 2025.04.30 22:39:37.274701 [ 259 ] {f8dd365c-7723-4b82-b404-d3d1e0472ac4} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2898 | 2025.04.30 22:39:37.274875 [ 84 ] {} <Debug> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2899 | 2025.04.30 22:39:37.274966 [ 259 ] {f8dd365c-7723-4b82-b404-d3d1e0472ac4} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002226 sec., 3593.8903863432165 rows/sec., 6.44 MiB/sec. | ||
| 2900 | 2025.04.30 22:39:37.274974 [ 84 ] {} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2901 | 2025.04.30 22:39:37.275055 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2902 | 2025.04.30 22:39:37.275351 [ 259 ] {f8dd365c-7723-4b82-b404-d3d1e0472ac4} <Debug> TCPHandler: Processed in 0.002746304 sec. | ||
| 2903 | 2025.04.30 22:39:37.275396 [ 197 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::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 | ||
| 2904 | 2025.04.30 22:39:37.275537 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2905 | 2025.04.30 22:39:37.275792 [ 259 ] {cc497519-c045-4aa9-9516-144c2b05decb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2906 | 2025.04.30 22:39:37.275925 [ 259 ] {cc497519-c045-4aa9-9516-144c2b05decb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2907 | 2025.04.30 22:39:37.276159 [ 197 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2908 | 2025.04.30 22:39:37.276401 [ 197 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 71 rows starting from the beginning of the part | ||
| 2909 | 2025.04.30 22:39:37.277201 [ 197 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 8 rows starting from the beginning of the part | ||
| 2910 | 2025.04.30 22:39:37.277994 [ 197 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 31 rows starting from the beginning of the part | ||
| 2911 | 2025.04.30 22:39:37.278031 [ 259 ] {cc497519-c045-4aa9-9516-144c2b05decb} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2912 | 2025.04.30 22:39:37.278108 [ 259 ] {cc497519-c045-4aa9-9516-144c2b05decb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2913 | 2025.04.30 22:39:37.278439 [ 197 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part | ||
| 2914 | 2025.04.30 22:39:37.279092 [ 197 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 31 rows starting from the beginning of the part | ||
| 2915 | 2025.04.30 22:39:37.279799 [ 197 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 8 rows starting from the beginning of the part | ||
| 2916 | 2025.04.30 22:39:37.279880 [ 259 ] {cc497519-c045-4aa9-9516-144c2b05decb} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2917 | 2025.04.30 22:39:37.280768 [ 259 ] {cc497519-c045-4aa9-9516-144c2b05decb} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2918 | 2025.04.30 22:39:37.281486 [ 259 ] {cc497519-c045-4aa9-9516-144c2b05decb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005774 sec., 14201.593349497749 rows/sec., 923.62 KiB/sec. | ||
| 2919 | 2025.04.30 22:39:37.281764 [ 259 ] {cc497519-c045-4aa9-9516-144c2b05decb} <Debug> TCPHandler: Processed in 0.006311916 sec. | ||
| 2920 | 2025.04.30 22:39:37.286483 [ 195 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 157 rows, containing 19 columns (19 merged, 0 gathered) in 0.011275387 sec., 13924.134045243858 rows/sec., 24.95 MiB/sec. | ||
| 2921 | 2025.04.30 22:39:37.286850 [ 197 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2922 | 2025.04.30 22:39:37.287250 [ 197 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2923 | 2025.04.30 22:39:37.287334 [ 197 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2924 | 2025.04.30 22:39:37.287445 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
| 2925 | 2025.04.30 22:39:40.345893 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2926 | 2025.04.30 22:39:40.345957 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2927 | 2025.04.30 22:39:40.487681 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466 | ||
| 2928 | 2025.04.30 22:39:40.488305 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2929 | 2025.04.30 22:39:40.488343 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2930 | 2025.04.30 22:39:40.488906 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2931 | 2025.04.30 22:39:40.489171 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2932 | 2025.04.30 22:39:40.489431 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 2933 | 2025.04.30 22:39:40.882247 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 2934 | 2025.04.30 22:39:40.902479 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2935 | 2025.04.30 22:39:40.902537 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2936 | 2025.04.30 22:39:40.909916 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2937 | 2025.04.30 22:39:40.910660 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2938 | 2025.04.30 22:39:40.913220 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 2939 | 2025.04.30 22:39:42.252028 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2940 | 2025.04.30 22:39:42.252237 [ 259 ] {448fc1fc-cc21-4005-ba3b-683e294bce49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2941 | 2025.04.30 22:39:42.252316 [ 259 ] {448fc1fc-cc21-4005-ba3b-683e294bce49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2942 | 2025.04.30 22:39:42.253144 [ 259 ] {448fc1fc-cc21-4005-ba3b-683e294bce49} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2943 | 2025.04.30 22:39:42.253199 [ 259 ] {448fc1fc-cc21-4005-ba3b-683e294bce49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2944 | 2025.04.30 22:39:42.253634 [ 259 ] {448fc1fc-cc21-4005-ba3b-683e294bce49} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2945 | 2025.04.30 22:39:42.253898 [ 259 ] {448fc1fc-cc21-4005-ba3b-683e294bce49} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2946 | 2025.04.30 22:39:42.254103 [ 259 ] {448fc1fc-cc21-4005-ba3b-683e294bce49} <Debug> executeQuery: Read 118 rows, 10.24 KiB in 0.001923 sec., 61362.454498179926 rows/sec., 5.20 MiB/sec. | ||
| 2947 | 2025.04.30 22:39:42.254165 [ 259 ] {448fc1fc-cc21-4005-ba3b-683e294bce49} <Debug> TCPHandler: Processed in 0.002273008 sec. | ||
| 2948 | 2025.04.30 22:39:42.254299 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2949 | 2025.04.30 22:39:42.254411 [ 259 ] {9faffa6f-29ac-4231-93a9-ab09f4c943a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2950 | 2025.04.30 22:39:42.254460 [ 259 ] {9faffa6f-29ac-4231-93a9-ab09f4c943a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2951 | 2025.04.30 22:39:42.254997 [ 259 ] {9faffa6f-29ac-4231-93a9-ab09f4c943a2} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2952 | 2025.04.30 22:39:42.255035 [ 259 ] {9faffa6f-29ac-4231-93a9-ab09f4c943a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2953 | 2025.04.30 22:39:42.255380 [ 259 ] {9faffa6f-29ac-4231-93a9-ab09f4c943a2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2954 | 2025.04.30 22:39:42.255630 [ 259 ] {9faffa6f-29ac-4231-93a9-ab09f4c943a2} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2955 | 2025.04.30 22:39:42.255858 [ 259 ] {9faffa6f-29ac-4231-93a9-ab09f4c943a2} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001466 sec., 21145.975443383355 rows/sec., 1.55 MiB/sec. | ||
| 2956 | 2025.04.30 22:39:42.256074 [ 259 ] {9faffa6f-29ac-4231-93a9-ab09f4c943a2} <Debug> TCPHandler: Processed in 0.001821693 sec. | ||
| 2957 | 2025.04.30 22:39:42.256230 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2958 | 2025.04.30 22:39:42.256334 [ 259 ] {fd40203e-30c6-45f9-b5f7-253f7a66d857} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2959 | 2025.04.30 22:39:42.256381 [ 259 ] {fd40203e-30c6-45f9-b5f7-253f7a66d857} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2960 | 2025.04.30 22:39:42.256951 [ 259 ] {fd40203e-30c6-45f9-b5f7-253f7a66d857} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2961 | 2025.04.30 22:39:42.256989 [ 259 ] {fd40203e-30c6-45f9-b5f7-253f7a66d857} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2962 | 2025.04.30 22:39:42.257336 [ 259 ] {fd40203e-30c6-45f9-b5f7-253f7a66d857} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2963 | 2025.04.30 22:39:42.257577 [ 259 ] {fd40203e-30c6-45f9-b5f7-253f7a66d857} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2964 | 2025.04.30 22:39:42.257800 [ 259 ] {fd40203e-30c6-45f9-b5f7-253f7a66d857} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001481 sec., 64145.84740040514 rows/sec., 5.01 MiB/sec. | ||
| 2965 | 2025.04.30 22:39:42.258011 [ 259 ] {fd40203e-30c6-45f9-b5f7-253f7a66d857} <Debug> TCPHandler: Processed in 0.001829533 sec. | ||
| 2966 | 2025.04.30 22:39:42.258158 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2967 | 2025.04.30 22:39:42.258261 [ 259 ] {8aee0989-197b-44a2-80cd-b26ae1ea6cb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2968 | 2025.04.30 22:39:42.258311 [ 259 ] {8aee0989-197b-44a2-80cd-b26ae1ea6cb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2969 | 2025.04.30 22:39:42.258831 [ 259 ] {8aee0989-197b-44a2-80cd-b26ae1ea6cb1} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2970 | 2025.04.30 22:39:42.258869 [ 259 ] {8aee0989-197b-44a2-80cd-b26ae1ea6cb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2971 | 2025.04.30 22:39:42.259243 [ 259 ] {8aee0989-197b-44a2-80cd-b26ae1ea6cb1} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2972 | 2025.04.30 22:39:42.259483 [ 259 ] {8aee0989-197b-44a2-80cd-b26ae1ea6cb1} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2973 | 2025.04.30 22:39:42.259717 [ 259 ] {8aee0989-197b-44a2-80cd-b26ae1ea6cb1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001474 sec., 108548.16824966078 rows/sec., 7.56 MiB/sec. | ||
| 2974 | 2025.04.30 22:39:42.259937 [ 259 ] {8aee0989-197b-44a2-80cd-b26ae1ea6cb1} <Debug> TCPHandler: Processed in 0.001828753 sec. | ||
| 2975 | 2025.04.30 22:39:42.260071 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2976 | 2025.04.30 22:39:42.260177 [ 259 ] {819936ac-041e-44df-abd1-0b4a32d12c65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2977 | 2025.04.30 22:39:42.260244 [ 259 ] {819936ac-041e-44df-abd1-0b4a32d12c65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2978 | 2025.04.30 22:39:42.261357 [ 259 ] {819936ac-041e-44df-abd1-0b4a32d12c65} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2979 | 2025.04.30 22:39:42.261394 [ 259 ] {819936ac-041e-44df-abd1-0b4a32d12c65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2980 | 2025.04.30 22:39:42.262024 [ 259 ] {819936ac-041e-44df-abd1-0b4a32d12c65} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2981 | 2025.04.30 22:39:42.262288 [ 259 ] {819936ac-041e-44df-abd1-0b4a32d12c65} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2982 | 2025.04.30 22:39:42.262560 [ 259 ] {819936ac-041e-44df-abd1-0b4a32d12c65} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002382 sec., 13014.273719563393 rows/sec., 23.32 MiB/sec. | ||
| 2983 | 2025.04.30 22:39:42.262766 [ 259 ] {819936ac-041e-44df-abd1-0b4a32d12c65} <Debug> TCPHandler: Processed in 0.002743234 sec. | ||
| 2984 | 2025.04.30 22:39:42.262907 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2985 | 2025.04.30 22:39:42.263043 [ 259 ] {e59a1fe7-1e12-492a-8c6d-6bb305a68701} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2986 | 2025.04.30 22:39:42.263099 [ 259 ] {e59a1fe7-1e12-492a-8c6d-6bb305a68701} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2987 | 2025.04.30 22:39:42.263546 [ 259 ] {e59a1fe7-1e12-492a-8c6d-6bb305a68701} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2988 | 2025.04.30 22:39:42.263584 [ 259 ] {e59a1fe7-1e12-492a-8c6d-6bb305a68701} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 2989 | 2025.04.30 22:39:42.263948 [ 259 ] {e59a1fe7-1e12-492a-8c6d-6bb305a68701} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2990 | 2025.04.30 22:39:42.264187 [ 259 ] {e59a1fe7-1e12-492a-8c6d-6bb305a68701} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2991 | 2025.04.30 22:39:42.264398 [ 259 ] {e59a1fe7-1e12-492a-8c6d-6bb305a68701} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001379 sec., 43509.789702683105 rows/sec., 2.93 MiB/sec. | ||
| 2992 | 2025.04.30 22:39:42.264585 [ 259 ] {e59a1fe7-1e12-492a-8c6d-6bb305a68701} <Debug> TCPHandler: Processed in 0.00174167 sec. | ||
| 2993 | 2025.04.30 22:39:42.671059 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2994 | 2025.04.30 22:39:42.671316 [ 259 ] {4f1a1d50-af3a-4cb5-a17b-2fba0157ae42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) 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_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) | ||
| 2995 | 2025.04.30 22:39:42.671728 [ 259 ] {4f1a1d50-af3a-4cb5-a17b-2fba0157ae42} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2996 | 2025.04.30 22:39:42.671781 [ 259 ] {4f1a1d50-af3a-4cb5-a17b-2fba0157ae42} <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_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 | ||
| 2997 | 2025.04.30 22:39:42.672129 [ 259 ] {4f1a1d50-af3a-4cb5-a17b-2fba0157ae42} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2998 | 2025.04.30 22:39:42.672211 [ 259 ] {4f1a1d50-af3a-4cb5-a17b-2fba0157ae42} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2999 | 2025.04.30 22:39:42.672385 [ 259 ] {4f1a1d50-af3a-4cb5-a17b-2fba0157ae42} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 3000 | 2025.04.30 22:39:42.672510 [ 290 ] {4f1a1d50-af3a-4cb5-a17b-2fba0157ae42} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3001 | 2025.04.30 22:39:42.672542 [ 288 ] {4f1a1d50-af3a-4cb5-a17b-2fba0157ae42} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 3002 | 2025.04.30 22:39:42.672648 [ 287 ] {4f1a1d50-af3a-4cb5-a17b-2fba0157ae42} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3003 | 2025.04.30 22:39:42.672659 [ 286 ] {4f1a1d50-af3a-4cb5-a17b-2fba0157ae42} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 3004 | 2025.04.30 22:39:42.672845 [ 259 ] {4f1a1d50-af3a-4cb5-a17b-2fba0157ae42} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 3005 | 2025.04.30 22:39:42.672879 [ 259 ] {4f1a1d50-af3a-4cb5-a17b-2fba0157ae42} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3006 | 2025.04.30 22:39:42.673000 [ 259 ] {4f1a1d50-af3a-4cb5-a17b-2fba0157ae42} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3007 | 2025.04.30 22:39:42.673025 [ 259 ] {4f1a1d50-af3a-4cb5-a17b-2fba0157ae42} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 3008 | 2025.04.30 22:39:42.673067 [ 259 ] {4f1a1d50-af3a-4cb5-a17b-2fba0157ae42} <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_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'))" | ||
| 3009 | 2025.04.30 22:39:42.673113 [ 259 ] {4f1a1d50-af3a-4cb5-a17b-2fba0157ae42} <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_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'))" | ||
| 3010 | 2025.04.30 22:39:42.673153 [ 259 ] {4f1a1d50-af3a-4cb5-a17b-2fba0157ae42} <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_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'))" | ||
| 3011 | 2025.04.30 22:39:42.674860 [ 259 ] {4f1a1d50-af3a-4cb5-a17b-2fba0157ae42} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.00366 sec., 9289.617486338797 rows/sec., 357.54 KiB/sec. | ||
| 3012 | 2025.04.30 22:39:42.675066 [ 259 ] {4f1a1d50-af3a-4cb5-a17b-2fba0157ae42} <Debug> TCPHandler: Processed in 0.004137022 sec. | ||
| 3013 | 2025.04.30 22:39:42.675421 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3014 | 2025.04.30 22:39:42.675600 [ 259 ] {7b4dd2bd-c15c-41d7-baa3-98e2cc2c9a72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) 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_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) | ||
| 3015 | 2025.04.30 22:39:42.675905 [ 259 ] {7b4dd2bd-c15c-41d7-baa3-98e2cc2c9a72} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3016 | 2025.04.30 22:39:42.675953 [ 259 ] {7b4dd2bd-c15c-41d7-baa3-98e2cc2c9a72} <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_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 | ||
| 3017 | 2025.04.30 22:39:42.676262 [ 259 ] {7b4dd2bd-c15c-41d7-baa3-98e2cc2c9a72} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3018 | 2025.04.30 22:39:42.676329 [ 259 ] {7b4dd2bd-c15c-41d7-baa3-98e2cc2c9a72} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3019 | 2025.04.30 22:39:42.676471 [ 259 ] {7b4dd2bd-c15c-41d7-baa3-98e2cc2c9a72} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 3020 | 2025.04.30 22:39:42.676661 [ 287 ] {7b4dd2bd-c15c-41d7-baa3-98e2cc2c9a72} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3021 | 2025.04.30 22:39:42.676696 [ 290 ] {7b4dd2bd-c15c-41d7-baa3-98e2cc2c9a72} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 3022 | 2025.04.30 22:39:42.676760 [ 288 ] {7b4dd2bd-c15c-41d7-baa3-98e2cc2c9a72} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 3023 | 2025.04.30 22:39:42.676809 [ 286 ] {7b4dd2bd-c15c-41d7-baa3-98e2cc2c9a72} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3024 | 2025.04.30 22:39:42.676988 [ 259 ] {7b4dd2bd-c15c-41d7-baa3-98e2cc2c9a72} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 3025 | 2025.04.30 22:39:42.677021 [ 259 ] {7b4dd2bd-c15c-41d7-baa3-98e2cc2c9a72} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3026 | 2025.04.30 22:39:42.677132 [ 259 ] {7b4dd2bd-c15c-41d7-baa3-98e2cc2c9a72} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3027 | 2025.04.30 22:39:42.677155 [ 259 ] {7b4dd2bd-c15c-41d7-baa3-98e2cc2c9a72} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 3028 | 2025.04.30 22:39:42.677196 [ 259 ] {7b4dd2bd-c15c-41d7-baa3-98e2cc2c9a72} <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_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'))" | ||
| 3029 | 2025.04.30 22:39:42.677240 [ 259 ] {7b4dd2bd-c15c-41d7-baa3-98e2cc2c9a72} <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_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'))" | ||
| 3030 | 2025.04.30 22:39:42.677278 [ 259 ] {7b4dd2bd-c15c-41d7-baa3-98e2cc2c9a72} <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_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'))" | ||
| 3031 | 2025.04.30 22:39:42.678611 [ 259 ] {7b4dd2bd-c15c-41d7-baa3-98e2cc2c9a72} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003094 sec., 10989.010989010989 rows/sec., 422.95 KiB/sec. | ||
| 3032 | 2025.04.30 22:39:42.678802 [ 259 ] {7b4dd2bd-c15c-41d7-baa3-98e2cc2c9a72} <Debug> TCPHandler: Processed in 0.003435788 sec. | ||
| 3033 | 2025.04.30 22:39:42.679053 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3034 | 2025.04.30 22:39:42.679222 [ 259 ] {0d0b9c2e-9ab1-4c98-93c3-f0e7613e8436} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) 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_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) | ||
| 3035 | 2025.04.30 22:39:42.679521 [ 259 ] {0d0b9c2e-9ab1-4c98-93c3-f0e7613e8436} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3036 | 2025.04.30 22:39:42.679569 [ 259 ] {0d0b9c2e-9ab1-4c98-93c3-f0e7613e8436} <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_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 | ||
| 3037 | 2025.04.30 22:39:42.679879 [ 259 ] {0d0b9c2e-9ab1-4c98-93c3-f0e7613e8436} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3038 | 2025.04.30 22:39:42.679946 [ 259 ] {0d0b9c2e-9ab1-4c98-93c3-f0e7613e8436} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3039 | 2025.04.30 22:39:42.680085 [ 259 ] {0d0b9c2e-9ab1-4c98-93c3-f0e7613e8436} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 3040 | 2025.04.30 22:39:42.680248 [ 290 ] {0d0b9c2e-9ab1-4c98-93c3-f0e7613e8436} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3041 | 2025.04.30 22:39:42.680288 [ 288 ] {0d0b9c2e-9ab1-4c98-93c3-f0e7613e8436} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 3042 | 2025.04.30 22:39:42.680299 [ 286 ] {0d0b9c2e-9ab1-4c98-93c3-f0e7613e8436} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3043 | 2025.04.30 22:39:42.680346 [ 287 ] {0d0b9c2e-9ab1-4c98-93c3-f0e7613e8436} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 3044 | 2025.04.30 22:39:42.680512 [ 259 ] {0d0b9c2e-9ab1-4c98-93c3-f0e7613e8436} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 3045 | 2025.04.30 22:39:42.680543 [ 259 ] {0d0b9c2e-9ab1-4c98-93c3-f0e7613e8436} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3046 | 2025.04.30 22:39:42.680651 [ 259 ] {0d0b9c2e-9ab1-4c98-93c3-f0e7613e8436} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3047 | 2025.04.30 22:39:42.680673 [ 259 ] {0d0b9c2e-9ab1-4c98-93c3-f0e7613e8436} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 3048 | 2025.04.30 22:39:42.680711 [ 259 ] {0d0b9c2e-9ab1-4c98-93c3-f0e7613e8436} <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_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'))" | ||
| 3049 | 2025.04.30 22:39:42.680753 [ 259 ] {0d0b9c2e-9ab1-4c98-93c3-f0e7613e8436} <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_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'))" | ||
| 3050 | 2025.04.30 22:39:42.680788 [ 259 ] {0d0b9c2e-9ab1-4c98-93c3-f0e7613e8436} <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_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'))" | ||
| 3051 | 2025.04.30 22:39:42.682333 [ 259 ] {0d0b9c2e-9ab1-4c98-93c3-f0e7613e8436} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003194 sec., 10644.959298685035 rows/sec., 409.70 KiB/sec. | ||
| 3052 | 2025.04.30 22:39:42.682521 [ 259 ] {0d0b9c2e-9ab1-4c98-93c3-f0e7613e8436} <Debug> TCPHandler: Processed in 0.003527341 sec. | ||
| 3053 | 2025.04.30 22:39:42.682747 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3054 | 2025.04.30 22:39:42.682912 [ 259 ] {dcc613f3-d89a-45e5-afb3-64a8bf0625ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) 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_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) | ||
| 3055 | 2025.04.30 22:39:42.683212 [ 259 ] {dcc613f3-d89a-45e5-afb3-64a8bf0625ea} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3056 | 2025.04.30 22:39:42.683260 [ 259 ] {dcc613f3-d89a-45e5-afb3-64a8bf0625ea} <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_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 | ||
| 3057 | 2025.04.30 22:39:42.683567 [ 259 ] {dcc613f3-d89a-45e5-afb3-64a8bf0625ea} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3058 | 2025.04.30 22:39:42.683631 [ 259 ] {dcc613f3-d89a-45e5-afb3-64a8bf0625ea} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3059 | 2025.04.30 22:39:42.683767 [ 259 ] {dcc613f3-d89a-45e5-afb3-64a8bf0625ea} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 3060 | 2025.04.30 22:39:42.683958 [ 288 ] {dcc613f3-d89a-45e5-afb3-64a8bf0625ea} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 3061 | 2025.04.30 22:39:42.683951 [ 290 ] {dcc613f3-d89a-45e5-afb3-64a8bf0625ea} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3062 | 2025.04.30 22:39:42.683991 [ 287 ] {dcc613f3-d89a-45e5-afb3-64a8bf0625ea} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3063 | 2025.04.30 22:39:42.683961 [ 286 ] {dcc613f3-d89a-45e5-afb3-64a8bf0625ea} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 3064 | 2025.04.30 22:39:42.684139 [ 259 ] {dcc613f3-d89a-45e5-afb3-64a8bf0625ea} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 3065 | 2025.04.30 22:39:42.684202 [ 259 ] {dcc613f3-d89a-45e5-afb3-64a8bf0625ea} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3066 | 2025.04.30 22:39:42.684314 [ 259 ] {dcc613f3-d89a-45e5-afb3-64a8bf0625ea} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3067 | 2025.04.30 22:39:42.684336 [ 259 ] {dcc613f3-d89a-45e5-afb3-64a8bf0625ea} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 3068 | 2025.04.30 22:39:42.684375 [ 259 ] {dcc613f3-d89a-45e5-afb3-64a8bf0625ea} <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_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'))" | ||
| 3069 | 2025.04.30 22:39:42.684443 [ 259 ] {dcc613f3-d89a-45e5-afb3-64a8bf0625ea} <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_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'))" | ||
| 3070 | 2025.04.30 22:39:42.684484 [ 259 ] {dcc613f3-d89a-45e5-afb3-64a8bf0625ea} <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_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'))" | ||
| 3071 | 2025.04.30 22:39:42.685757 [ 259 ] {dcc613f3-d89a-45e5-afb3-64a8bf0625ea} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.002923 sec., 11631.88504960657 rows/sec., 447.69 KiB/sec. | ||
| 3072 | 2025.04.30 22:39:42.685946 [ 259 ] {dcc613f3-d89a-45e5-afb3-64a8bf0625ea} <Debug> TCPHandler: Processed in 0.003263402 sec. | ||
| 3073 | 2025.04.30 22:39:42.686157 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3074 | 2025.04.30 22:39:42.686322 [ 259 ] {c8d619cb-6208-4a95-8d8d-a97a26503fda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) 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_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) | ||
| 3075 | 2025.04.30 22:39:42.686618 [ 259 ] {c8d619cb-6208-4a95-8d8d-a97a26503fda} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3076 | 2025.04.30 22:39:42.686666 [ 259 ] {c8d619cb-6208-4a95-8d8d-a97a26503fda} <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_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 | ||
| 3077 | 2025.04.30 22:39:42.686978 [ 259 ] {c8d619cb-6208-4a95-8d8d-a97a26503fda} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3078 | 2025.04.30 22:39:42.687042 [ 259 ] {c8d619cb-6208-4a95-8d8d-a97a26503fda} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3079 | 2025.04.30 22:39:42.687179 [ 259 ] {c8d619cb-6208-4a95-8d8d-a97a26503fda} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 3080 | 2025.04.30 22:39:42.687342 [ 287 ] {c8d619cb-6208-4a95-8d8d-a97a26503fda} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3081 | 2025.04.30 22:39:42.687353 [ 290 ] {c8d619cb-6208-4a95-8d8d-a97a26503fda} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 3082 | 2025.04.30 22:39:42.687389 [ 288 ] {c8d619cb-6208-4a95-8d8d-a97a26503fda} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 3083 | 2025.04.30 22:39:42.687458 [ 286 ] {c8d619cb-6208-4a95-8d8d-a97a26503fda} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3084 | 2025.04.30 22:39:42.687585 [ 259 ] {c8d619cb-6208-4a95-8d8d-a97a26503fda} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 3085 | 2025.04.30 22:39:42.687615 [ 259 ] {c8d619cb-6208-4a95-8d8d-a97a26503fda} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3086 | 2025.04.30 22:39:42.687721 [ 259 ] {c8d619cb-6208-4a95-8d8d-a97a26503fda} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3087 | 2025.04.30 22:39:42.687743 [ 259 ] {c8d619cb-6208-4a95-8d8d-a97a26503fda} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 3088 | 2025.04.30 22:39:42.687781 [ 259 ] {c8d619cb-6208-4a95-8d8d-a97a26503fda} <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_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'))" | ||
| 3089 | 2025.04.30 22:39:42.687824 [ 259 ] {c8d619cb-6208-4a95-8d8d-a97a26503fda} <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_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'))" | ||
| 3090 | 2025.04.30 22:39:42.687864 [ 259 ] {c8d619cb-6208-4a95-8d8d-a97a26503fda} <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_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'))" | ||
| 3091 | 2025.04.30 22:39:42.689220 [ 259 ] {c8d619cb-6208-4a95-8d8d-a97a26503fda} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.002978 sec., 11417.058428475486 rows/sec., 439.42 KiB/sec. | ||
| 3092 | 2025.04.30 22:39:42.689406 [ 259 ] {c8d619cb-6208-4a95-8d8d-a97a26503fda} <Debug> TCPHandler: Processed in 0.003297983 sec. | ||
| 3093 | 2025.04.30 22:39:42.689611 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3094 | 2025.04.30 22:39:42.689780 [ 259 ] {b2d9fb81-b09b-4fe6-9197-533260250a23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) 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_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) | ||
| 3095 | 2025.04.30 22:39:42.690074 [ 259 ] {b2d9fb81-b09b-4fe6-9197-533260250a23} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3096 | 2025.04.30 22:39:42.690123 [ 259 ] {b2d9fb81-b09b-4fe6-9197-533260250a23} <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_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 | ||
| 3097 | 2025.04.30 22:39:42.690435 [ 259 ] {b2d9fb81-b09b-4fe6-9197-533260250a23} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3098 | 2025.04.30 22:39:42.690499 [ 259 ] {b2d9fb81-b09b-4fe6-9197-533260250a23} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3099 | 2025.04.30 22:39:42.690635 [ 259 ] {b2d9fb81-b09b-4fe6-9197-533260250a23} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 3100 | 2025.04.30 22:39:42.690847 [ 290 ] {b2d9fb81-b09b-4fe6-9197-533260250a23} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3101 | 2025.04.30 22:39:42.690846 [ 288 ] {b2d9fb81-b09b-4fe6-9197-533260250a23} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 3102 | 2025.04.30 22:39:42.690852 [ 287 ] {b2d9fb81-b09b-4fe6-9197-533260250a23} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3103 | 2025.04.30 22:39:42.690850 [ 286 ] {b2d9fb81-b09b-4fe6-9197-533260250a23} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 3104 | 2025.04.30 22:39:42.691027 [ 259 ] {b2d9fb81-b09b-4fe6-9197-533260250a23} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 3105 | 2025.04.30 22:39:42.691064 [ 259 ] {b2d9fb81-b09b-4fe6-9197-533260250a23} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3106 | 2025.04.30 22:39:42.691170 [ 259 ] {b2d9fb81-b09b-4fe6-9197-533260250a23} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3107 | 2025.04.30 22:39:42.691191 [ 259 ] {b2d9fb81-b09b-4fe6-9197-533260250a23} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 3108 | 2025.04.30 22:39:42.691231 [ 259 ] {b2d9fb81-b09b-4fe6-9197-533260250a23} <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_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'))" | ||
| 3109 | 2025.04.30 22:39:42.691272 [ 259 ] {b2d9fb81-b09b-4fe6-9197-533260250a23} <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_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'))" | ||
| 3110 | 2025.04.30 22:39:42.691311 [ 259 ] {b2d9fb81-b09b-4fe6-9197-533260250a23} <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_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'))" | ||
| 3111 | 2025.04.30 22:39:42.692584 [ 259 ] {b2d9fb81-b09b-4fe6-9197-533260250a23} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.002889 sec., 11768.778123918311 rows/sec., 452.96 KiB/sec. | ||
| 3112 | 2025.04.30 22:39:42.692777 [ 259 ] {b2d9fb81-b09b-4fe6-9197-533260250a23} <Debug> TCPHandler: Processed in 0.00321632 sec. | ||
| 3113 | 2025.04.30 22:39:42.832752 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3114 | 2025.04.30 22:39:42.832961 [ 259 ] {3540c2ed-ce05-44e5-8e6a-c27466355ae8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 3115 | 2025.04.30 22:39:42.833048 [ 259 ] {3540c2ed-ce05-44e5-8e6a-c27466355ae8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3116 | 2025.04.30 22:39:42.833920 [ 259 ] {3540c2ed-ce05-44e5-8e6a-c27466355ae8} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3117 | 2025.04.30 22:39:42.833971 [ 259 ] {3540c2ed-ce05-44e5-8e6a-c27466355ae8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3118 | 2025.04.30 22:39:42.834479 [ 259 ] {3540c2ed-ce05-44e5-8e6a-c27466355ae8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3119 | 2025.04.30 22:39:42.834707 [ 259 ] {3540c2ed-ce05-44e5-8e6a-c27466355ae8} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3120 | 2025.04.30 22:39:42.834898 [ 259 ] {3540c2ed-ce05-44e5-8e6a-c27466355ae8} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.001994 sec., 3009.027081243731 rows/sec., 669.98 KiB/sec. | ||
| 3121 | 2025.04.30 22:39:42.834954 [ 259 ] {3540c2ed-ce05-44e5-8e6a-c27466355ae8} <Debug> TCPHandler: Processed in 0.002339271 sec. | ||
| 3122 | 2025.04.30 22:39:42.835075 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3123 | 2025.04.30 22:39:42.835179 [ 259 ] {f777c6e5-6db5-40e3-8b65-ab301216a510} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3124 | 2025.04.30 22:39:42.835225 [ 259 ] {f777c6e5-6db5-40e3-8b65-ab301216a510} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3125 | 2025.04.30 22:39:42.835844 [ 259 ] {f777c6e5-6db5-40e3-8b65-ab301216a510} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3126 | 2025.04.30 22:39:42.835881 [ 259 ] {f777c6e5-6db5-40e3-8b65-ab301216a510} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3127 | 2025.04.30 22:39:42.836240 [ 259 ] {f777c6e5-6db5-40e3-8b65-ab301216a510} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3128 | 2025.04.30 22:39:42.836493 [ 259 ] {f777c6e5-6db5-40e3-8b65-ab301216a510} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3129 | 2025.04.30 22:39:42.836610 [ 154 ] {} <Debug> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3130 | 2025.04.30 22:39:42.836652 [ 154 ] {} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3131 | 2025.04.30 22:39:42.836669 [ 259 ] {f777c6e5-6db5-40e3-8b65-ab301216a510} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00151 sec., 140397.35099337748 rows/sec., 8.93 MiB/sec. | ||
| 3132 | 2025.04.30 22:39:42.836677 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3133 | 2025.04.30 22:39:42.836745 [ 259 ] {f777c6e5-6db5-40e3-8b65-ab301216a510} <Debug> TCPHandler: Processed in 0.001716039 sec. | ||
| 3134 | 2025.04.30 22:39:42.836973 [ 186 ] {84e1799a-6177-4738-9088-5e51a5999881::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 | ||
| 3135 | 2025.04.30 22:39:42.836999 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3136 | 2025.04.30 22:39:42.837187 [ 259 ] {b9d1e611-88dd-46f6-89a3-02b0f918e7bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3137 | 2025.04.30 22:39:42.837206 [ 186 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3138 | 2025.04.30 22:39:42.837245 [ 259 ] {b9d1e611-88dd-46f6-89a3-02b0f918e7bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3139 | 2025.04.30 22:39:42.837254 [ 186 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 212 rows starting from the beginning of the part | ||
| 3140 | 2025.04.30 22:39:42.837433 [ 186 ] {84e1799a-6177-4738-9088-5e51a5999881::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 | ||
| 3141 | 2025.04.30 22:39:42.837822 [ 186 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 212 rows starting from the beginning of the part | ||
| 3142 | 2025.04.30 22:39:42.838187 [ 186 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 212 rows starting from the beginning of the part | ||
| 3143 | 2025.04.30 22:39:42.838534 [ 186 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 212 rows starting from the beginning of the part | ||
| 3144 | 2025.04.30 22:39:42.839991 [ 197 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.00321991 sec., 329201.74787494063 rows/sec., 22.19 MiB/sec. | ||
| 3145 | 2025.04.30 22:39:42.840243 [ 197 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3146 | 2025.04.30 22:39:42.840305 [ 259 ] {b9d1e611-88dd-46f6-89a3-02b0f918e7bf} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3147 | 2025.04.30 22:39:42.840372 [ 259 ] {b9d1e611-88dd-46f6-89a3-02b0f918e7bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3148 | 2025.04.30 22:39:42.840828 [ 194 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_9_2} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3149 | 2025.04.30 22:39:42.840959 [ 194 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_9_2} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3150 | 2025.04.30 22:39:42.841039 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 3151 | 2025.04.30 22:39:42.841134 [ 259 ] {b9d1e611-88dd-46f6-89a3-02b0f918e7bf} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3152 | 2025.04.30 22:39:42.841380 [ 259 ] {b9d1e611-88dd-46f6-89a3-02b0f918e7bf} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3153 | 2025.04.30 22:39:42.841573 [ 259 ] {b9d1e611-88dd-46f6-89a3-02b0f918e7bf} <Debug> executeQuery: Read 1773 rows, 147.54 KiB in 0.004412 sec., 401858.56754306436 rows/sec., 32.66 MiB/sec. | ||
| 3154 | 2025.04.30 22:39:42.841724 [ 259 ] {b9d1e611-88dd-46f6-89a3-02b0f918e7bf} <Debug> TCPHandler: Processed in 0.004815895 sec. | ||
| 3155 | 2025.04.30 22:39:42.841907 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3156 | 2025.04.30 22:39:42.842011 [ 259 ] {69d4be9a-5122-42c4-af53-8430dfc534ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3157 | 2025.04.30 22:39:42.842059 [ 259 ] {69d4be9a-5122-42c4-af53-8430dfc534ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3158 | 2025.04.30 22:39:42.842618 [ 259 ] {69d4be9a-5122-42c4-af53-8430dfc534ef} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3159 | 2025.04.30 22:39:42.842657 [ 259 ] {69d4be9a-5122-42c4-af53-8430dfc534ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3160 | 2025.04.30 22:39:42.843012 [ 259 ] {69d4be9a-5122-42c4-af53-8430dfc534ef} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3161 | 2025.04.30 22:39:42.843252 [ 259 ] {69d4be9a-5122-42c4-af53-8430dfc534ef} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3162 | 2025.04.30 22:39:42.843418 [ 259 ] {69d4be9a-5122-42c4-af53-8430dfc534ef} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001429 sec., 79776.06717984605 rows/sec., 4.78 MiB/sec. | ||
| 3163 | 2025.04.30 22:39:42.843467 [ 259 ] {69d4be9a-5122-42c4-af53-8430dfc534ef} <Debug> TCPHandler: Processed in 0.001619555 sec. | ||
| 3164 | 2025.04.30 22:39:42.843587 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3165 | 2025.04.30 22:39:42.843692 [ 259 ] {6f3da42d-f614-472e-9e5e-5be732538991} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3166 | 2025.04.30 22:39:42.843754 [ 259 ] {6f3da42d-f614-472e-9e5e-5be732538991} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3167 | 2025.04.30 22:39:42.844416 [ 259 ] {6f3da42d-f614-472e-9e5e-5be732538991} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3168 | 2025.04.30 22:39:42.844454 [ 259 ] {6f3da42d-f614-472e-9e5e-5be732538991} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3169 | 2025.04.30 22:39:42.844818 [ 259 ] {6f3da42d-f614-472e-9e5e-5be732538991} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3170 | 2025.04.30 22:39:42.845066 [ 259 ] {6f3da42d-f614-472e-9e5e-5be732538991} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3171 | 2025.04.30 22:39:42.845273 [ 259 ] {6f3da42d-f614-472e-9e5e-5be732538991} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001592 sec., 214195.97989949747 rows/sec., 14.29 MiB/sec. | ||
| 3172 | 2025.04.30 22:39:42.845482 [ 259 ] {6f3da42d-f614-472e-9e5e-5be732538991} <Debug> TCPHandler: Processed in 0.001940376 sec. | ||
| 3173 | 2025.04.30 22:39:42.845632 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3174 | 2025.04.30 22:39:42.845740 [ 259 ] {2f630e11-afe5-4f6d-b2f1-098038f16eaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3175 | 2025.04.30 22:39:42.845787 [ 259 ] {2f630e11-afe5-4f6d-b2f1-098038f16eaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3176 | 2025.04.30 22:39:42.846360 [ 259 ] {2f630e11-afe5-4f6d-b2f1-098038f16eaf} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3177 | 2025.04.30 22:39:42.846401 [ 259 ] {2f630e11-afe5-4f6d-b2f1-098038f16eaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3178 | 2025.04.30 22:39:42.846764 [ 259 ] {2f630e11-afe5-4f6d-b2f1-098038f16eaf} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3179 | 2025.04.30 22:39:42.847011 [ 259 ] {2f630e11-afe5-4f6d-b2f1-098038f16eaf} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3180 | 2025.04.30 22:39:42.847133 [ 154 ] {} <Debug> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3181 | 2025.04.30 22:39:42.847173 [ 154 ] {} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3182 | 2025.04.30 22:39:42.847199 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3183 | 2025.04.30 22:39:42.847204 [ 259 ] {2f630e11-afe5-4f6d-b2f1-098038f16eaf} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001486 sec., 75370.12113055182 rows/sec., 4.29 MiB/sec. | ||
| 3184 | 2025.04.30 22:39:42.847325 [ 259 ] {2f630e11-afe5-4f6d-b2f1-098038f16eaf} <Debug> TCPHandler: Processed in 0.001743699 sec. | ||
| 3185 | 2025.04.30 22:39:42.847332 [ 194 ] {472cc780-f552-450a-a096-4f5a8203a7f4::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 | ||
| 3186 | 2025.04.30 22:39:42.847437 [ 194 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3187 | 2025.04.30 22:39:42.847461 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3188 | 2025.04.30 22:39:42.847471 [ 194 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 112 rows starting from the beginning of the part | ||
| 3189 | 2025.04.30 22:39:42.847671 [ 259 ] {cdd89597-6e5d-491c-95de-e15d2161377e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3190 | 2025.04.30 22:39:42.847677 [ 194 ] {472cc780-f552-450a-a096-4f5a8203a7f4::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 | ||
| 3191 | 2025.04.30 22:39:42.847795 [ 259 ] {cdd89597-6e5d-491c-95de-e15d2161377e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3192 | 2025.04.30 22:39:42.848011 [ 194 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 112 rows starting from the beginning of the part | ||
| 3193 | 2025.04.30 22:39:42.848418 [ 194 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 112 rows starting from the beginning of the part | ||
| 3194 | 2025.04.30 22:39:42.848691 [ 194 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 112 rows starting from the beginning of the part | ||
| 3195 | 2025.04.30 22:39:42.850092 [ 259 ] {cdd89597-6e5d-491c-95de-e15d2161377e} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3196 | 2025.04.30 22:39:42.850135 [ 259 ] {cdd89597-6e5d-491c-95de-e15d2161377e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3197 | 2025.04.30 22:39:42.850373 [ 196 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.003113207 sec., 179878.8194938531 rows/sec., 10.93 MiB/sec. | ||
| 3198 | 2025.04.30 22:39:42.850618 [ 196 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3199 | 2025.04.30 22:39:42.850832 [ 259 ] {cdd89597-6e5d-491c-95de-e15d2161377e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3200 | 2025.04.30 22:39:42.851122 [ 196 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_9_2} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3201 | 2025.04.30 22:39:42.851305 [ 196 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_9_2} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3202 | 2025.04.30 22:39:42.851334 [ 259 ] {cdd89597-6e5d-491c-95de-e15d2161377e} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3203 | 2025.04.30 22:39:42.851472 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 3204 | 2025.04.30 22:39:42.851600 [ 259 ] {cdd89597-6e5d-491c-95de-e15d2161377e} <Debug> executeQuery: Read 846 rows, 62.51 KiB in 0.004031 sec., 209873.4805259241 rows/sec., 15.14 MiB/sec. | ||
| 3205 | 2025.04.30 22:39:42.851663 [ 259 ] {cdd89597-6e5d-491c-95de-e15d2161377e} <Debug> TCPHandler: Processed in 0.004258126 sec. | ||
| 3206 | 2025.04.30 22:39:42.851784 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3207 | 2025.04.30 22:39:42.851889 [ 259 ] {8af081f1-dbc1-4a07-aff0-20b6417e4926} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3208 | 2025.04.30 22:39:42.851935 [ 259 ] {8af081f1-dbc1-4a07-aff0-20b6417e4926} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3209 | 2025.04.30 22:39:42.852351 [ 259 ] {8af081f1-dbc1-4a07-aff0-20b6417e4926} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3210 | 2025.04.30 22:39:42.852389 [ 259 ] {8af081f1-dbc1-4a07-aff0-20b6417e4926} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3211 | 2025.04.30 22:39:42.852759 [ 259 ] {8af081f1-dbc1-4a07-aff0-20b6417e4926} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3212 | 2025.04.30 22:39:42.853010 [ 259 ] {8af081f1-dbc1-4a07-aff0-20b6417e4926} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3213 | 2025.04.30 22:39:42.853177 [ 259 ] {8af081f1-dbc1-4a07-aff0-20b6417e4926} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001311 sec., 4576.659038901602 rows/sec., 239.11 KiB/sec. | ||
| 3214 | 2025.04.30 22:39:42.853224 [ 259 ] {8af081f1-dbc1-4a07-aff0-20b6417e4926} <Debug> TCPHandler: Processed in 0.001491541 sec. | ||
| 3215 | 2025.04.30 22:39:42.853341 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3216 | 2025.04.30 22:39:42.853445 [ 259 ] {9d21d577-8ab2-4003-bc90-95d10a9e8d33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3217 | 2025.04.30 22:39:42.853493 [ 259 ] {9d21d577-8ab2-4003-bc90-95d10a9e8d33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3218 | 2025.04.30 22:39:42.854990 [ 259 ] {9d21d577-8ab2-4003-bc90-95d10a9e8d33} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3219 | 2025.04.30 22:39:42.855025 [ 259 ] {9d21d577-8ab2-4003-bc90-95d10a9e8d33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3220 | 2025.04.30 22:39:42.855691 [ 259 ] {9d21d577-8ab2-4003-bc90-95d10a9e8d33} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3221 | 2025.04.30 22:39:42.855944 [ 259 ] {9d21d577-8ab2-4003-bc90-95d10a9e8d33} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3222 | 2025.04.30 22:39:42.856115 [ 259 ] {9d21d577-8ab2-4003-bc90-95d10a9e8d33} <Debug> executeQuery: Read 4057 rows, 277.02 KiB in 0.002692 sec., 1507057.9494799406 rows/sec., 100.49 MiB/sec. | ||
| 3223 | 2025.04.30 22:39:42.856164 [ 259 ] {9d21d577-8ab2-4003-bc90-95d10a9e8d33} <Debug> TCPHandler: Processed in 0.002873639 sec. | ||
| 3224 | 2025.04.30 22:39:42.856284 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3225 | 2025.04.30 22:39:42.856388 [ 259 ] {8476b648-b1b3-4f7e-a310-faedb48a5ab9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3226 | 2025.04.30 22:39:42.856436 [ 259 ] {8476b648-b1b3-4f7e-a310-faedb48a5ab9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3227 | 2025.04.30 22:39:42.856837 [ 259 ] {8476b648-b1b3-4f7e-a310-faedb48a5ab9} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3228 | 2025.04.30 22:39:42.856873 [ 259 ] {8476b648-b1b3-4f7e-a310-faedb48a5ab9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3229 | 2025.04.30 22:39:42.857226 [ 259 ] {8476b648-b1b3-4f7e-a310-faedb48a5ab9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3230 | 2025.04.30 22:39:42.857505 [ 259 ] {8476b648-b1b3-4f7e-a310-faedb48a5ab9} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3231 | 2025.04.30 22:39:42.857740 [ 259 ] {8476b648-b1b3-4f7e-a310-faedb48a5ab9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001369 sec., 730.4601899196493 rows/sec., 49.22 KiB/sec. | ||
| 3232 | 2025.04.30 22:39:42.857913 [ 259 ] {8476b648-b1b3-4f7e-a310-faedb48a5ab9} <Debug> TCPHandler: Processed in 0.001679628 sec. | ||
| 3233 | 2025.04.30 22:39:42.858050 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3234 | 2025.04.30 22:39:42.858156 [ 259 ] {32005c8b-7d7d-48ec-9730-1c063e7fe979} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3235 | 2025.04.30 22:39:42.858224 [ 259 ] {32005c8b-7d7d-48ec-9730-1c063e7fe979} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3236 | 2025.04.30 22:39:42.859249 [ 259 ] {32005c8b-7d7d-48ec-9730-1c063e7fe979} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3237 | 2025.04.30 22:39:42.859287 [ 259 ] {32005c8b-7d7d-48ec-9730-1c063e7fe979} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3238 | 2025.04.30 22:39:42.859884 [ 259 ] {32005c8b-7d7d-48ec-9730-1c063e7fe979} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3239 | 2025.04.30 22:39:42.860151 [ 259 ] {32005c8b-7d7d-48ec-9730-1c063e7fe979} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3240 | 2025.04.30 22:39:42.860336 [ 259 ] {32005c8b-7d7d-48ec-9730-1c063e7fe979} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002203 sec., 3631.4117113027687 rows/sec., 6.51 MiB/sec. | ||
| 3241 | 2025.04.30 22:39:42.860427 [ 259 ] {32005c8b-7d7d-48ec-9730-1c063e7fe979} <Debug> TCPHandler: Processed in 0.002427693 sec. | ||
| 3242 | 2025.04.30 22:39:42.860553 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3243 | 2025.04.30 22:39:42.860657 [ 259 ] {41ec0edc-f1e4-45fb-aa68-bb6daef5ce49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3244 | 2025.04.30 22:39:42.860705 [ 259 ] {41ec0edc-f1e4-45fb-aa68-bb6daef5ce49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3245 | 2025.04.30 22:39:42.861141 [ 259 ] {41ec0edc-f1e4-45fb-aa68-bb6daef5ce49} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3246 | 2025.04.30 22:39:42.861180 [ 259 ] {41ec0edc-f1e4-45fb-aa68-bb6daef5ce49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3247 | 2025.04.30 22:39:42.861540 [ 259 ] {41ec0edc-f1e4-45fb-aa68-bb6daef5ce49} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3248 | 2025.04.30 22:39:42.861795 [ 259 ] {41ec0edc-f1e4-45fb-aa68-bb6daef5ce49} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3249 | 2025.04.30 22:39:42.861960 [ 259 ] {41ec0edc-f1e4-45fb-aa68-bb6daef5ce49} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001325 sec., 25660.377358490565 rows/sec., 1.49 MiB/sec. | ||
| 3250 | 2025.04.30 22:39:42.862007 [ 259 ] {41ec0edc-f1e4-45fb-aa68-bb6daef5ce49} <Debug> TCPHandler: Processed in 0.001504752 sec. | ||
| 3251 | 2025.04.30 22:39:43.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 176.39 MiB, peak 179.74 MiB, free memory in arenas 0.00 B, will set to 174.83 MiB (RSS), difference: -1.56 MiB | ||
| 3252 | 2025.04.30 22:39:45.503978 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 70 entries to flush up to offset 478 | ||
| 3253 | 2025.04.30 22:39:45.508168 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3254 | 2025.04.30 22:39:45.508230 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3255 | 2025.04.30 22:39:45.509750 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3256 | 2025.04.30 22:39:45.510069 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3257 | 2025.04.30 22:39:45.511057 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 478 | ||
| 3258 | 2025.04.30 22:39:47.247902 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3259 | 2025.04.30 22:39:47.248086 [ 259 ] {dcd3048b-1ad3-4e71-ad7f-fb52a9f83fe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3260 | 2025.04.30 22:39:47.248156 [ 259 ] {dcd3048b-1ad3-4e71-ad7f-fb52a9f83fe7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3261 | 2025.04.30 22:39:47.248882 [ 259 ] {dcd3048b-1ad3-4e71-ad7f-fb52a9f83fe7} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3262 | 2025.04.30 22:39:47.248931 [ 259 ] {dcd3048b-1ad3-4e71-ad7f-fb52a9f83fe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3263 | 2025.04.30 22:39:47.249373 [ 259 ] {dcd3048b-1ad3-4e71-ad7f-fb52a9f83fe7} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3264 | 2025.04.30 22:39:47.249634 [ 259 ] {dcd3048b-1ad3-4e71-ad7f-fb52a9f83fe7} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3265 | 2025.04.30 22:39:47.249868 [ 259 ] {dcd3048b-1ad3-4e71-ad7f-fb52a9f83fe7} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001834 sec., 30534.35114503817 rows/sec., 2.35 MiB/sec. | ||
| 3266 | 2025.04.30 22:39:47.249924 [ 259 ] {dcd3048b-1ad3-4e71-ad7f-fb52a9f83fe7} <Debug> TCPHandler: Processed in 0.002148814 sec. | ||
| 3267 | 2025.04.30 22:39:47.250044 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3268 | 2025.04.30 22:39:47.250150 [ 259 ] {9dd81fcd-0a26-467b-abdc-4970e96dff5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3269 | 2025.04.30 22:39:47.250196 [ 259 ] {9dd81fcd-0a26-467b-abdc-4970e96dff5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3270 | 2025.04.30 22:39:47.250731 [ 259 ] {9dd81fcd-0a26-467b-abdc-4970e96dff5d} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3271 | 2025.04.30 22:39:47.250770 [ 259 ] {9dd81fcd-0a26-467b-abdc-4970e96dff5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3272 | 2025.04.30 22:39:47.251127 [ 259 ] {9dd81fcd-0a26-467b-abdc-4970e96dff5d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3273 | 2025.04.30 22:39:47.251368 [ 259 ] {9dd81fcd-0a26-467b-abdc-4970e96dff5d} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3274 | 2025.04.30 22:39:47.251567 [ 259 ] {9dd81fcd-0a26-467b-abdc-4970e96dff5d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00144 sec., 44444.444444444445 rows/sec., 3.47 MiB/sec. | ||
| 3275 | 2025.04.30 22:39:47.251619 [ 259 ] {9dd81fcd-0a26-467b-abdc-4970e96dff5d} <Debug> TCPHandler: Processed in 0.001627295 sec. | ||
| 3276 | 2025.04.30 22:39:47.251732 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3277 | 2025.04.30 22:39:47.251838 [ 259 ] {b305b005-067e-44da-afe1-bbf7f73a3292} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3278 | 2025.04.30 22:39:47.251889 [ 259 ] {b305b005-067e-44da-afe1-bbf7f73a3292} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3279 | 2025.04.30 22:39:47.252406 [ 259 ] {b305b005-067e-44da-afe1-bbf7f73a3292} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3280 | 2025.04.30 22:39:47.252446 [ 259 ] {b305b005-067e-44da-afe1-bbf7f73a3292} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3281 | 2025.04.30 22:39:47.252821 [ 259 ] {b305b005-067e-44da-afe1-bbf7f73a3292} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3282 | 2025.04.30 22:39:47.253065 [ 259 ] {b305b005-067e-44da-afe1-bbf7f73a3292} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3283 | 2025.04.30 22:39:47.253267 [ 259 ] {b305b005-067e-44da-afe1-bbf7f73a3292} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.00145 sec., 88275.86206896552 rows/sec., 6.15 MiB/sec. | ||
| 3284 | 2025.04.30 22:39:47.253317 [ 259 ] {b305b005-067e-44da-afe1-bbf7f73a3292} <Debug> TCPHandler: Processed in 0.001636576 sec. | ||
| 3285 | 2025.04.30 22:39:47.253431 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3286 | 2025.04.30 22:39:47.253537 [ 259 ] {4fbe0e6f-1446-4498-accb-cd579aa9c739} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3287 | 2025.04.30 22:39:47.253582 [ 259 ] {4fbe0e6f-1446-4498-accb-cd579aa9c739} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3288 | 2025.04.30 22:39:47.254050 [ 259 ] {4fbe0e6f-1446-4498-accb-cd579aa9c739} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3289 | 2025.04.30 22:39:47.254089 [ 259 ] {4fbe0e6f-1446-4498-accb-cd579aa9c739} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3290 | 2025.04.30 22:39:47.254458 [ 259 ] {4fbe0e6f-1446-4498-accb-cd579aa9c739} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3291 | 2025.04.30 22:39:47.254696 [ 259 ] {4fbe0e6f-1446-4498-accb-cd579aa9c739} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3292 | 2025.04.30 22:39:47.254896 [ 259 ] {4fbe0e6f-1446-4498-accb-cd579aa9c739} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001382 sec., 34732.27206946455 rows/sec., 2.34 MiB/sec. | ||
| 3293 | 2025.04.30 22:39:47.254945 [ 259 ] {4fbe0e6f-1446-4498-accb-cd579aa9c739} <Debug> TCPHandler: Processed in 0.001563964 sec. | ||
| 3294 | 2025.04.30 22:39:47.989608 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893 | ||
| 3295 | 2025.04.30 22:39:47.990219 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3296 | 2025.04.30 22:39:47.990263 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3297 | 2025.04.30 22:39:47.990919 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3298 | 2025.04.30 22:39:47.991327 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3299 | 2025.04.30 22:39:47.991554 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 | ||
| 3300 | 2025.04.30 22:39:48.413360 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 | ||
| 3301 | 2025.04.30 22:39:48.435417 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3302 | 2025.04.30 22:39:48.435481 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3303 | 2025.04.30 22:39:48.443075 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3304 | 2025.04.30 22:39:48.443810 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3305 | 2025.04.30 22:39:48.447503 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113 | ||
| 3306 | 2025.04.30 22:39:52.251011 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3307 | 2025.04.30 22:39:52.251239 [ 259 ] {085dab7e-ee64-471a-bfc8-d882d7020b47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3308 | 2025.04.30 22:39:52.251321 [ 259 ] {085dab7e-ee64-471a-bfc8-d882d7020b47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3309 | 2025.04.30 22:39:52.252204 [ 259 ] {085dab7e-ee64-471a-bfc8-d882d7020b47} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3310 | 2025.04.30 22:39:52.252254 [ 259 ] {085dab7e-ee64-471a-bfc8-d882d7020b47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3311 | 2025.04.30 22:39:52.252712 [ 259 ] {085dab7e-ee64-471a-bfc8-d882d7020b47} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3312 | 2025.04.30 22:39:52.252962 [ 259 ] {085dab7e-ee64-471a-bfc8-d882d7020b47} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3313 | 2025.04.30 22:39:52.253164 [ 149 ] {} <Debug> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3314 | 2025.04.30 22:39:52.253217 [ 259 ] {085dab7e-ee64-471a-bfc8-d882d7020b47} <Debug> executeQuery: Read 118 rows, 10.24 KiB in 0.00203 sec., 58128.078817733985 rows/sec., 4.93 MiB/sec. | ||
| 3315 | 2025.04.30 22:39:52.253256 [ 149 ] {} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3316 | 2025.04.30 22:39:52.253334 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3317 | 2025.04.30 22:39:52.253358 [ 259 ] {085dab7e-ee64-471a-bfc8-d882d7020b47} <Debug> TCPHandler: Processed in 0.002476185 sec. | ||
| 3318 | 2025.04.30 22:39:52.253653 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3319 | 2025.04.30 22:39:52.253903 [ 200 ] {d4e73ecb-69f6-409c-bee6-1454de550956::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 | ||
| 3320 | 2025.04.30 22:39:52.253972 [ 259 ] {573f8148-f176-4639-8bd1-4ee52305406f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3321 | 2025.04.30 22:39:52.254090 [ 259 ] {573f8148-f176-4639-8bd1-4ee52305406f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3322 | 2025.04.30 22:39:52.254368 [ 200 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3323 | 2025.04.30 22:39:52.254448 [ 200 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 700 rows starting from the beginning of the part | ||
| 3324 | 2025.04.30 22:39:52.254836 [ 200 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 633 rows starting from the beginning of the part | ||
| 3325 | 2025.04.30 22:39:52.255158 [ 200 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 118 rows starting from the beginning of the part | ||
| 3326 | 2025.04.30 22:39:52.255541 [ 200 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1773 rows starting from the beginning of the part | ||
| 3327 | 2025.04.30 22:39:52.255733 [ 200 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 56 rows starting from the beginning of the part | ||
| 3328 | 2025.04.30 22:39:52.255947 [ 200 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 118 rows starting from the beginning of the part | ||
| 3329 | 2025.04.30 22:39:52.256720 [ 259 ] {573f8148-f176-4639-8bd1-4ee52305406f} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3330 | 2025.04.30 22:39:52.256785 [ 259 ] {573f8148-f176-4639-8bd1-4ee52305406f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3331 | 2025.04.30 22:39:52.257722 [ 259 ] {573f8148-f176-4639-8bd1-4ee52305406f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3332 | 2025.04.30 22:39:52.258234 [ 259 ] {573f8148-f176-4639-8bd1-4ee52305406f} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3333 | 2025.04.30 22:39:52.258711 [ 259 ] {573f8148-f176-4639-8bd1-4ee52305406f} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.004807 sec., 6448.928645724985 rows/sec., 484.93 KiB/sec. | ||
| 3334 | 2025.04.30 22:39:52.258963 [ 259 ] {573f8148-f176-4639-8bd1-4ee52305406f} <Debug> TCPHandler: Processed in 0.005427877 sec. | ||
| 3335 | 2025.04.30 22:39:52.259201 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3336 | 2025.04.30 22:39:52.259341 [ 196 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3398 rows, containing 5 columns (5 merged, 0 gathered) in 0.005851581 sec., 580697.7635616767 rows/sec., 49.04 MiB/sec. | ||
| 3337 | 2025.04.30 22:39:52.259394 [ 259 ] {e9481d5f-510a-4dd2-8420-9e0fe01c0a0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3338 | 2025.04.30 22:39:52.259453 [ 259 ] {e9481d5f-510a-4dd2-8420-9e0fe01c0a0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3339 | 2025.04.30 22:39:52.259715 [ 194 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3340 | 2025.04.30 22:39:52.260109 [ 194 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_21_4} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3341 | 2025.04.30 22:39:52.260227 [ 194 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_21_4} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3342 | 2025.04.30 22:39:52.260231 [ 259 ] {e9481d5f-510a-4dd2-8420-9e0fe01c0a0b} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3343 | 2025.04.30 22:39:52.260282 [ 259 ] {e9481d5f-510a-4dd2-8420-9e0fe01c0a0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3344 | 2025.04.30 22:39:52.260319 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 3345 | 2025.04.30 22:39:52.260664 [ 259 ] {e9481d5f-510a-4dd2-8420-9e0fe01c0a0b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3346 | 2025.04.30 22:39:52.260902 [ 259 ] {e9481d5f-510a-4dd2-8420-9e0fe01c0a0b} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3347 | 2025.04.30 22:39:52.261061 [ 149 ] {} <Debug> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3348 | 2025.04.30 22:39:52.261121 [ 149 ] {} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3349 | 2025.04.30 22:39:52.261147 [ 259 ] {e9481d5f-510a-4dd2-8420-9e0fe01c0a0b} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001788 sec., 53131.99105145413 rows/sec., 4.15 MiB/sec. | ||
| 3350 | 2025.04.30 22:39:52.261162 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3351 | 2025.04.30 22:39:52.261323 [ 259 ] {e9481d5f-510a-4dd2-8420-9e0fe01c0a0b} <Debug> TCPHandler: Processed in 0.002226977 sec. | ||
| 3352 | 2025.04.30 22:39:52.261414 [ 192 ] {e25d2b30-b306-449e-8756-7ab1229a4707::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 | ||
| 3353 | 2025.04.30 22:39:52.261504 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3354 | 2025.04.30 22:39:52.261577 [ 192 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3355 | 2025.04.30 22:39:52.261645 [ 192 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 449 rows starting from the beginning of the part | ||
| 3356 | 2025.04.30 22:39:52.261719 [ 259 ] {a4c9cfb7-721a-488c-9981-ae74bd0fc930} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3357 | 2025.04.30 22:39:52.261882 [ 192 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 390 rows starting from the beginning of the part | ||
| 3358 | 2025.04.30 22:39:52.261922 [ 259 ] {a4c9cfb7-721a-488c-9981-ae74bd0fc930} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3359 | 2025.04.30 22:39:52.262275 [ 192 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 95 rows starting from the beginning of the part | ||
| 3360 | 2025.04.30 22:39:52.262617 [ 192 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 846 rows starting from the beginning of the part | ||
| 3361 | 2025.04.30 22:39:52.263011 [ 192 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 64 rows starting from the beginning of the part | ||
| 3362 | 2025.04.30 22:39:52.263366 [ 192 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 95 rows starting from the beginning of the part | ||
| 3363 | 2025.04.30 22:39:52.264563 [ 259 ] {a4c9cfb7-721a-488c-9981-ae74bd0fc930} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3364 | 2025.04.30 22:39:52.264628 [ 259 ] {a4c9cfb7-721a-488c-9981-ae74bd0fc930} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3365 | 2025.04.30 22:39:52.265649 [ 259 ] {a4c9cfb7-721a-488c-9981-ae74bd0fc930} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3366 | 2025.04.30 22:39:52.266169 [ 259 ] {a4c9cfb7-721a-488c-9981-ae74bd0fc930} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3367 | 2025.04.30 22:39:52.266210 [ 194 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1939 rows, containing 5 columns (5 merged, 0 gathered) in 0.004903718 sec., 395414.2550611597 rows/sec., 30.19 MiB/sec. | ||
| 3368 | 2025.04.30 22:39:52.266400 [ 149 ] {} <Debug> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3369 | 2025.04.30 22:39:52.266508 [ 149 ] {} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3370 | 2025.04.30 22:39:52.266556 [ 196 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3371 | 2025.04.30 22:39:52.266565 [ 259 ] {a4c9cfb7-721a-488c-9981-ae74bd0fc930} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004892 sec., 32706.459525756338 rows/sec., 2.28 MiB/sec. | ||
| 3372 | 2025.04.30 22:39:52.266577 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3373 | 2025.04.30 22:39:52.266956 [ 259 ] {a4c9cfb7-721a-488c-9981-ae74bd0fc930} <Debug> TCPHandler: Processed in 0.005506709 sec. | ||
| 3374 | 2025.04.30 22:39:52.267001 [ 192 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::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 | ||
| 3375 | 2025.04.30 22:39:52.267251 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3376 | 2025.04.30 22:39:52.267283 [ 192 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3377 | 2025.04.30 22:39:52.267332 [ 192 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 3072 rows starting from the beginning of the part | ||
| 3378 | 2025.04.30 22:39:52.267343 [ 196 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_21_4} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3379 | 2025.04.30 22:39:52.267718 [ 259 ] {161b980e-cd33-4287-a4ad-b4df4c2dfe68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3380 | 2025.04.30 22:39:52.267775 [ 196 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_21_4} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3381 | 2025.04.30 22:39:52.267870 [ 192 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 237 rows starting from the beginning of the part | ||
| 3382 | 2025.04.30 22:39:52.268144 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 3383 | 2025.04.30 22:39:52.268281 [ 259 ] {161b980e-cd33-4287-a4ad-b4df4c2dfe68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3384 | 2025.04.30 22:39:52.268372 [ 192 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::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 | ||
| 3385 | 2025.04.30 22:39:52.268837 [ 192 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 4057 rows starting from the beginning of the part | ||
| 3386 | 2025.04.30 22:39:52.269176 [ 192 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 128 rows starting from the beginning of the part | ||
| 3387 | 2025.04.30 22:39:52.269533 [ 192 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::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 | ||
| 3388 | 2025.04.30 22:39:52.272736 [ 259 ] {161b980e-cd33-4287-a4ad-b4df4c2dfe68} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3389 | 2025.04.30 22:39:52.272779 [ 259 ] {161b980e-cd33-4287-a4ad-b4df4c2dfe68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3390 | 2025.04.30 22:39:52.273932 [ 192 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7814 rows, containing 5 columns (5 merged, 0 gathered) in 0.007185157 sec., 1087519.7299098684 rows/sec., 73.38 MiB/sec. | ||
| 3391 | 2025.04.30 22:39:52.274089 [ 259 ] {161b980e-cd33-4287-a4ad-b4df4c2dfe68} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3392 | 2025.04.30 22:39:52.274373 [ 259 ] {161b980e-cd33-4287-a4ad-b4df4c2dfe68} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3393 | 2025.04.30 22:39:52.274546 [ 192 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3394 | 2025.04.30 22:39:52.274818 [ 259 ] {161b980e-cd33-4287-a4ad-b4df4c2dfe68} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.00735 sec., 4217.6870748299325 rows/sec., 7.56 MiB/sec. | ||
| 3395 | 2025.04.30 22:39:52.275106 [ 259 ] {161b980e-cd33-4287-a4ad-b4df4c2dfe68} <Debug> TCPHandler: Processed in 0.007969833 sec. | ||
| 3396 | 2025.04.30 22:39:52.275261 [ 192 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3397 | 2025.04.30 22:39:52.275315 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3398 | 2025.04.30 22:39:52.275383 [ 192 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3399 | 2025.04.30 22:39:52.275505 [ 259 ] {8be905a8-8625-4064-9b6c-f87a7bfb2731} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3400 | 2025.04.30 22:39:52.275517 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.42 MiB. | ||
| 3401 | 2025.04.30 22:39:52.275579 [ 259 ] {8be905a8-8625-4064-9b6c-f87a7bfb2731} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3402 | 2025.04.30 22:39:52.276032 [ 259 ] {8be905a8-8625-4064-9b6c-f87a7bfb2731} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3403 | 2025.04.30 22:39:52.276070 [ 259 ] {8be905a8-8625-4064-9b6c-f87a7bfb2731} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3404 | 2025.04.30 22:39:52.276430 [ 259 ] {8be905a8-8625-4064-9b6c-f87a7bfb2731} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3405 | 2025.04.30 22:39:52.276667 [ 259 ] {8be905a8-8625-4064-9b6c-f87a7bfb2731} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3406 | 2025.04.30 22:39:52.276836 [ 149 ] {} <Debug> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3407 | 2025.04.30 22:39:52.276901 [ 149 ] {} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3408 | 2025.04.30 22:39:52.276918 [ 259 ] {8be905a8-8625-4064-9b6c-f87a7bfb2731} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001481 sec., 40513.166779203246 rows/sec., 2.73 MiB/sec. | ||
| 3409 | 2025.04.30 22:39:52.276937 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3410 | 2025.04.30 22:39:52.277078 [ 259 ] {8be905a8-8625-4064-9b6c-f87a7bfb2731} <Debug> TCPHandler: Processed in 0.001837953 sec. | ||
| 3411 | 2025.04.30 22:39:52.277331 [ 196 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::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 | ||
| 3412 | 2025.04.30 22:39:52.277468 [ 196 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3413 | 2025.04.30 22:39:52.277499 [ 196 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1102 rows starting from the beginning of the part | ||
| 3414 | 2025.04.30 22:39:52.277579 [ 196 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 82 rows starting from the beginning of the part | ||
| 3415 | 2025.04.30 22:39:52.277674 [ 196 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::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 | ||
| 3416 | 2025.04.30 22:39:52.277761 [ 196 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 34 rows starting from the beginning of the part | ||
| 3417 | 2025.04.30 22:39:52.277838 [ 196 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 48 rows starting from the beginning of the part | ||
| 3418 | 2025.04.30 22:39:52.277909 [ 196 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::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 | ||
| 3419 | 2025.04.30 22:39:52.279025 [ 189 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1386 rows, containing 4 columns (4 merged, 0 gathered) in 0.001956778 sec., 708307.2274933589 rows/sec., 46.27 MiB/sec. | ||
| 3420 | 2025.04.30 22:39:52.279292 [ 191 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3421 | 2025.04.30 22:39:52.279662 [ 191 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_21_4} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3422 | 2025.04.30 22:39:52.279757 [ 191 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_21_4} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3423 | 2025.04.30 22:39:52.279867 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 3424 | 2025.04.30 22:39:54.200246 [ 144 ] {} <Debug> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3425 | 2025.04.30 22:39:54.200332 [ 144 ] {} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3426 | 2025.04.30 22:39:54.200369 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3427 | 2025.04.30 22:39:54.200616 [ 187 ] {f42def01-4b08-435c-8432-88566222f48f::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 | ||
| 3428 | 2025.04.30 22:39:54.201003 [ 187 ] {f42def01-4b08-435c-8432-88566222f48f::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3429 | 2025.04.30 22:39:54.201054 [ 187 ] {f42def01-4b08-435c-8432-88566222f48f::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 | ||
| 3430 | 2025.04.30 22:39:54.201163 [ 187 ] {f42def01-4b08-435c-8432-88566222f48f::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 | ||
| 3431 | 2025.04.30 22:39:54.201304 [ 187 ] {f42def01-4b08-435c-8432-88566222f48f::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 | ||
| 3432 | 2025.04.30 22:39:54.201426 [ 187 ] {f42def01-4b08-435c-8432-88566222f48f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
| 3433 | 2025.04.30 22:39:54.201516 [ 187 ] {f42def01-4b08-435c-8432-88566222f48f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
| 3434 | 2025.04.30 22:39:54.203804 [ 189 ] {f42def01-4b08-435c-8432-88566222f48f::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.003326065 sec., 12326.878759134292 rows/sec., 2.61 MiB/sec. | ||
| 3435 | 2025.04.30 22:39:54.204050 [ 189 ] {f42def01-4b08-435c-8432-88566222f48f::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3436 | 2025.04.30 22:39:54.204623 [ 189 ] {f42def01-4b08-435c-8432-88566222f48f::all_1_5_1} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3437 | 2025.04.30 22:39:54.204732 [ 189 ] {f42def01-4b08-435c-8432-88566222f48f::all_1_5_1} <Trace> oximeter.timeseries_schema (f42def01-4b08-435c-8432-88566222f48f) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3438 | 2025.04.30 22:39:54.204848 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 3439 | 2025.04.30 22:39:54.281503 [ 144 ] {} <Debug> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3440 | 2025.04.30 22:39:54.281542 [ 144 ] {} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3441 | 2025.04.30 22:39:54.281562 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3442 | 2025.04.30 22:39:54.281815 [ 193 ] {1a2cf388-9475-44fb-a9db-754af81d826f::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 | ||
| 3443 | 2025.04.30 22:39:54.282054 [ 193 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3444 | 2025.04.30 22:39:54.282116 [ 193 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part | ||
| 3445 | 2025.04.30 22:39:54.282292 [ 193 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 3446 | 2025.04.30 22:39:54.282518 [ 193 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 3447 | 2025.04.30 22:39:54.282762 [ 193 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 3448 | 2025.04.30 22:39:54.282885 [ 193 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 3449 | 2025.04.30 22:39:54.284017 [ 188 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9 rows, containing 4 columns (4 merged, 0 gathered) in 0.002375352 sec., 3788.9121275499383 rows/sec., 255.31 KiB/sec. | ||
| 3450 | 2025.04.30 22:39:54.284141 [ 193 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3451 | 2025.04.30 22:39:54.284423 [ 193 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_9_2} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3452 | 2025.04.30 22:39:54.284500 [ 193 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_9_2} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3453 | 2025.04.30 22:39:54.284569 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3454 | 2025.04.30 22:39:55.346231 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3455 | 2025.04.30 22:39:55.346344 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3456 | 2025.04.30 22:39:55.492574 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381 | ||
| 3457 | 2025.04.30 22:39:55.493211 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3458 | 2025.04.30 22:39:55.493265 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3459 | 2025.04.30 22:39:55.493827 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3460 | 2025.04.30 22:39:55.494082 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3461 | 2025.04.30 22:39:55.494287 [ 143 ] {} <Debug> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3462 | 2025.04.30 22:39:55.494325 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3463 | 2025.04.30 22:39:55.494374 [ 143 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3464 | 2025.04.30 22:39:55.494403 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3465 | 2025.04.30 22:39:55.494516 [ 187 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 3466 | 2025.04.30 22:39:55.494655 [ 187 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3467 | 2025.04.30 22:39:55.494698 [ 187 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5063 rows starting from the beginning of the part | ||
| 3468 | 2025.04.30 22:39:55.494775 [ 187 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 488 rows starting from the beginning of the part | ||
| 3469 | 2025.04.30 22:39:55.494998 [ 187 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 427 rows starting from the beginning of the part | ||
| 3470 | 2025.04.30 22:39:55.495201 [ 187 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 488 rows starting from the beginning of the part | ||
| 3471 | 2025.04.30 22:39:55.495390 [ 187 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 427 rows starting from the beginning of the part | ||
| 3472 | 2025.04.30 22:39:55.495568 [ 187 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 488 rows starting from the beginning of the part | ||
| 3473 | 2025.04.30 22:39:55.497357 [ 188 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002891019 sec., 2553079.035454281 rows/sec., 36.52 MiB/sec. | ||
| 3474 | 2025.04.30 22:39:55.497821 [ 198 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3475 | 2025.04.30 22:39:55.498124 [ 198 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_16_3} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3476 | 2025.04.30 22:39:55.498203 [ 198 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_16_3} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3477 | 2025.04.30 22:39:55.498307 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3478 | 2025.04.30 22:39:55.512261 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 498 | ||
| 3479 | 2025.04.30 22:39:55.515055 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3480 | 2025.04.30 22:39:55.515101 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3481 | 2025.04.30 22:39:55.516557 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3482 | 2025.04.30 22:39:55.516890 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3483 | 2025.04.30 22:39:55.517064 [ 143 ] {} <Debug> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3484 | 2025.04.30 22:39:55.517120 [ 143 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3485 | 2025.04.30 22:39:55.517158 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3486 | 2025.04.30 22:39:55.517345 [ 187 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::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 | ||
| 3487 | 2025.04.30 22:39:55.517993 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 498 | ||
| 3488 | 2025.04.30 22:39:55.518277 [ 187 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3489 | 2025.04.30 22:39:55.518404 [ 187 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 290 rows starting from the beginning of the part | ||
| 3490 | 2025.04.30 22:39:55.518945 [ 187 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 44 rows starting from the beginning of the part | ||
| 3491 | 2025.04.30 22:39:55.519451 [ 187 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 40 rows starting from the beginning of the part | ||
| 3492 | 2025.04.30 22:39:55.519941 [ 187 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::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 | ||
| 3493 | 2025.04.30 22:39:55.520480 [ 187 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 70 rows starting from the beginning of the part | ||
| 3494 | 2025.04.30 22:39:55.521104 [ 187 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 20 rows starting from the beginning of the part | ||
| 3495 | 2025.04.30 22:39:55.528713 [ 188 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 72 columns (72 merged, 0 gathered) in 0.011488784 sec., 43346.62397691522 rows/sec., 39.44 MiB/sec. | ||
| 3496 | 2025.04.30 22:39:55.529989 [ 201 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3497 | 2025.04.30 22:39:55.530877 [ 201 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_11_2} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3498 | 2025.04.30 22:39:55.530990 [ 201 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_11_2} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3499 | 2025.04.30 22:39:55.531373 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.89 MiB. | ||
| 3500 | 2025.04.30 22:39:55.947536 [ 143 ] {} <Debug> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3501 | 2025.04.30 22:39:55.947604 [ 143 ] {} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3502 | 2025.04.30 22:39:55.947628 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3503 | 2025.04.30 22:39:55.947772 [ 199 ] {8ab213ef-0c73-405c-bede-b90985010e07::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 | ||
| 3504 | 2025.04.30 22:39:55.947928 [ 199 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3505 | 2025.04.30 22:39:55.947984 [ 199 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 113 rows starting from the beginning of the part | ||
| 3506 | 2025.04.30 22:39:55.948107 [ 199 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 113 rows starting from the beginning of the part | ||
| 3507 | 2025.04.30 22:39:55.948341 [ 199 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 113 rows starting from the beginning of the part | ||
| 3508 | 2025.04.30 22:39:55.948484 [ 199 ] {8ab213ef-0c73-405c-bede-b90985010e07::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 | ||
| 3509 | 2025.04.30 22:39:55.948494 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 | ||
| 3510 | 2025.04.30 22:39:55.948816 [ 199 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 341 rows starting from the beginning of the part | ||
| 3511 | 2025.04.30 22:39:55.954718 [ 188 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 793 rows, containing 5 columns (5 merged, 0 gathered) in 0.007009731 sec., 113128.44957959157 rows/sec., 7.85 MiB/sec. | ||
| 3512 | 2025.04.30 22:39:55.955159 [ 188 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3513 | 2025.04.30 22:39:55.956283 [ 188 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_9_2} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3514 | 2025.04.30 22:39:55.956671 [ 188 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_9_2} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3515 | 2025.04.30 22:39:55.957009 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 3516 | 2025.04.30 22:39:55.976376 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3517 | 2025.04.30 22:39:55.976451 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3518 | 2025.04.30 22:39:55.984506 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3519 | 2025.04.30 22:39:55.985375 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3520 | 2025.04.30 22:39:55.985806 [ 143 ] {} <Debug> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3521 | 2025.04.30 22:39:55.985936 [ 143 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3522 | 2025.04.30 22:39:55.986015 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3523 | 2025.04.30 22:39:55.986630 [ 188 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 3524 | 2025.04.30 22:39:56.007889 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.006660699 sec. | ||
| 3525 | 2025.04.30 22:39:56.008652 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3526 | 2025.04.30 22:39:56.009973 [ 188 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3527 | 2025.04.30 22:39:56.011843 [ 188 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 3528 | 2025.04.30 22:39:56.017834 [ 188 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 3529 | 2025.04.30 22:39:56.023316 [ 188 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 3530 | 2025.04.30 22:39:56.028651 [ 188 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 3531 | 2025.04.30 22:39:56.034118 [ 188 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 3532 | 2025.04.30 22:39:56.038423 [ 188 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 3533 | 2025.04.30 22:39:56.102025 [ 197 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.115868897 sec., 1044.2836959084887 rows/sec., 5.40 MiB/sec. | ||
| 3534 | 2025.04.30 22:39:56.104820 [ 197 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3535 | 2025.04.30 22:39:56.107791 [ 197 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_16_3} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3536 | 2025.04.30 22:39:56.107921 [ 197 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_16_3} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3537 | 2025.04.30 22:39:56.110221 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.50 MiB. | ||
| 3538 | 2025.04.30 22:39:57.000248 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.32 MiB, peak 187.27 MiB, free memory in arenas 0.00 B, will set to 179.14 MiB (RSS), difference: 1.83 MiB | ||
| 3539 | 2025.04.30 22:39:57.256311 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3540 | 2025.04.30 22:39:57.256520 [ 259 ] {11fbc37e-2102-48aa-a7fd-ed447997f7da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3541 | 2025.04.30 22:39:57.256602 [ 259 ] {11fbc37e-2102-48aa-a7fd-ed447997f7da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3542 | 2025.04.30 22:39:57.257471 [ 259 ] {11fbc37e-2102-48aa-a7fd-ed447997f7da} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3543 | 2025.04.30 22:39:57.257534 [ 259 ] {11fbc37e-2102-48aa-a7fd-ed447997f7da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3544 | 2025.04.30 22:39:57.258017 [ 259 ] {11fbc37e-2102-48aa-a7fd-ed447997f7da} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3545 | 2025.04.30 22:39:57.258279 [ 259 ] {11fbc37e-2102-48aa-a7fd-ed447997f7da} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3546 | 2025.04.30 22:39:57.258562 [ 259 ] {11fbc37e-2102-48aa-a7fd-ed447997f7da} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002082 sec., 101825.16810758885 rows/sec., 6.48 MiB/sec. | ||
| 3547 | 2025.04.30 22:39:57.258842 [ 259 ] {11fbc37e-2102-48aa-a7fd-ed447997f7da} <Debug> TCPHandler: Processed in 0.002661431 sec. | ||
| 3548 | 2025.04.30 22:39:57.259096 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3549 | 2025.04.30 22:39:57.259212 [ 259 ] {d9476a78-cc8b-439b-9e2e-a09de5eb56a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3550 | 2025.04.30 22:39:57.259263 [ 259 ] {d9476a78-cc8b-439b-9e2e-a09de5eb56a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3551 | 2025.04.30 22:39:57.260050 [ 259 ] {d9476a78-cc8b-439b-9e2e-a09de5eb56a2} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3552 | 2025.04.30 22:39:57.260091 [ 259 ] {d9476a78-cc8b-439b-9e2e-a09de5eb56a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3553 | 2025.04.30 22:39:57.260496 [ 259 ] {d9476a78-cc8b-439b-9e2e-a09de5eb56a2} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3554 | 2025.04.30 22:39:57.260745 [ 259 ] {d9476a78-cc8b-439b-9e2e-a09de5eb56a2} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3555 | 2025.04.30 22:39:57.260967 [ 259 ] {d9476a78-cc8b-439b-9e2e-a09de5eb56a2} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001785 sec., 354621.8487394958 rows/sec., 27.89 MiB/sec. | ||
| 3556 | 2025.04.30 22:39:57.261098 [ 259 ] {d9476a78-cc8b-439b-9e2e-a09de5eb56a2} <Debug> TCPHandler: Processed in 0.002072042 sec. | ||
| 3557 | 2025.04.30 22:39:57.261216 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3558 | 2025.04.30 22:39:57.261322 [ 259 ] {b89b98f2-0753-4e1c-9169-07b6b8f1fc2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3559 | 2025.04.30 22:39:57.261369 [ 259 ] {b89b98f2-0753-4e1c-9169-07b6b8f1fc2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3560 | 2025.04.30 22:39:57.261917 [ 259 ] {b89b98f2-0753-4e1c-9169-07b6b8f1fc2c} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3561 | 2025.04.30 22:39:57.261956 [ 259 ] {b89b98f2-0753-4e1c-9169-07b6b8f1fc2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3562 | 2025.04.30 22:39:57.262317 [ 259 ] {b89b98f2-0753-4e1c-9169-07b6b8f1fc2c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3563 | 2025.04.30 22:39:57.262556 [ 259 ] {b89b98f2-0753-4e1c-9169-07b6b8f1fc2c} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3564 | 2025.04.30 22:39:57.262743 [ 140 ] {} <Debug> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 3565 | 2025.04.30 22:39:57.262770 [ 259 ] {b89b98f2-0753-4e1c-9169-07b6b8f1fc2c} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001466 sec., 77762.61937244202 rows/sec., 4.65 MiB/sec. | ||
| 3566 | 2025.04.30 22:39:57.262840 [ 140 ] {} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3567 | 2025.04.30 22:39:57.262908 [ 259 ] {b89b98f2-0753-4e1c-9169-07b6b8f1fc2c} <Debug> TCPHandler: Processed in 0.00173699 sec. | ||
| 3568 | 2025.04.30 22:39:57.262913 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3569 | 2025.04.30 22:39:57.263118 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3570 | 2025.04.30 22:39:57.263230 [ 200 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
| 3571 | 2025.04.30 22:39:57.263399 [ 259 ] {2b8c0c5e-5a19-4f8d-a044-f1f30ff6ad71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3572 | 2025.04.30 22:39:57.263494 [ 259 ] {2b8c0c5e-5a19-4f8d-a044-f1f30ff6ad71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3573 | 2025.04.30 22:39:57.263603 [ 200 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3574 | 2025.04.30 22:39:57.263695 [ 200 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 155 rows starting from the beginning of the part | ||
| 3575 | 2025.04.30 22:39:57.263992 [ 200 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 114 rows starting from the beginning of the part | ||
| 3576 | 2025.04.30 22:39:57.264330 [ 200 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 31 rows starting from the beginning of the part | ||
| 3577 | 2025.04.30 22:39:57.264680 [ 200 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 114 rows starting from the beginning of the part | ||
| 3578 | 2025.04.30 22:39:57.264999 [ 200 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 31 rows starting from the beginning of the part | ||
| 3579 | 2025.04.30 22:39:57.265317 [ 200 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 114 rows starting from the beginning of the part | ||
| 3580 | 2025.04.30 22:39:57.266176 [ 259 ] {2b8c0c5e-5a19-4f8d-a044-f1f30ff6ad71} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3581 | 2025.04.30 22:39:57.266238 [ 259 ] {2b8c0c5e-5a19-4f8d-a044-f1f30ff6ad71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3582 | 2025.04.30 22:39:57.267240 [ 259 ] {2b8c0c5e-5a19-4f8d-a044-f1f30ff6ad71} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3583 | 2025.04.30 22:39:57.267751 [ 259 ] {2b8c0c5e-5a19-4f8d-a044-f1f30ff6ad71} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3584 | 2025.04.30 22:39:57.268056 [ 200 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 559 rows, containing 5 columns (5 merged, 0 gathered) in 0.004994371 sec., 111926.00629789017 rows/sec., 7.40 MiB/sec. | ||
| 3585 | 2025.04.30 22:39:57.268512 [ 259 ] {2b8c0c5e-5a19-4f8d-a044-f1f30ff6ad71} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00515 sec., 21941.747572815533 rows/sec., 1.42 MiB/sec. | ||
| 3586 | 2025.04.30 22:39:57.268599 [ 194 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 3587 | 2025.04.30 22:39:57.269043 [ 259 ] {2b8c0c5e-5a19-4f8d-a044-f1f30ff6ad71} <Debug> TCPHandler: Processed in 0.006042527 sec. | ||
| 3588 | 2025.04.30 22:39:57.269187 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3589 | 2025.04.30 22:39:57.269308 [ 194 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_15_3} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3590 | 2025.04.30 22:39:57.269351 [ 259 ] {ad835c90-e9be-4338-9f79-4ec79485a838} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3591 | 2025.04.30 22:39:57.269409 [ 194 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_15_3} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 3592 | 2025.04.30 22:39:57.269424 [ 259 ] {ad835c90-e9be-4338-9f79-4ec79485a838} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3593 | 2025.04.30 22:39:57.269528 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 3594 | 2025.04.30 22:39:57.270105 [ 259 ] {ad835c90-e9be-4338-9f79-4ec79485a838} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3595 | 2025.04.30 22:39:57.270144 [ 259 ] {ad835c90-e9be-4338-9f79-4ec79485a838} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3596 | 2025.04.30 22:39:57.270524 [ 259 ] {ad835c90-e9be-4338-9f79-4ec79485a838} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3597 | 2025.04.30 22:39:57.270782 [ 259 ] {ad835c90-e9be-4338-9f79-4ec79485a838} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3598 | 2025.04.30 22:39:57.271073 [ 259 ] {ad835c90-e9be-4338-9f79-4ec79485a838} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001761 sec., 63600.22714366837 rows/sec., 3.62 MiB/sec. | ||
| 3599 | 2025.04.30 22:39:57.271462 [ 259 ] {ad835c90-e9be-4338-9f79-4ec79485a838} <Debug> TCPHandler: Processed in 0.00233801 sec. | ||
| 3600 | 2025.04.30 22:39:57.271632 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3601 | 2025.04.30 22:39:57.271737 [ 259 ] {67026bbe-2351-4279-90ff-9af417d853fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3602 | 2025.04.30 22:39:57.271781 [ 259 ] {67026bbe-2351-4279-90ff-9af417d853fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3603 | 2025.04.30 22:39:57.272417 [ 259 ] {67026bbe-2351-4279-90ff-9af417d853fb} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3604 | 2025.04.30 22:39:57.272457 [ 259 ] {67026bbe-2351-4279-90ff-9af417d853fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3605 | 2025.04.30 22:39:57.272829 [ 259 ] {67026bbe-2351-4279-90ff-9af417d853fb} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3606 | 2025.04.30 22:39:57.273077 [ 259 ] {67026bbe-2351-4279-90ff-9af417d853fb} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3607 | 2025.04.30 22:39:57.273335 [ 259 ] {67026bbe-2351-4279-90ff-9af417d853fb} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.00162 sec., 240740.74074074076 rows/sec., 17.01 MiB/sec. | ||
| 3608 | 2025.04.30 22:39:57.273759 [ 259 ] {67026bbe-2351-4279-90ff-9af417d853fb} <Debug> TCPHandler: Processed in 0.002170025 sec. | ||
| 3609 | 2025.04.30 22:39:57.274091 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3610 | 2025.04.30 22:39:57.274194 [ 259 ] {7b4c51ce-1e5d-412f-af9e-6cad0925da58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3611 | 2025.04.30 22:39:57.274241 [ 259 ] {7b4c51ce-1e5d-412f-af9e-6cad0925da58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3612 | 2025.04.30 22:39:57.274667 [ 259 ] {7b4c51ce-1e5d-412f-af9e-6cad0925da58} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3613 | 2025.04.30 22:39:57.274705 [ 259 ] {7b4c51ce-1e5d-412f-af9e-6cad0925da58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3614 | 2025.04.30 22:39:57.275060 [ 259 ] {7b4c51ce-1e5d-412f-af9e-6cad0925da58} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3615 | 2025.04.30 22:39:57.275306 [ 259 ] {7b4c51ce-1e5d-412f-af9e-6cad0925da58} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3616 | 2025.04.30 22:39:57.275655 [ 259 ] {7b4c51ce-1e5d-412f-af9e-6cad0925da58} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001455 sec., 4123.711340206186 rows/sec., 215.45 KiB/sec. | ||
| 3617 | 2025.04.30 22:39:57.275928 [ 259 ] {7b4c51ce-1e5d-412f-af9e-6cad0925da58} <Debug> TCPHandler: Processed in 0.001918256 sec. | ||
| 3618 | 2025.04.30 22:39:57.276116 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3619 | 2025.04.30 22:39:57.276219 [ 259 ] {6522d6cf-d460-4f52-8683-a78354c231b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3620 | 2025.04.30 22:39:57.276268 [ 259 ] {6522d6cf-d460-4f52-8683-a78354c231b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3621 | 2025.04.30 22:39:57.276798 [ 259 ] {6522d6cf-d460-4f52-8683-a78354c231b2} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3622 | 2025.04.30 22:39:57.276837 [ 259 ] {6522d6cf-d460-4f52-8683-a78354c231b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3623 | 2025.04.30 22:39:57.277221 [ 259 ] {6522d6cf-d460-4f52-8683-a78354c231b2} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3624 | 2025.04.30 22:39:57.277475 [ 259 ] {6522d6cf-d460-4f52-8683-a78354c231b2} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3625 | 2025.04.30 22:39:57.277707 [ 259 ] {6522d6cf-d460-4f52-8683-a78354c231b2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001509 sec., 157057.6540755467 rows/sec., 10.53 MiB/sec. | ||
| 3626 | 2025.04.30 22:39:57.277913 [ 259 ] {6522d6cf-d460-4f52-8683-a78354c231b2} <Debug> TCPHandler: Processed in 0.001843554 sec. | ||
| 3627 | 2025.04.30 22:39:57.278079 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3628 | 2025.04.30 22:39:57.278183 [ 259 ] {b023e57c-791c-44c7-b178-19fc3ebcc37f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3629 | 2025.04.30 22:39:57.278232 [ 259 ] {b023e57c-791c-44c7-b178-19fc3ebcc37f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3630 | 2025.04.30 22:39:57.278664 [ 259 ] {b023e57c-791c-44c7-b178-19fc3ebcc37f} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3631 | 2025.04.30 22:39:57.278703 [ 259 ] {b023e57c-791c-44c7-b178-19fc3ebcc37f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3632 | 2025.04.30 22:39:57.279044 [ 259 ] {b023e57c-791c-44c7-b178-19fc3ebcc37f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3633 | 2025.04.30 22:39:57.279282 [ 259 ] {b023e57c-791c-44c7-b178-19fc3ebcc37f} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3634 | 2025.04.30 22:39:57.279563 [ 259 ] {b023e57c-791c-44c7-b178-19fc3ebcc37f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001366 sec., 732.0644216691069 rows/sec., 49.33 KiB/sec. | ||
| 3635 | 2025.04.30 22:39:57.279630 [ 259 ] {b023e57c-791c-44c7-b178-19fc3ebcc37f} <Debug> TCPHandler: Processed in 0.001602345 sec. | ||
| 3636 | 2025.04.30 22:39:57.279745 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3637 | 2025.04.30 22:39:57.279850 [ 259 ] {ee831114-87d2-4abf-a7cc-e5d69d95bacd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3638 | 2025.04.30 22:39:57.279915 [ 259 ] {ee831114-87d2-4abf-a7cc-e5d69d95bacd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3639 | 2025.04.30 22:39:57.280903 [ 259 ] {ee831114-87d2-4abf-a7cc-e5d69d95bacd} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3640 | 2025.04.30 22:39:57.280942 [ 259 ] {ee831114-87d2-4abf-a7cc-e5d69d95bacd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3641 | 2025.04.30 22:39:57.281531 [ 259 ] {ee831114-87d2-4abf-a7cc-e5d69d95bacd} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3642 | 2025.04.30 22:39:57.281800 [ 259 ] {ee831114-87d2-4abf-a7cc-e5d69d95bacd} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3643 | 2025.04.30 22:39:57.282117 [ 259 ] {ee831114-87d2-4abf-a7cc-e5d69d95bacd} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002266 sec., 3530.4501323918803 rows/sec., 6.33 MiB/sec. | ||
| 3644 | 2025.04.30 22:39:57.282318 [ 259 ] {ee831114-87d2-4abf-a7cc-e5d69d95bacd} <Debug> TCPHandler: Processed in 0.00262286 sec. | ||
| 3645 | 2025.04.30 22:39:57.282468 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3646 | 2025.04.30 22:39:57.282574 [ 259 ] {5eb01290-4229-4ce7-94ef-7524ab44f63e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3647 | 2025.04.30 22:39:57.282619 [ 259 ] {5eb01290-4229-4ce7-94ef-7524ab44f63e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3648 | 2025.04.30 22:39:57.283039 [ 259 ] {5eb01290-4229-4ce7-94ef-7524ab44f63e} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3649 | 2025.04.30 22:39:57.283078 [ 259 ] {5eb01290-4229-4ce7-94ef-7524ab44f63e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3650 | 2025.04.30 22:39:57.283451 [ 259 ] {5eb01290-4229-4ce7-94ef-7524ab44f63e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3651 | 2025.04.30 22:39:57.283702 [ 259 ] {5eb01290-4229-4ce7-94ef-7524ab44f63e} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3652 | 2025.04.30 22:39:57.283938 [ 259 ] {5eb01290-4229-4ce7-94ef-7524ab44f63e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001378 sec., 59506.53120464441 rows/sec., 3.78 MiB/sec. | ||
| 3653 | 2025.04.30 22:39:57.284139 [ 259 ] {5eb01290-4229-4ce7-94ef-7524ab44f63e} <Debug> TCPHandler: Processed in 0.001721669 sec. | ||
| 3654 | 2025.04.30 22:40:02.250932 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3655 | 2025.04.30 22:40:02.251156 [ 259 ] {f42fe950-deeb-442e-83c4-739fad756910} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3656 | 2025.04.30 22:40:02.251235 [ 259 ] {f42fe950-deeb-442e-83c4-739fad756910} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3657 | 2025.04.30 22:40:02.252052 [ 259 ] {f42fe950-deeb-442e-83c4-739fad756910} <Trace> oximeter.fields_ipaddr (4dea1092-816a-42b9-a56f-a845cbc6e13d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3658 | 2025.04.30 22:40:02.252130 [ 259 ] {f42fe950-deeb-442e-83c4-739fad756910} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3659 | 2025.04.30 22:40:02.252541 [ 259 ] {f42fe950-deeb-442e-83c4-739fad756910} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3660 | 2025.04.30 22:40:02.252841 [ 259 ] {f42fe950-deeb-442e-83c4-739fad756910} <Trace> oximeter.fields_ipaddr (4dea1092-816a-42b9-a56f-a845cbc6e13d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3661 | 2025.04.30 22:40:02.253488 [ 259 ] {f42fe950-deeb-442e-83c4-739fad756910} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002365 sec., 2536.997885835095 rows/sec., 206.87 KiB/sec. | ||
| 3662 | 2025.04.30 22:40:02.253604 [ 259 ] {f42fe950-deeb-442e-83c4-739fad756910} <Debug> TCPHandler: Processed in 0.002812566 sec. | ||
| 3663 | 2025.04.30 22:40:02.253735 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3664 | 2025.04.30 22:40:02.253841 [ 259 ] {67c0a0ce-60ae-44b4-9f40-da9cd0f8b16a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3665 | 2025.04.30 22:40:02.253886 [ 259 ] {67c0a0ce-60ae-44b4-9f40-da9cd0f8b16a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3666 | 2025.04.30 22:40:02.254472 [ 259 ] {67c0a0ce-60ae-44b4-9f40-da9cd0f8b16a} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3667 | 2025.04.30 22:40:02.254512 [ 259 ] {67c0a0ce-60ae-44b4-9f40-da9cd0f8b16a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3668 | 2025.04.30 22:40:02.254866 [ 259 ] {67c0a0ce-60ae-44b4-9f40-da9cd0f8b16a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3669 | 2025.04.30 22:40:02.255106 [ 259 ] {67c0a0ce-60ae-44b4-9f40-da9cd0f8b16a} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3670 | 2025.04.30 22:40:02.255273 [ 259 ] {67c0a0ce-60ae-44b4-9f40-da9cd0f8b16a} <Debug> executeQuery: Read 121 rows, 10.46 KiB in 0.001456 sec., 83104.3956043956 rows/sec., 7.02 MiB/sec. | ||
| 3671 | 2025.04.30 22:40:02.255323 [ 259 ] {67c0a0ce-60ae-44b4-9f40-da9cd0f8b16a} <Debug> TCPHandler: Processed in 0.001640036 sec. | ||
| 3672 | 2025.04.30 22:40:02.255440 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3673 | 2025.04.30 22:40:02.255544 [ 259 ] {7e4a1ffa-23b7-4e63-aebc-b6c1dafd97a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3674 | 2025.04.30 22:40:02.255588 [ 259 ] {7e4a1ffa-23b7-4e63-aebc-b6c1dafd97a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3675 | 2025.04.30 22:40:02.256087 [ 259 ] {7e4a1ffa-23b7-4e63-aebc-b6c1dafd97a3} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3676 | 2025.04.30 22:40:02.256123 [ 259 ] {7e4a1ffa-23b7-4e63-aebc-b6c1dafd97a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3677 | 2025.04.30 22:40:02.256461 [ 259 ] {7e4a1ffa-23b7-4e63-aebc-b6c1dafd97a3} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3678 | 2025.04.30 22:40:02.256718 [ 259 ] {7e4a1ffa-23b7-4e63-aebc-b6c1dafd97a3} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3679 | 2025.04.30 22:40:02.256881 [ 259 ] {7e4a1ffa-23b7-4e63-aebc-b6c1dafd97a3} <Debug> executeQuery: Read 37 rows, 2.75 KiB in 0.001359 sec., 27225.90139808683 rows/sec., 1.98 MiB/sec. | ||
| 3680 | 2025.04.30 22:40:02.256930 [ 259 ] {7e4a1ffa-23b7-4e63-aebc-b6c1dafd97a3} <Debug> TCPHandler: Processed in 0.001543164 sec. | ||
| 3681 | 2025.04.30 22:40:02.257046 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3682 | 2025.04.30 22:40:02.257149 [ 259 ] {8e39b8dc-327a-4e16-bdc7-058a5dc6f67a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3683 | 2025.04.30 22:40:02.257194 [ 259 ] {8e39b8dc-327a-4e16-bdc7-058a5dc6f67a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3684 | 2025.04.30 22:40:02.257731 [ 259 ] {8e39b8dc-327a-4e16-bdc7-058a5dc6f67a} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3685 | 2025.04.30 22:40:02.257767 [ 259 ] {8e39b8dc-327a-4e16-bdc7-058a5dc6f67a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3686 | 2025.04.30 22:40:02.258112 [ 259 ] {8e39b8dc-327a-4e16-bdc7-058a5dc6f67a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3687 | 2025.04.30 22:40:02.258357 [ 259 ] {8e39b8dc-327a-4e16-bdc7-058a5dc6f67a} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3688 | 2025.04.30 22:40:02.258520 [ 259 ] {8e39b8dc-327a-4e16-bdc7-058a5dc6f67a} <Debug> executeQuery: Read 101 rows, 8.09 KiB in 0.001393 sec., 72505.38406317301 rows/sec., 5.67 MiB/sec. | ||
| 3689 | 2025.04.30 22:40:02.258571 [ 259 ] {8e39b8dc-327a-4e16-bdc7-058a5dc6f67a} <Debug> TCPHandler: Processed in 0.001575834 sec. | ||
| 3690 | 2025.04.30 22:40:02.258684 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3691 | 2025.04.30 22:40:02.258789 [ 259 ] {1cdd6515-174b-4a22-a3ff-9c4623386de3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3692 | 2025.04.30 22:40:02.258838 [ 259 ] {1cdd6515-174b-4a22-a3ff-9c4623386de3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3693 | 2025.04.30 22:40:02.259337 [ 259 ] {1cdd6515-174b-4a22-a3ff-9c4623386de3} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3694 | 2025.04.30 22:40:02.259373 [ 259 ] {1cdd6515-174b-4a22-a3ff-9c4623386de3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3695 | 2025.04.30 22:40:02.259747 [ 259 ] {1cdd6515-174b-4a22-a3ff-9c4623386de3} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3696 | 2025.04.30 22:40:02.259988 [ 259 ] {1cdd6515-174b-4a22-a3ff-9c4623386de3} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3697 | 2025.04.30 22:40:02.260161 [ 259 ] {1cdd6515-174b-4a22-a3ff-9c4623386de3} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001394 sec., 116929.69870875179 rows/sec., 8.14 MiB/sec. | ||
| 3698 | 2025.04.30 22:40:02.260209 [ 259 ] {1cdd6515-174b-4a22-a3ff-9c4623386de3} <Debug> TCPHandler: Processed in 0.001576554 sec. | ||
| 3699 | 2025.04.30 22:40:02.260341 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3700 | 2025.04.30 22:40:02.260446 [ 259 ] {e92a220e-c125-4e6f-b750-b533d7f3be4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3701 | 2025.04.30 22:40:02.260510 [ 259 ] {e92a220e-c125-4e6f-b750-b533d7f3be4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3702 | 2025.04.30 22:40:02.261581 [ 259 ] {e92a220e-c125-4e6f-b750-b533d7f3be4f} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3703 | 2025.04.30 22:40:02.261617 [ 259 ] {e92a220e-c125-4e6f-b750-b533d7f3be4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3704 | 2025.04.30 22:40:02.262227 [ 259 ] {e92a220e-c125-4e6f-b750-b533d7f3be4f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3705 | 2025.04.30 22:40:02.262482 [ 259 ] {e92a220e-c125-4e6f-b750-b533d7f3be4f} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3706 | 2025.04.30 22:40:02.262612 [ 127 ] {} <Debug> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3707 | 2025.04.30 22:40:02.262668 [ 127 ] {} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3708 | 2025.04.30 22:40:02.262678 [ 259 ] {e92a220e-c125-4e6f-b750-b533d7f3be4f} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002249 sec., 13783.903957314362 rows/sec., 24.70 MiB/sec. | ||
| 3709 | 2025.04.30 22:40:02.262697 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3710 | 2025.04.30 22:40:02.263007 [ 259 ] {e92a220e-c125-4e6f-b750-b533d7f3be4f} <Debug> TCPHandler: Processed in 0.002712933 sec. | ||
| 3711 | 2025.04.30 22:40:02.263042 [ 200 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::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 | ||
| 3712 | 2025.04.30 22:40:02.263151 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3713 | 2025.04.30 22:40:02.263390 [ 259 ] {29045de1-447b-452e-abff-d19398fb6f01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3714 | 2025.04.30 22:40:02.263507 [ 259 ] {29045de1-447b-452e-abff-d19398fb6f01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3715 | 2025.04.30 22:40:02.263945 [ 200 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3716 | 2025.04.30 22:40:02.264177 [ 200 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 157 rows starting from the beginning of the part | ||
| 3717 | 2025.04.30 22:40:02.264818 [ 200 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 31 rows starting from the beginning of the part | ||
| 3718 | 2025.04.30 22:40:02.265528 [ 200 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 8 rows starting from the beginning of the part | ||
| 3719 | 2025.04.30 22:40:02.265551 [ 259 ] {29045de1-447b-452e-abff-d19398fb6f01} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3720 | 2025.04.30 22:40:02.265632 [ 259 ] {29045de1-447b-452e-abff-d19398fb6f01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3721 | 2025.04.30 22:40:02.266072 [ 200 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 31 rows starting from the beginning of the part | ||
| 3722 | 2025.04.30 22:40:02.266690 [ 200 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 8 rows starting from the beginning of the part | ||
| 3723 | 2025.04.30 22:40:02.267232 [ 259 ] {29045de1-447b-452e-abff-d19398fb6f01} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3724 | 2025.04.30 22:40:02.267238 [ 200 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 31 rows starting from the beginning of the part | ||
| 3725 | 2025.04.30 22:40:02.267962 [ 259 ] {29045de1-447b-452e-abff-d19398fb6f01} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3726 | 2025.04.30 22:40:02.268722 [ 259 ] {29045de1-447b-452e-abff-d19398fb6f01} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005377 sec., 11158.638646085177 rows/sec., 770.06 KiB/sec. | ||
| 3727 | 2025.04.30 22:40:02.269053 [ 259 ] {29045de1-447b-452e-abff-d19398fb6f01} <Debug> TCPHandler: Processed in 0.005959485 sec. | ||
| 3728 | 2025.04.30 22:40:02.271519 [ 194 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 266 rows, containing 19 columns (19 merged, 0 gathered) in 0.008698749 sec., 30579.109708763866 rows/sec., 54.80 MiB/sec. | ||
| 3729 | 2025.04.30 22:40:02.271944 [ 190 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3730 | 2025.04.30 22:40:02.272355 [ 190 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3731 | 2025.04.30 22:40:02.272428 [ 190 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3732 | 2025.04.30 22:40:02.272560 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB. | ||
| 3733 | 2025.04.30 22:40:02.994586 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808 | ||
| 3734 | 2025.04.30 22:40:02.995250 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3735 | 2025.04.30 22:40:02.995298 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3736 | 2025.04.30 22:40:02.995830 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3737 | 2025.04.30 22:40:02.996103 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3738 | 2025.04.30 22:40:02.996396 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808 | ||
| 3739 | 2025.04.30 22:40:03.509673 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3740 | 2025.04.30 22:40:03.528553 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3741 | 2025.04.30 22:40:03.528612 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3742 | 2025.04.30 22:40:03.535557 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3743 | 2025.04.30 22:40:03.536286 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3744 | 2025.04.30 22:40:03.539825 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3745 | 2025.04.30 22:40:04.000162 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 179.85 MiB, peak 187.27 MiB, free memory in arenas 0.00 B, will set to 181.03 MiB (RSS), difference: 1.18 MiB | ||
| 3746 | 2025.04.30 22:40:05.519056 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 534 | ||
| 3747 | 2025.04.30 22:40:05.522287 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3748 | 2025.04.30 22:40:05.522351 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3749 | 2025.04.30 22:40:05.523850 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3750 | 2025.04.30 22:40:05.524179 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3751 | 2025.04.30 22:40:05.525172 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 534 | ||
| 3752 | 2025.04.30 22:40:07.255654 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3753 | 2025.04.30 22:40:07.255891 [ 259 ] {4c390830-87ef-4142-896e-bf64e9082353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3754 | 2025.04.30 22:40:07.255982 [ 259 ] {4c390830-87ef-4142-896e-bf64e9082353} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3755 | 2025.04.30 22:40:07.256935 [ 259 ] {4c390830-87ef-4142-896e-bf64e9082353} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3756 | 2025.04.30 22:40:07.256980 [ 259 ] {4c390830-87ef-4142-896e-bf64e9082353} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3757 | 2025.04.30 22:40:07.257420 [ 259 ] {4c390830-87ef-4142-896e-bf64e9082353} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3758 | 2025.04.30 22:40:07.257693 [ 259 ] {4c390830-87ef-4142-896e-bf64e9082353} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3759 | 2025.04.30 22:40:07.257972 [ 259 ] {4c390830-87ef-4142-896e-bf64e9082353} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002131 sec., 99483.8104176443 rows/sec., 6.33 MiB/sec. | ||
| 3760 | 2025.04.30 22:40:07.258064 [ 259 ] {4c390830-87ef-4142-896e-bf64e9082353} <Debug> TCPHandler: Processed in 0.002570288 sec. | ||
| 3761 | 2025.04.30 22:40:07.258320 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3762 | 2025.04.30 22:40:07.258426 [ 259 ] {f3638e27-b45e-49f0-b866-103a6ef252a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3763 | 2025.04.30 22:40:07.258474 [ 259 ] {f3638e27-b45e-49f0-b866-103a6ef252a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3764 | 2025.04.30 22:40:07.259461 [ 259 ] {f3638e27-b45e-49f0-b866-103a6ef252a7} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3765 | 2025.04.30 22:40:07.259500 [ 259 ] {f3638e27-b45e-49f0-b866-103a6ef252a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3766 | 2025.04.30 22:40:07.259925 [ 259 ] {f3638e27-b45e-49f0-b866-103a6ef252a7} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3767 | 2025.04.30 22:40:07.260169 [ 259 ] {f3638e27-b45e-49f0-b866-103a6ef252a7} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3768 | 2025.04.30 22:40:07.260401 [ 259 ] {f3638e27-b45e-49f0-b866-103a6ef252a7} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001997 sec., 316975.46319479216 rows/sec., 24.93 MiB/sec. | ||
| 3769 | 2025.04.30 22:40:07.260529 [ 259 ] {f3638e27-b45e-49f0-b866-103a6ef252a7} <Debug> TCPHandler: Processed in 0.002285139 sec. | ||
| 3770 | 2025.04.30 22:40:07.260673 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3771 | 2025.04.30 22:40:07.260776 [ 259 ] {a1473af7-2ee9-4820-8ef2-91fbbbbb645f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3772 | 2025.04.30 22:40:07.260821 [ 259 ] {a1473af7-2ee9-4820-8ef2-91fbbbbb645f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3773 | 2025.04.30 22:40:07.261382 [ 259 ] {a1473af7-2ee9-4820-8ef2-91fbbbbb645f} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3774 | 2025.04.30 22:40:07.261420 [ 259 ] {a1473af7-2ee9-4820-8ef2-91fbbbbb645f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3775 | 2025.04.30 22:40:07.261793 [ 259 ] {a1473af7-2ee9-4820-8ef2-91fbbbbb645f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3776 | 2025.04.30 22:40:07.262025 [ 259 ] {a1473af7-2ee9-4820-8ef2-91fbbbbb645f} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3777 | 2025.04.30 22:40:07.262210 [ 259 ] {a1473af7-2ee9-4820-8ef2-91fbbbbb645f} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001443 sec., 79002.079002079 rows/sec., 4.73 MiB/sec. | ||
| 3778 | 2025.04.30 22:40:07.262349 [ 259 ] {a1473af7-2ee9-4820-8ef2-91fbbbbb645f} <Debug> TCPHandler: Processed in 0.001719379 sec. | ||
| 3779 | 2025.04.30 22:40:07.262594 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3780 | 2025.04.30 22:40:07.262703 [ 259 ] {189b7c25-0295-48b8-a806-2592d531859a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3781 | 2025.04.30 22:40:07.262749 [ 259 ] {189b7c25-0295-48b8-a806-2592d531859a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3782 | 2025.04.30 22:40:07.263317 [ 259 ] {189b7c25-0295-48b8-a806-2592d531859a} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3783 | 2025.04.30 22:40:07.263355 [ 259 ] {189b7c25-0295-48b8-a806-2592d531859a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3784 | 2025.04.30 22:40:07.263718 [ 259 ] {189b7c25-0295-48b8-a806-2592d531859a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3785 | 2025.04.30 22:40:07.263954 [ 259 ] {189b7c25-0295-48b8-a806-2592d531859a} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3786 | 2025.04.30 22:40:07.264122 [ 259 ] {189b7c25-0295-48b8-a806-2592d531859a} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001442 sec., 78363.38418862691 rows/sec., 5.07 MiB/sec. | ||
| 3787 | 2025.04.30 22:40:07.264171 [ 259 ] {189b7c25-0295-48b8-a806-2592d531859a} <Debug> TCPHandler: Processed in 0.001649016 sec. | ||
| 3788 | 2025.04.30 22:40:07.264281 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3789 | 2025.04.30 22:40:07.264383 [ 259 ] {e68fa1cb-f354-4d25-bbe7-f125b26bd45d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3790 | 2025.04.30 22:40:07.264428 [ 259 ] {e68fa1cb-f354-4d25-bbe7-f125b26bd45d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3791 | 2025.04.30 22:40:07.264966 [ 259 ] {e68fa1cb-f354-4d25-bbe7-f125b26bd45d} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3792 | 2025.04.30 22:40:07.265003 [ 259 ] {e68fa1cb-f354-4d25-bbe7-f125b26bd45d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3793 | 2025.04.30 22:40:07.265340 [ 259 ] {e68fa1cb-f354-4d25-bbe7-f125b26bd45d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3794 | 2025.04.30 22:40:07.265575 [ 259 ] {e68fa1cb-f354-4d25-bbe7-f125b26bd45d} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3795 | 2025.04.30 22:40:07.265767 [ 259 ] {e68fa1cb-f354-4d25-bbe7-f125b26bd45d} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001399 sec., 80057.18370264475 rows/sec., 4.56 MiB/sec. | ||
| 3796 | 2025.04.30 22:40:07.265852 [ 259 ] {e68fa1cb-f354-4d25-bbe7-f125b26bd45d} <Debug> TCPHandler: Processed in 0.001621196 sec. | ||
| 3797 | 2025.04.30 22:40:07.265963 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3798 | 2025.04.30 22:40:07.266067 [ 259 ] {ba5ddf24-8aef-4b8d-b320-e9d552fc37ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3799 | 2025.04.30 22:40:07.266111 [ 259 ] {ba5ddf24-8aef-4b8d-b320-e9d552fc37ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3800 | 2025.04.30 22:40:07.266788 [ 259 ] {ba5ddf24-8aef-4b8d-b320-e9d552fc37ab} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3801 | 2025.04.30 22:40:07.266826 [ 259 ] {ba5ddf24-8aef-4b8d-b320-e9d552fc37ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3802 | 2025.04.30 22:40:07.267183 [ 259 ] {ba5ddf24-8aef-4b8d-b320-e9d552fc37ab} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3803 | 2025.04.30 22:40:07.267424 [ 259 ] {ba5ddf24-8aef-4b8d-b320-e9d552fc37ab} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3804 | 2025.04.30 22:40:07.267615 [ 259 ] {ba5ddf24-8aef-4b8d-b320-e9d552fc37ab} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001561 sec., 249839.8462524023 rows/sec., 17.66 MiB/sec. | ||
| 3805 | 2025.04.30 22:40:07.267706 [ 259 ] {ba5ddf24-8aef-4b8d-b320-e9d552fc37ab} <Debug> TCPHandler: Processed in 0.001791961 sec. | ||
| 3806 | 2025.04.30 22:40:07.267932 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3807 | 2025.04.30 22:40:07.268080 [ 259 ] {82715ebb-e8d4-4b0d-88f3-2a8191ae9fc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3808 | 2025.04.30 22:40:07.268129 [ 259 ] {82715ebb-e8d4-4b0d-88f3-2a8191ae9fc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3809 | 2025.04.30 22:40:07.268544 [ 259 ] {82715ebb-e8d4-4b0d-88f3-2a8191ae9fc7} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3810 | 2025.04.30 22:40:07.268589 [ 259 ] {82715ebb-e8d4-4b0d-88f3-2a8191ae9fc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3811 | 2025.04.30 22:40:07.268936 [ 259 ] {82715ebb-e8d4-4b0d-88f3-2a8191ae9fc7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3812 | 2025.04.30 22:40:07.269173 [ 259 ] {82715ebb-e8d4-4b0d-88f3-2a8191ae9fc7} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3813 | 2025.04.30 22:40:07.269293 [ 115 ] {} <Debug> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3814 | 2025.04.30 22:40:07.269336 [ 115 ] {} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3815 | 2025.04.30 22:40:07.269351 [ 259 ] {82715ebb-e8d4-4b0d-88f3-2a8191ae9fc7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001295 sec., 4633.204633204634 rows/sec., 242.07 KiB/sec. | ||
| 3816 | 2025.04.30 22:40:07.269365 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3817 | 2025.04.30 22:40:07.269430 [ 259 ] {82715ebb-e8d4-4b0d-88f3-2a8191ae9fc7} <Debug> TCPHandler: Processed in 0.001600155 sec. | ||
| 3818 | 2025.04.30 22:40:07.269533 [ 194 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::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 | ||
| 3819 | 2025.04.30 22:40:07.269565 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3820 | 2025.04.30 22:40:07.269673 [ 194 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3821 | 2025.04.30 22:40:07.269705 [ 259 ] {7621dfe1-099e-4f9b-8c23-aeb0f6799e0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3822 | 2025.04.30 22:40:07.269717 [ 194 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part | ||
| 3823 | 2025.04.30 22:40:07.269763 [ 259 ] {7621dfe1-099e-4f9b-8c23-aeb0f6799e0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3824 | 2025.04.30 22:40:07.269874 [ 194 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
| 3825 | 2025.04.30 22:40:07.270323 [ 194 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
| 3826 | 2025.04.30 22:40:07.270765 [ 194 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
| 3827 | 2025.04.30 22:40:07.271217 [ 194 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
| 3828 | 2025.04.30 22:40:07.271624 [ 194 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
| 3829 | 2025.04.30 22:40:07.272524 [ 259 ] {7621dfe1-099e-4f9b-8c23-aeb0f6799e0d} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3830 | 2025.04.30 22:40:07.272564 [ 259 ] {7621dfe1-099e-4f9b-8c23-aeb0f6799e0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3831 | 2025.04.30 22:40:07.273309 [ 259 ] {7621dfe1-099e-4f9b-8c23-aeb0f6799e0d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3832 | 2025.04.30 22:40:07.273350 [ 190 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.003909794 sec., 16880.684762419707 rows/sec., 881.95 KiB/sec. | ||
| 3833 | 2025.04.30 22:40:07.273484 [ 190 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3834 | 2025.04.30 22:40:07.273621 [ 259 ] {7621dfe1-099e-4f9b-8c23-aeb0f6799e0d} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3835 | 2025.04.30 22:40:07.273836 [ 259 ] {7621dfe1-099e-4f9b-8c23-aeb0f6799e0d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00416 sec., 56971.15384615385 rows/sec., 3.82 MiB/sec. | ||
| 3836 | 2025.04.30 22:40:07.273863 [ 190 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_11_2} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3837 | 2025.04.30 22:40:07.273928 [ 259 ] {7621dfe1-099e-4f9b-8c23-aeb0f6799e0d} <Debug> TCPHandler: Processed in 0.004414531 sec. | ||
| 3838 | 2025.04.30 22:40:07.273989 [ 190 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_11_2} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3839 | 2025.04.30 22:40:07.274051 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3840 | 2025.04.30 22:40:07.274060 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 3841 | 2025.04.30 22:40:07.274154 [ 259 ] {f69af9b0-0f7c-4dda-95e5-a6a885d2cdae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3842 | 2025.04.30 22:40:07.274201 [ 259 ] {f69af9b0-0f7c-4dda-95e5-a6a885d2cdae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3843 | 2025.04.30 22:40:07.274597 [ 259 ] {f69af9b0-0f7c-4dda-95e5-a6a885d2cdae} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3844 | 2025.04.30 22:40:07.274632 [ 259 ] {f69af9b0-0f7c-4dda-95e5-a6a885d2cdae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3845 | 2025.04.30 22:40:07.274968 [ 259 ] {f69af9b0-0f7c-4dda-95e5-a6a885d2cdae} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3846 | 2025.04.30 22:40:07.275211 [ 259 ] {f69af9b0-0f7c-4dda-95e5-a6a885d2cdae} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3847 | 2025.04.30 22:40:07.275379 [ 259 ] {f69af9b0-0f7c-4dda-95e5-a6a885d2cdae} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001247 sec., 801.924619085806 rows/sec., 54.04 KiB/sec. | ||
| 3848 | 2025.04.30 22:40:07.275425 [ 259 ] {f69af9b0-0f7c-4dda-95e5-a6a885d2cdae} <Debug> TCPHandler: Processed in 0.001433339 sec. | ||
| 3849 | 2025.04.30 22:40:07.275535 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3850 | 2025.04.30 22:40:07.275647 [ 259 ] {23fa744b-1282-43fe-81d1-68dd34d9af30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3851 | 2025.04.30 22:40:07.275712 [ 259 ] {23fa744b-1282-43fe-81d1-68dd34d9af30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3852 | 2025.04.30 22:40:07.276676 [ 259 ] {23fa744b-1282-43fe-81d1-68dd34d9af30} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3853 | 2025.04.30 22:40:07.276713 [ 259 ] {23fa744b-1282-43fe-81d1-68dd34d9af30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3854 | 2025.04.30 22:40:07.277287 [ 259 ] {23fa744b-1282-43fe-81d1-68dd34d9af30} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3855 | 2025.04.30 22:40:07.277537 [ 259 ] {23fa744b-1282-43fe-81d1-68dd34d9af30} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3856 | 2025.04.30 22:40:07.277761 [ 259 ] {23fa744b-1282-43fe-81d1-68dd34d9af30} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002127 sec., 3761.165961448049 rows/sec., 6.74 MiB/sec. | ||
| 3857 | 2025.04.30 22:40:07.277914 [ 259 ] {23fa744b-1282-43fe-81d1-68dd34d9af30} <Debug> TCPHandler: Processed in 0.002428054 sec. | ||
| 3858 | 2025.04.30 22:40:07.278018 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3859 | 2025.04.30 22:40:07.278119 [ 259 ] {19197c21-42ce-455c-b733-b99a96a7a46b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3860 | 2025.04.30 22:40:07.278163 [ 259 ] {19197c21-42ce-455c-b733-b99a96a7a46b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3861 | 2025.04.30 22:40:07.278589 [ 259 ] {19197c21-42ce-455c-b733-b99a96a7a46b} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3862 | 2025.04.30 22:40:07.278625 [ 259 ] {19197c21-42ce-455c-b733-b99a96a7a46b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3863 | 2025.04.30 22:40:07.278975 [ 259 ] {19197c21-42ce-455c-b733-b99a96a7a46b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3864 | 2025.04.30 22:40:07.279202 [ 259 ] {19197c21-42ce-455c-b733-b99a96a7a46b} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3865 | 2025.04.30 22:40:07.279362 [ 259 ] {19197c21-42ce-455c-b733-b99a96a7a46b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001265 sec., 64822.134387351776 rows/sec., 4.12 MiB/sec. | ||
| 3866 | 2025.04.30 22:40:07.279408 [ 259 ] {19197c21-42ce-455c-b733-b99a96a7a46b} <Debug> TCPHandler: Processed in 0.001438239 sec. | ||
| 3867 | 2025.04.30 22:40:10.346610 [ 111 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3868 | 2025.04.30 22:40:10.346678 [ 111 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3869 | 2025.04.30 22:40:10.497491 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296 | ||
| 3870 | 2025.04.30 22:40:10.498100 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3871 | 2025.04.30 22:40:10.498137 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3872 | 2025.04.30 22:40:10.498649 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3873 | 2025.04.30 22:40:10.498908 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3874 | 2025.04.30 22:40:10.499090 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 3875 | 2025.04.30 22:40:11.040864 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 3876 | 2025.04.30 22:40:11.061189 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3877 | 2025.04.30 22:40:11.061253 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3878 | 2025.04.30 22:40:11.068806 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3879 | 2025.04.30 22:40:11.069555 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3880 | 2025.04.30 22:40:11.072137 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 3881 | 2025.04.30 22:40:12.250473 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3882 | 2025.04.30 22:40:12.250665 [ 259 ] {eaaf6f23-8dc9-41ed-b4d1-619005c08dc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3883 | 2025.04.30 22:40:12.250735 [ 259 ] {eaaf6f23-8dc9-41ed-b4d1-619005c08dc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3884 | 2025.04.30 22:40:12.251523 [ 259 ] {eaaf6f23-8dc9-41ed-b4d1-619005c08dc7} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3885 | 2025.04.30 22:40:12.251581 [ 259 ] {eaaf6f23-8dc9-41ed-b4d1-619005c08dc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3886 | 2025.04.30 22:40:12.252015 [ 259 ] {eaaf6f23-8dc9-41ed-b4d1-619005c08dc7} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3887 | 2025.04.30 22:40:12.252279 [ 259 ] {eaaf6f23-8dc9-41ed-b4d1-619005c08dc7} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3888 | 2025.04.30 22:40:12.252540 [ 259 ] {eaaf6f23-8dc9-41ed-b4d1-619005c08dc7} <Debug> executeQuery: Read 118 rows, 10.24 KiB in 0.001925 sec., 61298.70129870129 rows/sec., 5.20 MiB/sec. | ||
| 3889 | 2025.04.30 22:40:12.252602 [ 259 ] {eaaf6f23-8dc9-41ed-b4d1-619005c08dc7} <Debug> TCPHandler: Processed in 0.002254817 sec. | ||
| 3890 | 2025.04.30 22:40:12.252734 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3891 | 2025.04.30 22:40:12.252839 [ 259 ] {8e6c7e5d-c803-463b-b56c-02f088e6ae34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3892 | 2025.04.30 22:40:12.252885 [ 259 ] {8e6c7e5d-c803-463b-b56c-02f088e6ae34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3893 | 2025.04.30 22:40:12.253400 [ 259 ] {8e6c7e5d-c803-463b-b56c-02f088e6ae34} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3894 | 2025.04.30 22:40:12.253440 [ 259 ] {8e6c7e5d-c803-463b-b56c-02f088e6ae34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3895 | 2025.04.30 22:40:12.253799 [ 259 ] {8e6c7e5d-c803-463b-b56c-02f088e6ae34} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3896 | 2025.04.30 22:40:12.254039 [ 259 ] {8e6c7e5d-c803-463b-b56c-02f088e6ae34} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3897 | 2025.04.30 22:40:12.254238 [ 259 ] {8e6c7e5d-c803-463b-b56c-02f088e6ae34} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.00142 sec., 21830.985915492958 rows/sec., 1.60 MiB/sec. | ||
| 3898 | 2025.04.30 22:40:12.254288 [ 259 ] {8e6c7e5d-c803-463b-b56c-02f088e6ae34} <Debug> TCPHandler: Processed in 0.001606425 sec. | ||
| 3899 | 2025.04.30 22:40:12.254401 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3900 | 2025.04.30 22:40:12.254504 [ 259 ] {4df57b4a-d757-4af0-9f82-a40d7aa84046} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3901 | 2025.04.30 22:40:12.254548 [ 259 ] {4df57b4a-d757-4af0-9f82-a40d7aa84046} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3902 | 2025.04.30 22:40:12.255092 [ 259 ] {4df57b4a-d757-4af0-9f82-a40d7aa84046} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3903 | 2025.04.30 22:40:12.255132 [ 259 ] {4df57b4a-d757-4af0-9f82-a40d7aa84046} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3904 | 2025.04.30 22:40:12.255480 [ 259 ] {4df57b4a-d757-4af0-9f82-a40d7aa84046} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3905 | 2025.04.30 22:40:12.255731 [ 259 ] {4df57b4a-d757-4af0-9f82-a40d7aa84046} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3906 | 2025.04.30 22:40:12.255941 [ 259 ] {4df57b4a-d757-4af0-9f82-a40d7aa84046} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001458 sec., 65157.75034293553 rows/sec., 5.09 MiB/sec. | ||
| 3907 | 2025.04.30 22:40:12.255992 [ 259 ] {4df57b4a-d757-4af0-9f82-a40d7aa84046} <Debug> TCPHandler: Processed in 0.001642406 sec. | ||
| 3908 | 2025.04.30 22:40:12.256109 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3909 | 2025.04.30 22:40:12.256212 [ 259 ] {7e8f8eff-fe1f-4705-9c04-d02807515130} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3910 | 2025.04.30 22:40:12.256261 [ 259 ] {7e8f8eff-fe1f-4705-9c04-d02807515130} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3911 | 2025.04.30 22:40:12.256788 [ 259 ] {7e8f8eff-fe1f-4705-9c04-d02807515130} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3912 | 2025.04.30 22:40:12.256828 [ 259 ] {7e8f8eff-fe1f-4705-9c04-d02807515130} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3913 | 2025.04.30 22:40:12.257209 [ 259 ] {7e8f8eff-fe1f-4705-9c04-d02807515130} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3914 | 2025.04.30 22:40:12.257460 [ 259 ] {7e8f8eff-fe1f-4705-9c04-d02807515130} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3915 | 2025.04.30 22:40:12.257678 [ 259 ] {7e8f8eff-fe1f-4705-9c04-d02807515130} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001487 sec., 107599.19300605245 rows/sec., 7.49 MiB/sec. | ||
| 3916 | 2025.04.30 22:40:12.257728 [ 259 ] {7e8f8eff-fe1f-4705-9c04-d02807515130} <Debug> TCPHandler: Processed in 0.001670607 sec. | ||
| 3917 | 2025.04.30 22:40:12.257860 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3918 | 2025.04.30 22:40:12.257993 [ 259 ] {a10a611a-10ef-440a-9f08-9b0595e71310} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3919 | 2025.04.30 22:40:12.258070 [ 259 ] {a10a611a-10ef-440a-9f08-9b0595e71310} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3920 | 2025.04.30 22:40:12.259220 [ 259 ] {a10a611a-10ef-440a-9f08-9b0595e71310} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3921 | 2025.04.30 22:40:12.259259 [ 259 ] {a10a611a-10ef-440a-9f08-9b0595e71310} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3922 | 2025.04.30 22:40:12.259894 [ 259 ] {a10a611a-10ef-440a-9f08-9b0595e71310} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3923 | 2025.04.30 22:40:12.260148 [ 259 ] {a10a611a-10ef-440a-9f08-9b0595e71310} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3924 | 2025.04.30 22:40:12.260408 [ 259 ] {a10a611a-10ef-440a-9f08-9b0595e71310} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002434 sec., 12736.236647493837 rows/sec., 22.82 MiB/sec. | ||
| 3925 | 2025.04.30 22:40:12.260713 [ 259 ] {a10a611a-10ef-440a-9f08-9b0595e71310} <Debug> TCPHandler: Processed in 0.002909249 sec. | ||
| 3926 | 2025.04.30 22:40:12.260984 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3927 | 2025.04.30 22:40:12.261091 [ 259 ] {06a1e210-bc46-46c1-9485-6660db6a3247} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3928 | 2025.04.30 22:40:12.261137 [ 259 ] {06a1e210-bc46-46c1-9485-6660db6a3247} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3929 | 2025.04.30 22:40:12.261597 [ 259 ] {06a1e210-bc46-46c1-9485-6660db6a3247} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3930 | 2025.04.30 22:40:12.261635 [ 259 ] {06a1e210-bc46-46c1-9485-6660db6a3247} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3931 | 2025.04.30 22:40:12.261987 [ 259 ] {06a1e210-bc46-46c1-9485-6660db6a3247} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3932 | 2025.04.30 22:40:12.262216 [ 259 ] {06a1e210-bc46-46c1-9485-6660db6a3247} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3933 | 2025.04.30 22:40:12.262419 [ 259 ] {06a1e210-bc46-46c1-9485-6660db6a3247} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001351 sec., 44411.54700222058 rows/sec., 2.99 MiB/sec. | ||
| 3934 | 2025.04.30 22:40:12.262468 [ 259 ] {06a1e210-bc46-46c1-9485-6660db6a3247} <Debug> TCPHandler: Processed in 0.001552823 sec. | ||
| 3935 | 2025.04.30 22:40:12.531695 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3936 | 2025.04.30 22:40:12.531903 [ 259 ] {1e304500-ba2e-4fbf-87e7-fe779bd4662a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3937 | 2025.04.30 22:40:12.531983 [ 259 ] {1e304500-ba2e-4fbf-87e7-fe779bd4662a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3938 | 2025.04.30 22:40:12.532867 [ 259 ] {1e304500-ba2e-4fbf-87e7-fe779bd4662a} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3939 | 2025.04.30 22:40:12.532922 [ 259 ] {1e304500-ba2e-4fbf-87e7-fe779bd4662a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3940 | 2025.04.30 22:40:12.533351 [ 259 ] {1e304500-ba2e-4fbf-87e7-fe779bd4662a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3941 | 2025.04.30 22:40:12.533609 [ 259 ] {1e304500-ba2e-4fbf-87e7-fe779bd4662a} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3942 | 2025.04.30 22:40:12.533815 [ 259 ] {1e304500-ba2e-4fbf-87e7-fe779bd4662a} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001967 sec., 107778.34265378749 rows/sec., 6.85 MiB/sec. | ||
| 3943 | 2025.04.30 22:40:12.533937 [ 259 ] {1e304500-ba2e-4fbf-87e7-fe779bd4662a} <Debug> TCPHandler: Processed in 0.002380522 sec. | ||
| 3944 | 2025.04.30 22:40:12.534180 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3945 | 2025.04.30 22:40:12.534293 [ 259 ] {5525f5d6-3dcb-43e1-959a-8691b5399d26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3946 | 2025.04.30 22:40:12.534343 [ 259 ] {5525f5d6-3dcb-43e1-959a-8691b5399d26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3947 | 2025.04.30 22:40:12.534877 [ 259 ] {5525f5d6-3dcb-43e1-959a-8691b5399d26} <Trace> oximeter.fields_ipaddr (4dea1092-816a-42b9-a56f-a845cbc6e13d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3948 | 2025.04.30 22:40:12.534918 [ 259 ] {5525f5d6-3dcb-43e1-959a-8691b5399d26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3949 | 2025.04.30 22:40:12.535254 [ 259 ] {5525f5d6-3dcb-43e1-959a-8691b5399d26} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3950 | 2025.04.30 22:40:12.535495 [ 259 ] {5525f5d6-3dcb-43e1-959a-8691b5399d26} <Trace> oximeter.fields_ipaddr (4dea1092-816a-42b9-a56f-a845cbc6e13d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3951 | 2025.04.30 22:40:12.535742 [ 259 ] {5525f5d6-3dcb-43e1-959a-8691b5399d26} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001472 sec., 8152.173913043478 rows/sec., 664.75 KiB/sec. | ||
| 3952 | 2025.04.30 22:40:12.535876 [ 259 ] {5525f5d6-3dcb-43e1-959a-8691b5399d26} <Debug> TCPHandler: Processed in 0.00175293 sec. | ||
| 3953 | 2025.04.30 22:40:12.535998 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3954 | 2025.04.30 22:40:12.536101 [ 259 ] {9e3a086d-33f6-4328-8f16-15d8e88a1eee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3955 | 2025.04.30 22:40:12.536145 [ 259 ] {9e3a086d-33f6-4328-8f16-15d8e88a1eee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3956 | 2025.04.30 22:40:12.537481 [ 259 ] {9e3a086d-33f6-4328-8f16-15d8e88a1eee} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3957 | 2025.04.30 22:40:12.537525 [ 259 ] {9e3a086d-33f6-4328-8f16-15d8e88a1eee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3958 | 2025.04.30 22:40:12.537991 [ 259 ] {9e3a086d-33f6-4328-8f16-15d8e88a1eee} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3959 | 2025.04.30 22:40:12.538233 [ 259 ] {9e3a086d-33f6-4328-8f16-15d8e88a1eee} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3960 | 2025.04.30 22:40:12.538414 [ 108 ] {} <Debug> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3961 | 2025.04.30 22:40:12.538462 [ 259 ] {9e3a086d-33f6-4328-8f16-15d8e88a1eee} <Debug> executeQuery: Read 1779 rows, 147.98 KiB in 0.002381 sec., 747165.0566988661 rows/sec., 60.69 MiB/sec. | ||
| 3962 | 2025.04.30 22:40:12.538538 [ 108 ] {} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3963 | 2025.04.30 22:40:12.538592 [ 259 ] {9e3a086d-33f6-4328-8f16-15d8e88a1eee} <Debug> TCPHandler: Processed in 0.002642351 sec. | ||
| 3964 | 2025.04.30 22:40:12.538627 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 3965 | 2025.04.30 22:40:12.538761 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3966 | 2025.04.30 22:40:12.538830 [ 194 ] {d4e73ecb-69f6-409c-bee6-1454de550956::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 | ||
| 3967 | 2025.04.30 22:40:12.538898 [ 259 ] {bdb12e16-6715-4ec3-b5fe-f4ec915d71b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3968 | 2025.04.30 22:40:12.538955 [ 259 ] {bdb12e16-6715-4ec3-b5fe-f4ec915d71b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3969 | 2025.04.30 22:40:12.538991 [ 194 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3970 | 2025.04.30 22:40:12.539048 [ 194 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1840 rows starting from the beginning of the part | ||
| 3971 | 2025.04.30 22:40:12.539192 [ 194 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 633 rows starting from the beginning of the part | ||
| 3972 | 2025.04.30 22:40:12.539716 [ 194 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 121 rows starting from the beginning of the part | ||
| 3973 | 2025.04.30 22:40:12.540210 [ 194 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 633 rows starting from the beginning of the part | ||
| 3974 | 2025.04.30 22:40:12.540540 [ 194 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 118 rows starting from the beginning of the part | ||
| 3975 | 2025.04.30 22:40:12.540814 [ 194 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1779 rows starting from the beginning of the part | ||
| 3976 | 2025.04.30 22:40:12.541485 [ 259 ] {bdb12e16-6715-4ec3-b5fe-f4ec915d71b5} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3977 | 2025.04.30 22:40:12.541529 [ 259 ] {bdb12e16-6715-4ec3-b5fe-f4ec915d71b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3978 | 2025.04.30 22:40:12.542020 [ 259 ] {bdb12e16-6715-4ec3-b5fe-f4ec915d71b5} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3979 | 2025.04.30 22:40:12.542357 [ 259 ] {bdb12e16-6715-4ec3-b5fe-f4ec915d71b5} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3980 | 2025.04.30 22:40:12.542619 [ 259 ] {bdb12e16-6715-4ec3-b5fe-f4ec915d71b5} <Debug> executeQuery: Read 126 rows, 7.83 KiB in 0.003752 sec., 33582.0895522388 rows/sec., 2.04 MiB/sec. | ||
| 3981 | 2025.04.30 22:40:12.542677 [ 259 ] {bdb12e16-6715-4ec3-b5fe-f4ec915d71b5} <Debug> TCPHandler: Processed in 0.003981287 sec. | ||
| 3982 | 2025.04.30 22:40:12.542802 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3983 | 2025.04.30 22:40:12.542905 [ 259 ] {f3118ae3-1f52-478d-92d9-4edca71f1d31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3984 | 2025.04.30 22:40:12.542951 [ 259 ] {f3118ae3-1f52-478d-92d9-4edca71f1d31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3985 | 2025.04.30 22:40:12.543423 [ 192 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 5 columns (5 merged, 0 gathered) in 0.00465954 sec., 1099679.3674912115 rows/sec., 93.14 MiB/sec. | ||
| 3986 | 2025.04.30 22:40:12.543838 [ 192 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3987 | 2025.04.30 22:40:12.544165 [ 259 ] {f3118ae3-1f52-478d-92d9-4edca71f1d31} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3988 | 2025.04.30 22:40:12.544221 [ 259 ] {f3118ae3-1f52-478d-92d9-4edca71f1d31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 3989 | 2025.04.30 22:40:12.544509 [ 192 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_26_5} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3990 | 2025.04.30 22:40:12.544669 [ 192 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_26_5} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3991 | 2025.04.30 22:40:12.544821 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.99 MiB. | ||
| 3992 | 2025.04.30 22:40:12.544870 [ 259 ] {f3118ae3-1f52-478d-92d9-4edca71f1d31} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3993 | 2025.04.30 22:40:12.545108 [ 259 ] {f3118ae3-1f52-478d-92d9-4edca71f1d31} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3994 | 2025.04.30 22:40:12.545327 [ 259 ] {f3118ae3-1f52-478d-92d9-4edca71f1d31} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.002442 sec., 139639.63963963964 rows/sec., 9.32 MiB/sec. | ||
| 3995 | 2025.04.30 22:40:12.545383 [ 259 ] {f3118ae3-1f52-478d-92d9-4edca71f1d31} <Debug> TCPHandler: Processed in 0.002634881 sec. | ||
| 3996 | 2025.04.30 22:40:12.545501 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3997 | 2025.04.30 22:40:12.545607 [ 259 ] {ede26cc6-f132-46e3-a2ac-8d1d7cf42e59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3998 | 2025.04.30 22:40:12.545651 [ 259 ] {ede26cc6-f132-46e3-a2ac-8d1d7cf42e59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3999 | 2025.04.30 22:40:12.546217 [ 259 ] {ede26cc6-f132-46e3-a2ac-8d1d7cf42e59} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4000 | 2025.04.30 22:40:12.546257 [ 259 ] {ede26cc6-f132-46e3-a2ac-8d1d7cf42e59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4001 | 2025.04.30 22:40:12.546594 [ 259 ] {ede26cc6-f132-46e3-a2ac-8d1d7cf42e59} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4002 | 2025.04.30 22:40:12.546823 [ 259 ] {ede26cc6-f132-46e3-a2ac-8d1d7cf42e59} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4003 | 2025.04.30 22:40:12.547024 [ 259 ] {ede26cc6-f132-46e3-a2ac-8d1d7cf42e59} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001436 sec., 77994.42896935933 rows/sec., 4.44 MiB/sec. | ||
| 4004 | 2025.04.30 22:40:12.547075 [ 259 ] {ede26cc6-f132-46e3-a2ac-8d1d7cf42e59} <Debug> TCPHandler: Processed in 0.001626736 sec. | ||
| 4005 | 2025.04.30 22:40:12.547195 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4006 | 2025.04.30 22:40:12.547297 [ 259 ] {bb6df388-9561-467e-914f-b052780c6839} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4007 | 2025.04.30 22:40:12.547341 [ 259 ] {bb6df388-9561-467e-914f-b052780c6839} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4008 | 2025.04.30 22:40:12.548204 [ 259 ] {bb6df388-9561-467e-914f-b052780c6839} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4009 | 2025.04.30 22:40:12.548242 [ 259 ] {bb6df388-9561-467e-914f-b052780c6839} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4010 | 2025.04.30 22:40:12.548607 [ 259 ] {bb6df388-9561-467e-914f-b052780c6839} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4011 | 2025.04.30 22:40:12.548844 [ 259 ] {bb6df388-9561-467e-914f-b052780c6839} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4012 | 2025.04.30 22:40:12.549031 [ 108 ] {} <Debug> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4013 | 2025.04.30 22:40:12.549091 [ 259 ] {bb6df388-9561-467e-914f-b052780c6839} <Debug> executeQuery: Read 858 rows, 63.49 KiB in 0.001813 sec., 473248.7589630447 rows/sec., 34.20 MiB/sec. | ||
| 4014 | 2025.04.30 22:40:12.549114 [ 108 ] {} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4015 | 2025.04.30 22:40:12.549201 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4016 | 2025.04.30 22:40:12.549218 [ 259 ] {bb6df388-9561-467e-914f-b052780c6839} <Debug> TCPHandler: Processed in 0.002073552 sec. | ||
| 4017 | 2025.04.30 22:40:12.549417 [ 194 ] {e25d2b30-b306-449e-8756-7ab1229a4707::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 | ||
| 4018 | 2025.04.30 22:40:12.549430 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4019 | 2025.04.30 22:40:12.549572 [ 194 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4020 | 2025.04.30 22:40:12.549578 [ 259 ] {eadbd1f7-26ca-45b4-992c-b15b34388b8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4021 | 2025.04.30 22:40:12.549613 [ 194 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 905 rows starting from the beginning of the part | ||
| 4022 | 2025.04.30 22:40:12.549644 [ 259 ] {eadbd1f7-26ca-45b4-992c-b15b34388b8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4023 | 2025.04.30 22:40:12.549908 [ 194 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 390 rows starting from the beginning of the part | ||
| 4024 | 2025.04.30 22:40:12.550287 [ 194 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 101 rows starting from the beginning of the part | ||
| 4025 | 2025.04.30 22:40:12.550587 [ 194 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 390 rows starting from the beginning of the part | ||
| 4026 | 2025.04.30 22:40:12.550934 [ 194 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 95 rows starting from the beginning of the part | ||
| 4027 | 2025.04.30 22:40:12.551276 [ 194 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 858 rows starting from the beginning of the part | ||
| 4028 | 2025.04.30 22:40:12.551917 [ 259 ] {eadbd1f7-26ca-45b4-992c-b15b34388b8d} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4029 | 2025.04.30 22:40:12.551960 [ 259 ] {eadbd1f7-26ca-45b4-992c-b15b34388b8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4030 | 2025.04.30 22:40:12.552492 [ 259 ] {eadbd1f7-26ca-45b4-992c-b15b34388b8d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4031 | 2025.04.30 22:40:12.552788 [ 259 ] {eadbd1f7-26ca-45b4-992c-b15b34388b8d} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4032 | 2025.04.30 22:40:12.553009 [ 259 ] {eadbd1f7-26ca-45b4-992c-b15b34388b8d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003468 sec., 1730.1038062283735 rows/sec., 90.39 KiB/sec. | ||
| 4033 | 2025.04.30 22:40:12.553062 [ 259 ] {eadbd1f7-26ca-45b4-992c-b15b34388b8d} <Debug> TCPHandler: Processed in 0.003684937 sec. | ||
| 4034 | 2025.04.30 22:40:12.553222 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4035 | 2025.04.30 22:40:12.553290 [ 196 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2739 rows, containing 5 columns (5 merged, 0 gathered) in 0.003960396 sec., 691597.5069159751 rows/sec., 52.67 MiB/sec. | ||
| 4036 | 2025.04.30 22:40:12.553355 [ 259 ] {ee290b97-6498-42bf-9ef9-aacb4a75fbf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4037 | 2025.04.30 22:40:12.553416 [ 259 ] {ee290b97-6498-42bf-9ef9-aacb4a75fbf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4038 | 2025.04.30 22:40:12.553554 [ 196 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4039 | 2025.04.30 22:40:12.554070 [ 196 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_26_5} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4040 | 2025.04.30 22:40:12.554164 [ 196 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_26_5} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4041 | 2025.04.30 22:40:12.554306 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 4042 | 2025.04.30 22:40:12.554609 [ 259 ] {ee290b97-6498-42bf-9ef9-aacb4a75fbf3} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4043 | 2025.04.30 22:40:12.554652 [ 259 ] {ee290b97-6498-42bf-9ef9-aacb4a75fbf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4044 | 2025.04.30 22:40:12.555079 [ 259 ] {ee290b97-6498-42bf-9ef9-aacb4a75fbf3} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4045 | 2025.04.30 22:40:12.555309 [ 259 ] {ee290b97-6498-42bf-9ef9-aacb4a75fbf3} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4046 | 2025.04.30 22:40:12.555494 [ 108 ] {} <Debug> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4047 | 2025.04.30 22:40:12.555552 [ 108 ] {} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4048 | 2025.04.30 22:40:12.555560 [ 259 ] {ee290b97-6498-42bf-9ef9-aacb4a75fbf3} <Debug> executeQuery: Read 961 rows, 65.39 KiB in 0.002232 sec., 430555.55555555556 rows/sec., 28.61 MiB/sec. | ||
| 4049 | 2025.04.30 22:40:12.555592 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4050 | 2025.04.30 22:40:12.555690 [ 259 ] {ee290b97-6498-42bf-9ef9-aacb4a75fbf3} <Debug> TCPHandler: Processed in 0.002546138 sec. | ||
| 4051 | 2025.04.30 22:40:12.555835 [ 192 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::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 | ||
| 4052 | 2025.04.30 22:40:12.555893 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4053 | 2025.04.30 22:40:12.556007 [ 192 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4054 | 2025.04.30 22:40:12.556085 [ 259 ] {5af274fe-5e0c-4c98-ac7b-f2f328b013aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4055 | 2025.04.30 22:40:12.556086 [ 192 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7814 rows starting from the beginning of the part | ||
| 4056 | 2025.04.30 22:40:12.556177 [ 259 ] {5af274fe-5e0c-4c98-ac7b-f2f328b013aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4057 | 2025.04.30 22:40:12.556390 [ 192 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 237 rows starting from the beginning of the part | ||
| 4058 | 2025.04.30 22:40:12.556758 [ 192 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 163 rows starting from the beginning of the part | ||
| 4059 | 2025.04.30 22:40:12.557104 [ 192 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 237 rows starting from the beginning of the part | ||
| 4060 | 2025.04.30 22:40:12.557465 [ 192 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part | ||
| 4061 | 2025.04.30 22:40:12.557783 [ 192 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 961 rows starting from the beginning of the part | ||
| 4062 | 2025.04.30 22:40:12.558609 [ 259 ] {5af274fe-5e0c-4c98-ac7b-f2f328b013aa} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4063 | 2025.04.30 22:40:12.558690 [ 259 ] {5af274fe-5e0c-4c98-ac7b-f2f328b013aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4064 | 2025.04.30 22:40:12.559232 [ 259 ] {5af274fe-5e0c-4c98-ac7b-f2f328b013aa} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4065 | 2025.04.30 22:40:12.559672 [ 259 ] {5af274fe-5e0c-4c98-ac7b-f2f328b013aa} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4066 | 2025.04.30 22:40:12.560195 [ 259 ] {5af274fe-5e0c-4c98-ac7b-f2f328b013aa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004158 sec., 240.5002405002405 rows/sec., 16.21 KiB/sec. | ||
| 4067 | 2025.04.30 22:40:12.560394 [ 259 ] {5af274fe-5e0c-4c98-ac7b-f2f328b013aa} <Debug> TCPHandler: Processed in 0.004563277 sec. | ||
| 4068 | 2025.04.30 22:40:12.560551 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4069 | 2025.04.30 22:40:12.560670 [ 259 ] {97f77290-8b2f-4b9d-8255-49ad8c2be753} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4070 | 2025.04.30 22:40:12.560750 [ 259 ] {97f77290-8b2f-4b9d-8255-49ad8c2be753} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4071 | 2025.04.30 22:40:12.562159 [ 259 ] {97f77290-8b2f-4b9d-8255-49ad8c2be753} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4072 | 2025.04.30 22:40:12.562201 [ 259 ] {97f77290-8b2f-4b9d-8255-49ad8c2be753} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4073 | 2025.04.30 22:40:12.562642 [ 192 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9572 rows, containing 5 columns (5 merged, 0 gathered) in 0.006924858 sec., 1382266.6110987402 rows/sec., 93.19 MiB/sec. | ||
| 4074 | 2025.04.30 22:40:12.562919 [ 192 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4075 | 2025.04.30 22:40:12.563502 [ 192 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4076 | 2025.04.30 22:40:12.563714 [ 192 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4077 | 2025.04.30 22:40:12.563738 [ 259 ] {97f77290-8b2f-4b9d-8255-49ad8c2be753} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4078 | 2025.04.30 22:40:12.563836 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.56 MiB. | ||
| 4079 | 2025.04.30 22:40:12.564078 [ 259 ] {97f77290-8b2f-4b9d-8255-49ad8c2be753} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4080 | 2025.04.30 22:40:12.564357 [ 259 ] {97f77290-8b2f-4b9d-8255-49ad8c2be753} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003709 sec., 2156.9156106767323 rows/sec., 3.87 MiB/sec. | ||
| 4081 | 2025.04.30 22:40:12.564473 [ 259 ] {97f77290-8b2f-4b9d-8255-49ad8c2be753} <Debug> TCPHandler: Processed in 0.003986657 sec. | ||
| 4082 | 2025.04.30 22:40:12.564589 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4083 | 2025.04.30 22:40:12.564689 [ 259 ] {7001b23f-3e75-49f1-b32d-49ca54441e38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4084 | 2025.04.30 22:40:12.564734 [ 259 ] {7001b23f-3e75-49f1-b32d-49ca54441e38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4085 | 2025.04.30 22:40:12.565151 [ 259 ] {7001b23f-3e75-49f1-b32d-49ca54441e38} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4086 | 2025.04.30 22:40:12.565190 [ 259 ] {7001b23f-3e75-49f1-b32d-49ca54441e38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4087 | 2025.04.30 22:40:12.565529 [ 259 ] {7001b23f-3e75-49f1-b32d-49ca54441e38} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4088 | 2025.04.30 22:40:12.565762 [ 259 ] {7001b23f-3e75-49f1-b32d-49ca54441e38} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4089 | 2025.04.30 22:40:12.565909 [ 108 ] {} <Debug> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4090 | 2025.04.30 22:40:12.565965 [ 108 ] {} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4091 | 2025.04.30 22:40:12.566007 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 4092 | 2025.04.30 22:40:12.566012 [ 259 ] {7001b23f-3e75-49f1-b32d-49ca54441e38} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001337 sec., 25430.06731488407 rows/sec., 1.48 MiB/sec. | ||
| 4093 | 2025.04.30 22:40:12.566191 [ 259 ] {7001b23f-3e75-49f1-b32d-49ca54441e38} <Debug> TCPHandler: Processed in 0.001649927 sec. | ||
| 4094 | 2025.04.30 22:40:12.566287 [ 191 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::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 | ||
| 4095 | 2025.04.30 22:40:12.566443 [ 191 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4096 | 2025.04.30 22:40:12.566481 [ 191 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1386 rows starting from the beginning of the part | ||
| 4097 | 2025.04.30 22:40:12.566581 [ 191 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 82 rows starting from the beginning of the part | ||
| 4098 | 2025.04.30 22:40:12.566769 [ 191 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::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 | ||
| 4099 | 2025.04.30 22:40:12.566951 [ 191 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 82 rows starting from the beginning of the part | ||
| 4100 | 2025.04.30 22:40:12.567104 [ 191 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part | ||
| 4101 | 2025.04.30 22:40:12.567233 [ 191 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 34 rows starting from the beginning of the part | ||
| 4102 | 2025.04.30 22:40:12.568670 [ 189 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1704 rows, containing 4 columns (4 merged, 0 gathered) in 0.002572938 sec., 662277.9095337704 rows/sec., 43.15 MiB/sec. | ||
| 4103 | 2025.04.30 22:40:12.568980 [ 193 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4104 | 2025.04.30 22:40:12.569381 [ 193 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_26_5} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4105 | 2025.04.30 22:40:12.569489 [ 193 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_26_5} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4106 | 2025.04.30 22:40:12.569596 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 4107 | 2025.04.30 22:40:13.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 182.96 MiB, peak 187.32 MiB, free memory in arenas 0.00 B, will set to 181.68 MiB (RSS), difference: -1.28 MiB | ||
| 4108 | 2025.04.30 22:40:15.525428 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 592 | ||
| 4109 | 2025.04.30 22:40:15.529009 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4110 | 2025.04.30 22:40:15.529069 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4111 | 2025.04.30 22:40:15.530555 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4112 | 2025.04.30 22:40:15.530871 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4113 | 2025.04.30 22:40:15.531536 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 592 | ||
| 4114 | 2025.04.30 22:40:17.247786 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4115 | 2025.04.30 22:40:17.247986 [ 259 ] {ec639e10-93f5-4301-8f60-a0dd603ff94d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4116 | 2025.04.30 22:40:17.248062 [ 259 ] {ec639e10-93f5-4301-8f60-a0dd603ff94d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4117 | 2025.04.30 22:40:17.248992 [ 259 ] {ec639e10-93f5-4301-8f60-a0dd603ff94d} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4118 | 2025.04.30 22:40:17.249033 [ 259 ] {ec639e10-93f5-4301-8f60-a0dd603ff94d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4119 | 2025.04.30 22:40:17.249458 [ 259 ] {ec639e10-93f5-4301-8f60-a0dd603ff94d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4120 | 2025.04.30 22:40:17.249707 [ 259 ] {ec639e10-93f5-4301-8f60-a0dd603ff94d} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4121 | 2025.04.30 22:40:17.249933 [ 259 ] {ec639e10-93f5-4301-8f60-a0dd603ff94d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001992 sec., 28112.44979919679 rows/sec., 2.16 MiB/sec. | ||
| 4122 | 2025.04.30 22:40:17.250045 [ 259 ] {ec639e10-93f5-4301-8f60-a0dd603ff94d} <Debug> TCPHandler: Processed in 0.002386862 sec. | ||
| 4123 | 2025.04.30 22:40:17.250297 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4124 | 2025.04.30 22:40:17.250453 [ 259 ] {3ec4bc8d-5689-429a-816c-6cc8ccd6ba27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4125 | 2025.04.30 22:40:17.250514 [ 259 ] {3ec4bc8d-5689-429a-816c-6cc8ccd6ba27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4126 | 2025.04.30 22:40:17.251139 [ 259 ] {3ec4bc8d-5689-429a-816c-6cc8ccd6ba27} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4127 | 2025.04.30 22:40:17.251178 [ 259 ] {3ec4bc8d-5689-429a-816c-6cc8ccd6ba27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4128 | 2025.04.30 22:40:17.251565 [ 259 ] {3ec4bc8d-5689-429a-816c-6cc8ccd6ba27} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4129 | 2025.04.30 22:40:17.251814 [ 259 ] {3ec4bc8d-5689-429a-816c-6cc8ccd6ba27} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4130 | 2025.04.30 22:40:17.251979 [ 259 ] {3ec4bc8d-5689-429a-816c-6cc8ccd6ba27} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001561 sec., 40999.35938500961 rows/sec., 3.20 MiB/sec. | ||
| 4131 | 2025.04.30 22:40:17.252030 [ 259 ] {3ec4bc8d-5689-429a-816c-6cc8ccd6ba27} <Debug> TCPHandler: Processed in 0.001838193 sec. | ||
| 4132 | 2025.04.30 22:40:17.252168 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4133 | 2025.04.30 22:40:17.252273 [ 259 ] {3a2f317f-375d-4d8c-915e-e2d65ffd67ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4134 | 2025.04.30 22:40:17.252321 [ 259 ] {3a2f317f-375d-4d8c-915e-e2d65ffd67ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4135 | 2025.04.30 22:40:17.252811 [ 259 ] {3a2f317f-375d-4d8c-915e-e2d65ffd67ef} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4136 | 2025.04.30 22:40:17.252849 [ 259 ] {3a2f317f-375d-4d8c-915e-e2d65ffd67ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4137 | 2025.04.30 22:40:17.253232 [ 259 ] {3a2f317f-375d-4d8c-915e-e2d65ffd67ef} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4138 | 2025.04.30 22:40:17.253476 [ 259 ] {3a2f317f-375d-4d8c-915e-e2d65ffd67ef} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4139 | 2025.04.30 22:40:17.253637 [ 259 ] {3a2f317f-375d-4d8c-915e-e2d65ffd67ef} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001387 sec., 92285.50829127614 rows/sec., 6.43 MiB/sec. | ||
| 4140 | 2025.04.30 22:40:17.253686 [ 259 ] {3a2f317f-375d-4d8c-915e-e2d65ffd67ef} <Debug> TCPHandler: Processed in 0.001570284 sec. | ||
| 4141 | 2025.04.30 22:40:17.253809 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4142 | 2025.04.30 22:40:17.253914 [ 259 ] {5d691554-48b8-45dd-b2ab-8e3b99311ab6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4143 | 2025.04.30 22:40:17.253960 [ 259 ] {5d691554-48b8-45dd-b2ab-8e3b99311ab6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4144 | 2025.04.30 22:40:17.254383 [ 259 ] {5d691554-48b8-45dd-b2ab-8e3b99311ab6} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4145 | 2025.04.30 22:40:17.254420 [ 259 ] {5d691554-48b8-45dd-b2ab-8e3b99311ab6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4146 | 2025.04.30 22:40:17.254773 [ 259 ] {5d691554-48b8-45dd-b2ab-8e3b99311ab6} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4147 | 2025.04.30 22:40:17.255014 [ 259 ] {5d691554-48b8-45dd-b2ab-8e3b99311ab6} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4148 | 2025.04.30 22:40:17.255229 [ 259 ] {5d691554-48b8-45dd-b2ab-8e3b99311ab6} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001324 sec., 36253.776435045314 rows/sec., 2.44 MiB/sec. | ||
| 4149 | 2025.04.30 22:40:17.255292 [ 259 ] {5d691554-48b8-45dd-b2ab-8e3b99311ab6} <Debug> TCPHandler: Processed in 0.001532872 sec. | ||
| 4150 | 2025.04.30 22:40:17.999295 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723 | ||
| 4151 | 2025.04.30 22:40:17.999902 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4152 | 2025.04.30 22:40:17.999947 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4153 | 2025.04.30 22:40:18.001035 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4154 | 2025.04.30 22:40:18.001314 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4155 | 2025.04.30 22:40:18.001537 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723 | ||
| 4156 | 2025.04.30 22:40:18.572257 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 4157 | 2025.04.30 22:40:18.593652 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4158 | 2025.04.30 22:40:18.593708 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4159 | 2025.04.30 22:40:18.601229 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4160 | 2025.04.30 22:40:18.601984 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4161 | 2025.04.30 22:40:18.604678 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 4162 | 2025.04.30 22:40:22.250756 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4163 | 2025.04.30 22:40:22.250974 [ 259 ] {a39855bd-2025-4275-a83a-b4f80ae92b9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4164 | 2025.04.30 22:40:22.251052 [ 259 ] {a39855bd-2025-4275-a83a-b4f80ae92b9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4165 | 2025.04.30 22:40:22.251929 [ 259 ] {a39855bd-2025-4275-a83a-b4f80ae92b9e} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4166 | 2025.04.30 22:40:22.251973 [ 259 ] {a39855bd-2025-4275-a83a-b4f80ae92b9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4167 | 2025.04.30 22:40:22.252435 [ 259 ] {a39855bd-2025-4275-a83a-b4f80ae92b9e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4168 | 2025.04.30 22:40:22.252706 [ 259 ] {a39855bd-2025-4275-a83a-b4f80ae92b9e} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4169 | 2025.04.30 22:40:22.252894 [ 259 ] {a39855bd-2025-4275-a83a-b4f80ae92b9e} <Debug> executeQuery: Read 118 rows, 10.24 KiB in 0.001978 sec., 59656.21840242669 rows/sec., 5.06 MiB/sec. | ||
| 4170 | 2025.04.30 22:40:22.252948 [ 259 ] {a39855bd-2025-4275-a83a-b4f80ae92b9e} <Debug> TCPHandler: Processed in 0.00233112 sec. | ||
| 4171 | 2025.04.30 22:40:22.253086 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4172 | 2025.04.30 22:40:22.253191 [ 259 ] {705a2bec-e9de-44ec-a161-0aa5279ec179} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4173 | 2025.04.30 22:40:22.253236 [ 259 ] {705a2bec-e9de-44ec-a161-0aa5279ec179} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4174 | 2025.04.30 22:40:22.253760 [ 259 ] {705a2bec-e9de-44ec-a161-0aa5279ec179} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4175 | 2025.04.30 22:40:22.253798 [ 259 ] {705a2bec-e9de-44ec-a161-0aa5279ec179} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4176 | 2025.04.30 22:40:22.254143 [ 259 ] {705a2bec-e9de-44ec-a161-0aa5279ec179} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4177 | 2025.04.30 22:40:22.254392 [ 259 ] {705a2bec-e9de-44ec-a161-0aa5279ec179} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4178 | 2025.04.30 22:40:22.254515 [ 92 ] {} <Debug> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 4179 | 2025.04.30 22:40:22.254563 [ 92 ] {} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4180 | 2025.04.30 22:40:22.254572 [ 259 ] {705a2bec-e9de-44ec-a161-0aa5279ec179} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001401 sec., 22127.05210563883 rows/sec., 1.62 MiB/sec. | ||
| 4181 | 2025.04.30 22:40:22.254588 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4182 | 2025.04.30 22:40:22.254661 [ 259 ] {705a2bec-e9de-44ec-a161-0aa5279ec179} <Debug> TCPHandler: Processed in 0.001623616 sec. | ||
| 4183 | 2025.04.30 22:40:22.254870 [ 191 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
| 4184 | 2025.04.30 22:40:22.254884 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4185 | 2025.04.30 22:40:22.255106 [ 259 ] {1f0998b5-c0ad-41e4-ab75-2a63cc9b907c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4186 | 2025.04.30 22:40:22.255156 [ 191 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4187 | 2025.04.30 22:40:22.255198 [ 259 ] {1f0998b5-c0ad-41e4-ab75-2a63cc9b907c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4188 | 2025.04.30 22:40:22.255227 [ 191 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 155 rows starting from the beginning of the part | ||
| 4189 | 2025.04.30 22:40:22.255554 [ 191 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 37 rows starting from the beginning of the part | ||
| 4190 | 2025.04.30 22:40:22.255982 [ 191 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 114 rows starting from the beginning of the part | ||
| 4191 | 2025.04.30 22:40:22.256388 [ 191 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 31 rows starting from the beginning of the part | ||
| 4192 | 2025.04.30 22:40:22.256746 [ 191 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 126 rows starting from the beginning of the part | ||
| 4193 | 2025.04.30 22:40:22.256898 [ 191 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 31 rows starting from the beginning of the part | ||
| 4194 | 2025.04.30 22:40:22.257783 [ 259 ] {1f0998b5-c0ad-41e4-ab75-2a63cc9b907c} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4195 | 2025.04.30 22:40:22.257859 [ 259 ] {1f0998b5-c0ad-41e4-ab75-2a63cc9b907c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4196 | 2025.04.30 22:40:22.258861 [ 259 ] {1f0998b5-c0ad-41e4-ab75-2a63cc9b907c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4197 | 2025.04.30 22:40:22.259403 [ 259 ] {1f0998b5-c0ad-41e4-ab75-2a63cc9b907c} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4198 | 2025.04.30 22:40:22.259884 [ 189 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 494 rows, containing 5 columns (5 merged, 0 gathered) in 0.005180657 sec., 95354.70115083859 rows/sec., 6.44 MiB/sec. | ||
| 4199 | 2025.04.30 22:40:22.259931 [ 259 ] {1f0998b5-c0ad-41e4-ab75-2a63cc9b907c} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.004899 sec., 19391.71259440702 rows/sec., 1.51 MiB/sec. | ||
| 4200 | 2025.04.30 22:40:22.260078 [ 259 ] {1f0998b5-c0ad-41e4-ab75-2a63cc9b907c} <Debug> TCPHandler: Processed in 0.005282402 sec. | ||
| 4201 | 2025.04.30 22:40:22.260201 [ 189 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 4202 | 2025.04.30 22:40:22.260227 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4203 | 2025.04.30 22:40:22.260401 [ 259 ] {ba8bc69d-5a77-4841-b727-e1f923ce16fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4204 | 2025.04.30 22:40:22.260498 [ 259 ] {ba8bc69d-5a77-4841-b727-e1f923ce16fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4205 | 2025.04.30 22:40:22.260790 [ 189 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_20_4} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4206 | 2025.04.30 22:40:22.261031 [ 189 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_20_4} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 4207 | 2025.04.30 22:40:22.261149 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 4208 | 2025.04.30 22:40:22.261434 [ 259 ] {ba8bc69d-5a77-4841-b727-e1f923ce16fb} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4209 | 2025.04.30 22:40:22.261478 [ 259 ] {ba8bc69d-5a77-4841-b727-e1f923ce16fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4210 | 2025.04.30 22:40:22.261871 [ 259 ] {ba8bc69d-5a77-4841-b727-e1f923ce16fb} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4211 | 2025.04.30 22:40:22.262122 [ 259 ] {ba8bc69d-5a77-4841-b727-e1f923ce16fb} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4212 | 2025.04.30 22:40:22.262330 [ 259 ] {ba8bc69d-5a77-4841-b727-e1f923ce16fb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001975 sec., 81012.6582278481 rows/sec., 5.64 MiB/sec. | ||
| 4213 | 2025.04.30 22:40:22.262475 [ 259 ] {ba8bc69d-5a77-4841-b727-e1f923ce16fb} <Debug> TCPHandler: Processed in 0.002312909 sec. | ||
| 4214 | 2025.04.30 22:40:22.262698 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4215 | 2025.04.30 22:40:22.262803 [ 259 ] {f69b91fc-7601-4b0c-85fc-aabb85b23f20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4216 | 2025.04.30 22:40:22.262879 [ 259 ] {f69b91fc-7601-4b0c-85fc-aabb85b23f20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4217 | 2025.04.30 22:40:22.263984 [ 259 ] {f69b91fc-7601-4b0c-85fc-aabb85b23f20} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4218 | 2025.04.30 22:40:22.264024 [ 259 ] {f69b91fc-7601-4b0c-85fc-aabb85b23f20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4219 | 2025.04.30 22:40:22.264666 [ 259 ] {f69b91fc-7601-4b0c-85fc-aabb85b23f20} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4220 | 2025.04.30 22:40:22.264932 [ 259 ] {f69b91fc-7601-4b0c-85fc-aabb85b23f20} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4221 | 2025.04.30 22:40:22.265125 [ 259 ] {f69b91fc-7601-4b0c-85fc-aabb85b23f20} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002345 sec., 13219.616204690832 rows/sec., 23.69 MiB/sec. | ||
| 4222 | 2025.04.30 22:40:22.265213 [ 259 ] {f69b91fc-7601-4b0c-85fc-aabb85b23f20} <Debug> TCPHandler: Processed in 0.002583029 sec. | ||
| 4223 | 2025.04.30 22:40:22.265320 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4224 | 2025.04.30 22:40:22.265422 [ 259 ] {85fe8fc2-8c29-488c-a6b0-c0b1fe5ca754} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4225 | 2025.04.30 22:40:22.265469 [ 259 ] {85fe8fc2-8c29-488c-a6b0-c0b1fe5ca754} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4226 | 2025.04.30 22:40:22.265878 [ 259 ] {85fe8fc2-8c29-488c-a6b0-c0b1fe5ca754} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4227 | 2025.04.30 22:40:22.265917 [ 259 ] {85fe8fc2-8c29-488c-a6b0-c0b1fe5ca754} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4228 | 2025.04.30 22:40:22.266274 [ 259 ] {85fe8fc2-8c29-488c-a6b0-c0b1fe5ca754} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4229 | 2025.04.30 22:40:22.266533 [ 259 ] {85fe8fc2-8c29-488c-a6b0-c0b1fe5ca754} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4230 | 2025.04.30 22:40:22.266700 [ 259 ] {85fe8fc2-8c29-488c-a6b0-c0b1fe5ca754} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0013 sec., 46153.846153846156 rows/sec., 3.11 MiB/sec. | ||
| 4231 | 2025.04.30 22:40:22.266747 [ 259 ] {85fe8fc2-8c29-488c-a6b0-c0b1fe5ca754} <Debug> TCPHandler: Processed in 0.001475591 sec. | ||
| 4232 | 2025.04.30 22:40:25.346943 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4233 | 2025.04.30 22:40:25.347025 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4234 | 2025.04.30 22:40:25.502507 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211 | ||
| 4235 | 2025.04.30 22:40:25.503274 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4236 | 2025.04.30 22:40:25.503325 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4237 | 2025.04.30 22:40:25.503924 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4238 | 2025.04.30 22:40:25.504187 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4239 | 2025.04.30 22:40:25.504376 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 4240 | 2025.04.30 22:40:25.532661 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 612 | ||
| 4241 | 2025.04.30 22:40:25.535471 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4242 | 2025.04.30 22:40:25.535529 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4243 | 2025.04.30 22:40:25.536971 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4244 | 2025.04.30 22:40:25.537287 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4245 | 2025.04.30 22:40:25.538344 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 612 | ||
| 4246 | 2025.04.30 22:40:26.105583 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 4247 | 2025.04.30 22:40:26.127604 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4248 | 2025.04.30 22:40:26.127667 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4249 | 2025.04.30 22:40:26.135767 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4250 | 2025.04.30 22:40:26.136544 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4251 | 2025.04.30 22:40:26.139733 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 4252 | 2025.04.30 22:40:27.256430 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4253 | 2025.04.30 22:40:27.256634 [ 259 ] {672ed42b-24b2-44d4-9643-e7e254944e05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4254 | 2025.04.30 22:40:27.256711 [ 259 ] {672ed42b-24b2-44d4-9643-e7e254944e05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4255 | 2025.04.30 22:40:27.257580 [ 259 ] {672ed42b-24b2-44d4-9643-e7e254944e05} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4256 | 2025.04.30 22:40:27.257626 [ 259 ] {672ed42b-24b2-44d4-9643-e7e254944e05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4257 | 2025.04.30 22:40:27.258072 [ 259 ] {672ed42b-24b2-44d4-9643-e7e254944e05} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4258 | 2025.04.30 22:40:27.258334 [ 259 ] {672ed42b-24b2-44d4-9643-e7e254944e05} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4259 | 2025.04.30 22:40:27.258522 [ 83 ] {} <Debug> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4260 | 2025.04.30 22:40:27.258579 [ 259 ] {672ed42b-24b2-44d4-9643-e7e254944e05} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002001 sec., 105947.02648675661 rows/sec., 6.74 MiB/sec. | ||
| 4261 | 2025.04.30 22:40:27.258604 [ 83 ] {} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4262 | 2025.04.30 22:40:27.258669 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4263 | 2025.04.30 22:40:27.258694 [ 259 ] {672ed42b-24b2-44d4-9643-e7e254944e05} <Debug> TCPHandler: Processed in 0.002406132 sec. | ||
| 4264 | 2025.04.30 22:40:27.258986 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4265 | 2025.04.30 22:40:27.259075 [ 191 ] {84e1799a-6177-4738-9088-5e51a5999881::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 | ||
| 4266 | 2025.04.30 22:40:27.259225 [ 259 ] {43fc30f5-fa7f-4e44-a3f1-d4d4b39d8918} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4267 | 2025.04.30 22:40:27.259331 [ 259 ] {43fc30f5-fa7f-4e44-a3f1-d4d4b39d8918} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4268 | 2025.04.30 22:40:27.259467 [ 191 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4269 | 2025.04.30 22:40:27.259568 [ 191 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 212 rows starting from the beginning of the part | ||
| 4270 | 2025.04.30 22:40:27.260012 [ 191 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 212 rows starting from the beginning of the part | ||
| 4271 | 2025.04.30 22:40:27.260448 [ 191 ] {84e1799a-6177-4738-9088-5e51a5999881::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 | ||
| 4272 | 2025.04.30 22:40:27.260801 [ 191 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 212 rows starting from the beginning of the part | ||
| 4273 | 2025.04.30 22:40:27.260922 [ 191 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 212 rows starting from the beginning of the part | ||
| 4274 | 2025.04.30 22:40:27.261989 [ 259 ] {43fc30f5-fa7f-4e44-a3f1-d4d4b39d8918} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4275 | 2025.04.30 22:40:27.262055 [ 259 ] {43fc30f5-fa7f-4e44-a3f1-d4d4b39d8918} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4276 | 2025.04.30 22:40:27.263188 [ 259 ] {43fc30f5-fa7f-4e44-a3f1-d4d4b39d8918} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4277 | 2025.04.30 22:40:27.263588 [ 198 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004770873 sec., 222181.55880485603 rows/sec., 14.98 MiB/sec. | ||
| 4278 | 2025.04.30 22:40:27.263682 [ 259 ] {43fc30f5-fa7f-4e44-a3f1-d4d4b39d8918} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4279 | 2025.04.30 22:40:27.263769 [ 198 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4280 | 2025.04.30 22:40:27.263983 [ 259 ] {43fc30f5-fa7f-4e44-a3f1-d4d4b39d8918} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.004817 sec., 131409.5910317625 rows/sec., 10.33 MiB/sec. | ||
| 4281 | 2025.04.30 22:40:27.264061 [ 259 ] {43fc30f5-fa7f-4e44-a3f1-d4d4b39d8918} <Debug> TCPHandler: Processed in 0.005196498 sec. | ||
| 4282 | 2025.04.30 22:40:27.264196 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4283 | 2025.04.30 22:40:27.264211 [ 198 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_13_3} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4284 | 2025.04.30 22:40:27.264303 [ 198 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_13_3} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4285 | 2025.04.30 22:40:27.264321 [ 259 ] {f3439c5c-a161-403c-94c4-de22d12d737c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4286 | 2025.04.30 22:40:27.264386 [ 259 ] {f3439c5c-a161-403c-94c4-de22d12d737c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4287 | 2025.04.30 22:40:27.264401 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 4288 | 2025.04.30 22:40:27.264958 [ 259 ] {f3439c5c-a161-403c-94c4-de22d12d737c} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4289 | 2025.04.30 22:40:27.264996 [ 259 ] {f3439c5c-a161-403c-94c4-de22d12d737c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4290 | 2025.04.30 22:40:27.265367 [ 259 ] {f3439c5c-a161-403c-94c4-de22d12d737c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4291 | 2025.04.30 22:40:27.265612 [ 259 ] {f3439c5c-a161-403c-94c4-de22d12d737c} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4292 | 2025.04.30 22:40:27.265801 [ 259 ] {f3439c5c-a161-403c-94c4-de22d12d737c} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001508 sec., 75596.81697612732 rows/sec., 4.52 MiB/sec. | ||
| 4293 | 2025.04.30 22:40:27.265852 [ 259 ] {f3439c5c-a161-403c-94c4-de22d12d737c} <Debug> TCPHandler: Processed in 0.001717269 sec. | ||
| 4294 | 2025.04.30 22:40:27.265975 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4295 | 2025.04.30 22:40:27.266078 [ 259 ] {cfb4844b-c972-4597-a708-6c762a45e5d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4296 | 2025.04.30 22:40:27.266123 [ 259 ] {cfb4844b-c972-4597-a708-6c762a45e5d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4297 | 2025.04.30 22:40:27.266657 [ 259 ] {cfb4844b-c972-4597-a708-6c762a45e5d2} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4298 | 2025.04.30 22:40:27.266696 [ 259 ] {cfb4844b-c972-4597-a708-6c762a45e5d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4299 | 2025.04.30 22:40:27.267054 [ 259 ] {cfb4844b-c972-4597-a708-6c762a45e5d2} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4300 | 2025.04.30 22:40:27.267301 [ 259 ] {cfb4844b-c972-4597-a708-6c762a45e5d2} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4301 | 2025.04.30 22:40:27.267494 [ 259 ] {cfb4844b-c972-4597-a708-6c762a45e5d2} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001437 sec., 78636.04732080724 rows/sec., 5.09 MiB/sec. | ||
| 4302 | 2025.04.30 22:40:27.267543 [ 259 ] {cfb4844b-c972-4597-a708-6c762a45e5d2} <Debug> TCPHandler: Processed in 0.001619395 sec. | ||
| 4303 | 2025.04.30 22:40:27.267669 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4304 | 2025.04.30 22:40:27.267774 [ 259 ] {72daeabf-451f-419b-be69-bfefdc6fb310} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4305 | 2025.04.30 22:40:27.267818 [ 259 ] {72daeabf-451f-419b-be69-bfefdc6fb310} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4306 | 2025.04.30 22:40:27.268366 [ 259 ] {72daeabf-451f-419b-be69-bfefdc6fb310} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4307 | 2025.04.30 22:40:27.268404 [ 259 ] {72daeabf-451f-419b-be69-bfefdc6fb310} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4308 | 2025.04.30 22:40:27.268745 [ 259 ] {72daeabf-451f-419b-be69-bfefdc6fb310} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4309 | 2025.04.30 22:40:27.268989 [ 259 ] {72daeabf-451f-419b-be69-bfefdc6fb310} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4310 | 2025.04.30 22:40:27.269139 [ 83 ] {} <Debug> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4311 | 2025.04.30 22:40:27.269202 [ 83 ] {} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4312 | 2025.04.30 22:40:27.269209 [ 259 ] {72daeabf-451f-419b-be69-bfefdc6fb310} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001449 sec., 77294.68599033817 rows/sec., 4.40 MiB/sec. | ||
| 4313 | 2025.04.30 22:40:27.269230 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4314 | 2025.04.30 22:40:27.269351 [ 259 ] {72daeabf-451f-419b-be69-bfefdc6fb310} <Debug> TCPHandler: Processed in 0.00173905 sec. | ||
| 4315 | 2025.04.30 22:40:27.269654 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4316 | 2025.04.30 22:40:27.269739 [ 201 ] {472cc780-f552-450a-a096-4f5a8203a7f4::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 | ||
| 4317 | 2025.04.30 22:40:27.269842 [ 259 ] {f6a303b3-3cec-4696-a826-63868d74fdd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4318 | 2025.04.30 22:40:27.269941 [ 259 ] {f6a303b3-3cec-4696-a826-63868d74fdd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4319 | 2025.04.30 22:40:27.270116 [ 201 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4320 | 2025.04.30 22:40:27.270209 [ 201 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 112 rows starting from the beginning of the part | ||
| 4321 | 2025.04.30 22:40:27.270627 [ 201 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 112 rows starting from the beginning of the part | ||
| 4322 | 2025.04.30 22:40:27.271035 [ 201 ] {472cc780-f552-450a-a096-4f5a8203a7f4::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 | ||
| 4323 | 2025.04.30 22:40:27.271395 [ 201 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 112 rows starting from the beginning of the part | ||
| 4324 | 2025.04.30 22:40:27.271561 [ 201 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 112 rows starting from the beginning of the part | ||
| 4325 | 2025.04.30 22:40:27.272595 [ 259 ] {f6a303b3-3cec-4696-a826-63868d74fdd1} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4326 | 2025.04.30 22:40:27.272664 [ 259 ] {f6a303b3-3cec-4696-a826-63868d74fdd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4327 | 2025.04.30 22:40:27.273680 [ 259 ] {f6a303b3-3cec-4696-a826-63868d74fdd1} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4328 | 2025.04.30 22:40:27.274113 [ 201 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004726632 sec., 118477.5967327264 rows/sec., 7.20 MiB/sec. | ||
| 4329 | 2025.04.30 22:40:27.274194 [ 259 ] {f6a303b3-3cec-4696-a826-63868d74fdd1} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4330 | 2025.04.30 22:40:27.274324 [ 201 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4331 | 2025.04.30 22:40:27.274610 [ 259 ] {f6a303b3-3cec-4696-a826-63868d74fdd1} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.004823 sec., 80862.53369272237 rows/sec., 5.72 MiB/sec. | ||
| 4332 | 2025.04.30 22:40:27.274740 [ 259 ] {f6a303b3-3cec-4696-a826-63868d74fdd1} <Debug> TCPHandler: Processed in 0.005221059 sec. | ||
| 4333 | 2025.04.30 22:40:27.274970 [ 201 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_13_3} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4334 | 2025.04.30 22:40:27.275017 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4335 | 2025.04.30 22:40:27.275095 [ 201 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_13_3} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4336 | 2025.04.30 22:40:27.275209 [ 259 ] {a661c34c-b2b7-45f0-ad09-b3ac8a6ceeac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4337 | 2025.04.30 22:40:27.275254 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 4338 | 2025.04.30 22:40:27.275306 [ 259 ] {a661c34c-b2b7-45f0-ad09-b3ac8a6ceeac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4339 | 2025.04.30 22:40:27.275762 [ 259 ] {a661c34c-b2b7-45f0-ad09-b3ac8a6ceeac} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4340 | 2025.04.30 22:40:27.275882 [ 259 ] {a661c34c-b2b7-45f0-ad09-b3ac8a6ceeac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4341 | 2025.04.30 22:40:27.276268 [ 259 ] {a661c34c-b2b7-45f0-ad09-b3ac8a6ceeac} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4342 | 2025.04.30 22:40:27.276511 [ 259 ] {a661c34c-b2b7-45f0-ad09-b3ac8a6ceeac} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4343 | 2025.04.30 22:40:27.276721 [ 259 ] {a661c34c-b2b7-45f0-ad09-b3ac8a6ceeac} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001587 sec., 3780.7183364839316 rows/sec., 197.53 KiB/sec. | ||
| 4344 | 2025.04.30 22:40:27.276768 [ 259 ] {a661c34c-b2b7-45f0-ad09-b3ac8a6ceeac} <Debug> TCPHandler: Processed in 0.001816722 sec. | ||
| 4345 | 2025.04.30 22:40:27.276892 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4346 | 2025.04.30 22:40:27.276996 [ 259 ] {75be16fc-05ce-4288-9c00-9849bcdf54d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4347 | 2025.04.30 22:40:27.277044 [ 259 ] {75be16fc-05ce-4288-9c00-9849bcdf54d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4348 | 2025.04.30 22:40:27.277593 [ 259 ] {75be16fc-05ce-4288-9c00-9849bcdf54d3} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4349 | 2025.04.30 22:40:27.277632 [ 259 ] {75be16fc-05ce-4288-9c00-9849bcdf54d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4350 | 2025.04.30 22:40:27.278035 [ 259 ] {75be16fc-05ce-4288-9c00-9849bcdf54d3} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4351 | 2025.04.30 22:40:27.278278 [ 259 ] {75be16fc-05ce-4288-9c00-9849bcdf54d3} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4352 | 2025.04.30 22:40:27.278479 [ 259 ] {75be16fc-05ce-4288-9c00-9849bcdf54d3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001504 sec., 157579.78723404257 rows/sec., 10.56 MiB/sec. | ||
| 4353 | 2025.04.30 22:40:27.278532 [ 259 ] {75be16fc-05ce-4288-9c00-9849bcdf54d3} <Debug> TCPHandler: Processed in 0.001691589 sec. | ||
| 4354 | 2025.04.30 22:40:27.278652 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4355 | 2025.04.30 22:40:27.278756 [ 259 ] {3b047956-b1b7-4a27-b631-790f0d8c8c27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4356 | 2025.04.30 22:40:27.278802 [ 259 ] {3b047956-b1b7-4a27-b631-790f0d8c8c27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4357 | 2025.04.30 22:40:27.279211 [ 259 ] {3b047956-b1b7-4a27-b631-790f0d8c8c27} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4358 | 2025.04.30 22:40:27.279249 [ 259 ] {3b047956-b1b7-4a27-b631-790f0d8c8c27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4359 | 2025.04.30 22:40:27.279594 [ 259 ] {3b047956-b1b7-4a27-b631-790f0d8c8c27} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4360 | 2025.04.30 22:40:27.279836 [ 259 ] {3b047956-b1b7-4a27-b631-790f0d8c8c27} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4361 | 2025.04.30 22:40:27.280040 [ 259 ] {3b047956-b1b7-4a27-b631-790f0d8c8c27} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001305 sec., 766.2835249042146 rows/sec., 51.63 KiB/sec. | ||
| 4362 | 2025.04.30 22:40:27.280088 [ 259 ] {3b047956-b1b7-4a27-b631-790f0d8c8c27} <Debug> TCPHandler: Processed in 0.001486411 sec. | ||
| 4363 | 2025.04.30 22:40:27.280199 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4364 | 2025.04.30 22:40:27.280301 [ 259 ] {195f987c-5d16-4611-8fd4-70b9c9e1ca05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4365 | 2025.04.30 22:40:27.280367 [ 259 ] {195f987c-5d16-4611-8fd4-70b9c9e1ca05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4366 | 2025.04.30 22:40:27.281378 [ 259 ] {195f987c-5d16-4611-8fd4-70b9c9e1ca05} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4367 | 2025.04.30 22:40:27.281419 [ 259 ] {195f987c-5d16-4611-8fd4-70b9c9e1ca05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4368 | 2025.04.30 22:40:27.282020 [ 259 ] {195f987c-5d16-4611-8fd4-70b9c9e1ca05} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4369 | 2025.04.30 22:40:27.282304 [ 259 ] {195f987c-5d16-4611-8fd4-70b9c9e1ca05} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4370 | 2025.04.30 22:40:27.282483 [ 82 ] {} <Debug> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4371 | 2025.04.30 22:40:27.282555 [ 82 ] {} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4372 | 2025.04.30 22:40:27.282582 [ 259 ] {195f987c-5d16-4611-8fd4-70b9c9e1ca05} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002296 sec., 3484.3205574912895 rows/sec., 6.24 MiB/sec. | ||
| 4373 | 2025.04.30 22:40:27.282596 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4374 | 2025.04.30 22:40:27.282912 [ 191 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::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 | ||
| 4375 | 2025.04.30 22:40:27.282953 [ 259 ] {195f987c-5d16-4611-8fd4-70b9c9e1ca05} <Debug> TCPHandler: Processed in 0.002804106 sec. | ||
| 4376 | 2025.04.30 22:40:27.283180 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4377 | 2025.04.30 22:40:27.283453 [ 259 ] {6e5ec4af-0762-4747-ac30-4a1c4846a186} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4378 | 2025.04.30 22:40:27.283522 [ 191 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4379 | 2025.04.30 22:40:27.283554 [ 259 ] {6e5ec4af-0762-4747-ac30-4a1c4846a186} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4380 | 2025.04.30 22:40:27.283730 [ 191 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 266 rows starting from the beginning of the part | ||
| 4381 | 2025.04.30 22:40:27.284628 [ 191 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::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 | ||
| 4382 | 2025.04.30 22:40:27.285251 [ 191 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 31 rows starting from the beginning of the part | ||
| 4383 | 2025.04.30 22:40:27.285852 [ 259 ] {6e5ec4af-0762-4747-ac30-4a1c4846a186} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4384 | 2025.04.30 22:40:27.285962 [ 259 ] {6e5ec4af-0762-4747-ac30-4a1c4846a186} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4385 | 2025.04.30 22:40:27.286017 [ 191 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::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 | ||
| 4386 | 2025.04.30 22:40:27.286706 [ 191 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 31 rows starting from the beginning of the part | ||
| 4387 | 2025.04.30 22:40:27.287345 [ 191 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::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 | ||
| 4388 | 2025.04.30 22:40:27.287411 [ 259 ] {6e5ec4af-0762-4747-ac30-4a1c4846a186} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4389 | 2025.04.30 22:40:27.288296 [ 259 ] {6e5ec4af-0762-4747-ac30-4a1c4846a186} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4390 | 2025.04.30 22:40:27.288827 [ 259 ] {6e5ec4af-0762-4747-ac30-4a1c4846a186} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005446 sec., 15056.922511935365 rows/sec., 979.25 KiB/sec. | ||
| 4391 | 2025.04.30 22:40:27.289115 [ 259 ] {6e5ec4af-0762-4747-ac30-4a1c4846a186} <Debug> TCPHandler: Processed in 0.006003406 sec. | ||
| 4392 | 2025.04.30 22:40:27.292324 [ 201 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 352 rows, containing 19 columns (19 merged, 0 gathered) in 0.00960935 sec., 36630.989609078664 rows/sec., 65.64 MiB/sec. | ||
| 4393 | 2025.04.30 22:40:27.292952 [ 195 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4394 | 2025.04.30 22:40:27.293388 [ 195 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4395 | 2025.04.30 22:40:27.293475 [ 195 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4396 | 2025.04.30 22:40:27.293599 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.99 MiB. | ||
| 4397 | 2025.04.30 22:40:32.250361 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4398 | 2025.04.30 22:40:32.250580 [ 259 ] {f3bc9f55-322f-4a4a-aee6-e85273684513} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4399 | 2025.04.30 22:40:32.250658 [ 259 ] {f3bc9f55-322f-4a4a-aee6-e85273684513} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4400 | 2025.04.30 22:40:32.251491 [ 259 ] {f3bc9f55-322f-4a4a-aee6-e85273684513} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4401 | 2025.04.30 22:40:32.251532 [ 259 ] {f3bc9f55-322f-4a4a-aee6-e85273684513} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4402 | 2025.04.30 22:40:32.251973 [ 259 ] {f3bc9f55-322f-4a4a-aee6-e85273684513} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4403 | 2025.04.30 22:40:32.252229 [ 259 ] {f3bc9f55-322f-4a4a-aee6-e85273684513} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4404 | 2025.04.30 22:40:32.252418 [ 259 ] {f3bc9f55-322f-4a4a-aee6-e85273684513} <Debug> executeQuery: Read 118 rows, 10.24 KiB in 0.001894 sec., 62302.006335797254 rows/sec., 5.28 MiB/sec. | ||
| 4405 | 2025.04.30 22:40:32.252473 [ 259 ] {f3bc9f55-322f-4a4a-aee6-e85273684513} <Debug> TCPHandler: Processed in 0.002247407 sec. | ||
| 4406 | 2025.04.30 22:40:32.252603 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4407 | 2025.04.30 22:40:32.252708 [ 259 ] {8189571c-4b24-4bfa-8bcc-7be6f8716331} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4408 | 2025.04.30 22:40:32.252755 [ 259 ] {8189571c-4b24-4bfa-8bcc-7be6f8716331} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4409 | 2025.04.30 22:40:32.253268 [ 259 ] {8189571c-4b24-4bfa-8bcc-7be6f8716331} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4410 | 2025.04.30 22:40:32.253306 [ 259 ] {8189571c-4b24-4bfa-8bcc-7be6f8716331} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4411 | 2025.04.30 22:40:32.253656 [ 259 ] {8189571c-4b24-4bfa-8bcc-7be6f8716331} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4412 | 2025.04.30 22:40:32.253913 [ 259 ] {8189571c-4b24-4bfa-8bcc-7be6f8716331} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4413 | 2025.04.30 22:40:32.254100 [ 259 ] {8189571c-4b24-4bfa-8bcc-7be6f8716331} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001414 sec., 21923.620933521925 rows/sec., 1.61 MiB/sec. | ||
| 4414 | 2025.04.30 22:40:32.254154 [ 259 ] {8189571c-4b24-4bfa-8bcc-7be6f8716331} <Debug> TCPHandler: Processed in 0.001602035 sec. | ||
| 4415 | 2025.04.30 22:40:32.254271 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4416 | 2025.04.30 22:40:32.254375 [ 259 ] {01e99b10-a31f-4bcd-a3c0-5fe1820321dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4417 | 2025.04.30 22:40:32.254420 [ 259 ] {01e99b10-a31f-4bcd-a3c0-5fe1820321dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4418 | 2025.04.30 22:40:32.254970 [ 259 ] {01e99b10-a31f-4bcd-a3c0-5fe1820321dd} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4419 | 2025.04.30 22:40:32.255007 [ 259 ] {01e99b10-a31f-4bcd-a3c0-5fe1820321dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4420 | 2025.04.30 22:40:32.255356 [ 259 ] {01e99b10-a31f-4bcd-a3c0-5fe1820321dd} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4421 | 2025.04.30 22:40:32.255599 [ 259 ] {01e99b10-a31f-4bcd-a3c0-5fe1820321dd} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4422 | 2025.04.30 22:40:32.255767 [ 259 ] {01e99b10-a31f-4bcd-a3c0-5fe1820321dd} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001414 sec., 67185.28995756719 rows/sec., 5.25 MiB/sec. | ||
| 4423 | 2025.04.30 22:40:32.255816 [ 259 ] {01e99b10-a31f-4bcd-a3c0-5fe1820321dd} <Debug> TCPHandler: Processed in 0.001596984 sec. | ||
| 4424 | 2025.04.30 22:40:32.255937 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4425 | 2025.04.30 22:40:32.256042 [ 259 ] {0c4cbb69-2bf1-4113-aa87-5769c3783de7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4426 | 2025.04.30 22:40:32.256089 [ 259 ] {0c4cbb69-2bf1-4113-aa87-5769c3783de7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4427 | 2025.04.30 22:40:32.256596 [ 259 ] {0c4cbb69-2bf1-4113-aa87-5769c3783de7} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4428 | 2025.04.30 22:40:32.256633 [ 259 ] {0c4cbb69-2bf1-4113-aa87-5769c3783de7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4429 | 2025.04.30 22:40:32.257036 [ 259 ] {0c4cbb69-2bf1-4113-aa87-5769c3783de7} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4430 | 2025.04.30 22:40:32.257279 [ 259 ] {0c4cbb69-2bf1-4113-aa87-5769c3783de7} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4431 | 2025.04.30 22:40:32.257454 [ 259 ] {0c4cbb69-2bf1-4113-aa87-5769c3783de7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001432 sec., 111731.843575419 rows/sec., 7.78 MiB/sec. | ||
| 4432 | 2025.04.30 22:40:32.257551 [ 259 ] {0c4cbb69-2bf1-4113-aa87-5769c3783de7} <Debug> TCPHandler: Processed in 0.001664277 sec. | ||
| 4433 | 2025.04.30 22:40:32.257690 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4434 | 2025.04.30 22:40:32.257791 [ 259 ] {2ff641c5-f2b8-4aa5-8632-ffafa0e7ec19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4435 | 2025.04.30 22:40:32.257854 [ 259 ] {2ff641c5-f2b8-4aa5-8632-ffafa0e7ec19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4436 | 2025.04.30 22:40:32.258930 [ 259 ] {2ff641c5-f2b8-4aa5-8632-ffafa0e7ec19} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4437 | 2025.04.30 22:40:32.258966 [ 259 ] {2ff641c5-f2b8-4aa5-8632-ffafa0e7ec19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4438 | 2025.04.30 22:40:32.259575 [ 259 ] {2ff641c5-f2b8-4aa5-8632-ffafa0e7ec19} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4439 | 2025.04.30 22:40:32.259836 [ 259 ] {2ff641c5-f2b8-4aa5-8632-ffafa0e7ec19} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4440 | 2025.04.30 22:40:32.260016 [ 259 ] {2ff641c5-f2b8-4aa5-8632-ffafa0e7ec19} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002248 sec., 13790.035587188611 rows/sec., 24.71 MiB/sec. | ||
| 4441 | 2025.04.30 22:40:32.260110 [ 259 ] {2ff641c5-f2b8-4aa5-8632-ffafa0e7ec19} <Debug> TCPHandler: Processed in 0.002474685 sec. | ||
| 4442 | 2025.04.30 22:40:32.260231 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4443 | 2025.04.30 22:40:32.260336 [ 259 ] {bd2a6505-b971-400c-ae50-22b3a12b275c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4444 | 2025.04.30 22:40:32.260382 [ 259 ] {bd2a6505-b971-400c-ae50-22b3a12b275c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4445 | 2025.04.30 22:40:32.260801 [ 259 ] {bd2a6505-b971-400c-ae50-22b3a12b275c} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4446 | 2025.04.30 22:40:32.260837 [ 259 ] {bd2a6505-b971-400c-ae50-22b3a12b275c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4447 | 2025.04.30 22:40:32.261190 [ 259 ] {bd2a6505-b971-400c-ae50-22b3a12b275c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4448 | 2025.04.30 22:40:32.261429 [ 259 ] {bd2a6505-b971-400c-ae50-22b3a12b275c} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4449 | 2025.04.30 22:40:32.261597 [ 259 ] {bd2a6505-b971-400c-ae50-22b3a12b275c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001283 sec., 46765.39360872954 rows/sec., 3.15 MiB/sec. | ||
| 4450 | 2025.04.30 22:40:32.261642 [ 259 ] {bd2a6505-b971-400c-ae50-22b3a12b275c} <Debug> TCPHandler: Processed in 0.001461911 sec. | ||
| 4451 | 2025.04.30 22:40:33.004486 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699 | ||
| 4452 | 2025.04.30 22:40:33.005108 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4453 | 2025.04.30 22:40:33.005155 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4454 | 2025.04.30 22:40:33.005651 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4455 | 2025.04.30 22:40:33.005897 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4456 | 2025.04.30 22:40:33.006117 [ 76 ] {} <Debug> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4457 | 2025.04.30 22:40:33.006138 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699 | ||
| 4458 | 2025.04.30 22:40:33.006222 [ 76 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4459 | 2025.04.30 22:40:33.006256 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4460 | 2025.04.30 22:40:33.006669 [ 187 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 4461 | 2025.04.30 22:40:33.007040 [ 187 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4462 | 2025.04.30 22:40:33.007085 [ 187 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 4463 | 2025.04.30 22:40:33.007166 [ 187 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 427 rows starting from the beginning of the part | ||
| 4464 | 2025.04.30 22:40:33.007326 [ 187 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 488 rows starting from the beginning of the part | ||
| 4465 | 2025.04.30 22:40:33.007624 [ 187 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 427 rows starting from the beginning of the part | ||
| 4466 | 2025.04.30 22:40:33.007928 [ 187 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 488 rows starting from the beginning of the part | ||
| 4467 | 2025.04.30 22:40:33.008275 [ 187 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 4468 | 2025.04.30 22:40:33.010614 [ 201 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.004271027 sec., 2270882.3896453944 rows/sec., 32.49 MiB/sec. | ||
| 4469 | 2025.04.30 22:40:33.010959 [ 197 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4470 | 2025.04.30 22:40:33.011341 [ 197 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_21_4} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4471 | 2025.04.30 22:40:33.011435 [ 197 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_21_4} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4472 | 2025.04.30 22:40:33.011551 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 4473 | 2025.04.30 22:40:33.639800 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4474 | 2025.04.30 22:40:33.660619 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4475 | 2025.04.30 22:40:33.660669 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4476 | 2025.04.30 22:40:33.668216 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4477 | 2025.04.30 22:40:33.668959 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4478 | 2025.04.30 22:40:33.669387 [ 75 ] {} <Debug> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4479 | 2025.04.30 22:40:33.669521 [ 75 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4480 | 2025.04.30 22:40:33.669603 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4481 | 2025.04.30 22:40:33.669910 [ 197 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 4482 | 2025.04.30 22:40:33.677482 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4483 | 2025.04.30 22:40:33.678779 [ 197 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4484 | 2025.04.30 22:40:33.679632 [ 197 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 4485 | 2025.04.30 22:40:33.684188 [ 197 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 4486 | 2025.04.30 22:40:33.688612 [ 197 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 4487 | 2025.04.30 22:40:33.693464 [ 197 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 4488 | 2025.04.30 22:40:33.698693 [ 197 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 4489 | 2025.04.30 22:40:33.703142 [ 197 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 4490 | 2025.04.30 22:40:33.763345 [ 199 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.093594623 sec., 1698.8155398627973 rows/sec., 8.78 MiB/sec. | ||
| 4491 | 2025.04.30 22:40:33.766260 [ 199 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4492 | 2025.04.30 22:40:33.769275 [ 199 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_21_4} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4493 | 2025.04.30 22:40:33.769413 [ 199 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_21_4} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4494 | 2025.04.30 22:40:33.771866 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. | ||
| 4495 | 2025.04.30 22:40:34.000163 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 184.66 MiB, peak 195.20 MiB, free memory in arenas 0.00 B, will set to 187.66 MiB (RSS), difference: 3.00 MiB | ||
| 4496 | 2025.04.30 22:40:35.538487 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 646 | ||
| 4497 | 2025.04.30 22:40:35.541702 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4498 | 2025.04.30 22:40:35.541763 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4499 | 2025.04.30 22:40:35.543268 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4500 | 2025.04.30 22:40:35.543603 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4501 | 2025.04.30 22:40:35.544210 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 646 | ||
| 4502 | 2025.04.30 22:40:37.255397 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4503 | 2025.04.30 22:40:37.255585 [ 259 ] {d18966f0-a4f8-428e-924f-279274335d58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4504 | 2025.04.30 22:40:37.255656 [ 259 ] {d18966f0-a4f8-428e-924f-279274335d58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4505 | 2025.04.30 22:40:37.256482 [ 259 ] {d18966f0-a4f8-428e-924f-279274335d58} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4506 | 2025.04.30 22:40:37.256532 [ 259 ] {d18966f0-a4f8-428e-924f-279274335d58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4507 | 2025.04.30 22:40:37.256964 [ 259 ] {d18966f0-a4f8-428e-924f-279274335d58} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4508 | 2025.04.30 22:40:37.257227 [ 259 ] {d18966f0-a4f8-428e-924f-279274335d58} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4509 | 2025.04.30 22:40:37.257444 [ 259 ] {d18966f0-a4f8-428e-924f-279274335d58} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001909 sec., 111052.9072812991 rows/sec., 7.06 MiB/sec. | ||
| 4510 | 2025.04.30 22:40:37.257500 [ 259 ] {d18966f0-a4f8-428e-924f-279274335d58} <Debug> TCPHandler: Processed in 0.002242167 sec. | ||
| 4511 | 2025.04.30 22:40:37.257625 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4512 | 2025.04.30 22:40:37.257731 [ 259 ] {b5a90f2c-28ee-44e3-b35c-86fefdfe7bff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4513 | 2025.04.30 22:40:37.257777 [ 259 ] {b5a90f2c-28ee-44e3-b35c-86fefdfe7bff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4514 | 2025.04.30 22:40:37.258590 [ 259 ] {b5a90f2c-28ee-44e3-b35c-86fefdfe7bff} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4515 | 2025.04.30 22:40:37.258630 [ 259 ] {b5a90f2c-28ee-44e3-b35c-86fefdfe7bff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4516 | 2025.04.30 22:40:37.259037 [ 259 ] {b5a90f2c-28ee-44e3-b35c-86fefdfe7bff} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4517 | 2025.04.30 22:40:37.259290 [ 259 ] {b5a90f2c-28ee-44e3-b35c-86fefdfe7bff} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4518 | 2025.04.30 22:40:37.259472 [ 72 ] {} <Debug> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4519 | 2025.04.30 22:40:37.259527 [ 259 ] {b5a90f2c-28ee-44e3-b35c-86fefdfe7bff} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001808 sec., 350110.61946902657 rows/sec., 27.53 MiB/sec. | ||
| 4520 | 2025.04.30 22:40:37.259556 [ 72 ] {} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4521 | 2025.04.30 22:40:37.259630 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4522 | 2025.04.30 22:40:37.259654 [ 259 ] {b5a90f2c-28ee-44e3-b35c-86fefdfe7bff} <Debug> TCPHandler: Processed in 0.002074372 sec. | ||
| 4523 | 2025.04.30 22:40:37.259880 [ 201 ] {d4e73ecb-69f6-409c-bee6-1454de550956::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 | ||
| 4524 | 2025.04.30 22:40:37.259891 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4525 | 2025.04.30 22:40:37.260151 [ 201 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4526 | 2025.04.30 22:40:37.260153 [ 259 ] {15d3d309-2c28-47f1-8d2f-f748c94d8bb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4527 | 2025.04.30 22:40:37.260216 [ 201 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1844 rows starting from the beginning of the part | ||
| 4528 | 2025.04.30 22:40:37.260259 [ 259 ] {15d3d309-2c28-47f1-8d2f-f748c94d8bb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4529 | 2025.04.30 22:40:37.260559 [ 201 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 56 rows starting from the beginning of the part | ||
| 4530 | 2025.04.30 22:40:37.261033 [ 201 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 118 rows starting from the beginning of the part | ||
| 4531 | 2025.04.30 22:40:37.261418 [ 201 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 633 rows starting from the beginning of the part | ||
| 4532 | 2025.04.30 22:40:37.261847 [ 201 ] {d4e73ecb-69f6-409c-bee6-1454de550956::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 | ||
| 4533 | 2025.04.30 22:40:37.262170 [ 201 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 633 rows starting from the beginning of the part | ||
| 4534 | 2025.04.30 22:40:37.263027 [ 259 ] {15d3d309-2c28-47f1-8d2f-f748c94d8bb9} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4535 | 2025.04.30 22:40:37.263097 [ 259 ] {15d3d309-2c28-47f1-8d2f-f748c94d8bb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4536 | 2025.04.30 22:40:37.263934 [ 259 ] {15d3d309-2c28-47f1-8d2f-f748c94d8bb9} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4537 | 2025.04.30 22:40:37.264529 [ 259 ] {15d3d309-2c28-47f1-8d2f-f748c94d8bb9} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4538 | 2025.04.30 22:40:37.265178 [ 259 ] {15d3d309-2c28-47f1-8d2f-f748c94d8bb9} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.0051 sec., 22352.941176470587 rows/sec., 1.34 MiB/sec. | ||
| 4539 | 2025.04.30 22:40:37.265329 [ 259 ] {15d3d309-2c28-47f1-8d2f-f748c94d8bb9} <Debug> TCPHandler: Processed in 0.00552983 sec. | ||
| 4540 | 2025.04.30 22:40:37.265500 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4541 | 2025.04.30 22:40:37.265614 [ 259 ] {2bb31949-d3e8-4244-a7c2-065408c2fbad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4542 | 2025.04.30 22:40:37.265670 [ 259 ] {2bb31949-d3e8-4244-a7c2-065408c2fbad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4543 | 2025.04.30 22:40:37.266257 [ 201 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3402 rows, containing 5 columns (5 merged, 0 gathered) in 0.006520744 sec., 521719.6074558363 rows/sec., 44.05 MiB/sec. | ||
| 4544 | 2025.04.30 22:40:37.266563 [ 201 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4545 | 2025.04.30 22:40:37.267148 [ 259 ] {2bb31949-d3e8-4244-a7c2-065408c2fbad} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4546 | 2025.04.30 22:40:37.267183 [ 201 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_31_6} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4547 | 2025.04.30 22:40:37.267212 [ 259 ] {2bb31949-d3e8-4244-a7c2-065408c2fbad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4548 | 2025.04.30 22:40:37.267366 [ 201 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_31_6} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4549 | 2025.04.30 22:40:37.267526 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 4550 | 2025.04.30 22:40:37.267793 [ 259 ] {2bb31949-d3e8-4244-a7c2-065408c2fbad} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4551 | 2025.04.30 22:40:37.268057 [ 259 ] {2bb31949-d3e8-4244-a7c2-065408c2fbad} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4552 | 2025.04.30 22:40:37.268223 [ 72 ] {} <Debug> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 | ||
| 4553 | 2025.04.30 22:40:37.268292 [ 72 ] {} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4554 | 2025.04.30 22:40:37.268315 [ 259 ] {2bb31949-d3e8-4244-a7c2-065408c2fbad} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002716 sec., 41605.30191458026 rows/sec., 2.69 MiB/sec. | ||
| 4555 | 2025.04.30 22:40:37.268330 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4556 | 2025.04.30 22:40:37.268500 [ 259 ] {2bb31949-d3e8-4244-a7c2-065408c2fbad} <Debug> TCPHandler: Processed in 0.003062825 sec. | ||
| 4557 | 2025.04.30 22:40:37.268707 [ 186 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full | ||
| 4558 | 2025.04.30 22:40:37.268791 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4559 | 2025.04.30 22:40:37.269137 [ 259 ] {b24ada57-d144-4596-907c-83ad8e00501e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4560 | 2025.04.30 22:40:37.269185 [ 186 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4561 | 2025.04.30 22:40:37.269227 [ 259 ] {b24ada57-d144-4596-907c-83ad8e00501e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4562 | 2025.04.30 22:40:37.269240 [ 186 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 341 rows starting from the beginning of the part | ||
| 4563 | 2025.04.30 22:40:37.269466 [ 186 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 113 rows starting from the beginning of the part | ||
| 4564 | 2025.04.30 22:40:37.269845 [ 186 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 113 rows starting from the beginning of the part | ||
| 4565 | 2025.04.30 22:40:37.270209 [ 186 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 341 rows starting from the beginning of the part | ||
| 4566 | 2025.04.30 22:40:37.270623 [ 186 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 113 rows starting from the beginning of the part | ||
| 4567 | 2025.04.30 22:40:37.270954 [ 186 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 113 rows starting from the beginning of the part | ||
| 4568 | 2025.04.30 22:40:37.271959 [ 259 ] {b24ada57-d144-4596-907c-83ad8e00501e} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4569 | 2025.04.30 22:40:37.272002 [ 259 ] {b24ada57-d144-4596-907c-83ad8e00501e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4570 | 2025.04.30 22:40:37.272544 [ 259 ] {b24ada57-d144-4596-907c-83ad8e00501e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4571 | 2025.04.30 22:40:37.272900 [ 259 ] {b24ada57-d144-4596-907c-83ad8e00501e} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4572 | 2025.04.30 22:40:37.272950 [ 186 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1134 rows, containing 5 columns (5 merged, 0 gathered) in 0.004494004 sec., 252336.2239998006 rows/sec., 17.60 MiB/sec. | ||
| 4573 | 2025.04.30 22:40:37.273181 [ 186 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
| 4574 | 2025.04.30 22:40:37.273240 [ 259 ] {b24ada57-d144-4596-907c-83ad8e00501e} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.004199 sec., 26673.01738509169 rows/sec., 1.52 MiB/sec. | ||
| 4575 | 2025.04.30 22:40:37.273479 [ 259 ] {b24ada57-d144-4596-907c-83ad8e00501e} <Debug> TCPHandler: Processed in 0.004774044 sec. | ||
| 4576 | 2025.04.30 22:40:37.273611 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4577 | 2025.04.30 22:40:37.273680 [ 186 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_14_3} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4578 | 2025.04.30 22:40:37.273735 [ 259 ] {e7378486-1d73-4032-9514-440c7983c1cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4579 | 2025.04.30 22:40:37.273778 [ 186 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_14_3} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 | ||
| 4580 | 2025.04.30 22:40:37.273789 [ 259 ] {e7378486-1d73-4032-9514-440c7983c1cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4581 | 2025.04.30 22:40:37.273879 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 4582 | 2025.04.30 22:40:37.274487 [ 259 ] {e7378486-1d73-4032-9514-440c7983c1cb} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4583 | 2025.04.30 22:40:37.274525 [ 259 ] {e7378486-1d73-4032-9514-440c7983c1cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4584 | 2025.04.30 22:40:37.274906 [ 259 ] {e7378486-1d73-4032-9514-440c7983c1cb} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4585 | 2025.04.30 22:40:37.275156 [ 259 ] {e7378486-1d73-4032-9514-440c7983c1cb} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4586 | 2025.04.30 22:40:37.275318 [ 72 ] {} <Debug> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4587 | 2025.04.30 22:40:37.275388 [ 72 ] {} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4588 | 2025.04.30 22:40:37.275403 [ 259 ] {e7378486-1d73-4032-9514-440c7983c1cb} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001688 sec., 231042.65402843602 rows/sec., 16.33 MiB/sec. | ||
| 4589 | 2025.04.30 22:40:37.275425 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4590 | 2025.04.30 22:40:37.275561 [ 259 ] {e7378486-1d73-4032-9514-440c7983c1cb} <Debug> TCPHandler: Processed in 0.002004519 sec. | ||
| 4591 | 2025.04.30 22:40:37.275887 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4592 | 2025.04.30 22:40:37.275881 [ 188 ] {e25d2b30-b306-449e-8756-7ab1229a4707::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 | ||
| 4593 | 2025.04.30 22:40:37.276241 [ 259 ] {0354a752-56ce-4fe2-b1c2-a2155ea7f502} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4594 | 2025.04.30 22:40:37.276390 [ 259 ] {0354a752-56ce-4fe2-b1c2-a2155ea7f502} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4595 | 2025.04.30 22:40:37.276405 [ 188 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4596 | 2025.04.30 22:40:37.276493 [ 188 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 913 rows starting from the beginning of the part | ||
| 4597 | 2025.04.30 22:40:37.276790 [ 188 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 64 rows starting from the beginning of the part | ||
| 4598 | 2025.04.30 22:40:37.277222 [ 188 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 95 rows starting from the beginning of the part | ||
| 4599 | 2025.04.30 22:40:37.277562 [ 188 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 390 rows starting from the beginning of the part | ||
| 4600 | 2025.04.30 22:40:37.277704 [ 188 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 95 rows starting from the beginning of the part | ||
| 4601 | 2025.04.30 22:40:37.278014 [ 188 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 390 rows starting from the beginning of the part | ||
| 4602 | 2025.04.30 22:40:37.278827 [ 259 ] {0354a752-56ce-4fe2-b1c2-a2155ea7f502} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4603 | 2025.04.30 22:40:37.278891 [ 259 ] {0354a752-56ce-4fe2-b1c2-a2155ea7f502} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4604 | 2025.04.30 22:40:37.279711 [ 259 ] {0354a752-56ce-4fe2-b1c2-a2155ea7f502} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4605 | 2025.04.30 22:40:37.280246 [ 259 ] {0354a752-56ce-4fe2-b1c2-a2155ea7f502} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4606 | 2025.04.30 22:40:37.280566 [ 259 ] {0354a752-56ce-4fe2-b1c2-a2155ea7f502} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00446 sec., 1345.2914798206277 rows/sec., 70.29 KiB/sec. | ||
| 4607 | 2025.04.30 22:40:37.280636 [ 259 ] {0354a752-56ce-4fe2-b1c2-a2155ea7f502} <Debug> TCPHandler: Processed in 0.004869198 sec. | ||
| 4608 | 2025.04.30 22:40:37.280874 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4609 | 2025.04.30 22:40:37.281017 [ 190 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.005448967 sec., 357315.43244802183 rows/sec., 27.29 MiB/sec. | ||
| 4610 | 2025.04.30 22:40:37.281049 [ 259 ] {1bf6db8e-ab40-4e86-9b42-968696376a62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4611 | 2025.04.30 22:40:37.281106 [ 259 ] {1bf6db8e-ab40-4e86-9b42-968696376a62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4612 | 2025.04.30 22:40:37.281212 [ 190 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4613 | 2025.04.30 22:40:37.281606 [ 190 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_31_6} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4614 | 2025.04.30 22:40:37.281728 [ 190 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_31_6} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4615 | 2025.04.30 22:40:37.281842 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 4616 | 2025.04.30 22:40:37.281908 [ 259 ] {1bf6db8e-ab40-4e86-9b42-968696376a62} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4617 | 2025.04.30 22:40:37.281946 [ 259 ] {1bf6db8e-ab40-4e86-9b42-968696376a62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4618 | 2025.04.30 22:40:37.282331 [ 259 ] {1bf6db8e-ab40-4e86-9b42-968696376a62} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4619 | 2025.04.30 22:40:37.282586 [ 259 ] {1bf6db8e-ab40-4e86-9b42-968696376a62} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4620 | 2025.04.30 22:40:37.282747 [ 72 ] {} <Debug> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4621 | 2025.04.30 22:40:37.282804 [ 72 ] {} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4622 | 2025.04.30 22:40:37.282839 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4623 | 2025.04.30 22:40:37.282837 [ 259 ] {1bf6db8e-ab40-4e86-9b42-968696376a62} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001813 sec., 130722.55929398787 rows/sec., 8.76 MiB/sec. | ||
| 4624 | 2025.04.30 22:40:37.283068 [ 259 ] {1bf6db8e-ab40-4e86-9b42-968696376a62} <Debug> TCPHandler: Processed in 0.0023072 sec. | ||
| 4625 | 2025.04.30 22:40:37.283110 [ 186 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::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 | ||
| 4626 | 2025.04.30 22:40:37.283333 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4627 | 2025.04.30 22:40:37.283419 [ 186 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4628 | 2025.04.30 22:40:37.283488 [ 186 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 9572 rows starting from the beginning of the part | ||
| 4629 | 2025.04.30 22:40:37.283510 [ 259 ] {20408bb0-b34d-42ba-86d6-4507927f7777} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4630 | 2025.04.30 22:40:37.283655 [ 259 ] {20408bb0-b34d-42ba-86d6-4507927f7777} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4631 | 2025.04.30 22:40:37.283697 [ 186 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 128 rows starting from the beginning of the part | ||
| 4632 | 2025.04.30 22:40:37.284071 [ 186 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::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 | ||
| 4633 | 2025.04.30 22:40:37.284412 [ 186 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 237 rows starting from the beginning of the part | ||
| 4634 | 2025.04.30 22:40:37.284799 [ 186 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::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 | ||
| 4635 | 2025.04.30 22:40:37.285160 [ 186 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 237 rows starting from the beginning of the part | ||
| 4636 | 2025.04.30 22:40:37.285869 [ 259 ] {20408bb0-b34d-42ba-86d6-4507927f7777} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4637 | 2025.04.30 22:40:37.285912 [ 259 ] {20408bb0-b34d-42ba-86d6-4507927f7777} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4638 | 2025.04.30 22:40:37.286340 [ 259 ] {20408bb0-b34d-42ba-86d6-4507927f7777} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4639 | 2025.04.30 22:40:37.286651 [ 259 ] {20408bb0-b34d-42ba-86d6-4507927f7777} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4640 | 2025.04.30 22:40:37.286879 [ 72 ] {} <Debug> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 | ||
| 4641 | 2025.04.30 22:40:37.287003 [ 72 ] {} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4642 | 2025.04.30 22:40:37.287091 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4643 | 2025.04.30 22:40:37.287145 [ 259 ] {20408bb0-b34d-42ba-86d6-4507927f7777} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003652 sec., 273.8225629791895 rows/sec., 18.45 KiB/sec. | ||
| 4644 | 2025.04.30 22:40:37.287467 [ 259 ] {20408bb0-b34d-42ba-86d6-4507927f7777} <Debug> TCPHandler: Processed in 0.004222355 sec. | ||
| 4645 | 2025.04.30 22:40:37.287533 [ 190 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full | ||
| 4646 | 2025.04.30 22:40:37.287666 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4647 | 2025.04.30 22:40:37.287758 [ 190 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4648 | 2025.04.30 22:40:37.287817 [ 190 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 9 rows starting from the beginning of the part | ||
| 4649 | 2025.04.30 22:40:37.287822 [ 259 ] {d78522b1-d5c2-4428-9309-582a2e9f12ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4650 | 2025.04.30 22:40:37.288043 [ 190 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 4651 | 2025.04.30 22:40:37.288127 [ 259 ] {d78522b1-d5c2-4428-9309-582a2e9f12ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4652 | 2025.04.30 22:40:37.288647 [ 190 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 4653 | 2025.04.30 22:40:37.289274 [ 190 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 4654 | 2025.04.30 22:40:37.289701 [ 190 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 4655 | 2025.04.30 22:40:37.290164 [ 190 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 4656 | 2025.04.30 22:40:37.291308 [ 186 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10494 rows, containing 5 columns (5 merged, 0 gathered) in 0.008371327 sec., 1253564.6976877144 rows/sec., 84.61 MiB/sec. | ||
| 4657 | 2025.04.30 22:40:37.291700 [ 186 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4658 | 2025.04.30 22:40:37.292426 [ 186 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4659 | 2025.04.30 22:40:37.292661 [ 186 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4660 | 2025.04.30 22:40:37.292800 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.03 MiB. | ||
| 4661 | 2025.04.30 22:40:37.293581 [ 192 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14 rows, containing 4 columns (4 merged, 0 gathered) in 0.006336028 sec., 2209.586195010502 rows/sec., 148.89 KiB/sec. | ||
| 4662 | 2025.04.30 22:40:37.293882 [ 192 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
| 4663 | 2025.04.30 22:40:37.294097 [ 259 ] {d78522b1-d5c2-4428-9309-582a2e9f12ae} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4664 | 2025.04.30 22:40:37.294155 [ 259 ] {d78522b1-d5c2-4428-9309-582a2e9f12ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4665 | 2025.04.30 22:40:37.294616 [ 192 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_14_3} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4666 | 2025.04.30 22:40:37.294799 [ 192 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_14_3} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 | ||
| 4667 | 2025.04.30 22:40:37.294976 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 4668 | 2025.04.30 22:40:37.295264 [ 259 ] {d78522b1-d5c2-4428-9309-582a2e9f12ae} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4669 | 2025.04.30 22:40:37.295553 [ 259 ] {d78522b1-d5c2-4428-9309-582a2e9f12ae} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4670 | 2025.04.30 22:40:37.295804 [ 259 ] {d78522b1-d5c2-4428-9309-582a2e9f12ae} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.008025 sec., 996.8847352024923 rows/sec., 1.79 MiB/sec. | ||
| 4671 | 2025.04.30 22:40:37.295925 [ 259 ] {d78522b1-d5c2-4428-9309-582a2e9f12ae} <Debug> TCPHandler: Processed in 0.008342207 sec. | ||
| 4672 | 2025.04.30 22:40:37.296039 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4673 | 2025.04.30 22:40:37.296142 [ 259 ] {73a3c622-a600-44db-861e-052363ee2088} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4674 | 2025.04.30 22:40:37.296188 [ 259 ] {73a3c622-a600-44db-861e-052363ee2088} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4675 | 2025.04.30 22:40:37.296614 [ 259 ] {73a3c622-a600-44db-861e-052363ee2088} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4676 | 2025.04.30 22:40:37.296653 [ 259 ] {73a3c622-a600-44db-861e-052363ee2088} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4677 | 2025.04.30 22:40:37.297027 [ 259 ] {73a3c622-a600-44db-861e-052363ee2088} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4678 | 2025.04.30 22:40:37.297279 [ 259 ] {73a3c622-a600-44db-861e-052363ee2088} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4679 | 2025.04.30 22:40:37.297455 [ 72 ] {} <Debug> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4680 | 2025.04.30 22:40:37.297506 [ 259 ] {73a3c622-a600-44db-861e-052363ee2088} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001379 sec., 59463.379260333575 rows/sec., 3.78 MiB/sec. | ||
| 4681 | 2025.04.30 22:40:37.297514 [ 72 ] {} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4682 | 2025.04.30 22:40:37.297602 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4683 | 2025.04.30 22:40:37.297632 [ 259 ] {73a3c622-a600-44db-861e-052363ee2088} <Debug> TCPHandler: Processed in 0.001638966 sec. | ||
| 4684 | 2025.04.30 22:40:37.297911 [ 196 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::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 | ||
| 4685 | 2025.04.30 22:40:37.298178 [ 196 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4686 | 2025.04.30 22:40:37.298214 [ 196 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1704 rows starting from the beginning of the part | ||
| 4687 | 2025.04.30 22:40:37.298338 [ 196 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 48 rows starting from the beginning of the part | ||
| 4688 | 2025.04.30 22:40:37.298447 [ 196 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::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 | ||
| 4689 | 2025.04.30 22:40:37.298582 [ 196 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 82 rows starting from the beginning of the part | ||
| 4690 | 2025.04.30 22:40:37.298748 [ 196 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::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 | ||
| 4691 | 2025.04.30 22:40:37.298816 [ 196 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 82 rows starting from the beginning of the part | ||
| 4692 | 2025.04.30 22:40:37.300184 [ 193 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2036 rows, containing 4 columns (4 merged, 0 gathered) in 0.002461595 sec., 827106.0024090072 rows/sec., 53.93 MiB/sec. | ||
| 4693 | 2025.04.30 22:40:37.300470 [ 193 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4694 | 2025.04.30 22:40:37.301025 [ 193 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_31_6} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4695 | 2025.04.30 22:40:37.301186 [ 193 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_31_6} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4696 | 2025.04.30 22:40:37.301335 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 4697 | 2025.04.30 22:40:40.347067 [ 66 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4698 | 2025.04.30 22:40:40.347131 [ 66 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4699 | 2025.04.30 22:40:40.507267 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126 | ||
| 4700 | 2025.04.30 22:40:40.507864 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4701 | 2025.04.30 22:40:40.507910 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4702 | 2025.04.30 22:40:40.508434 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4703 | 2025.04.30 22:40:40.508692 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4704 | 2025.04.30 22:40:40.508933 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 4705 | 2025.04.30 22:40:41.178507 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 4706 | 2025.04.30 22:40:41.197843 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4707 | 2025.04.30 22:40:41.197911 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4708 | 2025.04.30 22:40:41.205177 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4709 | 2025.04.30 22:40:41.205962 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4710 | 2025.04.30 22:40:41.208796 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4711 | 2025.04.30 22:40:42.251229 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4712 | 2025.04.30 22:40:42.251418 [ 259 ] {8fb2cf0e-e6c9-4b96-b7be-1a817aa1ef2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4713 | 2025.04.30 22:40:42.251500 [ 259 ] {8fb2cf0e-e6c9-4b96-b7be-1a817aa1ef2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4714 | 2025.04.30 22:40:42.252295 [ 259 ] {8fb2cf0e-e6c9-4b96-b7be-1a817aa1ef2f} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4715 | 2025.04.30 22:40:42.252345 [ 259 ] {8fb2cf0e-e6c9-4b96-b7be-1a817aa1ef2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4716 | 2025.04.30 22:40:42.252780 [ 259 ] {8fb2cf0e-e6c9-4b96-b7be-1a817aa1ef2f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4717 | 2025.04.30 22:40:42.253070 [ 259 ] {8fb2cf0e-e6c9-4b96-b7be-1a817aa1ef2f} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4718 | 2025.04.30 22:40:42.253315 [ 259 ] {8fb2cf0e-e6c9-4b96-b7be-1a817aa1ef2f} <Debug> executeQuery: Read 118 rows, 10.24 KiB in 0.00194 sec., 60824.742268041235 rows/sec., 5.16 MiB/sec. | ||
| 4719 | 2025.04.30 22:40:42.253416 [ 259 ] {8fb2cf0e-e6c9-4b96-b7be-1a817aa1ef2f} <Debug> TCPHandler: Processed in 0.00231372 sec. | ||
| 4720 | 2025.04.30 22:40:42.253666 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4721 | 2025.04.30 22:40:42.253778 [ 259 ] {7383165c-a69a-4a4f-af6f-f42ebe914c6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4722 | 2025.04.30 22:40:42.253828 [ 259 ] {7383165c-a69a-4a4f-af6f-f42ebe914c6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4723 | 2025.04.30 22:40:42.254415 [ 259 ] {7383165c-a69a-4a4f-af6f-f42ebe914c6e} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4724 | 2025.04.30 22:40:42.254456 [ 259 ] {7383165c-a69a-4a4f-af6f-f42ebe914c6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4725 | 2025.04.30 22:40:42.254806 [ 259 ] {7383165c-a69a-4a4f-af6f-f42ebe914c6e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4726 | 2025.04.30 22:40:42.255042 [ 259 ] {7383165c-a69a-4a4f-af6f-f42ebe914c6e} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4727 | 2025.04.30 22:40:42.255275 [ 259 ] {7383165c-a69a-4a4f-af6f-f42ebe914c6e} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001518 sec., 20421.607378129116 rows/sec., 1.50 MiB/sec. | ||
| 4728 | 2025.04.30 22:40:42.255337 [ 259 ] {7383165c-a69a-4a4f-af6f-f42ebe914c6e} <Debug> TCPHandler: Processed in 0.0017375 sec. | ||
| 4729 | 2025.04.30 22:40:42.255459 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4730 | 2025.04.30 22:40:42.255565 [ 259 ] {7788f00d-ea72-4d54-83ca-712e77a8e3c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4731 | 2025.04.30 22:40:42.255611 [ 259 ] {7788f00d-ea72-4d54-83ca-712e77a8e3c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4732 | 2025.04.30 22:40:42.256199 [ 259 ] {7788f00d-ea72-4d54-83ca-712e77a8e3c7} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4733 | 2025.04.30 22:40:42.256242 [ 259 ] {7788f00d-ea72-4d54-83ca-712e77a8e3c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4734 | 2025.04.30 22:40:42.256613 [ 259 ] {7788f00d-ea72-4d54-83ca-712e77a8e3c7} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4735 | 2025.04.30 22:40:42.256868 [ 259 ] {7788f00d-ea72-4d54-83ca-712e77a8e3c7} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4736 | 2025.04.30 22:40:42.257076 [ 259 ] {7788f00d-ea72-4d54-83ca-712e77a8e3c7} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001534 sec., 61929.595827900914 rows/sec., 4.84 MiB/sec. | ||
| 4737 | 2025.04.30 22:40:42.257130 [ 259 ] {7788f00d-ea72-4d54-83ca-712e77a8e3c7} <Debug> TCPHandler: Processed in 0.001723059 sec. | ||
| 4738 | 2025.04.30 22:40:42.257251 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4739 | 2025.04.30 22:40:42.257356 [ 259 ] {f5fbc710-bb6d-49fb-84ef-bd7c06af1990} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4740 | 2025.04.30 22:40:42.257406 [ 259 ] {f5fbc710-bb6d-49fb-84ef-bd7c06af1990} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4741 | 2025.04.30 22:40:42.257916 [ 259 ] {f5fbc710-bb6d-49fb-84ef-bd7c06af1990} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4742 | 2025.04.30 22:40:42.257955 [ 259 ] {f5fbc710-bb6d-49fb-84ef-bd7c06af1990} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4743 | 2025.04.30 22:40:42.258352 [ 259 ] {f5fbc710-bb6d-49fb-84ef-bd7c06af1990} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4744 | 2025.04.30 22:40:42.258600 [ 259 ] {f5fbc710-bb6d-49fb-84ef-bd7c06af1990} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4745 | 2025.04.30 22:40:42.258800 [ 259 ] {f5fbc710-bb6d-49fb-84ef-bd7c06af1990} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001465 sec., 109215.01706484643 rows/sec., 7.61 MiB/sec. | ||
| 4746 | 2025.04.30 22:40:42.258851 [ 259 ] {f5fbc710-bb6d-49fb-84ef-bd7c06af1990} <Debug> TCPHandler: Processed in 0.001652197 sec. | ||
| 4747 | 2025.04.30 22:40:42.258964 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4748 | 2025.04.30 22:40:42.259071 [ 259 ] {4acfe32b-bfd5-463b-a996-88af49694b80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4749 | 2025.04.30 22:40:42.259154 [ 259 ] {4acfe32b-bfd5-463b-a996-88af49694b80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4750 | 2025.04.30 22:40:42.260720 [ 259 ] {4acfe32b-bfd5-463b-a996-88af49694b80} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4751 | 2025.04.30 22:40:42.260768 [ 259 ] {4acfe32b-bfd5-463b-a996-88af49694b80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4752 | 2025.04.30 22:40:42.261562 [ 259 ] {4acfe32b-bfd5-463b-a996-88af49694b80} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4753 | 2025.04.30 22:40:42.261889 [ 259 ] {4acfe32b-bfd5-463b-a996-88af49694b80} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4754 | 2025.04.30 22:40:42.262218 [ 259 ] {4acfe32b-bfd5-463b-a996-88af49694b80} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.003115 sec., 9951.845906902086 rows/sec., 17.83 MiB/sec. | ||
| 4755 | 2025.04.30 22:40:42.262372 [ 259 ] {4acfe32b-bfd5-463b-a996-88af49694b80} <Debug> TCPHandler: Processed in 0.003460828 sec. | ||
| 4756 | 2025.04.30 22:40:42.262573 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4757 | 2025.04.30 22:40:42.262692 [ 259 ] {584fc853-df6e-442d-be02-3e265fe7f7aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4758 | 2025.04.30 22:40:42.262748 [ 259 ] {584fc853-df6e-442d-be02-3e265fe7f7aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4759 | 2025.04.30 22:40:42.263237 [ 259 ] {584fc853-df6e-442d-be02-3e265fe7f7aa} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4760 | 2025.04.30 22:40:42.263277 [ 259 ] {584fc853-df6e-442d-be02-3e265fe7f7aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4761 | 2025.04.30 22:40:42.263674 [ 259 ] {584fc853-df6e-442d-be02-3e265fe7f7aa} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4762 | 2025.04.30 22:40:42.263928 [ 259 ] {584fc853-df6e-442d-be02-3e265fe7f7aa} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4763 | 2025.04.30 22:40:42.264144 [ 259 ] {584fc853-df6e-442d-be02-3e265fe7f7aa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001476 sec., 40650.40650406504 rows/sec., 2.74 MiB/sec. | ||
| 4764 | 2025.04.30 22:40:42.264214 [ 259 ] {584fc853-df6e-442d-be02-3e265fe7f7aa} <Debug> TCPHandler: Processed in 0.001698039 sec. | ||
| 4765 | 2025.04.30 22:40:42.533894 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4766 | 2025.04.30 22:40:42.534072 [ 259 ] {d8cecb6f-4d64-4dc4-898b-8172253f980d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4767 | 2025.04.30 22:40:42.534141 [ 259 ] {d8cecb6f-4d64-4dc4-898b-8172253f980d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4768 | 2025.04.30 22:40:42.534956 [ 259 ] {d8cecb6f-4d64-4dc4-898b-8172253f980d} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4769 | 2025.04.30 22:40:42.535000 [ 259 ] {d8cecb6f-4d64-4dc4-898b-8172253f980d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4770 | 2025.04.30 22:40:42.535474 [ 259 ] {d8cecb6f-4d64-4dc4-898b-8172253f980d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4771 | 2025.04.30 22:40:42.535738 [ 259 ] {d8cecb6f-4d64-4dc4-898b-8172253f980d} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4772 | 2025.04.30 22:40:42.535961 [ 259 ] {d8cecb6f-4d64-4dc4-898b-8172253f980d} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001938 sec., 109391.12487100103 rows/sec., 6.96 MiB/sec. | ||
| 4773 | 2025.04.30 22:40:42.536017 [ 259 ] {d8cecb6f-4d64-4dc4-898b-8172253f980d} <Debug> TCPHandler: Processed in 0.002246957 sec. | ||
| 4774 | 2025.04.30 22:40:42.536163 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4775 | 2025.04.30 22:40:42.536272 [ 259 ] {5962e5e0-ffef-4733-b62c-84fe19dce196} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4776 | 2025.04.30 22:40:42.536319 [ 259 ] {5962e5e0-ffef-4733-b62c-84fe19dce196} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4777 | 2025.04.30 22:40:42.537733 [ 259 ] {5962e5e0-ffef-4733-b62c-84fe19dce196} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4778 | 2025.04.30 22:40:42.537772 [ 259 ] {5962e5e0-ffef-4733-b62c-84fe19dce196} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4779 | 2025.04.30 22:40:42.538234 [ 259 ] {5962e5e0-ffef-4733-b62c-84fe19dce196} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4780 | 2025.04.30 22:40:42.538486 [ 259 ] {5962e5e0-ffef-4733-b62c-84fe19dce196} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4781 | 2025.04.30 22:40:42.538693 [ 259 ] {5962e5e0-ffef-4733-b62c-84fe19dce196} <Debug> executeQuery: Read 1773 rows, 147.54 KiB in 0.002444 sec., 725450.0818330606 rows/sec., 58.95 MiB/sec. | ||
| 4782 | 2025.04.30 22:40:42.538743 [ 259 ] {5962e5e0-ffef-4733-b62c-84fe19dce196} <Debug> TCPHandler: Processed in 0.002642211 sec. | ||
| 4783 | 2025.04.30 22:40:42.538855 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4784 | 2025.04.30 22:40:42.538959 [ 259 ] {506e5076-1758-4d47-99c8-1473204c43cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4785 | 2025.04.30 22:40:42.539004 [ 259 ] {506e5076-1758-4d47-99c8-1473204c43cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4786 | 2025.04.30 22:40:42.539562 [ 259 ] {506e5076-1758-4d47-99c8-1473204c43cf} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4787 | 2025.04.30 22:40:42.539601 [ 259 ] {506e5076-1758-4d47-99c8-1473204c43cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4788 | 2025.04.30 22:40:42.539959 [ 259 ] {506e5076-1758-4d47-99c8-1473204c43cf} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4789 | 2025.04.30 22:40:42.540214 [ 259 ] {506e5076-1758-4d47-99c8-1473204c43cf} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4790 | 2025.04.30 22:40:42.540381 [ 63 ] {} <Debug> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
| 4791 | 2025.04.30 22:40:42.540448 [ 259 ] {506e5076-1758-4d47-99c8-1473204c43cf} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001502 sec., 75898.8015978695 rows/sec., 4.54 MiB/sec. | ||
| 4792 | 2025.04.30 22:40:42.540463 [ 63 ] {} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4793 | 2025.04.30 22:40:42.540531 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4794 | 2025.04.30 22:40:42.540581 [ 259 ] {506e5076-1758-4d47-99c8-1473204c43cf} <Debug> TCPHandler: Processed in 0.001773311 sec. | ||
| 4795 | 2025.04.30 22:40:42.540788 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4796 | 2025.04.30 22:40:42.540795 [ 189 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full | ||
| 4797 | 2025.04.30 22:40:42.540974 [ 259 ] {d005795d-e0f3-4018-8eea-54601fac0d43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4798 | 2025.04.30 22:40:42.541077 [ 259 ] {d005795d-e0f3-4018-8eea-54601fac0d43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4799 | 2025.04.30 22:40:42.541096 [ 189 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4800 | 2025.04.30 22:40:42.541198 [ 189 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 163 rows starting from the beginning of the part | ||
| 4801 | 2025.04.30 22:40:42.541526 [ 189 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 114 rows starting from the beginning of the part | ||
| 4802 | 2025.04.30 22:40:42.542035 [ 189 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 31 rows starting from the beginning of the part | ||
| 4803 | 2025.04.30 22:40:42.542427 [ 189 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 114 rows starting from the beginning of the part | ||
| 4804 | 2025.04.30 22:40:42.542549 [ 189 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 31 rows starting from the beginning of the part | ||
| 4805 | 2025.04.30 22:40:42.542954 [ 189 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 114 rows starting from the beginning of the part | ||
| 4806 | 2025.04.30 22:40:42.543752 [ 259 ] {d005795d-e0f3-4018-8eea-54601fac0d43} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4807 | 2025.04.30 22:40:42.543821 [ 259 ] {d005795d-e0f3-4018-8eea-54601fac0d43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4808 | 2025.04.30 22:40:42.544827 [ 259 ] {d005795d-e0f3-4018-8eea-54601fac0d43} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4809 | 2025.04.30 22:40:42.545434 [ 259 ] {d005795d-e0f3-4018-8eea-54601fac0d43} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4810 | 2025.04.30 22:40:42.545863 [ 189 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 567 rows, containing 5 columns (5 merged, 0 gathered) in 0.005178627 sec., 109488.48024775679 rows/sec., 7.24 MiB/sec. | ||
| 4811 | 2025.04.30 22:40:42.546192 [ 189 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
| 4812 | 2025.04.30 22:40:42.546324 [ 259 ] {d005795d-e0f3-4018-8eea-54601fac0d43} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.00536 sec., 63619.40298507462 rows/sec., 4.24 MiB/sec. | ||
| 4813 | 2025.04.30 22:40:42.546477 [ 259 ] {d005795d-e0f3-4018-8eea-54601fac0d43} <Debug> TCPHandler: Processed in 0.005762328 sec. | ||
| 4814 | 2025.04.30 22:40:42.546660 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4815 | 2025.04.30 22:40:42.546800 [ 189 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_25_5} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4816 | 2025.04.30 22:40:42.546833 [ 259 ] {f0f1f562-df11-4e74-99ba-465221c28f97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4817 | 2025.04.30 22:40:42.546927 [ 259 ] {f0f1f562-df11-4e74-99ba-465221c28f97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4818 | 2025.04.30 22:40:42.546956 [ 189 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_25_5} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
| 4819 | 2025.04.30 22:40:42.547133 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 4820 | 2025.04.30 22:40:42.547668 [ 259 ] {f0f1f562-df11-4e74-99ba-465221c28f97} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4821 | 2025.04.30 22:40:42.547711 [ 259 ] {f0f1f562-df11-4e74-99ba-465221c28f97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4822 | 2025.04.30 22:40:42.548069 [ 259 ] {f0f1f562-df11-4e74-99ba-465221c28f97} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4823 | 2025.04.30 22:40:42.548307 [ 259 ] {f0f1f562-df11-4e74-99ba-465221c28f97} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4824 | 2025.04.30 22:40:42.548504 [ 259 ] {f0f1f562-df11-4e74-99ba-465221c28f97} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001721 sec., 65078.44276583382 rows/sec., 3.71 MiB/sec. | ||
| 4825 | 2025.04.30 22:40:42.548556 [ 259 ] {f0f1f562-df11-4e74-99ba-465221c28f97} <Debug> TCPHandler: Processed in 0.001974268 sec. | ||
| 4826 | 2025.04.30 22:40:42.548673 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4827 | 2025.04.30 22:40:42.548777 [ 259 ] {78ba678f-0b11-41bf-886a-97e9b2eff652} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4828 | 2025.04.30 22:40:42.548822 [ 259 ] {78ba678f-0b11-41bf-886a-97e9b2eff652} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4829 | 2025.04.30 22:40:42.549668 [ 259 ] {78ba678f-0b11-41bf-886a-97e9b2eff652} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4830 | 2025.04.30 22:40:42.549707 [ 259 ] {78ba678f-0b11-41bf-886a-97e9b2eff652} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4831 | 2025.04.30 22:40:42.550086 [ 259 ] {78ba678f-0b11-41bf-886a-97e9b2eff652} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4832 | 2025.04.30 22:40:42.550336 [ 259 ] {78ba678f-0b11-41bf-886a-97e9b2eff652} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4833 | 2025.04.30 22:40:42.550536 [ 259 ] {78ba678f-0b11-41bf-886a-97e9b2eff652} <Debug> executeQuery: Read 846 rows, 62.51 KiB in 0.00178 sec., 475280.8988764045 rows/sec., 34.30 MiB/sec. | ||
| 4834 | 2025.04.30 22:40:42.550649 [ 259 ] {78ba678f-0b11-41bf-886a-97e9b2eff652} <Debug> TCPHandler: Processed in 0.00202716 sec. | ||
| 4835 | 2025.04.30 22:40:42.550778 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4836 | 2025.04.30 22:40:42.550878 [ 259 ] {875b3ecf-93e0-4542-a043-7ebcf93653f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4837 | 2025.04.30 22:40:42.550924 [ 259 ] {875b3ecf-93e0-4542-a043-7ebcf93653f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4838 | 2025.04.30 22:40:42.551324 [ 259 ] {875b3ecf-93e0-4542-a043-7ebcf93653f5} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4839 | 2025.04.30 22:40:42.551362 [ 259 ] {875b3ecf-93e0-4542-a043-7ebcf93653f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4840 | 2025.04.30 22:40:42.551727 [ 259 ] {875b3ecf-93e0-4542-a043-7ebcf93653f5} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4841 | 2025.04.30 22:40:42.551970 [ 259 ] {875b3ecf-93e0-4542-a043-7ebcf93653f5} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4842 | 2025.04.30 22:40:42.552202 [ 259 ] {875b3ecf-93e0-4542-a043-7ebcf93653f5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001336 sec., 4491.017964071856 rows/sec., 234.64 KiB/sec. | ||
| 4843 | 2025.04.30 22:40:42.552366 [ 259 ] {875b3ecf-93e0-4542-a043-7ebcf93653f5} <Debug> TCPHandler: Processed in 0.001634916 sec. | ||
| 4844 | 2025.04.30 22:40:42.552528 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4845 | 2025.04.30 22:40:42.552631 [ 259 ] {f66be15e-3345-495b-9434-8a060e37d3a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4846 | 2025.04.30 22:40:42.552682 [ 259 ] {f66be15e-3345-495b-9434-8a060e37d3a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4847 | 2025.04.30 22:40:42.553410 [ 259 ] {f66be15e-3345-495b-9434-8a060e37d3a2} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4848 | 2025.04.30 22:40:42.553451 [ 259 ] {f66be15e-3345-495b-9434-8a060e37d3a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4849 | 2025.04.30 22:40:42.553872 [ 259 ] {f66be15e-3345-495b-9434-8a060e37d3a2} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4850 | 2025.04.30 22:40:42.554107 [ 259 ] {f66be15e-3345-495b-9434-8a060e37d3a2} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4851 | 2025.04.30 22:40:42.554298 [ 259 ] {f66be15e-3345-495b-9434-8a060e37d3a2} <Debug> executeQuery: Read 955 rows, 64.97 KiB in 0.00169 sec., 565088.7573964497 rows/sec., 37.54 MiB/sec. | ||
| 4852 | 2025.04.30 22:40:42.554348 [ 259 ] {f66be15e-3345-495b-9434-8a060e37d3a2} <Debug> TCPHandler: Processed in 0.001874235 sec. | ||
| 4853 | 2025.04.30 22:40:42.554472 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4854 | 2025.04.30 22:40:42.554576 [ 259 ] {2dc8d50b-97bd-4a0f-8e24-daad4d64c682} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4855 | 2025.04.30 22:40:42.554623 [ 259 ] {2dc8d50b-97bd-4a0f-8e24-daad4d64c682} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4856 | 2025.04.30 22:40:42.555010 [ 259 ] {2dc8d50b-97bd-4a0f-8e24-daad4d64c682} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4857 | 2025.04.30 22:40:42.555049 [ 259 ] {2dc8d50b-97bd-4a0f-8e24-daad4d64c682} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4858 | 2025.04.30 22:40:42.555386 [ 259 ] {2dc8d50b-97bd-4a0f-8e24-daad4d64c682} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4859 | 2025.04.30 22:40:42.555629 [ 259 ] {2dc8d50b-97bd-4a0f-8e24-daad4d64c682} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4860 | 2025.04.30 22:40:42.555819 [ 259 ] {2dc8d50b-97bd-4a0f-8e24-daad4d64c682} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001265 sec., 790.5138339920949 rows/sec., 53.27 KiB/sec. | ||
| 4861 | 2025.04.30 22:40:42.555867 [ 259 ] {2dc8d50b-97bd-4a0f-8e24-daad4d64c682} <Debug> TCPHandler: Processed in 0.00144751 sec. | ||
| 4862 | 2025.04.30 22:40:42.555980 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4863 | 2025.04.30 22:40:42.556084 [ 259 ] {02d4d6f9-2025-4b4e-909e-f37e585cc11e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4864 | 2025.04.30 22:40:42.556148 [ 259 ] {02d4d6f9-2025-4b4e-909e-f37e585cc11e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4865 | 2025.04.30 22:40:42.557133 [ 259 ] {02d4d6f9-2025-4b4e-909e-f37e585cc11e} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4866 | 2025.04.30 22:40:42.557173 [ 259 ] {02d4d6f9-2025-4b4e-909e-f37e585cc11e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4867 | 2025.04.30 22:40:42.557754 [ 259 ] {02d4d6f9-2025-4b4e-909e-f37e585cc11e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4868 | 2025.04.30 22:40:42.558009 [ 259 ] {02d4d6f9-2025-4b4e-909e-f37e585cc11e} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4869 | 2025.04.30 22:40:42.558239 [ 259 ] {02d4d6f9-2025-4b4e-909e-f37e585cc11e} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002176 sec., 3676.470588235294 rows/sec., 6.59 MiB/sec. | ||
| 4870 | 2025.04.30 22:40:42.558329 [ 259 ] {02d4d6f9-2025-4b4e-909e-f37e585cc11e} <Debug> TCPHandler: Processed in 0.002398792 sec. | ||
| 4871 | 2025.04.30 22:40:42.558448 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4872 | 2025.04.30 22:40:42.558553 [ 259 ] {b72dfcd8-2efe-45a6-a335-ca698fed7e72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4873 | 2025.04.30 22:40:42.558599 [ 259 ] {b72dfcd8-2efe-45a6-a335-ca698fed7e72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4874 | 2025.04.30 22:40:42.558998 [ 259 ] {b72dfcd8-2efe-45a6-a335-ca698fed7e72} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4875 | 2025.04.30 22:40:42.559036 [ 259 ] {b72dfcd8-2efe-45a6-a335-ca698fed7e72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4876 | 2025.04.30 22:40:42.559381 [ 259 ] {b72dfcd8-2efe-45a6-a335-ca698fed7e72} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4877 | 2025.04.30 22:40:42.559619 [ 259 ] {b72dfcd8-2efe-45a6-a335-ca698fed7e72} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4878 | 2025.04.30 22:40:42.559815 [ 259 ] {b72dfcd8-2efe-45a6-a335-ca698fed7e72} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001283 sec., 26500.389711613403 rows/sec., 1.54 MiB/sec. | ||
| 4879 | 2025.04.30 22:40:42.559862 [ 259 ] {b72dfcd8-2efe-45a6-a335-ca698fed7e72} <Debug> TCPHandler: Processed in 0.00146517 sec. | ||
| 4880 | 2025.04.30 22:40:43.000159 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 189.93 MiB, peak 195.47 MiB, free memory in arenas 0.00 B, will set to 188.69 MiB (RSS), difference: -1.24 MiB | ||
| 4881 | 2025.04.30 22:40:45.545335 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 702 | ||
| 4882 | 2025.04.30 22:40:45.548984 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4883 | 2025.04.30 22:40:45.549048 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4884 | 2025.04.30 22:40:45.550569 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4885 | 2025.04.30 22:40:45.550904 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4886 | 2025.04.30 22:40:45.551156 [ 59 ] {} <Debug> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4887 | 2025.04.30 22:40:45.551279 [ 59 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4888 | 2025.04.30 22:40:45.551357 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4889 | 2025.04.30 22:40:45.551893 [ 192 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::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 | ||
| 4890 | 2025.04.30 22:40:45.553034 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 702 | ||
| 4891 | 2025.04.30 22:40:45.553448 [ 192 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4892 | 2025.04.30 22:40:45.553635 [ 192 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 498 rows starting from the beginning of the part | ||
| 4893 | 2025.04.30 22:40:45.554172 [ 192 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 36 rows starting from the beginning of the part | ||
| 4894 | 2025.04.30 22:40:45.554698 [ 192 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 58 rows starting from the beginning of the part | ||
| 4895 | 2025.04.30 22:40:45.555175 [ 192 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::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 | ||
| 4896 | 2025.04.30 22:40:45.555644 [ 192 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 34 rows starting from the beginning of the part | ||
| 4897 | 2025.04.30 22:40:45.556087 [ 192 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 56 rows starting from the beginning of the part | ||
| 4898 | 2025.04.30 22:40:45.564163 [ 198 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 702 rows, containing 72 columns (72 merged, 0 gathered) in 0.012624823 sec., 55604.73996348305 rows/sec., 47.32 MiB/sec. | ||
| 4899 | 2025.04.30 22:40:45.565306 [ 191 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4900 | 2025.04.30 22:40:45.566078 [ 191 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_16_3} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4901 | 2025.04.30 22:40:45.566164 [ 191 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_16_3} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4902 | 2025.04.30 22:40:45.566473 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.11 MiB. | ||
| 4903 | 2025.04.30 22:40:47.248213 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4904 | 2025.04.30 22:40:47.248398 [ 259 ] {91299174-c796-42d0-9908-948052867e9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4905 | 2025.04.30 22:40:47.248468 [ 259 ] {91299174-c796-42d0-9908-948052867e9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4906 | 2025.04.30 22:40:47.249216 [ 259 ] {91299174-c796-42d0-9908-948052867e9e} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4907 | 2025.04.30 22:40:47.249265 [ 259 ] {91299174-c796-42d0-9908-948052867e9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4908 | 2025.04.30 22:40:47.249683 [ 259 ] {91299174-c796-42d0-9908-948052867e9e} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4909 | 2025.04.30 22:40:47.249940 [ 259 ] {91299174-c796-42d0-9908-948052867e9e} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4910 | 2025.04.30 22:40:47.250161 [ 259 ] {91299174-c796-42d0-9908-948052867e9e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001817 sec., 30820.03302146395 rows/sec., 2.37 MiB/sec. | ||
| 4911 | 2025.04.30 22:40:47.250212 [ 259 ] {91299174-c796-42d0-9908-948052867e9e} <Debug> TCPHandler: Processed in 0.002125322 sec. | ||
| 4912 | 2025.04.30 22:40:47.250344 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4913 | 2025.04.30 22:40:47.250452 [ 259 ] {37f42b82-71ef-4b67-836b-db51b5d5e1d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4914 | 2025.04.30 22:40:47.250498 [ 259 ] {37f42b82-71ef-4b67-836b-db51b5d5e1d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4915 | 2025.04.30 22:40:47.251017 [ 259 ] {37f42b82-71ef-4b67-836b-db51b5d5e1d7} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4916 | 2025.04.30 22:40:47.251055 [ 259 ] {37f42b82-71ef-4b67-836b-db51b5d5e1d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4917 | 2025.04.30 22:40:47.251409 [ 259 ] {37f42b82-71ef-4b67-836b-db51b5d5e1d7} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4918 | 2025.04.30 22:40:47.251650 [ 259 ] {37f42b82-71ef-4b67-836b-db51b5d5e1d7} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4919 | 2025.04.30 22:40:47.251883 [ 259 ] {37f42b82-71ef-4b67-836b-db51b5d5e1d7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001442 sec., 44382.801664355065 rows/sec., 3.46 MiB/sec. | ||
| 4920 | 2025.04.30 22:40:47.251959 [ 259 ] {37f42b82-71ef-4b67-836b-db51b5d5e1d7} <Debug> TCPHandler: Processed in 0.001661607 sec. | ||
| 4921 | 2025.04.30 22:40:47.252202 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4922 | 2025.04.30 22:40:47.252310 [ 259 ] {7803b633-0def-40d1-877f-5da4a1863eff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4923 | 2025.04.30 22:40:47.252361 [ 259 ] {7803b633-0def-40d1-877f-5da4a1863eff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4924 | 2025.04.30 22:40:47.252855 [ 259 ] {7803b633-0def-40d1-877f-5da4a1863eff} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4925 | 2025.04.30 22:40:47.252893 [ 259 ] {7803b633-0def-40d1-877f-5da4a1863eff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4926 | 2025.04.30 22:40:47.253261 [ 259 ] {7803b633-0def-40d1-877f-5da4a1863eff} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4927 | 2025.04.30 22:40:47.253502 [ 259 ] {7803b633-0def-40d1-877f-5da4a1863eff} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4928 | 2025.04.30 22:40:47.253689 [ 259 ] {7803b633-0def-40d1-877f-5da4a1863eff} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.0014 sec., 91428.57142857143 rows/sec., 6.37 MiB/sec. | ||
| 4929 | 2025.04.30 22:40:47.253737 [ 259 ] {7803b633-0def-40d1-877f-5da4a1863eff} <Debug> TCPHandler: Processed in 0.001621596 sec. | ||
| 4930 | 2025.04.30 22:40:47.253852 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4931 | 2025.04.30 22:40:47.253955 [ 259 ] {258f9186-ea98-40ac-8d68-2b0f68d91012} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4932 | 2025.04.30 22:40:47.254001 [ 259 ] {258f9186-ea98-40ac-8d68-2b0f68d91012} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4933 | 2025.04.30 22:40:47.254405 [ 259 ] {258f9186-ea98-40ac-8d68-2b0f68d91012} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4934 | 2025.04.30 22:40:47.254442 [ 259 ] {258f9186-ea98-40ac-8d68-2b0f68d91012} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4935 | 2025.04.30 22:40:47.254784 [ 259 ] {258f9186-ea98-40ac-8d68-2b0f68d91012} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4936 | 2025.04.30 22:40:47.255017 [ 259 ] {258f9186-ea98-40ac-8d68-2b0f68d91012} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4937 | 2025.04.30 22:40:47.255208 [ 259 ] {258f9186-ea98-40ac-8d68-2b0f68d91012} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001274 sec., 37676.609105180534 rows/sec., 2.54 MiB/sec. | ||
| 4938 | 2025.04.30 22:40:47.255254 [ 259 ] {258f9186-ea98-40ac-8d68-2b0f68d91012} <Debug> TCPHandler: Processed in 0.001452959 sec. | ||
| 4939 | 2025.04.30 22:40:48.009968 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614 | ||
| 4940 | 2025.04.30 22:40:48.010620 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4941 | 2025.04.30 22:40:48.010670 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4942 | 2025.04.30 22:40:48.011227 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4943 | 2025.04.30 22:40:48.011507 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4944 | 2025.04.30 22:40:48.011737 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614 | ||
| 4945 | 2025.04.30 22:40:48.709787 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 4946 | 2025.04.30 22:40:48.729793 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4947 | 2025.04.30 22:40:48.729851 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4948 | 2025.04.30 22:40:48.737993 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4949 | 2025.04.30 22:40:48.738723 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4950 | 2025.04.30 22:40:48.741351 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 4951 | 2025.04.30 22:40:52.252117 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4952 | 2025.04.30 22:40:52.252308 [ 259 ] {21eb4859-43f7-4162-b96c-9d70a8ca0a59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4953 | 2025.04.30 22:40:52.252386 [ 259 ] {21eb4859-43f7-4162-b96c-9d70a8ca0a59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4954 | 2025.04.30 22:40:52.253178 [ 259 ] {21eb4859-43f7-4162-b96c-9d70a8ca0a59} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4955 | 2025.04.30 22:40:52.253229 [ 259 ] {21eb4859-43f7-4162-b96c-9d70a8ca0a59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4956 | 2025.04.30 22:40:52.253700 [ 259 ] {21eb4859-43f7-4162-b96c-9d70a8ca0a59} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4957 | 2025.04.30 22:40:52.253965 [ 259 ] {21eb4859-43f7-4162-b96c-9d70a8ca0a59} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4958 | 2025.04.30 22:40:52.254194 [ 259 ] {21eb4859-43f7-4162-b96c-9d70a8ca0a59} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001935 sec., 62015.50387596899 rows/sec., 5.27 MiB/sec. | ||
| 4959 | 2025.04.30 22:40:52.254249 [ 259 ] {21eb4859-43f7-4162-b96c-9d70a8ca0a59} <Debug> TCPHandler: Processed in 0.002262608 sec. | ||
| 4960 | 2025.04.30 22:40:52.254385 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4961 | 2025.04.30 22:40:52.254491 [ 259 ] {c5556cb2-25b4-4ed7-a834-bcbc574b0d00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4962 | 2025.04.30 22:40:52.254539 [ 259 ] {c5556cb2-25b4-4ed7-a834-bcbc574b0d00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4963 | 2025.04.30 22:40:52.255052 [ 259 ] {c5556cb2-25b4-4ed7-a834-bcbc574b0d00} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4964 | 2025.04.30 22:40:52.255093 [ 259 ] {c5556cb2-25b4-4ed7-a834-bcbc574b0d00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4965 | 2025.04.30 22:40:52.255449 [ 259 ] {c5556cb2-25b4-4ed7-a834-bcbc574b0d00} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4966 | 2025.04.30 22:40:52.255704 [ 259 ] {c5556cb2-25b4-4ed7-a834-bcbc574b0d00} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4967 | 2025.04.30 22:40:52.255913 [ 259 ] {c5556cb2-25b4-4ed7-a834-bcbc574b0d00} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001445 sec., 22145.32871972318 rows/sec., 1.63 MiB/sec. | ||
| 4968 | 2025.04.30 22:40:52.255964 [ 259 ] {c5556cb2-25b4-4ed7-a834-bcbc574b0d00} <Debug> TCPHandler: Processed in 0.001634016 sec. | ||
| 4969 | 2025.04.30 22:40:52.256082 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4970 | 2025.04.30 22:40:52.256187 [ 259 ] {79a66409-4722-440b-8184-73feb98e5d56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4971 | 2025.04.30 22:40:52.256234 [ 259 ] {79a66409-4722-440b-8184-73feb98e5d56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4972 | 2025.04.30 22:40:52.256778 [ 259 ] {79a66409-4722-440b-8184-73feb98e5d56} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4973 | 2025.04.30 22:40:52.256818 [ 259 ] {79a66409-4722-440b-8184-73feb98e5d56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4974 | 2025.04.30 22:40:52.257166 [ 259 ] {79a66409-4722-440b-8184-73feb98e5d56} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4975 | 2025.04.30 22:40:52.257407 [ 259 ] {79a66409-4722-440b-8184-73feb98e5d56} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4976 | 2025.04.30 22:40:52.257637 [ 259 ] {79a66409-4722-440b-8184-73feb98e5d56} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001468 sec., 65395.09536784742 rows/sec., 5.11 MiB/sec. | ||
| 4977 | 2025.04.30 22:40:52.257725 [ 259 ] {79a66409-4722-440b-8184-73feb98e5d56} <Debug> TCPHandler: Processed in 0.001691588 sec. | ||
| 4978 | 2025.04.30 22:40:52.257919 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4979 | 2025.04.30 22:40:52.258041 [ 259 ] {3a3c2e65-eb8e-4770-bcbf-3c3748496388} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4980 | 2025.04.30 22:40:52.258093 [ 259 ] {3a3c2e65-eb8e-4770-bcbf-3c3748496388} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4981 | 2025.04.30 22:40:52.258613 [ 259 ] {3a3c2e65-eb8e-4770-bcbf-3c3748496388} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4982 | 2025.04.30 22:40:52.258651 [ 259 ] {3a3c2e65-eb8e-4770-bcbf-3c3748496388} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4983 | 2025.04.30 22:40:52.259048 [ 259 ] {3a3c2e65-eb8e-4770-bcbf-3c3748496388} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4984 | 2025.04.30 22:40:52.259312 [ 259 ] {3a3c2e65-eb8e-4770-bcbf-3c3748496388} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4985 | 2025.04.30 22:40:52.259555 [ 259 ] {3a3c2e65-eb8e-4770-bcbf-3c3748496388} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001525 sec., 104918.03278688523 rows/sec., 7.31 MiB/sec. | ||
| 4986 | 2025.04.30 22:40:52.259646 [ 259 ] {3a3c2e65-eb8e-4770-bcbf-3c3748496388} <Debug> TCPHandler: Processed in 0.001811702 sec. | ||
| 4987 | 2025.04.30 22:40:52.259882 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4988 | 2025.04.30 22:40:52.259999 [ 259 ] {7de064f4-2ab4-4a59-b923-cf112ac48ade} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4989 | 2025.04.30 22:40:52.260075 [ 259 ] {7de064f4-2ab4-4a59-b923-cf112ac48ade} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4990 | 2025.04.30 22:40:52.261187 [ 259 ] {7de064f4-2ab4-4a59-b923-cf112ac48ade} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4991 | 2025.04.30 22:40:52.261226 [ 259 ] {7de064f4-2ab4-4a59-b923-cf112ac48ade} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4992 | 2025.04.30 22:40:52.261850 [ 259 ] {7de064f4-2ab4-4a59-b923-cf112ac48ade} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4993 | 2025.04.30 22:40:52.262095 [ 259 ] {7de064f4-2ab4-4a59-b923-cf112ac48ade} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4994 | 2025.04.30 22:40:52.262281 [ 48 ] {} <Debug> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4995 | 2025.04.30 22:40:52.262345 [ 259 ] {7de064f4-2ab4-4a59-b923-cf112ac48ade} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002367 sec., 13519.22264469793 rows/sec., 24.23 MiB/sec. | ||
| 4996 | 2025.04.30 22:40:52.262364 [ 48 ] {} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4997 | 2025.04.30 22:40:52.262436 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 4998 | 2025.04.30 22:40:52.262729 [ 259 ] {7de064f4-2ab4-4a59-b923-cf112ac48ade} <Debug> TCPHandler: Processed in 0.002927601 sec. | ||
| 4999 | 2025.04.30 22:40:52.262798 [ 195 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::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 | ||
| 5000 | 2025.04.30 22:40:52.262902 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5001 | 2025.04.30 22:40:52.263143 [ 259 ] {948ea6e4-0c0a-470f-9db4-0b220a3c5d5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5002 | 2025.04.30 22:40:52.263261 [ 259 ] {948ea6e4-0c0a-470f-9db4-0b220a3c5d5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5003 | 2025.04.30 22:40:52.263715 [ 195 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5004 | 2025.04.30 22:40:52.263950 [ 195 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 352 rows starting from the beginning of the part | ||
| 5005 | 2025.04.30 22:40:52.264651 [ 195 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 31 rows starting from the beginning of the part | ||
| 5006 | 2025.04.30 22:40:52.265318 [ 259 ] {948ea6e4-0c0a-470f-9db4-0b220a3c5d5d} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5007 | 2025.04.30 22:40:52.265416 [ 195 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::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 | ||
| 5008 | 2025.04.30 22:40:52.265444 [ 259 ] {948ea6e4-0c0a-470f-9db4-0b220a3c5d5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5009 | 2025.04.30 22:40:52.266100 [ 195 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 31 rows starting from the beginning of the part | ||
| 5010 | 2025.04.30 22:40:52.266699 [ 195 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::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 | ||
| 5011 | 2025.04.30 22:40:52.266919 [ 259 ] {948ea6e4-0c0a-470f-9db4-0b220a3c5d5d} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5012 | 2025.04.30 22:40:52.267178 [ 195 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 32 rows starting from the beginning of the part | ||
| 5013 | 2025.04.30 22:40:52.267849 [ 259 ] {948ea6e4-0c0a-470f-9db4-0b220a3c5d5d} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5014 | 2025.04.30 22:40:52.268363 [ 259 ] {948ea6e4-0c0a-470f-9db4-0b220a3c5d5d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005313 sec., 11293.054771315641 rows/sec., 779.34 KiB/sec. | ||
| 5015 | 2025.04.30 22:40:52.268653 [ 259 ] {948ea6e4-0c0a-470f-9db4-0b220a3c5d5d} <Debug> TCPHandler: Processed in 0.005804239 sec. | ||
| 5016 | 2025.04.30 22:40:52.272901 [ 198 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 462 rows, containing 19 columns (19 merged, 0 gathered) in 0.010310904 sec., 44806.934484115074 rows/sec., 80.29 MiB/sec. | ||
| 5017 | 2025.04.30 22:40:52.273433 [ 187 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5018 | 2025.04.30 22:40:52.273865 [ 187 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5019 | 2025.04.30 22:40:52.273955 [ 187 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5020 | 2025.04.30 22:40:52.274078 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB. | ||
| 5021 | 2025.04.30 22:40:55.173979 [ 44 ] {} <Debug> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 5022 | 2025.04.30 22:40:55.174055 [ 44 ] {} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5023 | 2025.04.30 22:40:55.174077 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5024 | 2025.04.30 22:40:55.174341 [ 199 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full | ||
| 5025 | 2025.04.30 22:40:55.174539 [ 199 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5026 | 2025.04.30 22:40:55.174581 [ 199 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part | ||
| 5027 | 2025.04.30 22:40:55.174669 [ 199 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 5028 | 2025.04.30 22:40:55.174896 [ 199 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 5029 | 2025.04.30 22:40:55.175110 [ 199 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
| 5030 | 2025.04.30 22:40:55.175241 [ 199 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
| 5031 | 2025.04.30 22:40:55.176329 [ 187 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.002159004 sec., 41685.88849302734 rows/sec., 2.13 MiB/sec. | ||
| 5032 | 2025.04.30 22:40:55.176538 [ 198 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 5033 | 2025.04.30 22:40:55.176959 [ 198 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_15_3} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5034 | 2025.04.30 22:40:55.177067 [ 198 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_15_3} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 5035 | 2025.04.30 22:40:55.177175 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 5036 | 2025.04.30 22:40:55.347187 [ 44 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5037 | 2025.04.30 22:40:55.347264 [ 44 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5038 | 2025.04.30 22:40:55.512794 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11041 | ||
| 5039 | 2025.04.30 22:40:55.513448 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5040 | 2025.04.30 22:40:55.513505 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5041 | 2025.04.30 22:40:55.514111 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5042 | 2025.04.30 22:40:55.514372 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5043 | 2025.04.30 22:40:55.514611 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 5044 | 2025.04.30 22:40:55.554241 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 722 | ||
| 5045 | 2025.04.30 22:40:55.557117 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5046 | 2025.04.30 22:40:55.557174 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5047 | 2025.04.30 22:40:55.558644 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5048 | 2025.04.30 22:40:55.558995 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5049 | 2025.04.30 22:40:55.560110 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 722 | ||
| 5050 | 2025.04.30 22:40:56.242365 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 5051 | 2025.04.30 22:40:56.272366 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5052 | 2025.04.30 22:40:56.272472 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5053 | 2025.04.30 22:40:56.283160 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5054 | 2025.04.30 22:40:56.284437 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5055 | 2025.04.30 22:40:56.291313 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 5056 | 2025.04.30 22:40:57.256250 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5057 | 2025.04.30 22:40:57.256437 [ 259 ] {a5bf2c29-150e-4c9e-bd02-63746df7f8e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5058 | 2025.04.30 22:40:57.256516 [ 259 ] {a5bf2c29-150e-4c9e-bd02-63746df7f8e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5059 | 2025.04.30 22:40:57.257350 [ 259 ] {a5bf2c29-150e-4c9e-bd02-63746df7f8e1} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5060 | 2025.04.30 22:40:57.257402 [ 259 ] {a5bf2c29-150e-4c9e-bd02-63746df7f8e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5061 | 2025.04.30 22:40:57.257847 [ 259 ] {a5bf2c29-150e-4c9e-bd02-63746df7f8e1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5062 | 2025.04.30 22:40:57.258116 [ 259 ] {a5bf2c29-150e-4c9e-bd02-63746df7f8e1} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5063 | 2025.04.30 22:40:57.258362 [ 259 ] {a5bf2c29-150e-4c9e-bd02-63746df7f8e1} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001965 sec., 107888.04071246818 rows/sec., 6.86 MiB/sec. | ||
| 5064 | 2025.04.30 22:40:57.258483 [ 259 ] {a5bf2c29-150e-4c9e-bd02-63746df7f8e1} <Debug> TCPHandler: Processed in 0.002359941 sec. | ||
| 5065 | 2025.04.30 22:40:57.258652 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5066 | 2025.04.30 22:40:57.258757 [ 259 ] {5f9ecc4d-f356-459d-8028-f0e109259d1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5067 | 2025.04.30 22:40:57.258803 [ 259 ] {5f9ecc4d-f356-459d-8028-f0e109259d1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5068 | 2025.04.30 22:40:57.259635 [ 259 ] {5f9ecc4d-f356-459d-8028-f0e109259d1a} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5069 | 2025.04.30 22:40:57.259675 [ 259 ] {5f9ecc4d-f356-459d-8028-f0e109259d1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5070 | 2025.04.30 22:40:57.260063 [ 259 ] {5f9ecc4d-f356-459d-8028-f0e109259d1a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5071 | 2025.04.30 22:40:57.260302 [ 259 ] {5f9ecc4d-f356-459d-8028-f0e109259d1a} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5072 | 2025.04.30 22:40:57.260497 [ 42 ] {} <Debug> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5073 | 2025.04.30 22:40:57.260549 [ 259 ] {5f9ecc4d-f356-459d-8028-f0e109259d1a} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001808 sec., 350110.61946902657 rows/sec., 27.53 MiB/sec. | ||
| 5074 | 2025.04.30 22:40:57.260591 [ 42 ] {} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5075 | 2025.04.30 22:40:57.260666 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5076 | 2025.04.30 22:40:57.260670 [ 259 ] {5f9ecc4d-f356-459d-8028-f0e109259d1a} <Debug> TCPHandler: Processed in 0.002068571 sec. | ||
| 5077 | 2025.04.30 22:40:57.260918 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5078 | 2025.04.30 22:40:57.261142 [ 197 ] {d4e73ecb-69f6-409c-bee6-1454de550956::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 | ||
| 5079 | 2025.04.30 22:40:57.261234 [ 259 ] {360b228d-f2e1-4335-85f9-b73a3485e0db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5080 | 2025.04.30 22:40:57.261384 [ 259 ] {360b228d-f2e1-4335-85f9-b73a3485e0db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5081 | 2025.04.30 22:40:57.261696 [ 197 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5082 | 2025.04.30 22:40:57.261783 [ 197 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1844 rows starting from the beginning of the part | ||
| 5083 | 2025.04.30 22:40:57.262158 [ 197 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 118 rows starting from the beginning of the part | ||
| 5084 | 2025.04.30 22:40:57.262614 [ 197 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1773 rows starting from the beginning of the part | ||
| 5085 | 2025.04.30 22:40:57.262954 [ 197 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 56 rows starting from the beginning of the part | ||
| 5086 | 2025.04.30 22:40:57.263158 [ 197 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 120 rows starting from the beginning of the part | ||
| 5087 | 2025.04.30 22:40:57.263588 [ 197 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 633 rows starting from the beginning of the part | ||
| 5088 | 2025.04.30 22:40:57.264251 [ 259 ] {360b228d-f2e1-4335-85f9-b73a3485e0db} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5089 | 2025.04.30 22:40:57.264313 [ 259 ] {360b228d-f2e1-4335-85f9-b73a3485e0db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5090 | 2025.04.30 22:40:57.265141 [ 259 ] {360b228d-f2e1-4335-85f9-b73a3485e0db} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5091 | 2025.04.30 22:40:57.265648 [ 259 ] {360b228d-f2e1-4335-85f9-b73a3485e0db} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5092 | 2025.04.30 22:40:57.266256 [ 259 ] {360b228d-f2e1-4335-85f9-b73a3485e0db} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.005091 sec., 22392.457277548616 rows/sec., 1.34 MiB/sec. | ||
| 5093 | 2025.04.30 22:40:57.266565 [ 259 ] {360b228d-f2e1-4335-85f9-b73a3485e0db} <Debug> TCPHandler: Processed in 0.005749757 sec. | ||
| 5094 | 2025.04.30 22:40:57.266831 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5095 | 2025.04.30 22:40:57.266990 [ 259 ] {3ae616a6-f97c-422a-82d7-f675610fda9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5096 | 2025.04.30 22:40:57.267039 [ 259 ] {3ae616a6-f97c-422a-82d7-f675610fda9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5097 | 2025.04.30 22:40:57.268224 [ 197 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4544 rows, containing 5 columns (5 merged, 0 gathered) in 0.007395965 sec., 614389.0621440205 rows/sec., 52.21 MiB/sec. | ||
| 5098 | 2025.04.30 22:40:57.268230 [ 259 ] {3ae616a6-f97c-422a-82d7-f675610fda9e} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5099 | 2025.04.30 22:40:57.268312 [ 259 ] {3ae616a6-f97c-422a-82d7-f675610fda9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5100 | 2025.04.30 22:40:57.268494 [ 198 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5101 | 2025.04.30 22:40:57.268754 [ 259 ] {3ae616a6-f97c-422a-82d7-f675610fda9e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5102 | 2025.04.30 22:40:57.268856 [ 198 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_36_7} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5103 | 2025.04.30 22:40:57.268948 [ 198 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_36_7} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5104 | 2025.04.30 22:40:57.269062 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 5105 | 2025.04.30 22:40:57.269075 [ 259 ] {3ae616a6-f97c-422a-82d7-f675610fda9e} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5106 | 2025.04.30 22:40:57.269341 [ 259 ] {3ae616a6-f97c-422a-82d7-f675610fda9e} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002377 sec., 47538.91459823306 rows/sec., 3.08 MiB/sec. | ||
| 5107 | 2025.04.30 22:40:57.269579 [ 259 ] {3ae616a6-f97c-422a-82d7-f675610fda9e} <Debug> TCPHandler: Processed in 0.002809306 sec. | ||
| 5108 | 2025.04.30 22:40:57.269729 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5109 | 2025.04.30 22:40:57.269836 [ 259 ] {3cd3174d-a57c-4eab-9c61-49c846093958} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5110 | 2025.04.30 22:40:57.269887 [ 259 ] {3cd3174d-a57c-4eab-9c61-49c846093958} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5111 | 2025.04.30 22:40:57.270565 [ 259 ] {3cd3174d-a57c-4eab-9c61-49c846093958} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5112 | 2025.04.30 22:40:57.270614 [ 259 ] {3cd3174d-a57c-4eab-9c61-49c846093958} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5113 | 2025.04.30 22:40:57.271007 [ 259 ] {3cd3174d-a57c-4eab-9c61-49c846093958} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5114 | 2025.04.30 22:40:57.271251 [ 259 ] {3cd3174d-a57c-4eab-9c61-49c846093958} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5115 | 2025.04.30 22:40:57.271514 [ 259 ] {3cd3174d-a57c-4eab-9c61-49c846093958} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00168 sec., 66666.66666666666 rows/sec., 3.80 MiB/sec. | ||
| 5116 | 2025.04.30 22:40:57.271825 [ 259 ] {3cd3174d-a57c-4eab-9c61-49c846093958} <Debug> TCPHandler: Processed in 0.002143053 sec. | ||
| 5117 | 2025.04.30 22:40:57.272122 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5118 | 2025.04.30 22:40:57.272228 [ 259 ] {4f630f17-abf9-46f3-a494-b74685d9d538} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5119 | 2025.04.30 22:40:57.272276 [ 259 ] {4f630f17-abf9-46f3-a494-b74685d9d538} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5120 | 2025.04.30 22:40:57.272972 [ 259 ] {4f630f17-abf9-46f3-a494-b74685d9d538} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5121 | 2025.04.30 22:40:57.273011 [ 259 ] {4f630f17-abf9-46f3-a494-b74685d9d538} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5122 | 2025.04.30 22:40:57.273384 [ 259 ] {4f630f17-abf9-46f3-a494-b74685d9d538} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5123 | 2025.04.30 22:40:57.273624 [ 259 ] {4f630f17-abf9-46f3-a494-b74685d9d538} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5124 | 2025.04.30 22:40:57.273802 [ 42 ] {} <Debug> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5125 | 2025.04.30 22:40:57.273864 [ 42 ] {} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5126 | 2025.04.30 22:40:57.273870 [ 259 ] {4f630f17-abf9-46f3-a494-b74685d9d538} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001652 sec., 236077.4818401937 rows/sec., 16.69 MiB/sec. | ||
| 5127 | 2025.04.30 22:40:57.273901 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5128 | 2025.04.30 22:40:57.274079 [ 259 ] {4f630f17-abf9-46f3-a494-b74685d9d538} <Debug> TCPHandler: Processed in 0.00203143 sec. | ||
| 5129 | 2025.04.30 22:40:57.274227 [ 198 ] {e25d2b30-b306-449e-8756-7ab1229a4707::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 | ||
| 5130 | 2025.04.30 22:40:57.274368 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5131 | 2025.04.30 22:40:57.274818 [ 259 ] {da111ba7-a0f2-4220-8c26-5083590bea3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5132 | 2025.04.30 22:40:57.274843 [ 198 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5133 | 2025.04.30 22:40:57.274966 [ 198 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 913 rows starting from the beginning of the part | ||
| 5134 | 2025.04.30 22:40:57.275009 [ 259 ] {da111ba7-a0f2-4220-8c26-5083590bea3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5135 | 2025.04.30 22:40:57.275305 [ 198 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 95 rows starting from the beginning of the part | ||
| 5136 | 2025.04.30 22:40:57.275687 [ 198 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 846 rows starting from the beginning of the part | ||
| 5137 | 2025.04.30 22:40:57.275943 [ 198 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 64 rows starting from the beginning of the part | ||
| 5138 | 2025.04.30 22:40:57.276249 [ 198 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 96 rows starting from the beginning of the part | ||
| 5139 | 2025.04.30 22:40:57.276497 [ 198 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 390 rows starting from the beginning of the part | ||
| 5140 | 2025.04.30 22:40:57.277163 [ 259 ] {da111ba7-a0f2-4220-8c26-5083590bea3d} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5141 | 2025.04.30 22:40:57.277203 [ 259 ] {da111ba7-a0f2-4220-8c26-5083590bea3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5142 | 2025.04.30 22:40:57.277690 [ 259 ] {da111ba7-a0f2-4220-8c26-5083590bea3d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5143 | 2025.04.30 22:40:57.278020 [ 259 ] {da111ba7-a0f2-4220-8c26-5083590bea3d} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5144 | 2025.04.30 22:40:57.278317 [ 259 ] {da111ba7-a0f2-4220-8c26-5083590bea3d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003663 sec., 1638.001638001638 rows/sec., 85.58 KiB/sec. | ||
| 5145 | 2025.04.30 22:40:57.278668 [ 259 ] {da111ba7-a0f2-4220-8c26-5083590bea3d} <Debug> TCPHandler: Processed in 0.004424142 sec. | ||
| 5146 | 2025.04.30 22:40:57.278910 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5147 | 2025.04.30 22:40:57.278981 [ 201 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2404 rows, containing 5 columns (5 merged, 0 gathered) in 0.004961611 sec., 484520.0480247242 rows/sec., 37.09 MiB/sec. | ||
| 5148 | 2025.04.30 22:40:57.279046 [ 259 ] {2378b76c-6be2-46bc-aa0d-2846f3789dce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5149 | 2025.04.30 22:40:57.279115 [ 259 ] {2378b76c-6be2-46bc-aa0d-2846f3789dce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5150 | 2025.04.30 22:40:57.279250 [ 201 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5151 | 2025.04.30 22:40:57.279841 [ 201 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_36_7} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5152 | 2025.04.30 22:40:57.280077 [ 201 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_36_7} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5153 | 2025.04.30 22:40:57.280274 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 5154 | 2025.04.30 22:40:57.280406 [ 259 ] {2378b76c-6be2-46bc-aa0d-2846f3789dce} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5155 | 2025.04.30 22:40:57.280449 [ 259 ] {2378b76c-6be2-46bc-aa0d-2846f3789dce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5156 | 2025.04.30 22:40:57.280869 [ 259 ] {2378b76c-6be2-46bc-aa0d-2846f3789dce} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5157 | 2025.04.30 22:40:57.281113 [ 259 ] {2378b76c-6be2-46bc-aa0d-2846f3789dce} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5158 | 2025.04.30 22:40:57.281268 [ 42 ] {} <Debug> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5159 | 2025.04.30 22:40:57.281331 [ 42 ] {} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5160 | 2025.04.30 22:40:57.281349 [ 259 ] {2378b76c-6be2-46bc-aa0d-2846f3789dce} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002329 sec., 101760.41219407471 rows/sec., 6.82 MiB/sec. | ||
| 5161 | 2025.04.30 22:40:57.281372 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5162 | 2025.04.30 22:40:57.281568 [ 259 ] {2378b76c-6be2-46bc-aa0d-2846f3789dce} <Debug> TCPHandler: Processed in 0.002738784 sec. | ||
| 5163 | 2025.04.30 22:40:57.281795 [ 198 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::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 | ||
| 5164 | 2025.04.30 22:40:57.281979 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5165 | 2025.04.30 22:40:57.282387 [ 259 ] {f0a85474-1de3-4060-96a3-2dd35c37a1ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5166 | 2025.04.30 22:40:57.282427 [ 198 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5167 | 2025.04.30 22:40:57.282492 [ 198 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 10494 rows starting from the beginning of the part | ||
| 5168 | 2025.04.30 22:40:57.282498 [ 259 ] {f0a85474-1de3-4060-96a3-2dd35c37a1ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5169 | 2025.04.30 22:40:57.282782 [ 198 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part | ||
| 5170 | 2025.04.30 22:40:57.283180 [ 198 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 955 rows starting from the beginning of the part | ||
| 5171 | 2025.04.30 22:40:57.283496 [ 198 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 128 rows starting from the beginning of the part | ||
| 5172 | 2025.04.30 22:40:57.283801 [ 198 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part | ||
| 5173 | 2025.04.30 22:40:57.284143 [ 198 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 237 rows starting from the beginning of the part | ||
| 5174 | 2025.04.30 22:40:57.284725 [ 259 ] {f0a85474-1de3-4060-96a3-2dd35c37a1ec} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5175 | 2025.04.30 22:40:57.284762 [ 259 ] {f0a85474-1de3-4060-96a3-2dd35c37a1ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5176 | 2025.04.30 22:40:57.285236 [ 259 ] {f0a85474-1de3-4060-96a3-2dd35c37a1ec} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5177 | 2025.04.30 22:40:57.285520 [ 259 ] {f0a85474-1de3-4060-96a3-2dd35c37a1ec} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5178 | 2025.04.30 22:40:57.286178 [ 259 ] {f0a85474-1de3-4060-96a3-2dd35c37a1ec} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003873 sec., 258.19777949909627 rows/sec., 17.40 KiB/sec. | ||
| 5179 | 2025.04.30 22:40:57.286808 [ 259 ] {f0a85474-1de3-4060-96a3-2dd35c37a1ec} <Debug> TCPHandler: Processed in 0.004969441 sec. | ||
| 5180 | 2025.04.30 22:40:57.286954 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5181 | 2025.04.30 22:40:57.287089 [ 259 ] {cb46d51d-3a0f-472e-80c8-730f675c485c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5182 | 2025.04.30 22:40:57.287172 [ 259 ] {cb46d51d-3a0f-472e-80c8-730f675c485c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5183 | 2025.04.30 22:40:57.288676 [ 259 ] {cb46d51d-3a0f-472e-80c8-730f675c485c} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5184 | 2025.04.30 22:40:57.288720 [ 259 ] {cb46d51d-3a0f-472e-80c8-730f675c485c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5185 | 2025.04.30 22:40:57.289285 [ 194 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12134 rows, containing 5 columns (5 merged, 0 gathered) in 0.007768607 sec., 1561927.3828628478 rows/sec., 105.41 MiB/sec. | ||
| 5186 | 2025.04.30 22:40:57.289570 [ 194 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5187 | 2025.04.30 22:40:57.289637 [ 259 ] {cb46d51d-3a0f-472e-80c8-730f675c485c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5188 | 2025.04.30 22:40:57.289958 [ 259 ] {cb46d51d-3a0f-472e-80c8-730f675c485c} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5189 | 2025.04.30 22:40:57.289990 [ 194 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5190 | 2025.04.30 22:40:57.290145 [ 194 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5191 | 2025.04.30 22:40:57.290416 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB. | ||
| 5192 | 2025.04.30 22:40:57.290611 [ 259 ] {cb46d51d-3a0f-472e-80c8-730f675c485c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003523 sec., 2270.7919386886174 rows/sec., 4.07 MiB/sec. | ||
| 5193 | 2025.04.30 22:40:57.290796 [ 259 ] {cb46d51d-3a0f-472e-80c8-730f675c485c} <Debug> TCPHandler: Processed in 0.003901984 sec. | ||
| 5194 | 2025.04.30 22:40:57.290921 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5195 | 2025.04.30 22:40:57.291026 [ 259 ] {16d02e5d-29fb-48c3-9c18-ef15f9071780} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5196 | 2025.04.30 22:40:57.291073 [ 259 ] {16d02e5d-29fb-48c3-9c18-ef15f9071780} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5197 | 2025.04.30 22:40:57.291509 [ 259 ] {16d02e5d-29fb-48c3-9c18-ef15f9071780} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5198 | 2025.04.30 22:40:57.291548 [ 259 ] {16d02e5d-29fb-48c3-9c18-ef15f9071780} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5199 | 2025.04.30 22:40:57.291904 [ 259 ] {16d02e5d-29fb-48c3-9c18-ef15f9071780} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5200 | 2025.04.30 22:40:57.292147 [ 259 ] {16d02e5d-29fb-48c3-9c18-ef15f9071780} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5201 | 2025.04.30 22:40:57.292313 [ 40 ] {} <Debug> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5202 | 2025.04.30 22:40:57.292387 [ 40 ] {} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5203 | 2025.04.30 22:40:57.292401 [ 259 ] {16d02e5d-29fb-48c3-9c18-ef15f9071780} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001386 sec., 59163.05916305916 rows/sec., 3.76 MiB/sec. | ||
| 5204 | 2025.04.30 22:40:57.292425 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5205 | 2025.04.30 22:40:57.292567 [ 259 ] {16d02e5d-29fb-48c3-9c18-ef15f9071780} <Debug> TCPHandler: Processed in 0.001694849 sec. | ||
| 5206 | 2025.04.30 22:40:57.292752 [ 190 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 5207 | 2025.04.30 22:40:57.292986 [ 190 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5208 | 2025.04.30 22:40:57.293020 [ 190 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2036 rows starting from the beginning of the part | ||
| 5209 | 2025.04.30 22:40:57.293135 [ 190 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part | ||
| 5210 | 2025.04.30 22:40:57.293251 [ 190 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 34 rows starting from the beginning of the part | ||
| 5211 | 2025.04.30 22:40:57.293463 [ 190 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 48 rows starting from the beginning of the part | ||
| 5212 | 2025.04.30 22:40:57.293648 [ 190 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part | ||
| 5213 | 2025.04.30 22:40:57.293797 [ 190 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 82 rows starting from the beginning of the part | ||
| 5214 | 2025.04.30 22:40:57.295017 [ 194 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2320 rows, containing 4 columns (4 merged, 0 gathered) in 0.002466485 sec., 940609.8151823344 rows/sec., 61.33 MiB/sec. | ||
| 5215 | 2025.04.30 22:40:57.295198 [ 190 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5216 | 2025.04.30 22:40:57.295462 [ 190 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_36_7} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5217 | 2025.04.30 22:40:57.295558 [ 190 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_36_7} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5218 | 2025.04.30 22:40:57.295624 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 5219 | 2025.04.30 22:41:02.251002 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5220 | 2025.04.30 22:41:02.251228 [ 259 ] {6699fe08-eb1b-438e-8f97-fc7c9739d68c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5221 | 2025.04.30 22:41:02.251308 [ 259 ] {6699fe08-eb1b-438e-8f97-fc7c9739d68c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5222 | 2025.04.30 22:41:02.252022 [ 259 ] {6699fe08-eb1b-438e-8f97-fc7c9739d68c} <Trace> oximeter.fields_ipaddr (4dea1092-816a-42b9-a56f-a845cbc6e13d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5223 | 2025.04.30 22:41:02.252072 [ 259 ] {6699fe08-eb1b-438e-8f97-fc7c9739d68c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5224 | 2025.04.30 22:41:02.252485 [ 259 ] {6699fe08-eb1b-438e-8f97-fc7c9739d68c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 5225 | 2025.04.30 22:41:02.252742 [ 259 ] {6699fe08-eb1b-438e-8f97-fc7c9739d68c} <Trace> oximeter.fields_ipaddr (4dea1092-816a-42b9-a56f-a845cbc6e13d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5226 | 2025.04.30 22:41:02.253003 [ 259 ] {6699fe08-eb1b-438e-8f97-fc7c9739d68c} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001826 sec., 3285.870755750274 rows/sec., 267.94 KiB/sec. | ||
| 5227 | 2025.04.30 22:41:02.253217 [ 259 ] {6699fe08-eb1b-438e-8f97-fc7c9739d68c} <Debug> TCPHandler: Processed in 0.00235024 sec. | ||
| 5228 | 2025.04.30 22:41:02.253395 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5229 | 2025.04.30 22:41:02.253504 [ 259 ] {a13c3fe0-5ec5-4ec2-b127-e66d165c7c57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5230 | 2025.04.30 22:41:02.253550 [ 259 ] {a13c3fe0-5ec5-4ec2-b127-e66d165c7c57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5231 | 2025.04.30 22:41:02.254167 [ 259 ] {a13c3fe0-5ec5-4ec2-b127-e66d165c7c57} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5232 | 2025.04.30 22:41:02.254208 [ 259 ] {a13c3fe0-5ec5-4ec2-b127-e66d165c7c57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5233 | 2025.04.30 22:41:02.254571 [ 259 ] {a13c3fe0-5ec5-4ec2-b127-e66d165c7c57} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5234 | 2025.04.30 22:41:02.254830 [ 259 ] {a13c3fe0-5ec5-4ec2-b127-e66d165c7c57} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5235 | 2025.04.30 22:41:02.255025 [ 259 ] {a13c3fe0-5ec5-4ec2-b127-e66d165c7c57} <Debug> executeQuery: Read 123 rows, 10.66 KiB in 0.001543 sec., 79714.8412184057 rows/sec., 6.75 MiB/sec. | ||
| 5236 | 2025.04.30 22:41:02.255076 [ 259 ] {a13c3fe0-5ec5-4ec2-b127-e66d165c7c57} <Debug> TCPHandler: Processed in 0.00173423 sec. | ||
| 5237 | 2025.04.30 22:41:02.255198 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5238 | 2025.04.30 22:41:02.255303 [ 259 ] {c47240e9-eb0b-46ad-996e-ec454d5f1097} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5239 | 2025.04.30 22:41:02.255348 [ 259 ] {c47240e9-eb0b-46ad-996e-ec454d5f1097} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5240 | 2025.04.30 22:41:02.255877 [ 259 ] {c47240e9-eb0b-46ad-996e-ec454d5f1097} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5241 | 2025.04.30 22:41:02.255917 [ 259 ] {c47240e9-eb0b-46ad-996e-ec454d5f1097} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5242 | 2025.04.30 22:41:02.256260 [ 259 ] {c47240e9-eb0b-46ad-996e-ec454d5f1097} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5243 | 2025.04.30 22:41:02.256506 [ 259 ] {c47240e9-eb0b-46ad-996e-ec454d5f1097} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5244 | 2025.04.30 22:41:02.256700 [ 259 ] {c47240e9-eb0b-46ad-996e-ec454d5f1097} <Debug> executeQuery: Read 38 rows, 2.83 KiB in 0.001418 sec., 26798.30747531735 rows/sec., 1.95 MiB/sec. | ||
| 5245 | 2025.04.30 22:41:02.256751 [ 259 ] {c47240e9-eb0b-46ad-996e-ec454d5f1097} <Debug> TCPHandler: Processed in 0.001604406 sec. | ||
| 5246 | 2025.04.30 22:41:02.256866 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5247 | 2025.04.30 22:41:02.256969 [ 259 ] {8f222514-b510-43d0-b0f7-5315ce5725aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5248 | 2025.04.30 22:41:02.257014 [ 259 ] {8f222514-b510-43d0-b0f7-5315ce5725aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5249 | 2025.04.30 22:41:02.257567 [ 259 ] {8f222514-b510-43d0-b0f7-5315ce5725aa} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5250 | 2025.04.30 22:41:02.257606 [ 259 ] {8f222514-b510-43d0-b0f7-5315ce5725aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5251 | 2025.04.30 22:41:02.257962 [ 259 ] {8f222514-b510-43d0-b0f7-5315ce5725aa} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5252 | 2025.04.30 22:41:02.258207 [ 259 ] {8f222514-b510-43d0-b0f7-5315ce5725aa} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5253 | 2025.04.30 22:41:02.258397 [ 259 ] {8f222514-b510-43d0-b0f7-5315ce5725aa} <Debug> executeQuery: Read 102 rows, 8.17 KiB in 0.001449 sec., 70393.37474120082 rows/sec., 5.50 MiB/sec. | ||
| 5254 | 2025.04.30 22:41:02.258447 [ 259 ] {8f222514-b510-43d0-b0f7-5315ce5725aa} <Debug> TCPHandler: Processed in 0.001632936 sec. | ||
| 5255 | 2025.04.30 22:41:02.258565 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5256 | 2025.04.30 22:41:02.258671 [ 259 ] {5ac01558-cffa-4dc4-b846-ee95dc789757} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5257 | 2025.04.30 22:41:02.258720 [ 259 ] {5ac01558-cffa-4dc4-b846-ee95dc789757} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5258 | 2025.04.30 22:41:02.259220 [ 259 ] {5ac01558-cffa-4dc4-b846-ee95dc789757} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5259 | 2025.04.30 22:41:02.259259 [ 259 ] {5ac01558-cffa-4dc4-b846-ee95dc789757} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5260 | 2025.04.30 22:41:02.259650 [ 259 ] {5ac01558-cffa-4dc4-b846-ee95dc789757} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5261 | 2025.04.30 22:41:02.259897 [ 259 ] {5ac01558-cffa-4dc4-b846-ee95dc789757} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5262 | 2025.04.30 22:41:02.260114 [ 259 ] {5ac01558-cffa-4dc4-b846-ee95dc789757} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001461 sec., 111567.41957563312 rows/sec., 7.77 MiB/sec. | ||
| 5263 | 2025.04.30 22:41:02.260239 [ 259 ] {5ac01558-cffa-4dc4-b846-ee95dc789757} <Debug> TCPHandler: Processed in 0.001720159 sec. | ||
| 5264 | 2025.04.30 22:41:02.260476 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5265 | 2025.04.30 22:41:02.260583 [ 259 ] {e7cc21ef-d0a1-41cf-b86f-a4b28959f0c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5266 | 2025.04.30 22:41:02.260656 [ 259 ] {e7cc21ef-d0a1-41cf-b86f-a4b28959f0c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5267 | 2025.04.30 22:41:02.261773 [ 259 ] {e7cc21ef-d0a1-41cf-b86f-a4b28959f0c1} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5268 | 2025.04.30 22:41:02.261813 [ 259 ] {e7cc21ef-d0a1-41cf-b86f-a4b28959f0c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5269 | 2025.04.30 22:41:02.262444 [ 259 ] {e7cc21ef-d0a1-41cf-b86f-a4b28959f0c1} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5270 | 2025.04.30 22:41:02.262707 [ 259 ] {e7cc21ef-d0a1-41cf-b86f-a4b28959f0c1} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5271 | 2025.04.30 22:41:02.262960 [ 259 ] {e7cc21ef-d0a1-41cf-b86f-a4b28959f0c1} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002391 sec., 13383.521539104977 rows/sec., 23.98 MiB/sec. | ||
| 5272 | 2025.04.30 22:41:02.263421 [ 259 ] {e7cc21ef-d0a1-41cf-b86f-a4b28959f0c1} <Debug> TCPHandler: Processed in 0.003026143 sec. | ||
| 5273 | 2025.04.30 22:41:02.263577 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5274 | 2025.04.30 22:41:02.263682 [ 259 ] {c745cdc9-22c5-458b-b9da-e2e44402469e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5275 | 2025.04.30 22:41:02.263727 [ 259 ] {c745cdc9-22c5-458b-b9da-e2e44402469e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5276 | 2025.04.30 22:41:02.264185 [ 259 ] {c745cdc9-22c5-458b-b9da-e2e44402469e} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5277 | 2025.04.30 22:41:02.264224 [ 259 ] {c745cdc9-22c5-458b-b9da-e2e44402469e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5278 | 2025.04.30 22:41:02.264587 [ 259 ] {c745cdc9-22c5-458b-b9da-e2e44402469e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5279 | 2025.04.30 22:41:02.264839 [ 259 ] {c745cdc9-22c5-458b-b9da-e2e44402469e} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5280 | 2025.04.30 22:41:02.265079 [ 259 ] {c745cdc9-22c5-458b-b9da-e2e44402469e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001411 sec., 42523.033309709426 rows/sec., 2.87 MiB/sec. | ||
| 5281 | 2025.04.30 22:41:02.265158 [ 259 ] {c745cdc9-22c5-458b-b9da-e2e44402469e} <Debug> TCPHandler: Processed in 0.001629316 sec. | ||
| 5282 | 2025.04.30 22:41:03.015705 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11529 | ||
| 5283 | 2025.04.30 22:41:03.016338 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5284 | 2025.04.30 22:41:03.016388 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5285 | 2025.04.30 22:41:03.016900 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5286 | 2025.04.30 22:41:03.017155 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5287 | 2025.04.30 22:41:03.017414 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529 | ||
| 5288 | 2025.04.30 22:41:03.792376 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 5289 | 2025.04.30 22:41:03.813731 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5290 | 2025.04.30 22:41:03.813802 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 5291 | 2025.04.30 22:41:03.820928 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5292 | 2025.04.30 22:41:03.821702 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5293 | 2025.04.30 22:41:03.824493 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 5294 | 2025.04.30 22:41:05.561236 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 758 | ||
| 5295 | 2025.04.30 22:41:05.564369 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5296 | 2025.04.30 22:41:05.564409 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5297 | 2025.04.30 22:41:05.565903 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5298 | 2025.04.30 22:41:05.566202 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5299 | 2025.04.30 22:41:05.567504 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 758 | ||
| 5300 | 2025.04.30 22:41:07.255127 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5301 | 2025.04.30 22:41:07.255331 [ 259 ] {1af312fb-a43f-490c-b00e-5185b9babb7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5302 | 2025.04.30 22:41:07.255409 [ 259 ] {1af312fb-a43f-490c-b00e-5185b9babb7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5303 | 2025.04.30 22:41:07.256261 [ 259 ] {1af312fb-a43f-490c-b00e-5185b9babb7d} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5304 | 2025.04.30 22:41:07.256308 [ 259 ] {1af312fb-a43f-490c-b00e-5185b9babb7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5305 | 2025.04.30 22:41:07.256737 [ 259 ] {1af312fb-a43f-490c-b00e-5185b9babb7d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5306 | 2025.04.30 22:41:07.256998 [ 259 ] {1af312fb-a43f-490c-b00e-5185b9babb7d} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5307 | 2025.04.30 22:41:07.257182 [ 27 ] {} <Debug> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5308 | 2025.04.30 22:41:07.257240 [ 259 ] {1af312fb-a43f-490c-b00e-5185b9babb7d} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001956 sec., 108384.45807770963 rows/sec., 6.89 MiB/sec. | ||
| 5309 | 2025.04.30 22:41:07.257271 [ 27 ] {} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5310 | 2025.04.30 22:41:07.257342 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5311 | 2025.04.30 22:41:07.257360 [ 259 ] {1af312fb-a43f-490c-b00e-5185b9babb7d} <Debug> TCPHandler: Processed in 0.002364811 sec. | ||
| 5312 | 2025.04.30 22:41:07.257568 [ 196 ] {84e1799a-6177-4738-9088-5e51a5999881::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 | ||
| 5313 | 2025.04.30 22:41:07.257584 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5314 | 2025.04.30 22:41:07.257817 [ 259 ] {ed175ac8-604a-470d-bfae-fb8d454b8983} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5315 | 2025.04.30 22:41:07.257849 [ 196 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5316 | 2025.04.30 22:41:07.257891 [ 259 ] {ed175ac8-604a-470d-bfae-fb8d454b8983} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5317 | 2025.04.30 22:41:07.257918 [ 196 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 212 rows starting from the beginning of the part | ||
| 5318 | 2025.04.30 22:41:07.258257 [ 196 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 212 rows starting from the beginning of the part | ||
| 5319 | 2025.04.30 22:41:07.258595 [ 196 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 212 rows starting from the beginning of the part | ||
| 5320 | 2025.04.30 22:41:07.258957 [ 196 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 212 rows starting from the beginning of the part | ||
| 5321 | 2025.04.30 22:41:07.259257 [ 196 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 212 rows starting from the beginning of the part | ||
| 5322 | 2025.04.30 22:41:07.260971 [ 259 ] {ed175ac8-604a-470d-bfae-fb8d454b8983} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5323 | 2025.04.30 22:41:07.261041 [ 259 ] {ed175ac8-604a-470d-bfae-fb8d454b8983} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5324 | 2025.04.30 22:41:07.261676 [ 196 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004229085 sec., 250645.2341345705 rows/sec., 16.90 MiB/sec. | ||
| 5325 | 2025.04.30 22:41:07.261803 [ 259 ] {ed175ac8-604a-470d-bfae-fb8d454b8983} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5326 | 2025.04.30 22:41:07.261842 [ 190 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5327 | 2025.04.30 22:41:07.262116 [ 259 ] {ed175ac8-604a-470d-bfae-fb8d454b8983} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5328 | 2025.04.30 22:41:07.262228 [ 190 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_17_4} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5329 | 2025.04.30 22:41:07.262418 [ 259 ] {ed175ac8-604a-470d-bfae-fb8d454b8983} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.00468 sec., 135256.41025641025 rows/sec., 10.64 MiB/sec. | ||
| 5330 | 2025.04.30 22:41:07.262429 [ 190 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_17_4} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5331 | 2025.04.30 22:41:07.262499 [ 259 ] {ed175ac8-604a-470d-bfae-fb8d454b8983} <Debug> TCPHandler: Processed in 0.004985141 sec. | ||
| 5332 | 2025.04.30 22:41:07.262570 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 5333 | 2025.04.30 22:41:07.262661 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5334 | 2025.04.30 22:41:07.262767 [ 259 ] {503750b5-748f-46a7-ba1b-e40355013146} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5335 | 2025.04.30 22:41:07.262812 [ 259 ] {503750b5-748f-46a7-ba1b-e40355013146} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5336 | 2025.04.30 22:41:07.263396 [ 259 ] {503750b5-748f-46a7-ba1b-e40355013146} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5337 | 2025.04.30 22:41:07.263434 [ 259 ] {503750b5-748f-46a7-ba1b-e40355013146} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5338 | 2025.04.30 22:41:07.263780 [ 259 ] {503750b5-748f-46a7-ba1b-e40355013146} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5339 | 2025.04.30 22:41:07.264019 [ 259 ] {503750b5-748f-46a7-ba1b-e40355013146} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5340 | 2025.04.30 22:41:07.264216 [ 259 ] {503750b5-748f-46a7-ba1b-e40355013146} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.00147 sec., 77551.02040816327 rows/sec., 4.64 MiB/sec. | ||
| 5341 | 2025.04.30 22:41:07.264267 [ 259 ] {503750b5-748f-46a7-ba1b-e40355013146} <Debug> TCPHandler: Processed in 0.001666667 sec. | ||
| 5342 | 2025.04.30 22:41:07.264398 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5343 | 2025.04.30 22:41:07.264503 [ 259 ] {7aace6cf-e3af-4774-b82a-ce76b57b0ac3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5344 | 2025.04.30 22:41:07.264547 [ 259 ] {7aace6cf-e3af-4774-b82a-ce76b57b0ac3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5345 | 2025.04.30 22:41:07.265098 [ 259 ] {7aace6cf-e3af-4774-b82a-ce76b57b0ac3} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5346 | 2025.04.30 22:41:07.265137 [ 259 ] {7aace6cf-e3af-4774-b82a-ce76b57b0ac3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5347 | 2025.04.30 22:41:07.265481 [ 259 ] {7aace6cf-e3af-4774-b82a-ce76b57b0ac3} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5348 | 2025.04.30 22:41:07.265725 [ 259 ] {7aace6cf-e3af-4774-b82a-ce76b57b0ac3} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5349 | 2025.04.30 22:41:07.265918 [ 259 ] {7aace6cf-e3af-4774-b82a-ce76b57b0ac3} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001437 sec., 78636.04732080724 rows/sec., 5.09 MiB/sec. | ||
| 5350 | 2025.04.30 22:41:07.265967 [ 259 ] {7aace6cf-e3af-4774-b82a-ce76b57b0ac3} <Debug> TCPHandler: Processed in 0.001629596 sec. | ||
| 5351 | 2025.04.30 22:41:07.266090 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5352 | 2025.04.30 22:41:07.266193 [ 259 ] {363bffff-8bab-4e35-8561-2989b4e0886f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5353 | 2025.04.30 22:41:07.266239 [ 259 ] {363bffff-8bab-4e35-8561-2989b4e0886f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5354 | 2025.04.30 22:41:07.266796 [ 259 ] {363bffff-8bab-4e35-8561-2989b4e0886f} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5355 | 2025.04.30 22:41:07.266835 [ 259 ] {363bffff-8bab-4e35-8561-2989b4e0886f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5356 | 2025.04.30 22:41:07.267179 [ 259 ] {363bffff-8bab-4e35-8561-2989b4e0886f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5357 | 2025.04.30 22:41:07.267435 [ 259 ] {363bffff-8bab-4e35-8561-2989b4e0886f} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5358 | 2025.04.30 22:41:07.267602 [ 27 ] {} <Debug> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5359 | 2025.04.30 22:41:07.267638 [ 259 ] {363bffff-8bab-4e35-8561-2989b4e0886f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001462 sec., 76607.38714090288 rows/sec., 4.36 MiB/sec. | ||
| 5360 | 2025.04.30 22:41:07.267661 [ 27 ] {} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5361 | 2025.04.30 22:41:07.267728 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5362 | 2025.04.30 22:41:07.267742 [ 259 ] {363bffff-8bab-4e35-8561-2989b4e0886f} <Debug> TCPHandler: Processed in 0.001701228 sec. | ||
| 5363 | 2025.04.30 22:41:07.268000 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5364 | 2025.04.30 22:41:07.268010 [ 194 ] {472cc780-f552-450a-a096-4f5a8203a7f4::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 | ||
| 5365 | 2025.04.30 22:41:07.268366 [ 259 ] {1ce667cf-1090-4b5e-9f8a-551a5a427756} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5366 | 2025.04.30 22:41:07.268526 [ 259 ] {1ce667cf-1090-4b5e-9f8a-551a5a427756} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5367 | 2025.04.30 22:41:07.268528 [ 194 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5368 | 2025.04.30 22:41:07.268609 [ 194 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 112 rows starting from the beginning of the part | ||
| 5369 | 2025.04.30 22:41:07.268846 [ 194 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 112 rows starting from the beginning of the part | ||
| 5370 | 2025.04.30 22:41:07.269144 [ 194 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 112 rows starting from the beginning of the part | ||
| 5371 | 2025.04.30 22:41:07.269569 [ 194 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 112 rows starting from the beginning of the part | ||
| 5372 | 2025.04.30 22:41:07.269860 [ 194 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 112 rows starting from the beginning of the part | ||
| 5373 | 2025.04.30 22:41:07.270923 [ 259 ] {1ce667cf-1090-4b5e-9f8a-551a5a427756} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5374 | 2025.04.30 22:41:07.270974 [ 259 ] {1ce667cf-1090-4b5e-9f8a-551a5a427756} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5375 | 2025.04.30 22:41:07.271417 [ 196 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.003586433 sec., 156144.00157482378 rows/sec., 9.49 MiB/sec. | ||
| 5376 | 2025.04.30 22:41:07.271556 [ 259 ] {1ce667cf-1090-4b5e-9f8a-551a5a427756} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5377 | 2025.04.30 22:41:07.271629 [ 196 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5378 | 2025.04.30 22:41:07.272018 [ 259 ] {1ce667cf-1090-4b5e-9f8a-551a5a427756} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5379 | 2025.04.30 22:41:07.272126 [ 196 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_17_4} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5380 | 2025.04.30 22:41:07.272367 [ 196 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_17_4} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5381 | 2025.04.30 22:41:07.272386 [ 259 ] {1ce667cf-1090-4b5e-9f8a-551a5a427756} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.004159 sec., 93772.54147631642 rows/sec., 6.63 MiB/sec. | ||
| 5382 | 2025.04.30 22:41:07.272604 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 5383 | 2025.04.30 22:41:07.272614 [ 259 ] {1ce667cf-1090-4b5e-9f8a-551a5a427756} <Debug> TCPHandler: Processed in 0.004723203 sec. | ||
| 5384 | 2025.04.30 22:41:07.272754 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5385 | 2025.04.30 22:41:07.272860 [ 259 ] {a70c09a8-0541-4b4d-acad-fd3d0febf494} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5386 | 2025.04.30 22:41:07.272908 [ 259 ] {a70c09a8-0541-4b4d-acad-fd3d0febf494} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5387 | 2025.04.30 22:41:07.273340 [ 259 ] {a70c09a8-0541-4b4d-acad-fd3d0febf494} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5388 | 2025.04.30 22:41:07.273379 [ 259 ] {a70c09a8-0541-4b4d-acad-fd3d0febf494} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5389 | 2025.04.30 22:41:07.273736 [ 259 ] {a70c09a8-0541-4b4d-acad-fd3d0febf494} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5390 | 2025.04.30 22:41:07.273982 [ 259 ] {a70c09a8-0541-4b4d-acad-fd3d0febf494} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5391 | 2025.04.30 22:41:07.274182 [ 259 ] {a70c09a8-0541-4b4d-acad-fd3d0febf494} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001343 sec., 4467.6098287416235 rows/sec., 233.42 KiB/sec. | ||
| 5392 | 2025.04.30 22:41:07.274278 [ 259 ] {a70c09a8-0541-4b4d-acad-fd3d0febf494} <Debug> TCPHandler: Processed in 0.001573984 sec. | ||
| 5393 | 2025.04.30 22:41:07.274414 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5394 | 2025.04.30 22:41:07.274518 [ 259 ] {82266144-d091-4858-bbd7-8edcd420f13f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5395 | 2025.04.30 22:41:07.274566 [ 259 ] {82266144-d091-4858-bbd7-8edcd420f13f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5396 | 2025.04.30 22:41:07.275085 [ 259 ] {82266144-d091-4858-bbd7-8edcd420f13f} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5397 | 2025.04.30 22:41:07.275124 [ 259 ] {82266144-d091-4858-bbd7-8edcd420f13f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5398 | 2025.04.30 22:41:07.275496 [ 259 ] {82266144-d091-4858-bbd7-8edcd420f13f} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5399 | 2025.04.30 22:41:07.275745 [ 259 ] {82266144-d091-4858-bbd7-8edcd420f13f} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5400 | 2025.04.30 22:41:07.275945 [ 259 ] {82266144-d091-4858-bbd7-8edcd420f13f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001447 sec., 163787.14581893574 rows/sec., 10.98 MiB/sec. | ||
| 5401 | 2025.04.30 22:41:07.276056 [ 259 ] {82266144-d091-4858-bbd7-8edcd420f13f} <Debug> TCPHandler: Processed in 0.001690548 sec. | ||
| 5402 | 2025.04.30 22:41:07.276285 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5403 | 2025.04.30 22:41:07.276410 [ 259 ] {d39db4b0-7f7d-4bb3-814d-64d18b0607ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5404 | 2025.04.30 22:41:07.276460 [ 259 ] {d39db4b0-7f7d-4bb3-814d-64d18b0607ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5405 | 2025.04.30 22:41:07.276872 [ 259 ] {d39db4b0-7f7d-4bb3-814d-64d18b0607ed} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5406 | 2025.04.30 22:41:07.276910 [ 259 ] {d39db4b0-7f7d-4bb3-814d-64d18b0607ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5407 | 2025.04.30 22:41:07.277241 [ 259 ] {d39db4b0-7f7d-4bb3-814d-64d18b0607ed} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5408 | 2025.04.30 22:41:07.277478 [ 259 ] {d39db4b0-7f7d-4bb3-814d-64d18b0607ed} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5409 | 2025.04.30 22:41:07.277683 [ 259 ] {d39db4b0-7f7d-4bb3-814d-64d18b0607ed} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001287 sec., 777.000777000777 rows/sec., 52.36 KiB/sec. | ||
| 5410 | 2025.04.30 22:41:07.277775 [ 259 ] {d39db4b0-7f7d-4bb3-814d-64d18b0607ed} <Debug> TCPHandler: Processed in 0.001590475 sec. | ||
| 5411 | 2025.04.30 22:41:07.278001 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5412 | 2025.04.30 22:41:07.278109 [ 259 ] {83a196a2-f0b4-4643-a999-5c7cd368a1b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5413 | 2025.04.30 22:41:07.278183 [ 259 ] {83a196a2-f0b4-4643-a999-5c7cd368a1b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5414 | 2025.04.30 22:41:07.279190 [ 259 ] {83a196a2-f0b4-4643-a999-5c7cd368a1b3} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5415 | 2025.04.30 22:41:07.279229 [ 259 ] {83a196a2-f0b4-4643-a999-5c7cd368a1b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5416 | 2025.04.30 22:41:07.279800 [ 259 ] {83a196a2-f0b4-4643-a999-5c7cd368a1b3} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5417 | 2025.04.30 22:41:07.280055 [ 259 ] {83a196a2-f0b4-4643-a999-5c7cd368a1b3} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5418 | 2025.04.30 22:41:07.280291 [ 259 ] {83a196a2-f0b4-4643-a999-5c7cd368a1b3} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002196 sec., 3642.9872495446266 rows/sec., 6.53 MiB/sec. | ||
| 5419 | 2025.04.30 22:41:07.280691 [ 259 ] {83a196a2-f0b4-4643-a999-5c7cd368a1b3} <Debug> TCPHandler: Processed in 0.002768015 sec. | ||
| 5420 | 2025.04.30 22:41:07.280860 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5421 | 2025.04.30 22:41:07.280963 [ 259 ] {c8a1c23d-8533-4a8e-b122-4c7eb458cb08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5422 | 2025.04.30 22:41:07.281009 [ 259 ] {c8a1c23d-8533-4a8e-b122-4c7eb458cb08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5423 | 2025.04.30 22:41:07.281484 [ 259 ] {c8a1c23d-8533-4a8e-b122-4c7eb458cb08} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5424 | 2025.04.30 22:41:07.281523 [ 259 ] {c8a1c23d-8533-4a8e-b122-4c7eb458cb08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5425 | 2025.04.30 22:41:07.281879 [ 259 ] {c8a1c23d-8533-4a8e-b122-4c7eb458cb08} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5426 | 2025.04.30 22:41:07.282105 [ 259 ] {c8a1c23d-8533-4a8e-b122-4c7eb458cb08} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5427 | 2025.04.30 22:41:07.282307 [ 259 ] {c8a1c23d-8533-4a8e-b122-4c7eb458cb08} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001366 sec., 60029.28257686676 rows/sec., 3.81 MiB/sec. | ||
| 5428 | 2025.04.30 22:41:07.282354 [ 259 ] {c8a1c23d-8533-4a8e-b122-4c7eb458cb08} <Debug> TCPHandler: Processed in 0.001544063 sec. | ||
| 5429 | 2025.04.30 22:41:10.347325 [ 67 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5430 | 2025.04.30 22:41:10.347424 [ 67 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5431 | 2025.04.30 22:41:10.518501 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11956 | ||
| 5432 | 2025.04.30 22:41:10.519373 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5433 | 2025.04.30 22:41:10.519425 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5434 | 2025.04.30 22:41:10.519946 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5435 | 2025.04.30 22:41:10.520204 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5436 | 2025.04.30 22:41:10.520460 [ 67 ] {} <Debug> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5437 | 2025.04.30 22:41:10.520482 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 5438 | 2025.04.30 22:41:10.520573 [ 67 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5439 | 2025.04.30 22:41:10.520621 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5440 | 2025.04.30 22:41:10.520791 [ 188 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 5441 | 2025.04.30 22:41:10.520933 [ 188 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5442 | 2025.04.30 22:41:10.520979 [ 188 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 5443 | 2025.04.30 22:41:10.521059 [ 188 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 5444 | 2025.04.30 22:41:10.521143 [ 188 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 5445 | 2025.04.30 22:41:10.521207 [ 188 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 5446 | 2025.04.30 22:41:10.521698 [ 188 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 5447 | 2025.04.30 22:41:10.521871 [ 188 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 5448 | 2025.04.30 22:41:10.526638 [ 186 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.005928503 sec., 2016697.975863384 rows/sec., 28.85 MiB/sec. | ||
| 5449 | 2025.04.30 22:41:10.527057 [ 193 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5450 | 2025.04.30 22:41:10.527422 [ 193 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_26_5} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5451 | 2025.04.30 22:41:10.527513 [ 193 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_26_5} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5452 | 2025.04.30 22:41:10.527630 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. | ||
| 5453 | 2025.04.30 22:41:11.325516 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 5454 | 2025.04.30 22:41:11.346453 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5455 | 2025.04.30 22:41:11.346515 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5456 | 2025.04.30 22:41:11.354520 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5457 | 2025.04.30 22:41:11.355285 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5458 | 2025.04.30 22:41:11.355668 [ 86 ] {} <Debug> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5459 | 2025.04.30 22:41:11.355815 [ 86 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5460 | 2025.04.30 22:41:11.355889 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5461 | 2025.04.30 22:41:11.356230 [ 189 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 5462 | 2025.04.30 22:41:11.364959 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 5463 | 2025.04.30 22:41:11.366053 [ 189 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5464 | 2025.04.30 22:41:11.366909 [ 189 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 5465 | 2025.04.30 22:41:11.371351 [ 189 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 5466 | 2025.04.30 22:41:11.375810 [ 189 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 5467 | 2025.04.30 22:41:11.380602 [ 189 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 5468 | 2025.04.30 22:41:11.385769 [ 189 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 5469 | 2025.04.30 22:41:11.390160 [ 189 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 5470 | 2025.04.30 22:41:11.445931 [ 186 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.089896306 sec., 2180.2898107960077 rows/sec., 11.27 MiB/sec. | ||
| 5471 | 2025.04.30 22:41:11.448976 [ 191 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5472 | 2025.04.30 22:41:11.452110 [ 191 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_26_5} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5473 | 2025.04.30 22:41:11.452235 [ 191 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_26_5} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5474 | 2025.04.30 22:41:11.454807 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. | ||
| 5475 | 2025.04.30 22:41:12.000150 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 193.13 MiB, peak 203.68 MiB, free memory in arenas 0.00 B, will set to 194.70 MiB (RSS), difference: 1.58 MiB | ||
| 5476 | 2025.04.30 22:41:12.250340 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5477 | 2025.04.30 22:41:12.250524 [ 259 ] {03082644-1353-4378-9be1-6a83030411dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5478 | 2025.04.30 22:41:12.250596 [ 259 ] {03082644-1353-4378-9be1-6a83030411dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5479 | 2025.04.30 22:41:12.251392 [ 259 ] {03082644-1353-4378-9be1-6a83030411dc} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5480 | 2025.04.30 22:41:12.251442 [ 259 ] {03082644-1353-4378-9be1-6a83030411dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5481 | 2025.04.30 22:41:12.251883 [ 259 ] {03082644-1353-4378-9be1-6a83030411dc} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5482 | 2025.04.30 22:41:12.252139 [ 259 ] {03082644-1353-4378-9be1-6a83030411dc} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5483 | 2025.04.30 22:41:12.252389 [ 259 ] {03082644-1353-4378-9be1-6a83030411dc} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001916 sec., 62630.48016701462 rows/sec., 5.32 MiB/sec. | ||
| 5484 | 2025.04.30 22:41:12.252453 [ 259 ] {03082644-1353-4378-9be1-6a83030411dc} <Debug> TCPHandler: Processed in 0.002248547 sec. | ||
| 5485 | 2025.04.30 22:41:12.252582 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5486 | 2025.04.30 22:41:12.252695 [ 259 ] {a6f876dc-a804-4ab6-9996-272a1d94ebf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5487 | 2025.04.30 22:41:12.252745 [ 259 ] {a6f876dc-a804-4ab6-9996-272a1d94ebf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5488 | 2025.04.30 22:41:12.253284 [ 259 ] {a6f876dc-a804-4ab6-9996-272a1d94ebf3} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5489 | 2025.04.30 22:41:12.253328 [ 259 ] {a6f876dc-a804-4ab6-9996-272a1d94ebf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5490 | 2025.04.30 22:41:12.253684 [ 259 ] {a6f876dc-a804-4ab6-9996-272a1d94ebf3} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5491 | 2025.04.30 22:41:12.253927 [ 259 ] {a6f876dc-a804-4ab6-9996-272a1d94ebf3} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5492 | 2025.04.30 22:41:12.254098 [ 106 ] {} <Debug> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
| 5493 | 2025.04.30 22:41:12.254161 [ 259 ] {a6f876dc-a804-4ab6-9996-272a1d94ebf3} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001485 sec., 21548.82154882155 rows/sec., 1.58 MiB/sec. | ||
| 5494 | 2025.04.30 22:41:12.254187 [ 106 ] {} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5495 | 2025.04.30 22:41:12.254240 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5496 | 2025.04.30 22:41:12.254288 [ 259 ] {a6f876dc-a804-4ab6-9996-272a1d94ebf3} <Debug> TCPHandler: Processed in 0.00175703 sec. | ||
| 5497 | 2025.04.30 22:41:12.254430 [ 186 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full | ||
| 5498 | 2025.04.30 22:41:12.254451 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5499 | 2025.04.30 22:41:12.254558 [ 186 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5500 | 2025.04.30 22:41:12.254587 [ 259 ] {307577f0-1acb-4bed-a3d1-8837106e2537} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5501 | 2025.04.30 22:41:12.254597 [ 186 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 163 rows starting from the beginning of the part | ||
| 5502 | 2025.04.30 22:41:12.254643 [ 259 ] {307577f0-1acb-4bed-a3d1-8837106e2537} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5503 | 2025.04.30 22:41:12.254745 [ 186 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 32 rows starting from the beginning of the part | ||
| 5504 | 2025.04.30 22:41:12.255070 [ 186 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 114 rows starting from the beginning of the part | ||
| 5505 | 2025.04.30 22:41:12.255472 [ 186 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 38 rows starting from the beginning of the part | ||
| 5506 | 2025.04.30 22:41:12.255932 [ 186 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 114 rows starting from the beginning of the part | ||
| 5507 | 2025.04.30 22:41:12.256427 [ 186 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 32 rows starting from the beginning of the part | ||
| 5508 | 2025.04.30 22:41:12.257446 [ 259 ] {307577f0-1acb-4bed-a3d1-8837106e2537} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5509 | 2025.04.30 22:41:12.257492 [ 259 ] {307577f0-1acb-4bed-a3d1-8837106e2537} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5510 | 2025.04.30 22:41:12.258123 [ 259 ] {307577f0-1acb-4bed-a3d1-8837106e2537} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5511 | 2025.04.30 22:41:12.258318 [ 195 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 493 rows, containing 5 columns (5 merged, 0 gathered) in 0.003964526 sec., 124352.8230108719 rows/sec., 8.40 MiB/sec. | ||
| 5512 | 2025.04.30 22:41:12.258526 [ 259 ] {307577f0-1acb-4bed-a3d1-8837106e2537} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5513 | 2025.04.30 22:41:12.258612 [ 195 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
| 5514 | 2025.04.30 22:41:12.258980 [ 259 ] {307577f0-1acb-4bed-a3d1-8837106e2537} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.004399 sec., 21823.14162309616 rows/sec., 1.70 MiB/sec. | ||
| 5515 | 2025.04.30 22:41:12.259269 [ 259 ] {307577f0-1acb-4bed-a3d1-8837106e2537} <Debug> TCPHandler: Processed in 0.004871327 sec. | ||
| 5516 | 2025.04.30 22:41:12.259571 [ 195 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_30_6} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5517 | 2025.04.30 22:41:12.259615 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5518 | 2025.04.30 22:41:12.259868 [ 195 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_30_6} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
| 5519 | 2025.04.30 22:41:12.259895 [ 259 ] {44ab6224-7d00-4b62-9e00-0b2db15c1320} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5520 | 2025.04.30 22:41:12.260012 [ 259 ] {44ab6224-7d00-4b62-9e00-0b2db15c1320} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5521 | 2025.04.30 22:41:12.260032 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 5522 | 2025.04.30 22:41:12.260634 [ 259 ] {44ab6224-7d00-4b62-9e00-0b2db15c1320} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5523 | 2025.04.30 22:41:12.260678 [ 259 ] {44ab6224-7d00-4b62-9e00-0b2db15c1320} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5524 | 2025.04.30 22:41:12.261067 [ 259 ] {44ab6224-7d00-4b62-9e00-0b2db15c1320} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5525 | 2025.04.30 22:41:12.261316 [ 259 ] {44ab6224-7d00-4b62-9e00-0b2db15c1320} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5526 | 2025.04.30 22:41:12.261533 [ 259 ] {44ab6224-7d00-4b62-9e00-0b2db15c1320} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001692 sec., 94562.64775413711 rows/sec., 6.59 MiB/sec. | ||
| 5527 | 2025.04.30 22:41:12.261610 [ 259 ] {44ab6224-7d00-4b62-9e00-0b2db15c1320} <Debug> TCPHandler: Processed in 0.002115913 sec. | ||
| 5528 | 2025.04.30 22:41:12.261764 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5529 | 2025.04.30 22:41:12.261865 [ 259 ] {0355d651-042d-4bcd-b860-679a9b7b888d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5530 | 2025.04.30 22:41:12.261931 [ 259 ] {0355d651-042d-4bcd-b860-679a9b7b888d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5531 | 2025.04.30 22:41:12.262992 [ 259 ] {0355d651-042d-4bcd-b860-679a9b7b888d} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5532 | 2025.04.30 22:41:12.263030 [ 259 ] {0355d651-042d-4bcd-b860-679a9b7b888d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5533 | 2025.04.30 22:41:12.263661 [ 259 ] {0355d651-042d-4bcd-b860-679a9b7b888d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5534 | 2025.04.30 22:41:12.263911 [ 259 ] {0355d651-042d-4bcd-b860-679a9b7b888d} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5535 | 2025.04.30 22:41:12.264145 [ 259 ] {0355d651-042d-4bcd-b860-679a9b7b888d} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002301 sec., 13906.996957844414 rows/sec., 24.92 MiB/sec. | ||
| 5536 | 2025.04.30 22:41:12.264247 [ 259 ] {0355d651-042d-4bcd-b860-679a9b7b888d} <Debug> TCPHandler: Processed in 0.002540937 sec. | ||
| 5537 | 2025.04.30 22:41:12.264355 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5538 | 2025.04.30 22:41:12.264457 [ 259 ] {4302679b-7e8d-46d3-92f8-d24db324c5d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5539 | 2025.04.30 22:41:12.264502 [ 259 ] {4302679b-7e8d-46d3-92f8-d24db324c5d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5540 | 2025.04.30 22:41:12.264903 [ 259 ] {4302679b-7e8d-46d3-92f8-d24db324c5d7} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5541 | 2025.04.30 22:41:12.264941 [ 259 ] {4302679b-7e8d-46d3-92f8-d24db324c5d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5542 | 2025.04.30 22:41:12.265296 [ 259 ] {4302679b-7e8d-46d3-92f8-d24db324c5d7} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5543 | 2025.04.30 22:41:12.265535 [ 259 ] {4302679b-7e8d-46d3-92f8-d24db324c5d7} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5544 | 2025.04.30 22:41:12.265761 [ 259 ] {4302679b-7e8d-46d3-92f8-d24db324c5d7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00132 sec., 45454.545454545456 rows/sec., 3.06 MiB/sec. | ||
| 5545 | 2025.04.30 22:41:12.265831 [ 259 ] {4302679b-7e8d-46d3-92f8-d24db324c5d7} <Debug> TCPHandler: Processed in 0.001525612 sec. | ||
| 5546 | 2025.04.30 22:41:12.535054 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5547 | 2025.04.30 22:41:12.535222 [ 259 ] {710845e9-aef6-4bb5-a2e2-ec27028e01bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5548 | 2025.04.30 22:41:12.535295 [ 259 ] {710845e9-aef6-4bb5-a2e2-ec27028e01bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5549 | 2025.04.30 22:41:12.536062 [ 259 ] {710845e9-aef6-4bb5-a2e2-ec27028e01bb} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5550 | 2025.04.30 22:41:12.536106 [ 259 ] {710845e9-aef6-4bb5-a2e2-ec27028e01bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5551 | 2025.04.30 22:41:12.536534 [ 259 ] {710845e9-aef6-4bb5-a2e2-ec27028e01bb} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5552 | 2025.04.30 22:41:12.536802 [ 259 ] {710845e9-aef6-4bb5-a2e2-ec27028e01bb} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5553 | 2025.04.30 22:41:12.537043 [ 259 ] {710845e9-aef6-4bb5-a2e2-ec27028e01bb} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001854 sec., 114347.35706580368 rows/sec., 7.27 MiB/sec. | ||
| 5554 | 2025.04.30 22:41:12.537129 [ 259 ] {710845e9-aef6-4bb5-a2e2-ec27028e01bb} <Debug> TCPHandler: Processed in 0.002184915 sec. | ||
| 5555 | 2025.04.30 22:41:12.537352 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5556 | 2025.04.30 22:41:12.537458 [ 259 ] {0e63fd8d-8c1d-4182-ba3c-8de5c8a10b1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5557 | 2025.04.30 22:41:12.537506 [ 259 ] {0e63fd8d-8c1d-4182-ba3c-8de5c8a10b1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5558 | 2025.04.30 22:41:12.538023 [ 259 ] {0e63fd8d-8c1d-4182-ba3c-8de5c8a10b1e} <Trace> oximeter.fields_ipaddr (4dea1092-816a-42b9-a56f-a845cbc6e13d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5559 | 2025.04.30 22:41:12.538062 [ 259 ] {0e63fd8d-8c1d-4182-ba3c-8de5c8a10b1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5560 | 2025.04.30 22:41:12.538421 [ 259 ] {0e63fd8d-8c1d-4182-ba3c-8de5c8a10b1e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 5561 | 2025.04.30 22:41:12.538662 [ 259 ] {0e63fd8d-8c1d-4182-ba3c-8de5c8a10b1e} <Trace> oximeter.fields_ipaddr (4dea1092-816a-42b9-a56f-a845cbc6e13d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5562 | 2025.04.30 22:41:12.538875 [ 259 ] {0e63fd8d-8c1d-4182-ba3c-8de5c8a10b1e} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001439 sec., 8339.124391938847 rows/sec., 680.00 KiB/sec. | ||
| 5563 | 2025.04.30 22:41:12.538927 [ 259 ] {0e63fd8d-8c1d-4182-ba3c-8de5c8a10b1e} <Debug> TCPHandler: Processed in 0.001638116 sec. | ||
| 5564 | 2025.04.30 22:41:12.539038 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5565 | 2025.04.30 22:41:12.539143 [ 259 ] {00ed7767-45b2-4150-815d-e9679dbb5814} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5566 | 2025.04.30 22:41:12.539187 [ 259 ] {00ed7767-45b2-4150-815d-e9679dbb5814} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5567 | 2025.04.30 22:41:12.541022 [ 259 ] {00ed7767-45b2-4150-815d-e9679dbb5814} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5568 | 2025.04.30 22:41:12.541062 [ 259 ] {00ed7767-45b2-4150-815d-e9679dbb5814} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5569 | 2025.04.30 22:41:12.541522 [ 259 ] {00ed7767-45b2-4150-815d-e9679dbb5814} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5570 | 2025.04.30 22:41:12.541768 [ 259 ] {00ed7767-45b2-4150-815d-e9679dbb5814} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5571 | 2025.04.30 22:41:12.541983 [ 259 ] {00ed7767-45b2-4150-815d-e9679dbb5814} <Debug> executeQuery: Read 1779 rows, 147.98 KiB in 0.00286 sec., 622027.972027972 rows/sec., 50.53 MiB/sec. | ||
| 5572 | 2025.04.30 22:41:12.542048 [ 259 ] {00ed7767-45b2-4150-815d-e9679dbb5814} <Debug> TCPHandler: Processed in 0.003061245 sec. | ||
| 5573 | 2025.04.30 22:41:12.542190 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5574 | 2025.04.30 22:41:12.542295 [ 259 ] {6e63065b-bf47-41eb-8831-985d992e732d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5575 | 2025.04.30 22:41:12.542338 [ 259 ] {6e63065b-bf47-41eb-8831-985d992e732d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5576 | 2025.04.30 22:41:12.542897 [ 259 ] {6e63065b-bf47-41eb-8831-985d992e732d} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5577 | 2025.04.30 22:41:12.542935 [ 259 ] {6e63065b-bf47-41eb-8831-985d992e732d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5578 | 2025.04.30 22:41:12.543508 [ 259 ] {6e63065b-bf47-41eb-8831-985d992e732d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5579 | 2025.04.30 22:41:12.543744 [ 259 ] {6e63065b-bf47-41eb-8831-985d992e732d} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5580 | 2025.04.30 22:41:12.543951 [ 259 ] {6e63065b-bf47-41eb-8831-985d992e732d} <Debug> executeQuery: Read 126 rows, 7.83 KiB in 0.001676 sec., 75178.99761336515 rows/sec., 4.56 MiB/sec. | ||
| 5581 | 2025.04.30 22:41:12.544082 [ 259 ] {6e63065b-bf47-41eb-8831-985d992e732d} <Debug> TCPHandler: Processed in 0.001954907 sec. | ||
| 5582 | 2025.04.30 22:41:12.544217 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5583 | 2025.04.30 22:41:12.544321 [ 259 ] {f99cd3b5-b43e-4a54-9d1c-9c0313c6ae55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5584 | 2025.04.30 22:41:12.544364 [ 259 ] {f99cd3b5-b43e-4a54-9d1c-9c0313c6ae55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5585 | 2025.04.30 22:41:12.545002 [ 259 ] {f99cd3b5-b43e-4a54-9d1c-9c0313c6ae55} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5586 | 2025.04.30 22:41:12.545039 [ 259 ] {f99cd3b5-b43e-4a54-9d1c-9c0313c6ae55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5587 | 2025.04.30 22:41:12.545380 [ 259 ] {f99cd3b5-b43e-4a54-9d1c-9c0313c6ae55} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5588 | 2025.04.30 22:41:12.545609 [ 259 ] {f99cd3b5-b43e-4a54-9d1c-9c0313c6ae55} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5589 | 2025.04.30 22:41:12.545861 [ 259 ] {f99cd3b5-b43e-4a54-9d1c-9c0313c6ae55} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.00156 sec., 218589.7435897436 rows/sec., 14.59 MiB/sec. | ||
| 5590 | 2025.04.30 22:41:12.546063 [ 259 ] {f99cd3b5-b43e-4a54-9d1c-9c0313c6ae55} <Debug> TCPHandler: Processed in 0.001892356 sec. | ||
| 5591 | 2025.04.30 22:41:12.546197 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5592 | 2025.04.30 22:41:12.546297 [ 259 ] {ec394412-3dfc-413d-a63c-cf0840e08f4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5593 | 2025.04.30 22:41:12.546341 [ 259 ] {ec394412-3dfc-413d-a63c-cf0840e08f4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5594 | 2025.04.30 22:41:12.546911 [ 259 ] {ec394412-3dfc-413d-a63c-cf0840e08f4a} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5595 | 2025.04.30 22:41:12.546949 [ 259 ] {ec394412-3dfc-413d-a63c-cf0840e08f4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5596 | 2025.04.30 22:41:12.547282 [ 259 ] {ec394412-3dfc-413d-a63c-cf0840e08f4a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5597 | 2025.04.30 22:41:12.547522 [ 259 ] {ec394412-3dfc-413d-a63c-cf0840e08f4a} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5598 | 2025.04.30 22:41:12.547707 [ 259 ] {ec394412-3dfc-413d-a63c-cf0840e08f4a} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001431 sec., 78266.94619147449 rows/sec., 4.46 MiB/sec. | ||
| 5599 | 2025.04.30 22:41:12.547757 [ 259 ] {ec394412-3dfc-413d-a63c-cf0840e08f4a} <Debug> TCPHandler: Processed in 0.001609045 sec. | ||
| 5600 | 2025.04.30 22:41:12.547869 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5601 | 2025.04.30 22:41:12.547972 [ 259 ] {d6b2606d-0ea8-4a05-bf22-040c273bcf91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5602 | 2025.04.30 22:41:12.548017 [ 259 ] {d6b2606d-0ea8-4a05-bf22-040c273bcf91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5603 | 2025.04.30 22:41:12.548901 [ 259 ] {d6b2606d-0ea8-4a05-bf22-040c273bcf91} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5604 | 2025.04.30 22:41:12.548940 [ 259 ] {d6b2606d-0ea8-4a05-bf22-040c273bcf91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5605 | 2025.04.30 22:41:12.549311 [ 259 ] {d6b2606d-0ea8-4a05-bf22-040c273bcf91} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5606 | 2025.04.30 22:41:12.549556 [ 259 ] {d6b2606d-0ea8-4a05-bf22-040c273bcf91} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5607 | 2025.04.30 22:41:12.549755 [ 259 ] {d6b2606d-0ea8-4a05-bf22-040c273bcf91} <Debug> executeQuery: Read 858 rows, 63.49 KiB in 0.001803 sec., 475873.54409317806 rows/sec., 34.39 MiB/sec. | ||
| 5608 | 2025.04.30 22:41:12.549806 [ 259 ] {d6b2606d-0ea8-4a05-bf22-040c273bcf91} <Debug> TCPHandler: Processed in 0.001986308 sec. | ||
| 5609 | 2025.04.30 22:41:12.549922 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5610 | 2025.04.30 22:41:12.550026 [ 259 ] {9bd4040c-3bf9-4d0d-9d80-5905bc92c08a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5611 | 2025.04.30 22:41:12.550071 [ 259 ] {9bd4040c-3bf9-4d0d-9d80-5905bc92c08a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5612 | 2025.04.30 22:41:12.550477 [ 259 ] {9bd4040c-3bf9-4d0d-9d80-5905bc92c08a} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5613 | 2025.04.30 22:41:12.550515 [ 259 ] {9bd4040c-3bf9-4d0d-9d80-5905bc92c08a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5614 | 2025.04.30 22:41:12.550857 [ 259 ] {9bd4040c-3bf9-4d0d-9d80-5905bc92c08a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5615 | 2025.04.30 22:41:12.551093 [ 259 ] {9bd4040c-3bf9-4d0d-9d80-5905bc92c08a} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5616 | 2025.04.30 22:41:12.551297 [ 259 ] {9bd4040c-3bf9-4d0d-9d80-5905bc92c08a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001292 sec., 4643.962848297214 rows/sec., 242.63 KiB/sec. | ||
| 5617 | 2025.04.30 22:41:12.551346 [ 259 ] {9bd4040c-3bf9-4d0d-9d80-5905bc92c08a} <Debug> TCPHandler: Processed in 0.001473531 sec. | ||
| 5618 | 2025.04.30 22:41:12.551454 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5619 | 2025.04.30 22:41:12.551557 [ 259 ] {30109301-3a38-451e-b9f6-c569784be6ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5620 | 2025.04.30 22:41:12.551605 [ 259 ] {30109301-3a38-451e-b9f6-c569784be6ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5621 | 2025.04.30 22:41:12.552341 [ 259 ] {30109301-3a38-451e-b9f6-c569784be6ad} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5622 | 2025.04.30 22:41:12.552380 [ 259 ] {30109301-3a38-451e-b9f6-c569784be6ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5623 | 2025.04.30 22:41:12.552791 [ 259 ] {30109301-3a38-451e-b9f6-c569784be6ad} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5624 | 2025.04.30 22:41:12.553025 [ 259 ] {30109301-3a38-451e-b9f6-c569784be6ad} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5625 | 2025.04.30 22:41:12.553217 [ 259 ] {30109301-3a38-451e-b9f6-c569784be6ad} <Debug> executeQuery: Read 961 rows, 65.39 KiB in 0.00168 sec., 572023.8095238095 rows/sec., 38.01 MiB/sec. | ||
| 5626 | 2025.04.30 22:41:12.553266 [ 259 ] {30109301-3a38-451e-b9f6-c569784be6ad} <Debug> TCPHandler: Processed in 0.001861024 sec. | ||
| 5627 | 2025.04.30 22:41:12.553379 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5628 | 2025.04.30 22:41:12.553483 [ 259 ] {85ac75d3-5081-4bef-b14c-7543b5d77af7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5629 | 2025.04.30 22:41:12.553529 [ 259 ] {85ac75d3-5081-4bef-b14c-7543b5d77af7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5630 | 2025.04.30 22:41:12.553925 [ 259 ] {85ac75d3-5081-4bef-b14c-7543b5d77af7} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5631 | 2025.04.30 22:41:12.553964 [ 259 ] {85ac75d3-5081-4bef-b14c-7543b5d77af7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5632 | 2025.04.30 22:41:12.554311 [ 259 ] {85ac75d3-5081-4bef-b14c-7543b5d77af7} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5633 | 2025.04.30 22:41:12.554544 [ 259 ] {85ac75d3-5081-4bef-b14c-7543b5d77af7} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5634 | 2025.04.30 22:41:12.554745 [ 259 ] {85ac75d3-5081-4bef-b14c-7543b5d77af7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001283 sec., 779.423226812159 rows/sec., 52.52 KiB/sec. | ||
| 5635 | 2025.04.30 22:41:12.554793 [ 259 ] {85ac75d3-5081-4bef-b14c-7543b5d77af7} <Debug> TCPHandler: Processed in 0.0014642 sec. | ||
| 5636 | 2025.04.30 22:41:12.554904 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5637 | 2025.04.30 22:41:12.555008 [ 259 ] {a644570f-e98e-4178-8fa3-2c833ef8d8d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5638 | 2025.04.30 22:41:12.555073 [ 259 ] {a644570f-e98e-4178-8fa3-2c833ef8d8d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5639 | 2025.04.30 22:41:12.556076 [ 259 ] {a644570f-e98e-4178-8fa3-2c833ef8d8d3} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5640 | 2025.04.30 22:41:12.556115 [ 259 ] {a644570f-e98e-4178-8fa3-2c833ef8d8d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5641 | 2025.04.30 22:41:12.556679 [ 259 ] {a644570f-e98e-4178-8fa3-2c833ef8d8d3} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5642 | 2025.04.30 22:41:12.556935 [ 259 ] {a644570f-e98e-4178-8fa3-2c833ef8d8d3} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5643 | 2025.04.30 22:41:12.557108 [ 132 ] {} <Debug> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5644 | 2025.04.30 22:41:12.557180 [ 259 ] {a644570f-e98e-4178-8fa3-2c833ef8d8d3} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002191 sec., 3651.3007759014154 rows/sec., 6.54 MiB/sec. | ||
| 5645 | 2025.04.30 22:41:12.557195 [ 132 ] {} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5646 | 2025.04.30 22:41:12.557263 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5647 | 2025.04.30 22:41:12.557572 [ 259 ] {a644570f-e98e-4178-8fa3-2c833ef8d8d3} <Debug> TCPHandler: Processed in 0.002714423 sec. | ||
| 5648 | 2025.04.30 22:41:12.557609 [ 187 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::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 | ||
| 5649 | 2025.04.30 22:41:12.557745 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5650 | 2025.04.30 22:41:12.557997 [ 259 ] {d28529f9-ba0c-4e1b-bbd0-8bc8de3a9bee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5651 | 2025.04.30 22:41:12.558122 [ 259 ] {d28529f9-ba0c-4e1b-bbd0-8bc8de3a9bee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5652 | 2025.04.30 22:41:12.558435 [ 187 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5653 | 2025.04.30 22:41:12.558703 [ 187 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 462 rows starting from the beginning of the part | ||
| 5654 | 2025.04.30 22:41:12.559384 [ 187 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::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 | ||
| 5655 | 2025.04.30 22:41:12.560134 [ 187 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 32 rows starting from the beginning of the part | ||
| 5656 | 2025.04.30 22:41:12.560207 [ 259 ] {d28529f9-ba0c-4e1b-bbd0-8bc8de3a9bee} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5657 | 2025.04.30 22:41:12.560290 [ 259 ] {d28529f9-ba0c-4e1b-bbd0-8bc8de3a9bee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5658 | 2025.04.30 22:41:12.560726 [ 187 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::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 | ||
| 5659 | 2025.04.30 22:41:12.561332 [ 187 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 32 rows starting from the beginning of the part | ||
| 5660 | 2025.04.30 22:41:12.561891 [ 259 ] {d28529f9-ba0c-4e1b-bbd0-8bc8de3a9bee} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5661 | 2025.04.30 22:41:12.561907 [ 187 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 8 rows starting from the beginning of the part | ||
| 5662 | 2025.04.30 22:41:12.562637 [ 259 ] {d28529f9-ba0c-4e1b-bbd0-8bc8de3a9bee} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5663 | 2025.04.30 22:41:12.563175 [ 259 ] {d28529f9-ba0c-4e1b-bbd0-8bc8de3a9bee} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.005262 sec., 6461.421512732801 rows/sec., 383.98 KiB/sec. | ||
| 5664 | 2025.04.30 22:41:12.563316 [ 259 ] {d28529f9-ba0c-4e1b-bbd0-8bc8de3a9bee} <Debug> TCPHandler: Processed in 0.005643234 sec. | ||
| 5665 | 2025.04.30 22:41:12.575827 [ 199 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 550 rows, containing 19 columns (19 merged, 0 gathered) in 0.018441323 sec., 29824.324426181356 rows/sec., 53.44 MiB/sec. | ||
| 5666 | 2025.04.30 22:41:12.576760 [ 199 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5667 | 2025.04.30 22:41:12.577165 [ 199 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5668 | 2025.04.30 22:41:12.577253 [ 199 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5669 | 2025.04.30 22:41:12.577364 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. | ||
| 5670 | 2025.04.30 22:41:15.568687 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 816 | ||
| 5671 | 2025.04.30 22:41:15.572305 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5672 | 2025.04.30 22:41:15.572356 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5673 | 2025.04.30 22:41:15.573857 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5674 | 2025.04.30 22:41:15.574178 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5675 | 2025.04.30 22:41:15.575257 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 816 | ||
| 5676 | 2025.04.30 22:41:17.247706 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5677 | 2025.04.30 22:41:17.247911 [ 259 ] {72fbbc9d-c9c5-4a68-8d57-7a5791600e12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5678 | 2025.04.30 22:41:17.247991 [ 259 ] {72fbbc9d-c9c5-4a68-8d57-7a5791600e12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5679 | 2025.04.30 22:41:17.248782 [ 259 ] {72fbbc9d-c9c5-4a68-8d57-7a5791600e12} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5680 | 2025.04.30 22:41:17.248834 [ 259 ] {72fbbc9d-c9c5-4a68-8d57-7a5791600e12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5681 | 2025.04.30 22:41:17.249261 [ 259 ] {72fbbc9d-c9c5-4a68-8d57-7a5791600e12} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5682 | 2025.04.30 22:41:17.249504 [ 259 ] {72fbbc9d-c9c5-4a68-8d57-7a5791600e12} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5683 | 2025.04.30 22:41:17.249676 [ 125 ] {} <Debug> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5684 | 2025.04.30 22:41:17.249748 [ 259 ] {72fbbc9d-c9c5-4a68-8d57-7a5791600e12} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001889 sec., 29645.314981471678 rows/sec., 2.28 MiB/sec. | ||
| 5685 | 2025.04.30 22:41:17.249764 [ 125 ] {} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5686 | 2025.04.30 22:41:17.249908 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5687 | 2025.04.30 22:41:17.249946 [ 259 ] {72fbbc9d-c9c5-4a68-8d57-7a5791600e12} <Debug> TCPHandler: Processed in 0.002367971 sec. | ||
| 5688 | 2025.04.30 22:41:17.250162 [ 197 ] {d4e73ecb-69f6-409c-bee6-1454de550956::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 | ||
| 5689 | 2025.04.30 22:41:17.250177 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5690 | 2025.04.30 22:41:17.250442 [ 259 ] {b8725aee-743f-4c2d-a86d-774979b300a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5691 | 2025.04.30 22:41:17.250456 [ 197 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5692 | 2025.04.30 22:41:17.250537 [ 259 ] {b8725aee-743f-4c2d-a86d-774979b300a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5693 | 2025.04.30 22:41:17.250545 [ 197 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1846 rows starting from the beginning of the part | ||
| 5694 | 2025.04.30 22:41:17.251052 [ 197 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 123 rows starting from the beginning of the part | ||
| 5695 | 2025.04.30 22:41:17.251481 [ 197 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 633 rows starting from the beginning of the part | ||
| 5696 | 2025.04.30 22:41:17.251905 [ 197 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 120 rows starting from the beginning of the part | ||
| 5697 | 2025.04.30 22:41:17.252234 [ 197 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1779 rows starting from the beginning of the part | ||
| 5698 | 2025.04.30 22:41:17.252588 [ 197 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 56 rows starting from the beginning of the part | ||
| 5699 | 2025.04.30 22:41:17.253229 [ 259 ] {b8725aee-743f-4c2d-a86d-774979b300a6} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5700 | 2025.04.30 22:41:17.253281 [ 259 ] {b8725aee-743f-4c2d-a86d-774979b300a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5701 | 2025.04.30 22:41:17.254146 [ 259 ] {b8725aee-743f-4c2d-a86d-774979b300a6} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5702 | 2025.04.30 22:41:17.254728 [ 259 ] {b8725aee-743f-4c2d-a86d-774979b300a6} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5703 | 2025.04.30 22:41:17.254978 [ 125 ] {} <Debug> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5704 | 2025.04.30 22:41:17.255074 [ 125 ] {} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5705 | 2025.04.30 22:41:17.255165 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5706 | 2025.04.30 22:41:17.255396 [ 259 ] {b8725aee-743f-4c2d-a86d-774979b300a6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005004 sec., 12789.76818545164 rows/sec., 1022.23 KiB/sec. | ||
| 5707 | 2025.04.30 22:41:17.255830 [ 259 ] {b8725aee-743f-4c2d-a86d-774979b300a6} <Debug> TCPHandler: Processed in 0.005734107 sec. | ||
| 5708 | 2025.04.30 22:41:17.255837 [ 199 ] {e25d2b30-b306-449e-8756-7ab1229a4707::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 | ||
| 5709 | 2025.04.30 22:41:17.256224 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5710 | 2025.04.30 22:41:17.256469 [ 199 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5711 | 2025.04.30 22:41:17.256672 [ 199 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 914 rows starting from the beginning of the part | ||
| 5712 | 2025.04.30 22:41:17.256692 [ 259 ] {b999e3f3-b05d-4b23-9b0b-5d5cbd1ec5d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5713 | 2025.04.30 22:41:17.256941 [ 259 ] {b999e3f3-b05d-4b23-9b0b-5d5cbd1ec5d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5714 | 2025.04.30 22:41:17.257680 [ 199 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 102 rows starting from the beginning of the part | ||
| 5715 | 2025.04.30 22:41:17.258225 [ 199 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 390 rows starting from the beginning of the part | ||
| 5716 | 2025.04.30 22:41:17.258272 [ 197 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4557 rows, containing 5 columns (5 merged, 0 gathered) in 0.008039676 sec., 566813.8865297557 rows/sec., 48.16 MiB/sec. | ||
| 5717 | 2025.04.30 22:41:17.258623 [ 199 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 96 rows starting from the beginning of the part | ||
| 5718 | 2025.04.30 22:41:17.258896 [ 199 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 858 rows starting from the beginning of the part | ||
| 5719 | 2025.04.30 22:41:17.259014 [ 200 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5720 | 2025.04.30 22:41:17.259378 [ 199 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 64 rows starting from the beginning of the part | ||
| 5721 | 2025.04.30 22:41:17.260447 [ 200 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_41_8} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5722 | 2025.04.30 22:41:17.260635 [ 259 ] {b999e3f3-b05d-4b23-9b0b-5d5cbd1ec5d6} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5723 | 2025.04.30 22:41:17.260711 [ 259 ] {b999e3f3-b05d-4b23-9b0b-5d5cbd1ec5d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5724 | 2025.04.30 22:41:17.260741 [ 200 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_41_8} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5725 | 2025.04.30 22:41:17.261043 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 5726 | 2025.04.30 22:41:17.261960 [ 259 ] {b999e3f3-b05d-4b23-9b0b-5d5cbd1ec5d6} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5727 | 2025.04.30 22:41:17.262536 [ 259 ] {b999e3f3-b05d-4b23-9b0b-5d5cbd1ec5d6} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5728 | 2025.04.30 22:41:17.262788 [ 125 ] {} <Debug> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5729 | 2025.04.30 22:41:17.262870 [ 125 ] {} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5730 | 2025.04.30 22:41:17.262891 [ 259 ] {b999e3f3-b05d-4b23-9b0b-5d5cbd1ec5d6} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.006369 sec., 20097.34652221699 rows/sec., 1.40 MiB/sec. | ||
| 5731 | 2025.04.30 22:41:17.262937 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5732 | 2025.04.30 22:41:17.263260 [ 259 ] {b999e3f3-b05d-4b23-9b0b-5d5cbd1ec5d6} <Debug> TCPHandler: Processed in 0.007169106 sec. | ||
| 5733 | 2025.04.30 22:41:17.263677 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5734 | 2025.04.30 22:41:17.263712 [ 199 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2424 rows, containing 5 columns (5 merged, 0 gathered) in 0.008383238 sec., 289148.4173537719 rows/sec., 22.15 MiB/sec. | ||
| 5735 | 2025.04.30 22:41:17.263761 [ 197 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::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 | ||
| 5736 | 2025.04.30 22:41:17.263961 [ 259 ] {7c7d9bd5-b889-4e97-be5b-e69dbfaf0d02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5737 | 2025.04.30 22:41:17.264055 [ 199 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5738 | 2025.04.30 22:41:17.264132 [ 259 ] {7c7d9bd5-b889-4e97-be5b-e69dbfaf0d02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5739 | 2025.04.30 22:41:17.264354 [ 197 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5740 | 2025.04.30 22:41:17.264516 [ 197 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 12134 rows starting from the beginning of the part | ||
| 5741 | 2025.04.30 22:41:17.265087 [ 199 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_41_8} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5742 | 2025.04.30 22:41:17.265327 [ 197 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 163 rows starting from the beginning of the part | ||
| 5743 | 2025.04.30 22:41:17.265431 [ 199 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_41_8} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5744 | 2025.04.30 22:41:17.265810 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 5745 | 2025.04.30 22:41:17.265915 [ 197 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 237 rows starting from the beginning of the part | ||
| 5746 | 2025.04.30 22:41:17.266300 [ 197 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part | ||
| 5747 | 2025.04.30 22:41:17.266697 [ 197 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 961 rows starting from the beginning of the part | ||
| 5748 | 2025.04.30 22:41:17.266742 [ 259 ] {7c7d9bd5-b889-4e97-be5b-e69dbfaf0d02} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5749 | 2025.04.30 22:41:17.266858 [ 259 ] {7c7d9bd5-b889-4e97-be5b-e69dbfaf0d02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5750 | 2025.04.30 22:41:17.266964 [ 197 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 128 rows starting from the beginning of the part | ||
| 5751 | 2025.04.30 22:41:17.267991 [ 259 ] {7c7d9bd5-b889-4e97-be5b-e69dbfaf0d02} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5752 | 2025.04.30 22:41:17.268380 [ 259 ] {7c7d9bd5-b889-4e97-be5b-e69dbfaf0d02} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5753 | 2025.04.30 22:41:17.268611 [ 125 ] {} <Debug> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5754 | 2025.04.30 22:41:17.268692 [ 125 ] {} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5755 | 2025.04.30 22:41:17.268762 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5756 | 2025.04.30 22:41:17.268775 [ 259 ] {7c7d9bd5-b889-4e97-be5b-e69dbfaf0d02} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004905 sec., 9785.93272171254 rows/sec., 675.33 KiB/sec. | ||
| 5757 | 2025.04.30 22:41:17.269122 [ 259 ] {7c7d9bd5-b889-4e97-be5b-e69dbfaf0d02} <Debug> TCPHandler: Processed in 0.005575702 sec. | ||
| 5758 | 2025.04.30 22:41:17.269274 [ 200 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::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 | ||
| 5759 | 2025.04.30 22:41:17.269680 [ 200 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5760 | 2025.04.30 22:41:17.269777 [ 200 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2320 rows starting from the beginning of the part | ||
| 5761 | 2025.04.30 22:41:17.270031 [ 200 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::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 | ||
| 5762 | 2025.04.30 22:41:17.270328 [ 200 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 82 rows starting from the beginning of the part | ||
| 5763 | 2025.04.30 22:41:17.270703 [ 200 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part | ||
| 5764 | 2025.04.30 22:41:17.270844 [ 200 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 34 rows starting from the beginning of the part | ||
| 5765 | 2025.04.30 22:41:17.271157 [ 200 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 48 rows starting from the beginning of the part | ||
| 5766 | 2025.04.30 22:41:17.273342 [ 201 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2604 rows, containing 4 columns (4 merged, 0 gathered) in 0.004397842 sec., 592108.584164688 rows/sec., 38.60 MiB/sec. | ||
| 5767 | 2025.04.30 22:41:17.273645 [ 190 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13783 rows, containing 5 columns (5 merged, 0 gathered) in 0.010545312 sec., 1307026.2880794804 rows/sec., 88.19 MiB/sec. | ||
| 5768 | 2025.04.30 22:41:17.273843 [ 201 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5769 | 2025.04.30 22:41:17.274179 [ 190 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5770 | 2025.04.30 22:41:17.274419 [ 201 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_41_8} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5771 | 2025.04.30 22:41:17.274662 [ 190 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5772 | 2025.04.30 22:41:17.274671 [ 201 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_41_8} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5773 | 2025.04.30 22:41:17.274796 [ 190 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5774 | 2025.04.30 22:41:17.274875 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 5775 | 2025.04.30 22:41:17.274995 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.45 MiB. | ||
| 5776 | 2025.04.30 22:41:18.021608 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12444 | ||
| 5777 | 2025.04.30 22:41:18.022251 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5778 | 2025.04.30 22:41:18.022298 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5779 | 2025.04.30 22:41:18.022830 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5780 | 2025.04.30 22:41:18.023084 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5781 | 2025.04.30 22:41:18.023315 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444 | ||
| 5782 | 2025.04.30 22:41:18.866002 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 5783 | 2025.04.30 22:41:18.884505 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5784 | 2025.04.30 22:41:18.884559 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5785 | 2025.04.30 22:41:18.891569 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5786 | 2025.04.30 22:41:18.892341 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5787 | 2025.04.30 22:41:18.894827 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 5788 | 2025.04.30 22:41:22.250316 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5789 | 2025.04.30 22:41:22.250514 [ 259 ] {572fd382-68a2-4feb-943c-4cdabe8c766e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5790 | 2025.04.30 22:41:22.250582 [ 259 ] {572fd382-68a2-4feb-943c-4cdabe8c766e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5791 | 2025.04.30 22:41:22.251355 [ 259 ] {572fd382-68a2-4feb-943c-4cdabe8c766e} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5792 | 2025.04.30 22:41:22.251395 [ 259 ] {572fd382-68a2-4feb-943c-4cdabe8c766e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5793 | 2025.04.30 22:41:22.251818 [ 259 ] {572fd382-68a2-4feb-943c-4cdabe8c766e} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5794 | 2025.04.30 22:41:22.252069 [ 259 ] {572fd382-68a2-4feb-943c-4cdabe8c766e} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5795 | 2025.04.30 22:41:22.252248 [ 259 ] {572fd382-68a2-4feb-943c-4cdabe8c766e} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001785 sec., 67226.89075630253 rows/sec., 5.71 MiB/sec. | ||
| 5796 | 2025.04.30 22:41:22.252301 [ 259 ] {572fd382-68a2-4feb-943c-4cdabe8c766e} <Debug> TCPHandler: Processed in 0.002106242 sec. | ||
| 5797 | 2025.04.30 22:41:22.252438 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5798 | 2025.04.30 22:41:22.252547 [ 259 ] {d0116238-fdbd-4fb2-bceb-0e4e3a82d4b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5799 | 2025.04.30 22:41:22.252591 [ 259 ] {d0116238-fdbd-4fb2-bceb-0e4e3a82d4b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5800 | 2025.04.30 22:41:22.253095 [ 259 ] {d0116238-fdbd-4fb2-bceb-0e4e3a82d4b7} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5801 | 2025.04.30 22:41:22.253132 [ 259 ] {d0116238-fdbd-4fb2-bceb-0e4e3a82d4b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5802 | 2025.04.30 22:41:22.253473 [ 259 ] {d0116238-fdbd-4fb2-bceb-0e4e3a82d4b7} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5803 | 2025.04.30 22:41:22.253706 [ 259 ] {d0116238-fdbd-4fb2-bceb-0e4e3a82d4b7} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5804 | 2025.04.30 22:41:22.253867 [ 259 ] {d0116238-fdbd-4fb2-bceb-0e4e3a82d4b7} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001343 sec., 23827.252419955323 rows/sec., 1.75 MiB/sec. | ||
| 5805 | 2025.04.30 22:41:22.253916 [ 259 ] {d0116238-fdbd-4fb2-bceb-0e4e3a82d4b7} <Debug> TCPHandler: Processed in 0.001536843 sec. | ||
| 5806 | 2025.04.30 22:41:22.254035 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5807 | 2025.04.30 22:41:22.254138 [ 259 ] {e8a510df-d975-43bd-8a44-312b5197a796} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5808 | 2025.04.30 22:41:22.254182 [ 259 ] {e8a510df-d975-43bd-8a44-312b5197a796} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5809 | 2025.04.30 22:41:22.254719 [ 259 ] {e8a510df-d975-43bd-8a44-312b5197a796} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5810 | 2025.04.30 22:41:22.254756 [ 259 ] {e8a510df-d975-43bd-8a44-312b5197a796} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5811 | 2025.04.30 22:41:22.255111 [ 259 ] {e8a510df-d975-43bd-8a44-312b5197a796} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5812 | 2025.04.30 22:41:22.255360 [ 259 ] {e8a510df-d975-43bd-8a44-312b5197a796} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5813 | 2025.04.30 22:41:22.255522 [ 259 ] {e8a510df-d975-43bd-8a44-312b5197a796} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001405 sec., 68327.40213523131 rows/sec., 5.34 MiB/sec. | ||
| 5814 | 2025.04.30 22:41:22.255571 [ 259 ] {e8a510df-d975-43bd-8a44-312b5197a796} <Debug> TCPHandler: Processed in 0.001586064 sec. | ||
| 5815 | 2025.04.30 22:41:22.255700 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5816 | 2025.04.30 22:41:22.255805 [ 259 ] {2b40d090-20ad-4dae-b616-b44a56482df4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5817 | 2025.04.30 22:41:22.255853 [ 259 ] {2b40d090-20ad-4dae-b616-b44a56482df4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5818 | 2025.04.30 22:41:22.256352 [ 259 ] {2b40d090-20ad-4dae-b616-b44a56482df4} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5819 | 2025.04.30 22:41:22.256390 [ 259 ] {2b40d090-20ad-4dae-b616-b44a56482df4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5820 | 2025.04.30 22:41:22.256774 [ 259 ] {2b40d090-20ad-4dae-b616-b44a56482df4} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5821 | 2025.04.30 22:41:22.257020 [ 259 ] {2b40d090-20ad-4dae-b616-b44a56482df4} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5822 | 2025.04.30 22:41:22.257186 [ 259 ] {2b40d090-20ad-4dae-b616-b44a56482df4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001402 sec., 114122.68188302426 rows/sec., 7.95 MiB/sec. | ||
| 5823 | 2025.04.30 22:41:22.257233 [ 259 ] {2b40d090-20ad-4dae-b616-b44a56482df4} <Debug> TCPHandler: Processed in 0.001592254 sec. | ||
| 5824 | 2025.04.30 22:41:22.257349 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5825 | 2025.04.30 22:41:22.257452 [ 259 ] {31ac78d8-ba04-4ad0-83ea-e4ad4bb181b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5826 | 2025.04.30 22:41:22.257515 [ 259 ] {31ac78d8-ba04-4ad0-83ea-e4ad4bb181b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5827 | 2025.04.30 22:41:22.258586 [ 259 ] {31ac78d8-ba04-4ad0-83ea-e4ad4bb181b3} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5828 | 2025.04.30 22:41:22.258623 [ 259 ] {31ac78d8-ba04-4ad0-83ea-e4ad4bb181b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5829 | 2025.04.30 22:41:22.259237 [ 259 ] {31ac78d8-ba04-4ad0-83ea-e4ad4bb181b3} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5830 | 2025.04.30 22:41:22.259497 [ 259 ] {31ac78d8-ba04-4ad0-83ea-e4ad4bb181b3} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5831 | 2025.04.30 22:41:22.259712 [ 259 ] {31ac78d8-ba04-4ad0-83ea-e4ad4bb181b3} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.00228 sec., 14035.087719298246 rows/sec., 25.15 MiB/sec. | ||
| 5832 | 2025.04.30 22:41:22.259799 [ 259 ] {31ac78d8-ba04-4ad0-83ea-e4ad4bb181b3} <Debug> TCPHandler: Processed in 0.002498745 sec. | ||
| 5833 | 2025.04.30 22:41:22.259921 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5834 | 2025.04.30 22:41:22.260024 [ 259 ] {7b76fad5-cb26-4260-96c3-5a9513e9a8f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5835 | 2025.04.30 22:41:22.260070 [ 259 ] {7b76fad5-cb26-4260-96c3-5a9513e9a8f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5836 | 2025.04.30 22:41:22.260481 [ 259 ] {7b76fad5-cb26-4260-96c3-5a9513e9a8f9} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5837 | 2025.04.30 22:41:22.260519 [ 259 ] {7b76fad5-cb26-4260-96c3-5a9513e9a8f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5838 | 2025.04.30 22:41:22.260876 [ 259 ] {7b76fad5-cb26-4260-96c3-5a9513e9a8f9} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5839 | 2025.04.30 22:41:22.261114 [ 259 ] {7b76fad5-cb26-4260-96c3-5a9513e9a8f9} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5840 | 2025.04.30 22:41:22.261307 [ 259 ] {7b76fad5-cb26-4260-96c3-5a9513e9a8f9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001305 sec., 45977.011494252874 rows/sec., 3.10 MiB/sec. | ||
| 5841 | 2025.04.30 22:41:22.261353 [ 259 ] {7b76fad5-cb26-4260-96c3-5a9513e9a8f9} <Debug> TCPHandler: Processed in 0.001485071 sec. | ||
| 5842 | 2025.04.30 22:41:23.033618 [ 71 ] {} <Debug> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
| 5843 | 2025.04.30 22:41:23.033689 [ 71 ] {} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5844 | 2025.04.30 22:41:23.033715 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5845 | 2025.04.30 22:41:23.033852 [ 196 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full | ||
| 5846 | 2025.04.30 22:41:23.034021 [ 196 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5847 | 2025.04.30 22:41:23.034061 [ 196 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 341 rows starting from the beginning of the part | ||
| 5848 | 2025.04.30 22:41:23.034150 [ 196 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 341 rows starting from the beginning of the part | ||
| 5849 | 2025.04.30 22:41:23.034382 [ 196 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 113 rows starting from the beginning of the part | ||
| 5850 | 2025.04.30 22:41:23.034598 [ 196 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 113 rows starting from the beginning of the part | ||
| 5851 | 2025.04.30 22:41:23.034735 [ 196 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 341 rows starting from the beginning of the part | ||
| 5852 | 2025.04.30 22:41:23.035874 [ 194 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1249 rows, containing 5 columns (5 merged, 0 gathered) in 0.002089882 sec., 597641.3979353858 rows/sec., 41.94 MiB/sec. | ||
| 5853 | 2025.04.30 22:41:23.036060 [ 196 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
| 5854 | 2025.04.30 22:41:23.036330 [ 196 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_18_4} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5855 | 2025.04.30 22:41:23.036404 [ 196 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_18_4} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
| 5856 | 2025.04.30 22:41:23.036475 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 5857 | 2025.04.30 22:41:23.549790 [ 61 ] {} <Debug> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
| 5858 | 2025.04.30 22:41:23.549877 [ 61 ] {} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5859 | 2025.04.30 22:41:23.549915 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5860 | 2025.04.30 22:41:23.550113 [ 190 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full | ||
| 5861 | 2025.04.30 22:41:23.550382 [ 190 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5862 | 2025.04.30 22:41:23.550450 [ 190 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 14 rows starting from the beginning of the part | ||
| 5863 | 2025.04.30 22:41:23.550586 [ 190 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 5864 | 2025.04.30 22:41:23.550787 [ 190 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 5865 | 2025.04.30 22:41:23.551075 [ 190 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
| 5866 | 2025.04.30 22:41:23.551349 [ 190 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 5867 | 2025.04.30 22:41:23.552405 [ 196 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.002407693 sec., 7476.036188999179 rows/sec., 503.76 KiB/sec. | ||
| 5868 | 2025.04.30 22:41:23.552552 [ 190 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
| 5869 | 2025.04.30 22:41:23.552820 [ 190 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_18_4} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5870 | 2025.04.30 22:41:23.552893 [ 190 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_18_4} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
| 5871 | 2025.04.30 22:41:23.552961 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 5872 | 2025.04.30 22:41:23.977849 [ 32 ] {} <Debug> oximeter.fields_ipaddr (4dea1092-816a-42b9-a56f-a845cbc6e13d) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 5873 | 2025.04.30 22:41:23.977917 [ 32 ] {} <Trace> oximeter.fields_ipaddr (4dea1092-816a-42b9-a56f-a845cbc6e13d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5874 | 2025.04.30 22:41:23.977939 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5875 | 2025.04.30 22:41:23.978083 [ 188 ] {4dea1092-816a-42b9-a56f-a845cbc6e13d::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 | ||
| 5876 | 2025.04.30 22:41:23.978308 [ 188 ] {4dea1092-816a-42b9-a56f-a845cbc6e13d::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5877 | 2025.04.30 22:41:23.978351 [ 188 ] {4dea1092-816a-42b9-a56f-a845cbc6e13d::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 | ||
| 5878 | 2025.04.30 22:41:23.978455 [ 188 ] {4dea1092-816a-42b9-a56f-a845cbc6e13d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
| 5879 | 2025.04.30 22:41:23.978570 [ 188 ] {4dea1092-816a-42b9-a56f-a845cbc6e13d::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 | ||
| 5880 | 2025.04.30 22:41:23.978691 [ 188 ] {4dea1092-816a-42b9-a56f-a845cbc6e13d::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 | ||
| 5881 | 2025.04.30 22:41:23.978791 [ 188 ] {4dea1092-816a-42b9-a56f-a845cbc6e13d::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 | ||
| 5882 | 2025.04.30 22:41:23.979764 [ 190 ] {4dea1092-816a-42b9-a56f-a845cbc6e13d::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 5 columns (5 merged, 0 gathered) in 0.00175525 sec., 26207.093006694202 rows/sec., 2.19 MiB/sec. | ||
| 5883 | 2025.04.30 22:41:23.979923 [ 196 ] {4dea1092-816a-42b9-a56f-a845cbc6e13d::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 5884 | 2025.04.30 22:41:23.980249 [ 196 ] {4dea1092-816a-42b9-a56f-a845cbc6e13d::all_1_5_1} <Trace> oximeter.fields_ipaddr (4dea1092-816a-42b9-a56f-a845cbc6e13d): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5885 | 2025.04.30 22:41:23.980326 [ 196 ] {4dea1092-816a-42b9-a56f-a845cbc6e13d::all_1_5_1} <Trace> oximeter.fields_ipaddr (4dea1092-816a-42b9-a56f-a845cbc6e13d) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 5886 | 2025.04.30 22:41:23.980397 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5887 | 2025.04.30 22:41:25.347700 [ 41 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5888 | 2025.04.30 22:41:25.347786 [ 41 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5889 | 2025.04.30 22:41:25.524397 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12871 | ||
| 5890 | 2025.04.30 22:41:25.525003 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5891 | 2025.04.30 22:41:25.525046 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5892 | 2025.04.30 22:41:25.525596 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5893 | 2025.04.30 22:41:25.525854 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5894 | 2025.04.30 22:41:25.526052 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 5895 | 2025.04.30 22:41:25.576499 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 836 | ||
| 5896 | 2025.04.30 22:41:25.579438 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5897 | 2025.04.30 22:41:25.579508 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5898 | 2025.04.30 22:41:25.581007 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5899 | 2025.04.30 22:41:25.581356 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5900 | 2025.04.30 22:41:25.582076 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 836 | ||
| 5901 | 2025.04.30 22:41:26.395875 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 | ||
| 5902 | 2025.04.30 22:41:26.415727 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5903 | 2025.04.30 22:41:26.415790 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5904 | 2025.04.30 22:41:26.422899 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5905 | 2025.04.30 22:41:26.423684 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5906 | 2025.04.30 22:41:26.426293 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211 | ||
| 5907 | 2025.04.30 22:41:27.255576 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5908 | 2025.04.30 22:41:27.255764 [ 259 ] {840c0d27-f390-474f-bbf4-cca850dfb325} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5909 | 2025.04.30 22:41:27.255834 [ 259 ] {840c0d27-f390-474f-bbf4-cca850dfb325} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5910 | 2025.04.30 22:41:27.256674 [ 259 ] {840c0d27-f390-474f-bbf4-cca850dfb325} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5911 | 2025.04.30 22:41:27.256725 [ 259 ] {840c0d27-f390-474f-bbf4-cca850dfb325} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5912 | 2025.04.30 22:41:27.257167 [ 259 ] {840c0d27-f390-474f-bbf4-cca850dfb325} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5913 | 2025.04.30 22:41:27.257422 [ 259 ] {840c0d27-f390-474f-bbf4-cca850dfb325} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5914 | 2025.04.30 22:41:27.257644 [ 259 ] {840c0d27-f390-474f-bbf4-cca850dfb325} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001931 sec., 109787.67477990678 rows/sec., 6.98 MiB/sec. | ||
| 5915 | 2025.04.30 22:41:27.257709 [ 259 ] {840c0d27-f390-474f-bbf4-cca850dfb325} <Debug> TCPHandler: Processed in 0.002258818 sec. | ||
| 5916 | 2025.04.30 22:41:27.257837 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5917 | 2025.04.30 22:41:27.257951 [ 259 ] {a401b005-c10d-40ce-b832-0a6d7b75efc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5918 | 2025.04.30 22:41:27.257997 [ 259 ] {a401b005-c10d-40ce-b832-0a6d7b75efc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5919 | 2025.04.30 22:41:27.258829 [ 259 ] {a401b005-c10d-40ce-b832-0a6d7b75efc6} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5920 | 2025.04.30 22:41:27.258870 [ 259 ] {a401b005-c10d-40ce-b832-0a6d7b75efc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5921 | 2025.04.30 22:41:27.259267 [ 259 ] {a401b005-c10d-40ce-b832-0a6d7b75efc6} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5922 | 2025.04.30 22:41:27.259517 [ 259 ] {a401b005-c10d-40ce-b832-0a6d7b75efc6} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5923 | 2025.04.30 22:41:27.259720 [ 259 ] {a401b005-c10d-40ce-b832-0a6d7b75efc6} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001797 sec., 352253.75626043405 rows/sec., 27.70 MiB/sec. | ||
| 5924 | 2025.04.30 22:41:27.259773 [ 259 ] {a401b005-c10d-40ce-b832-0a6d7b75efc6} <Debug> TCPHandler: Processed in 0.001988669 sec. | ||
| 5925 | 2025.04.30 22:41:27.259886 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5926 | 2025.04.30 22:41:27.259991 [ 259 ] {fb5eb7e5-8110-42ee-8548-ca4faaae23c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5927 | 2025.04.30 22:41:27.260036 [ 259 ] {fb5eb7e5-8110-42ee-8548-ca4faaae23c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5928 | 2025.04.30 22:41:27.260573 [ 259 ] {fb5eb7e5-8110-42ee-8548-ca4faaae23c9} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5929 | 2025.04.30 22:41:27.260612 [ 259 ] {fb5eb7e5-8110-42ee-8548-ca4faaae23c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5930 | 2025.04.30 22:41:27.260954 [ 259 ] {fb5eb7e5-8110-42ee-8548-ca4faaae23c9} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5931 | 2025.04.30 22:41:27.261183 [ 259 ] {fb5eb7e5-8110-42ee-8548-ca4faaae23c9} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5932 | 2025.04.30 22:41:27.261374 [ 259 ] {fb5eb7e5-8110-42ee-8548-ca4faaae23c9} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001406 sec., 81081.08108108108 rows/sec., 4.85 MiB/sec. | ||
| 5933 | 2025.04.30 22:41:27.261425 [ 259 ] {fb5eb7e5-8110-42ee-8548-ca4faaae23c9} <Debug> TCPHandler: Processed in 0.001589745 sec. | ||
| 5934 | 2025.04.30 22:41:27.261536 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5935 | 2025.04.30 22:41:27.261640 [ 259 ] {5916952f-91c4-4208-87c5-790015cea790} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5936 | 2025.04.30 22:41:27.261684 [ 259 ] {5916952f-91c4-4208-87c5-790015cea790} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5937 | 2025.04.30 22:41:27.262209 [ 259 ] {5916952f-91c4-4208-87c5-790015cea790} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5938 | 2025.04.30 22:41:27.262248 [ 259 ] {5916952f-91c4-4208-87c5-790015cea790} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5939 | 2025.04.30 22:41:27.262587 [ 259 ] {5916952f-91c4-4208-87c5-790015cea790} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5940 | 2025.04.30 22:41:27.262822 [ 259 ] {5916952f-91c4-4208-87c5-790015cea790} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5941 | 2025.04.30 22:41:27.263060 [ 259 ] {5916952f-91c4-4208-87c5-790015cea790} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001437 sec., 78636.04732080724 rows/sec., 5.09 MiB/sec. | ||
| 5942 | 2025.04.30 22:41:27.263254 [ 259 ] {5916952f-91c4-4208-87c5-790015cea790} <Debug> TCPHandler: Processed in 0.001761451 sec. | ||
| 5943 | 2025.04.30 22:41:27.263425 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5944 | 2025.04.30 22:41:27.263529 [ 259 ] {a377b526-52de-4a30-b942-fb541d9c9cf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5945 | 2025.04.30 22:41:27.263574 [ 259 ] {a377b526-52de-4a30-b942-fb541d9c9cf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5946 | 2025.04.30 22:41:27.264124 [ 259 ] {a377b526-52de-4a30-b942-fb541d9c9cf0} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5947 | 2025.04.30 22:41:27.264162 [ 259 ] {a377b526-52de-4a30-b942-fb541d9c9cf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5948 | 2025.04.30 22:41:27.264495 [ 259 ] {a377b526-52de-4a30-b942-fb541d9c9cf0} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5949 | 2025.04.30 22:41:27.264741 [ 259 ] {a377b526-52de-4a30-b942-fb541d9c9cf0} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5950 | 2025.04.30 22:41:27.264932 [ 259 ] {a377b526-52de-4a30-b942-fb541d9c9cf0} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001426 sec., 78541.3744740533 rows/sec., 4.47 MiB/sec. | ||
| 5951 | 2025.04.30 22:41:27.264984 [ 259 ] {a377b526-52de-4a30-b942-fb541d9c9cf0} <Debug> TCPHandler: Processed in 0.001615135 sec. | ||
| 5952 | 2025.04.30 22:41:27.265098 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5953 | 2025.04.30 22:41:27.265201 [ 259 ] {4f4029cf-c41b-45ea-be0d-c38134c29ddf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5954 | 2025.04.30 22:41:27.265246 [ 259 ] {4f4029cf-c41b-45ea-be0d-c38134c29ddf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5955 | 2025.04.30 22:41:27.265874 [ 259 ] {4f4029cf-c41b-45ea-be0d-c38134c29ddf} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5956 | 2025.04.30 22:41:27.265912 [ 259 ] {4f4029cf-c41b-45ea-be0d-c38134c29ddf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5957 | 2025.04.30 22:41:27.266272 [ 259 ] {4f4029cf-c41b-45ea-be0d-c38134c29ddf} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5958 | 2025.04.30 22:41:27.266499 [ 259 ] {4f4029cf-c41b-45ea-be0d-c38134c29ddf} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5959 | 2025.04.30 22:41:27.266721 [ 259 ] {4f4029cf-c41b-45ea-be0d-c38134c29ddf} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001535 sec., 254071.66123778504 rows/sec., 17.96 MiB/sec. | ||
| 5960 | 2025.04.30 22:41:27.266784 [ 259 ] {4f4029cf-c41b-45ea-be0d-c38134c29ddf} <Debug> TCPHandler: Processed in 0.00173628 sec. | ||
| 5961 | 2025.04.30 22:41:27.267031 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5962 | 2025.04.30 22:41:27.267147 [ 259 ] {fffb1bfa-78d1-408f-b39a-cfc03a208581} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5963 | 2025.04.30 22:41:27.267194 [ 259 ] {fffb1bfa-78d1-408f-b39a-cfc03a208581} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5964 | 2025.04.30 22:41:27.267612 [ 259 ] {fffb1bfa-78d1-408f-b39a-cfc03a208581} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5965 | 2025.04.30 22:41:27.267650 [ 259 ] {fffb1bfa-78d1-408f-b39a-cfc03a208581} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5966 | 2025.04.30 22:41:27.267994 [ 259 ] {fffb1bfa-78d1-408f-b39a-cfc03a208581} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5967 | 2025.04.30 22:41:27.268233 [ 259 ] {fffb1bfa-78d1-408f-b39a-cfc03a208581} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5968 | 2025.04.30 22:41:27.268426 [ 259 ] {fffb1bfa-78d1-408f-b39a-cfc03a208581} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001302 sec., 4608.294930875576 rows/sec., 240.77 KiB/sec. | ||
| 5969 | 2025.04.30 22:41:27.268475 [ 259 ] {fffb1bfa-78d1-408f-b39a-cfc03a208581} <Debug> TCPHandler: Processed in 0.001539893 sec. | ||
| 5970 | 2025.04.30 22:41:27.268596 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5971 | 2025.04.30 22:41:27.268700 [ 259 ] {ca7c2644-794a-43bc-8aa3-5557dc06b46f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5972 | 2025.04.30 22:41:27.268748 [ 259 ] {ca7c2644-794a-43bc-8aa3-5557dc06b46f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5973 | 2025.04.30 22:41:27.269238 [ 259 ] {ca7c2644-794a-43bc-8aa3-5557dc06b46f} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5974 | 2025.04.30 22:41:27.269276 [ 259 ] {ca7c2644-794a-43bc-8aa3-5557dc06b46f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5975 | 2025.04.30 22:41:27.269641 [ 259 ] {ca7c2644-794a-43bc-8aa3-5557dc06b46f} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5976 | 2025.04.30 22:41:27.269879 [ 259 ] {ca7c2644-794a-43bc-8aa3-5557dc06b46f} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5977 | 2025.04.30 22:41:27.270065 [ 259 ] {ca7c2644-794a-43bc-8aa3-5557dc06b46f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001386 sec., 170995.67099567098 rows/sec., 11.46 MiB/sec. | ||
| 5978 | 2025.04.30 22:41:27.270114 [ 259 ] {ca7c2644-794a-43bc-8aa3-5557dc06b46f} <Debug> TCPHandler: Processed in 0.001567723 sec. | ||
| 5979 | 2025.04.30 22:41:27.270228 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5980 | 2025.04.30 22:41:27.270333 [ 259 ] {5565d329-b162-4ec7-bb7f-e427418b3017} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5981 | 2025.04.30 22:41:27.270379 [ 259 ] {5565d329-b162-4ec7-bb7f-e427418b3017} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5982 | 2025.04.30 22:41:27.270767 [ 259 ] {5565d329-b162-4ec7-bb7f-e427418b3017} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5983 | 2025.04.30 22:41:27.270804 [ 259 ] {5565d329-b162-4ec7-bb7f-e427418b3017} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5984 | 2025.04.30 22:41:27.271129 [ 259 ] {5565d329-b162-4ec7-bb7f-e427418b3017} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5985 | 2025.04.30 22:41:27.271360 [ 259 ] {5565d329-b162-4ec7-bb7f-e427418b3017} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5986 | 2025.04.30 22:41:27.271550 [ 259 ] {5565d329-b162-4ec7-bb7f-e427418b3017} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001239 sec., 807.1025020177563 rows/sec., 54.38 KiB/sec. | ||
| 5987 | 2025.04.30 22:41:27.271599 [ 259 ] {5565d329-b162-4ec7-bb7f-e427418b3017} <Debug> TCPHandler: Processed in 0.001420478 sec. | ||
| 5988 | 2025.04.30 22:41:27.271710 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5989 | 2025.04.30 22:41:27.271813 [ 259 ] {1a6d0f4e-ec43-4aca-a51e-07dc577f4dd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5990 | 2025.04.30 22:41:27.271878 [ 259 ] {1a6d0f4e-ec43-4aca-a51e-07dc577f4dd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5991 | 2025.04.30 22:41:27.272876 [ 259 ] {1a6d0f4e-ec43-4aca-a51e-07dc577f4dd9} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5992 | 2025.04.30 22:41:27.272914 [ 259 ] {1a6d0f4e-ec43-4aca-a51e-07dc577f4dd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 5993 | 2025.04.30 22:41:27.273504 [ 259 ] {1a6d0f4e-ec43-4aca-a51e-07dc577f4dd9} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5994 | 2025.04.30 22:41:27.273759 [ 259 ] {1a6d0f4e-ec43-4aca-a51e-07dc577f4dd9} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5995 | 2025.04.30 22:41:27.273985 [ 259 ] {1a6d0f4e-ec43-4aca-a51e-07dc577f4dd9} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002193 sec., 3647.97081623347 rows/sec., 6.54 MiB/sec. | ||
| 5996 | 2025.04.30 22:41:27.274086 [ 259 ] {1a6d0f4e-ec43-4aca-a51e-07dc577f4dd9} <Debug> TCPHandler: Processed in 0.002424853 sec. | ||
| 5997 | 2025.04.30 22:41:27.274219 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5998 | 2025.04.30 22:41:27.274324 [ 259 ] {cec6d332-7804-4a16-a5ac-a7ded255cd20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5999 | 2025.04.30 22:41:27.274369 [ 259 ] {cec6d332-7804-4a16-a5ac-a7ded255cd20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6000 | 2025.04.30 22:41:27.274800 [ 259 ] {cec6d332-7804-4a16-a5ac-a7ded255cd20} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6001 | 2025.04.30 22:41:27.274838 [ 259 ] {cec6d332-7804-4a16-a5ac-a7ded255cd20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6002 | 2025.04.30 22:41:27.275187 [ 259 ] {cec6d332-7804-4a16-a5ac-a7ded255cd20} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6003 | 2025.04.30 22:41:27.275425 [ 259 ] {cec6d332-7804-4a16-a5ac-a7ded255cd20} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6004 | 2025.04.30 22:41:27.275622 [ 259 ] {cec6d332-7804-4a16-a5ac-a7ded255cd20} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001317 sec., 62262.718299164764 rows/sec., 3.95 MiB/sec. | ||
| 6005 | 2025.04.30 22:41:27.275676 [ 259 ] {cec6d332-7804-4a16-a5ac-a7ded255cd20} <Debug> TCPHandler: Processed in 0.001506131 sec. | ||
| 6006 | 2025.04.30 22:41:32.250591 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6007 | 2025.04.30 22:41:32.250808 [ 259 ] {23133a36-144c-4e31-82e9-559dca808eed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6008 | 2025.04.30 22:41:32.250887 [ 259 ] {23133a36-144c-4e31-82e9-559dca808eed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6009 | 2025.04.30 22:41:32.251775 [ 259 ] {23133a36-144c-4e31-82e9-559dca808eed} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6010 | 2025.04.30 22:41:32.251817 [ 259 ] {23133a36-144c-4e31-82e9-559dca808eed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6011 | 2025.04.30 22:41:32.252277 [ 259 ] {23133a36-144c-4e31-82e9-559dca808eed} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6012 | 2025.04.30 22:41:32.252529 [ 259 ] {23133a36-144c-4e31-82e9-559dca808eed} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6013 | 2025.04.30 22:41:32.252724 [ 259 ] {23133a36-144c-4e31-82e9-559dca808eed} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001971 sec., 60882.800608828 rows/sec., 5.17 MiB/sec. | ||
| 6014 | 2025.04.30 22:41:32.252788 [ 259 ] {23133a36-144c-4e31-82e9-559dca808eed} <Debug> TCPHandler: Processed in 0.00232894 sec. | ||
| 6015 | 2025.04.30 22:41:32.252935 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6016 | 2025.04.30 22:41:32.253047 [ 259 ] {4708136d-cd53-4d1d-9f7c-e00f60193e82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6017 | 2025.04.30 22:41:32.253094 [ 259 ] {4708136d-cd53-4d1d-9f7c-e00f60193e82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6018 | 2025.04.30 22:41:32.253647 [ 259 ] {4708136d-cd53-4d1d-9f7c-e00f60193e82} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6019 | 2025.04.30 22:41:32.253685 [ 259 ] {4708136d-cd53-4d1d-9f7c-e00f60193e82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6020 | 2025.04.30 22:41:32.254034 [ 259 ] {4708136d-cd53-4d1d-9f7c-e00f60193e82} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6021 | 2025.04.30 22:41:32.254269 [ 259 ] {4708136d-cd53-4d1d-9f7c-e00f60193e82} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6022 | 2025.04.30 22:41:32.254435 [ 259 ] {4708136d-cd53-4d1d-9f7c-e00f60193e82} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001414 sec., 22630.834512022633 rows/sec., 1.66 MiB/sec. | ||
| 6023 | 2025.04.30 22:41:32.254485 [ 259 ] {4708136d-cd53-4d1d-9f7c-e00f60193e82} <Debug> TCPHandler: Processed in 0.001601295 sec. | ||
| 6024 | 2025.04.30 22:41:32.254604 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6025 | 2025.04.30 22:41:32.254710 [ 259 ] {6ecb0240-5972-4cc6-8522-810d92f5c02c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6026 | 2025.04.30 22:41:32.254755 [ 259 ] {6ecb0240-5972-4cc6-8522-810d92f5c02c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6027 | 2025.04.30 22:41:32.255289 [ 259 ] {6ecb0240-5972-4cc6-8522-810d92f5c02c} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6028 | 2025.04.30 22:41:32.255326 [ 259 ] {6ecb0240-5972-4cc6-8522-810d92f5c02c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6029 | 2025.04.30 22:41:32.255687 [ 259 ] {6ecb0240-5972-4cc6-8522-810d92f5c02c} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6030 | 2025.04.30 22:41:32.255925 [ 259 ] {6ecb0240-5972-4cc6-8522-810d92f5c02c} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6031 | 2025.04.30 22:41:32.256124 [ 259 ] {6ecb0240-5972-4cc6-8522-810d92f5c02c} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001435 sec., 66898.95470383274 rows/sec., 5.22 MiB/sec. | ||
| 6032 | 2025.04.30 22:41:32.256271 [ 259 ] {6ecb0240-5972-4cc6-8522-810d92f5c02c} <Debug> TCPHandler: Processed in 0.001716919 sec. | ||
| 6033 | 2025.04.30 22:41:32.256420 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6034 | 2025.04.30 22:41:32.256529 [ 259 ] {712d9bf4-033f-4c42-9327-f95458525920} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6035 | 2025.04.30 22:41:32.256577 [ 259 ] {712d9bf4-033f-4c42-9327-f95458525920} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6036 | 2025.04.30 22:41:32.257090 [ 259 ] {712d9bf4-033f-4c42-9327-f95458525920} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6037 | 2025.04.30 22:41:32.257127 [ 259 ] {712d9bf4-033f-4c42-9327-f95458525920} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6038 | 2025.04.30 22:41:32.257519 [ 259 ] {712d9bf4-033f-4c42-9327-f95458525920} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6039 | 2025.04.30 22:41:32.257765 [ 259 ] {712d9bf4-033f-4c42-9327-f95458525920} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6040 | 2025.04.30 22:41:32.257939 [ 259 ] {712d9bf4-033f-4c42-9327-f95458525920} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001433 sec., 111653.87299371947 rows/sec., 7.78 MiB/sec. | ||
| 6041 | 2025.04.30 22:41:32.257989 [ 259 ] {712d9bf4-033f-4c42-9327-f95458525920} <Debug> TCPHandler: Processed in 0.001621916 sec. | ||
| 6042 | 2025.04.30 22:41:32.258107 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6043 | 2025.04.30 22:41:32.258210 [ 259 ] {46b9c331-1278-4630-b812-b3bb0272e48d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6044 | 2025.04.30 22:41:32.258273 [ 259 ] {46b9c331-1278-4630-b812-b3bb0272e48d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6045 | 2025.04.30 22:41:32.259383 [ 259 ] {46b9c331-1278-4630-b812-b3bb0272e48d} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6046 | 2025.04.30 22:41:32.259420 [ 259 ] {46b9c331-1278-4630-b812-b3bb0272e48d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6047 | 2025.04.30 22:41:32.260050 [ 259 ] {46b9c331-1278-4630-b812-b3bb0272e48d} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6048 | 2025.04.30 22:41:32.260337 [ 259 ] {46b9c331-1278-4630-b812-b3bb0272e48d} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6049 | 2025.04.30 22:41:32.260527 [ 259 ] {46b9c331-1278-4630-b812-b3bb0272e48d} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002337 sec., 13692.768506632434 rows/sec., 24.54 MiB/sec. | ||
| 6050 | 2025.04.30 22:41:32.260630 [ 259 ] {46b9c331-1278-4630-b812-b3bb0272e48d} <Debug> TCPHandler: Processed in 0.002575879 sec. | ||
| 6051 | 2025.04.30 22:41:32.260752 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6052 | 2025.04.30 22:41:32.260855 [ 259 ] {a67aac10-7790-47ac-840c-23c13d55fee7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6053 | 2025.04.30 22:41:32.260900 [ 259 ] {a67aac10-7790-47ac-840c-23c13d55fee7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6054 | 2025.04.30 22:41:32.261327 [ 259 ] {a67aac10-7790-47ac-840c-23c13d55fee7} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6055 | 2025.04.30 22:41:32.261363 [ 259 ] {a67aac10-7790-47ac-840c-23c13d55fee7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6056 | 2025.04.30 22:41:32.261715 [ 259 ] {a67aac10-7790-47ac-840c-23c13d55fee7} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6057 | 2025.04.30 22:41:32.261947 [ 259 ] {a67aac10-7790-47ac-840c-23c13d55fee7} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6058 | 2025.04.30 22:41:32.262124 [ 259 ] {a67aac10-7790-47ac-840c-23c13d55fee7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00129 sec., 46511.62790697675 rows/sec., 3.13 MiB/sec. | ||
| 6059 | 2025.04.30 22:41:32.262175 [ 259 ] {a67aac10-7790-47ac-840c-23c13d55fee7} <Debug> TCPHandler: Processed in 0.001473621 sec. | ||
| 6060 | 2025.04.30 22:41:33.026203 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13359 | ||
| 6061 | 2025.04.30 22:41:33.026830 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6062 | 2025.04.30 22:41:33.026870 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6063 | 2025.04.30 22:41:33.027438 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6064 | 2025.04.30 22:41:33.027684 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6065 | 2025.04.30 22:41:33.027920 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359 | ||
| 6066 | 2025.04.30 22:41:33.926356 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 | ||
| 6067 | 2025.04.30 22:41:33.947606 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6068 | 2025.04.30 22:41:33.947663 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6069 | 2025.04.30 22:41:33.955408 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6070 | 2025.04.30 22:41:33.956227 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6071 | 2025.04.30 22:41:33.959095 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 6072 | 2025.04.30 22:41:35.582233 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 870 | ||
| 6073 | 2025.04.30 22:41:35.585361 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6074 | 2025.04.30 22:41:35.585410 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6075 | 2025.04.30 22:41:35.586908 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6076 | 2025.04.30 22:41:35.587221 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6077 | 2025.04.30 22:41:35.587456 [ 98 ] {} <Debug> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6078 | 2025.04.30 22:41:35.587595 [ 98 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6079 | 2025.04.30 22:41:35.587662 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6080 | 2025.04.30 22:41:35.588308 [ 188 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::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 | ||
| 6081 | 2025.04.30 22:41:35.589216 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 870 | ||
| 6082 | 2025.04.30 22:41:35.589674 [ 188 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6083 | 2025.04.30 22:41:35.589842 [ 188 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 702 rows starting from the beginning of the part | ||
| 6084 | 2025.04.30 22:41:35.590351 [ 188 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::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 | ||
| 6085 | 2025.04.30 22:41:35.590839 [ 188 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 36 rows starting from the beginning of the part | ||
| 6086 | 2025.04.30 22:41:35.591311 [ 188 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 58 rows starting from the beginning of the part | ||
| 6087 | 2025.04.30 22:41:35.591779 [ 188 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::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 | ||
| 6088 | 2025.04.30 22:41:35.592229 [ 188 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 34 rows starting from the beginning of the part | ||
| 6089 | 2025.04.30 22:41:35.599542 [ 190 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 870 rows, containing 72 columns (72 merged, 0 gathered) in 0.011715203 sec., 74262.4775686772 rows/sec., 61.13 MiB/sec. | ||
| 6090 | 2025.04.30 22:41:35.601184 [ 193 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6091 | 2025.04.30 22:41:35.602018 [ 193 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_21_4} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6092 | 2025.04.30 22:41:35.602116 [ 193 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_21_4} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6093 | 2025.04.30 22:41:35.602423 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.28 MiB. | ||
| 6094 | 2025.04.30 22:41:37.255479 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6095 | 2025.04.30 22:41:37.255686 [ 259 ] {04ddf9a0-b081-4f18-8bd0-66a6ec3fae29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6096 | 2025.04.30 22:41:37.255764 [ 259 ] {04ddf9a0-b081-4f18-8bd0-66a6ec3fae29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6097 | 2025.04.30 22:41:37.256611 [ 259 ] {04ddf9a0-b081-4f18-8bd0-66a6ec3fae29} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6098 | 2025.04.30 22:41:37.256665 [ 259 ] {04ddf9a0-b081-4f18-8bd0-66a6ec3fae29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6099 | 2025.04.30 22:41:37.257108 [ 259 ] {04ddf9a0-b081-4f18-8bd0-66a6ec3fae29} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6100 | 2025.04.30 22:41:37.257386 [ 259 ] {04ddf9a0-b081-4f18-8bd0-66a6ec3fae29} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6101 | 2025.04.30 22:41:37.257678 [ 259 ] {04ddf9a0-b081-4f18-8bd0-66a6ec3fae29} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002039 sec., 103972.53555664541 rows/sec., 6.61 MiB/sec. | ||
| 6102 | 2025.04.30 22:41:37.257838 [ 259 ] {04ddf9a0-b081-4f18-8bd0-66a6ec3fae29} <Debug> TCPHandler: Processed in 0.002486595 sec. | ||
| 6103 | 2025.04.30 22:41:37.258106 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6104 | 2025.04.30 22:41:37.258226 [ 259 ] {388e097e-ccc2-4df7-898b-37bb0d2121fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6105 | 2025.04.30 22:41:37.258274 [ 259 ] {388e097e-ccc2-4df7-898b-37bb0d2121fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6106 | 2025.04.30 22:41:37.259136 [ 259 ] {388e097e-ccc2-4df7-898b-37bb0d2121fe} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6107 | 2025.04.30 22:41:37.259176 [ 259 ] {388e097e-ccc2-4df7-898b-37bb0d2121fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6108 | 2025.04.30 22:41:37.259571 [ 259 ] {388e097e-ccc2-4df7-898b-37bb0d2121fe} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6109 | 2025.04.30 22:41:37.259812 [ 259 ] {388e097e-ccc2-4df7-898b-37bb0d2121fe} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6110 | 2025.04.30 22:41:37.260002 [ 259 ] {388e097e-ccc2-4df7-898b-37bb0d2121fe} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001794 sec., 352842.8093645485 rows/sec., 27.75 MiB/sec. | ||
| 6111 | 2025.04.30 22:41:37.260101 [ 259 ] {388e097e-ccc2-4df7-898b-37bb0d2121fe} <Debug> TCPHandler: Processed in 0.002073951 sec. | ||
| 6112 | 2025.04.30 22:41:37.260352 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6113 | 2025.04.30 22:41:37.260496 [ 259 ] {31ccf375-1741-4944-8e25-81aa405618c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6114 | 2025.04.30 22:41:37.260543 [ 259 ] {31ccf375-1741-4944-8e25-81aa405618c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6115 | 2025.04.30 22:41:37.261102 [ 259 ] {31ccf375-1741-4944-8e25-81aa405618c6} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6116 | 2025.04.30 22:41:37.261139 [ 259 ] {31ccf375-1741-4944-8e25-81aa405618c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6117 | 2025.04.30 22:41:37.261477 [ 259 ] {31ccf375-1741-4944-8e25-81aa405618c6} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6118 | 2025.04.30 22:41:37.261704 [ 259 ] {31ccf375-1741-4944-8e25-81aa405618c6} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6119 | 2025.04.30 22:41:37.261827 [ 107 ] {} <Debug> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
| 6120 | 2025.04.30 22:41:37.261872 [ 259 ] {31ccf375-1741-4944-8e25-81aa405618c6} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001395 sec., 81720.43010752689 rows/sec., 4.89 MiB/sec. | ||
| 6121 | 2025.04.30 22:41:37.261877 [ 107 ] {} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6122 | 2025.04.30 22:41:37.261929 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6123 | 2025.04.30 22:41:37.261944 [ 259 ] {31ccf375-1741-4944-8e25-81aa405618c6} <Debug> TCPHandler: Processed in 0.001703318 sec. | ||
| 6124 | 2025.04.30 22:41:37.262078 [ 190 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full | ||
| 6125 | 2025.04.30 22:41:37.262086 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6126 | 2025.04.30 22:41:37.262234 [ 259 ] {cfbe9543-c8f0-4fa7-b053-7e0c850b1f31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6127 | 2025.04.30 22:41:37.262238 [ 190 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6128 | 2025.04.30 22:41:37.262286 [ 259 ] {cfbe9543-c8f0-4fa7-b053-7e0c850b1f31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6129 | 2025.04.30 22:41:37.262290 [ 190 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 164 rows starting from the beginning of the part | ||
| 6130 | 2025.04.30 22:41:37.262466 [ 190 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 126 rows starting from the beginning of the part | ||
| 6131 | 2025.04.30 22:41:37.262908 [ 190 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 32 rows starting from the beginning of the part | ||
| 6132 | 2025.04.30 22:41:37.263363 [ 190 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 114 rows starting from the beginning of the part | ||
| 6133 | 2025.04.30 22:41:37.263737 [ 190 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 32 rows starting from the beginning of the part | ||
| 6134 | 2025.04.30 22:41:37.264116 [ 190 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 114 rows starting from the beginning of the part | ||
| 6135 | 2025.04.30 22:41:37.264863 [ 259 ] {cfbe9543-c8f0-4fa7-b053-7e0c850b1f31} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6136 | 2025.04.30 22:41:37.264913 [ 259 ] {cfbe9543-c8f0-4fa7-b053-7e0c850b1f31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6137 | 2025.04.30 22:41:37.265552 [ 259 ] {cfbe9543-c8f0-4fa7-b053-7e0c850b1f31} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6138 | 2025.04.30 22:41:37.265907 [ 190 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 582 rows, containing 5 columns (5 merged, 0 gathered) in 0.003894634 sec., 149436.37836058537 rows/sec., 9.91 MiB/sec. | ||
| 6139 | 2025.04.30 22:41:37.265913 [ 259 ] {cfbe9543-c8f0-4fa7-b053-7e0c850b1f31} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6140 | 2025.04.30 22:41:37.266207 [ 191 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
| 6141 | 2025.04.30 22:41:37.266279 [ 259 ] {cfbe9543-c8f0-4fa7-b053-7e0c850b1f31} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.004068 sec., 27777.77777777778 rows/sec., 1.80 MiB/sec. | ||
| 6142 | 2025.04.30 22:41:37.266635 [ 259 ] {cfbe9543-c8f0-4fa7-b053-7e0c850b1f31} <Debug> TCPHandler: Processed in 0.004596398 sec. | ||
| 6143 | 2025.04.30 22:41:37.266920 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6144 | 2025.04.30 22:41:37.267097 [ 259 ] {7d588568-a080-47f4-a32b-6cdfec7d37eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6145 | 2025.04.30 22:41:37.267178 [ 259 ] {7d588568-a080-47f4-a32b-6cdfec7d37eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6146 | 2025.04.30 22:41:37.267201 [ 191 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_35_7} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6147 | 2025.04.30 22:41:37.267439 [ 191 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_35_7} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
| 6148 | 2025.04.30 22:41:37.267652 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 6149 | 2025.04.30 22:41:37.268109 [ 259 ] {7d588568-a080-47f4-a32b-6cdfec7d37eb} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6150 | 2025.04.30 22:41:37.268155 [ 259 ] {7d588568-a080-47f4-a32b-6cdfec7d37eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6151 | 2025.04.30 22:41:37.268517 [ 259 ] {7d588568-a080-47f4-a32b-6cdfec7d37eb} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6152 | 2025.04.30 22:41:37.268756 [ 259 ] {7d588568-a080-47f4-a32b-6cdfec7d37eb} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6153 | 2025.04.30 22:41:37.268978 [ 259 ] {7d588568-a080-47f4-a32b-6cdfec7d37eb} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001917 sec., 58424.621804903494 rows/sec., 3.33 MiB/sec. | ||
| 6154 | 2025.04.30 22:41:37.269206 [ 259 ] {7d588568-a080-47f4-a32b-6cdfec7d37eb} <Debug> TCPHandler: Processed in 0.002371971 sec. | ||
| 6155 | 2025.04.30 22:41:37.269379 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6156 | 2025.04.30 22:41:37.269487 [ 259 ] {1d82d7f4-bc1d-466b-98ab-04be5125a464} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6157 | 2025.04.30 22:41:37.269532 [ 259 ] {1d82d7f4-bc1d-466b-98ab-04be5125a464} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6158 | 2025.04.30 22:41:37.270226 [ 259 ] {1d82d7f4-bc1d-466b-98ab-04be5125a464} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6159 | 2025.04.30 22:41:37.270265 [ 259 ] {1d82d7f4-bc1d-466b-98ab-04be5125a464} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6160 | 2025.04.30 22:41:37.270638 [ 259 ] {1d82d7f4-bc1d-466b-98ab-04be5125a464} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6161 | 2025.04.30 22:41:37.270889 [ 259 ] {1d82d7f4-bc1d-466b-98ab-04be5125a464} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6162 | 2025.04.30 22:41:37.271086 [ 259 ] {1d82d7f4-bc1d-466b-98ab-04be5125a464} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001619 sec., 240889.43792464485 rows/sec., 17.03 MiB/sec. | ||
| 6163 | 2025.04.30 22:41:37.271172 [ 259 ] {1d82d7f4-bc1d-466b-98ab-04be5125a464} <Debug> TCPHandler: Processed in 0.001844943 sec. | ||
| 6164 | 2025.04.30 22:41:37.271428 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6165 | 2025.04.30 22:41:37.271645 [ 259 ] {620b6a22-581d-4469-9c81-459841307156} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6166 | 2025.04.30 22:41:37.271697 [ 259 ] {620b6a22-581d-4469-9c81-459841307156} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6167 | 2025.04.30 22:41:37.272123 [ 259 ] {620b6a22-581d-4469-9c81-459841307156} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6168 | 2025.04.30 22:41:37.272160 [ 259 ] {620b6a22-581d-4469-9c81-459841307156} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6169 | 2025.04.30 22:41:37.272505 [ 259 ] {620b6a22-581d-4469-9c81-459841307156} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6170 | 2025.04.30 22:41:37.272738 [ 259 ] {620b6a22-581d-4469-9c81-459841307156} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6171 | 2025.04.30 22:41:37.272866 [ 107 ] {} <Debug> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 6172 | 2025.04.30 22:41:37.272909 [ 107 ] {} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6173 | 2025.04.30 22:41:37.272919 [ 259 ] {620b6a22-581d-4469-9c81-459841307156} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001333 sec., 4501.12528132033 rows/sec., 235.17 KiB/sec. | ||
| 6174 | 2025.04.30 22:41:37.272939 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6175 | 2025.04.30 22:41:37.273018 [ 259 ] {620b6a22-581d-4469-9c81-459841307156} <Debug> TCPHandler: Processed in 0.001689929 sec. | ||
| 6176 | 2025.04.30 22:41:37.273197 [ 195 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
| 6177 | 2025.04.30 22:41:37.273234 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6178 | 2025.04.30 22:41:37.273461 [ 195 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6179 | 2025.04.30 22:41:37.273465 [ 259 ] {a11552ef-f045-441f-981b-24e8db866704} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6180 | 2025.04.30 22:41:37.273530 [ 195 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 90 rows starting from the beginning of the part | ||
| 6181 | 2025.04.30 22:41:37.273580 [ 259 ] {a11552ef-f045-441f-981b-24e8db866704} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6182 | 2025.04.30 22:41:37.273826 [ 195 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 6183 | 2025.04.30 22:41:37.274170 [ 195 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 6184 | 2025.04.30 22:41:37.274582 [ 195 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
| 6185 | 2025.04.30 22:41:37.274936 [ 195 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
| 6186 | 2025.04.30 22:41:37.275171 [ 195 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 6187 | 2025.04.30 22:41:37.276145 [ 259 ] {a11552ef-f045-441f-981b-24e8db866704} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6188 | 2025.04.30 22:41:37.276218 [ 259 ] {a11552ef-f045-441f-981b-24e8db866704} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6189 | 2025.04.30 22:41:37.277266 [ 259 ] {a11552ef-f045-441f-981b-24e8db866704} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6190 | 2025.04.30 22:41:37.277669 [ 187 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.004629679 sec., 25919.723592067614 rows/sec., 1.32 MiB/sec. | ||
| 6191 | 2025.04.30 22:41:37.277824 [ 259 ] {a11552ef-f045-441f-981b-24e8db866704} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6192 | 2025.04.30 22:41:37.277890 [ 187 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 6193 | 2025.04.30 22:41:37.278175 [ 259 ] {a11552ef-f045-441f-981b-24e8db866704} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004787 sec., 49509.08711092543 rows/sec., 3.32 MiB/sec. | ||
| 6194 | 2025.04.30 22:41:37.278349 [ 259 ] {a11552ef-f045-441f-981b-24e8db866704} <Debug> TCPHandler: Processed in 0.005171477 sec. | ||
| 6195 | 2025.04.30 22:41:37.278474 [ 187 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_20_4} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6196 | 2025.04.30 22:41:37.278531 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6197 | 2025.04.30 22:41:37.278605 [ 187 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_20_4} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 6198 | 2025.04.30 22:41:37.278736 [ 259 ] {9eb9d613-2a57-4116-845f-a75cc01d8cd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6199 | 2025.04.30 22:41:37.278747 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6200 | 2025.04.30 22:41:37.278815 [ 259 ] {9eb9d613-2a57-4116-845f-a75cc01d8cd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6201 | 2025.04.30 22:41:37.279256 [ 259 ] {9eb9d613-2a57-4116-845f-a75cc01d8cd3} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6202 | 2025.04.30 22:41:37.279294 [ 259 ] {9eb9d613-2a57-4116-845f-a75cc01d8cd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6203 | 2025.04.30 22:41:37.279643 [ 259 ] {9eb9d613-2a57-4116-845f-a75cc01d8cd3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6204 | 2025.04.30 22:41:37.279886 [ 259 ] {9eb9d613-2a57-4116-845f-a75cc01d8cd3} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6205 | 2025.04.30 22:41:37.280058 [ 259 ] {9eb9d613-2a57-4116-845f-a75cc01d8cd3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0014 sec., 714.2857142857143 rows/sec., 48.13 KiB/sec. | ||
| 6206 | 2025.04.30 22:41:37.280106 [ 259 ] {9eb9d613-2a57-4116-845f-a75cc01d8cd3} <Debug> TCPHandler: Processed in 0.001652227 sec. | ||
| 6207 | 2025.04.30 22:41:37.280233 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6208 | 2025.04.30 22:41:37.280338 [ 259 ] {a14ebef3-16de-48aa-8c92-16ef78e2e68a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6209 | 2025.04.30 22:41:37.280403 [ 259 ] {a14ebef3-16de-48aa-8c92-16ef78e2e68a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6210 | 2025.04.30 22:41:37.281430 [ 259 ] {a14ebef3-16de-48aa-8c92-16ef78e2e68a} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6211 | 2025.04.30 22:41:37.281467 [ 259 ] {a14ebef3-16de-48aa-8c92-16ef78e2e68a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6212 | 2025.04.30 22:41:37.282051 [ 259 ] {a14ebef3-16de-48aa-8c92-16ef78e2e68a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6213 | 2025.04.30 22:41:37.282313 [ 259 ] {a14ebef3-16de-48aa-8c92-16ef78e2e68a} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6214 | 2025.04.30 22:41:37.282504 [ 259 ] {a14ebef3-16de-48aa-8c92-16ef78e2e68a} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002188 sec., 3656.3071297989036 rows/sec., 6.55 MiB/sec. | ||
| 6215 | 2025.04.30 22:41:37.282593 [ 259 ] {a14ebef3-16de-48aa-8c92-16ef78e2e68a} <Debug> TCPHandler: Processed in 0.002410393 sec. | ||
| 6216 | 2025.04.30 22:41:37.282713 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6217 | 2025.04.30 22:41:37.282837 [ 259 ] {ffc2fc16-b458-4ab8-9303-3dac193f3350} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6218 | 2025.04.30 22:41:37.282893 [ 259 ] {ffc2fc16-b458-4ab8-9303-3dac193f3350} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6219 | 2025.04.30 22:41:37.283416 [ 259 ] {ffc2fc16-b458-4ab8-9303-3dac193f3350} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6220 | 2025.04.30 22:41:37.283461 [ 259 ] {ffc2fc16-b458-4ab8-9303-3dac193f3350} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 6221 | 2025.04.30 22:41:37.283877 [ 259 ] {ffc2fc16-b458-4ab8-9303-3dac193f3350} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6222 | 2025.04.30 22:41:37.284114 [ 259 ] {ffc2fc16-b458-4ab8-9303-3dac193f3350} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6223 | 2025.04.30 22:41:37.284293 [ 259 ] {ffc2fc16-b458-4ab8-9303-3dac193f3350} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001484 sec., 55256.06469002695 rows/sec., 3.51 MiB/sec. | ||
| 6224 | 2025.04.30 22:41:37.284341 [ 259 ] {ffc2fc16-b458-4ab8-9303-3dac193f3350} <Debug> TCPHandler: Processed in 0.001679968 sec. | ||
| 6225 | 2025.04.30 22:41:40.347833 [ 153 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6226 | 2025.04.30 22:41:40.347910 [ 153 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6227 | 2025.04.30 22:41:40.528945 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13786 | ||
| 6228 | 2025.04.30 22:41:40.529713 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6229 | 2025.04.30 22:41:40.529766 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6230 | 2025.04.30 22:41:40.530307 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6231 | 2025.04.30 22:41:40.530565 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6232 | 2025.04.30 22:41:40.530849 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 6233 | 2025.04.30 22:41:41.460070 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 6234 | 2025.04.30 22:41:41.482287 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6235 | 2025.04.30 22:41:41.482354 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6236 | 2025.04.30 22:41:41.489540 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6237 | 2025.04.30 22:41:41.490328 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6238 | 2025.04.30 22:41:41.493025 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 6239 | 2025.04.30 22:41:42.250777 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6240 | 2025.04.30 22:41:42.250985 [ 259 ] {131f8131-af32-4cd7-8572-a7265f56233f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6241 | 2025.04.30 22:41:42.251062 [ 259 ] {131f8131-af32-4cd7-8572-a7265f56233f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6242 | 2025.04.30 22:41:42.251860 [ 259 ] {131f8131-af32-4cd7-8572-a7265f56233f} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6243 | 2025.04.30 22:41:42.251910 [ 259 ] {131f8131-af32-4cd7-8572-a7265f56233f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6244 | 2025.04.30 22:41:42.252345 [ 259 ] {131f8131-af32-4cd7-8572-a7265f56233f} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6245 | 2025.04.30 22:41:42.252595 [ 259 ] {131f8131-af32-4cd7-8572-a7265f56233f} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6246 | 2025.04.30 22:41:42.252823 [ 151 ] {} <Debug> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6247 | 2025.04.30 22:41:42.252845 [ 259 ] {131f8131-af32-4cd7-8572-a7265f56233f} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001907 sec., 62926.061877294174 rows/sec., 5.35 MiB/sec. | ||
| 6248 | 2025.04.30 22:41:42.252959 [ 151 ] {} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6249 | 2025.04.30 22:41:42.253014 [ 259 ] {131f8131-af32-4cd7-8572-a7265f56233f} <Debug> TCPHandler: Processed in 0.002369861 sec. | ||
| 6250 | 2025.04.30 22:41:42.253052 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6251 | 2025.04.30 22:41:42.253205 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6252 | 2025.04.30 22:41:42.253291 [ 186 ] {d4e73ecb-69f6-409c-bee6-1454de550956::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 | ||
| 6253 | 2025.04.30 22:41:42.253386 [ 259 ] {5fdcc01d-7453-45c0-b2cd-20511b7a1cf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6254 | 2025.04.30 22:41:42.253494 [ 259 ] {5fdcc01d-7453-45c0-b2cd-20511b7a1cf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6255 | 2025.04.30 22:41:42.253750 [ 186 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6256 | 2025.04.30 22:41:42.253853 [ 186 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1846 rows starting from the beginning of the part | ||
| 6257 | 2025.04.30 22:41:42.254066 [ 186 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 120 rows starting from the beginning of the part | ||
| 6258 | 2025.04.30 22:41:42.254516 [ 186 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 633 rows starting from the beginning of the part | ||
| 6259 | 2025.04.30 22:41:42.254999 [ 186 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 120 rows starting from the beginning of the part | ||
| 6260 | 2025.04.30 22:41:42.255295 [ 186 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 633 rows starting from the beginning of the part | ||
| 6261 | 2025.04.30 22:41:42.255607 [ 186 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 120 rows starting from the beginning of the part | ||
| 6262 | 2025.04.30 22:41:42.256333 [ 259 ] {5fdcc01d-7453-45c0-b2cd-20511b7a1cf4} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6263 | 2025.04.30 22:41:42.256377 [ 259 ] {5fdcc01d-7453-45c0-b2cd-20511b7a1cf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6264 | 2025.04.30 22:41:42.256914 [ 259 ] {5fdcc01d-7453-45c0-b2cd-20511b7a1cf4} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6265 | 2025.04.30 22:41:42.257250 [ 259 ] {5fdcc01d-7453-45c0-b2cd-20511b7a1cf4} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6266 | 2025.04.30 22:41:42.257497 [ 259 ] {5fdcc01d-7453-45c0-b2cd-20511b7a1cf4} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.004173 sec., 7668.344116942249 rows/sec., 576.62 KiB/sec. | ||
| 6267 | 2025.04.30 22:41:42.257558 [ 259 ] {5fdcc01d-7453-45c0-b2cd-20511b7a1cf4} <Debug> TCPHandler: Processed in 0.004431462 sec. | ||
| 6268 | 2025.04.30 22:41:42.257693 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6269 | 2025.04.30 22:41:42.257796 [ 259 ] {043c3f15-71fa-45bb-84f1-0ec5c71cec6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6270 | 2025.04.30 22:41:42.257852 [ 259 ] {043c3f15-71fa-45bb-84f1-0ec5c71cec6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6271 | 2025.04.30 22:41:42.258101 [ 187 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3472 rows, containing 5 columns (5 merged, 0 gathered) in 0.004924279 sec., 705077.8398218297 rows/sec., 59.71 MiB/sec. | ||
| 6272 | 2025.04.30 22:41:42.258557 [ 187 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6273 | 2025.04.30 22:41:42.258895 [ 259 ] {043c3f15-71fa-45bb-84f1-0ec5c71cec6e} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6274 | 2025.04.30 22:41:42.258951 [ 259 ] {043c3f15-71fa-45bb-84f1-0ec5c71cec6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6275 | 2025.04.30 22:41:42.259243 [ 187 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_46_9} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): 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.30 22:41:42.259401 [ 187 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_46_9} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6277 | 2025.04.30 22:41:42.259557 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 6278 | 2025.04.30 22:41:42.259653 [ 259 ] {043c3f15-71fa-45bb-84f1-0ec5c71cec6e} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6279 | 2025.04.30 22:41:42.259904 [ 259 ] {043c3f15-71fa-45bb-84f1-0ec5c71cec6e} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6280 | 2025.04.30 22:41:42.260083 [ 151 ] {} <Debug> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6281 | 2025.04.30 22:41:42.260138 [ 151 ] {} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6282 | 2025.04.30 22:41:42.260142 [ 259 ] {043c3f15-71fa-45bb-84f1-0ec5c71cec6e} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.002356 sec., 40747.02886247878 rows/sec., 3.18 MiB/sec. | ||
| 6283 | 2025.04.30 22:41:42.260180 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6284 | 2025.04.30 22:41:42.260324 [ 259 ] {043c3f15-71fa-45bb-84f1-0ec5c71cec6e} <Debug> TCPHandler: Processed in 0.002686922 sec. | ||
| 6285 | 2025.04.30 22:41:42.260379 [ 186 ] {e25d2b30-b306-449e-8756-7ab1229a4707::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 | ||
| 6286 | 2025.04.30 22:41:42.260478 [ 186 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6287 | 2025.04.30 22:41:42.260494 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6288 | 2025.04.30 22:41:42.260510 [ 186 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 914 rows starting from the beginning of the part | ||
| 6289 | 2025.04.30 22:41:42.260666 [ 186 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 96 rows starting from the beginning of the part | ||
| 6290 | 2025.04.30 22:41:42.260795 [ 259 ] {01f98890-9ff9-4c2a-b7b8-69bb5c14151b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6291 | 2025.04.30 22:41:42.261023 [ 259 ] {01f98890-9ff9-4c2a-b7b8-69bb5c14151b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6292 | 2025.04.30 22:41:42.261058 [ 186 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 390 rows starting from the beginning of the part | ||
| 6293 | 2025.04.30 22:41:42.261451 [ 186 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 96 rows starting from the beginning of the part | ||
| 6294 | 2025.04.30 22:41:42.261806 [ 186 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 390 rows starting from the beginning of the part | ||
| 6295 | 2025.04.30 22:41:42.262240 [ 186 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 96 rows starting from the beginning of the part | ||
| 6296 | 2025.04.30 22:41:42.263335 [ 259 ] {01f98890-9ff9-4c2a-b7b8-69bb5c14151b} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6297 | 2025.04.30 22:41:42.263379 [ 259 ] {01f98890-9ff9-4c2a-b7b8-69bb5c14151b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6298 | 2025.04.30 22:41:42.263897 [ 259 ] {01f98890-9ff9-4c2a-b7b8-69bb5c14151b} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6299 | 2025.04.30 22:41:42.264196 [ 187 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1982 rows, containing 5 columns (5 merged, 0 gathered) in 0.003898314 sec., 508424.9242108255 rows/sec., 38.88 MiB/sec. | ||
| 6300 | 2025.04.30 22:41:42.264275 [ 259 ] {01f98890-9ff9-4c2a-b7b8-69bb5c14151b} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): 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.30 22:41:42.264476 [ 187 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6302 | 2025.04.30 22:41:42.264536 [ 151 ] {} <Debug> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6303 | 2025.04.30 22:41:42.264650 [ 151 ] {} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6304 | 2025.04.30 22:41:42.264745 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6305 | 2025.04.30 22:41:42.264912 [ 259 ] {01f98890-9ff9-4c2a-b7b8-69bb5c14151b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004196 sec., 38131.553860819826 rows/sec., 2.66 MiB/sec. | ||
| 6306 | 2025.04.30 22:41:42.265402 [ 198 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::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.30 22:41:42.265431 [ 259 ] {01f98890-9ff9-4c2a-b7b8-69bb5c14151b} <Debug> TCPHandler: Processed in 0.004985371 sec. | ||
| 6308 | 2025.04.30 22:41:42.265827 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6309 | 2025.04.30 22:41:42.265968 [ 198 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6310 | 2025.04.30 22:41:42.266146 [ 198 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 13783 rows starting from the beginning of the part | ||
| 6311 | 2025.04.30 22:41:42.266253 [ 259 ] {d0795174-bc61-413a-bbc2-b8f001242297} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6312 | 2025.04.30 22:41:42.266704 [ 198 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::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 | ||
| 6313 | 2025.04.30 22:41:42.266828 [ 259 ] {d0795174-bc61-413a-bbc2-b8f001242297} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6314 | 2025.04.30 22:41:42.267204 [ 198 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 237 rows starting from the beginning of the part | ||
| 6315 | 2025.04.30 22:41:42.267671 [ 198 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::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 | ||
| 6316 | 2025.04.30 22:41:42.267754 [ 197 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_46_9} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6317 | 2025.04.30 22:41:42.268083 [ 198 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 237 rows starting from the beginning of the part | ||
| 6318 | 2025.04.30 22:41:42.268616 [ 198 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part | ||
| 6319 | 2025.04.30 22:41:42.269253 [ 197 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_46_9} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6320 | 2025.04.30 22:41:42.269630 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 6321 | 2025.04.30 22:41:42.271142 [ 259 ] {d0795174-bc61-413a-bbc2-b8f001242297} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6322 | 2025.04.30 22:41:42.271195 [ 259 ] {d0795174-bc61-413a-bbc2-b8f001242297} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6323 | 2025.04.30 22:41:42.272010 [ 259 ] {d0795174-bc61-413a-bbc2-b8f001242297} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6324 | 2025.04.30 22:41:42.272669 [ 259 ] {d0795174-bc61-413a-bbc2-b8f001242297} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6325 | 2025.04.30 22:41:42.272892 [ 152 ] {} <Debug> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6326 | 2025.04.30 22:41:42.272932 [ 259 ] {d0795174-bc61-413a-bbc2-b8f001242297} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.006862 sec., 4663.363450888954 rows/sec., 8.36 MiB/sec. | ||
| 6327 | 2025.04.30 22:41:42.273011 [ 152 ] {} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6328 | 2025.04.30 22:41:42.273122 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6329 | 2025.04.30 22:41:42.273182 [ 259 ] {d0795174-bc61-413a-bbc2-b8f001242297} <Debug> TCPHandler: Processed in 0.007466857 sec. | ||
| 6330 | 2025.04.30 22:41:42.273551 [ 187 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::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 | ||
| 6331 | 2025.04.30 22:41:42.273573 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6332 | 2025.04.30 22:41:42.273811 [ 259 ] {9102278b-6074-4db3-b8f6-28e161449565} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6333 | 2025.04.30 22:41:42.273958 [ 259 ] {9102278b-6074-4db3-b8f6-28e161449565} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6334 | 2025.04.30 22:41:42.275298 [ 187 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6335 | 2025.04.30 22:41:42.275528 [ 197 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14737 rows, containing 5 columns (5 merged, 0 gathered) in 0.010609984 sec., 1388974.761884655 rows/sec., 93.80 MiB/sec. | ||
| 6336 | 2025.04.30 22:41:42.275652 [ 187 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 550 rows starting from the beginning of the part | ||
| 6337 | 2025.04.30 22:41:42.276371 [ 187 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 32 rows starting from the beginning of the part | ||
| 6338 | 2025.04.30 22:41:42.276772 [ 197 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6339 | 2025.04.30 22:41:42.277325 [ 259 ] {9102278b-6074-4db3-b8f6-28e161449565} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6340 | 2025.04.30 22:41:42.277465 [ 259 ] {9102278b-6074-4db3-b8f6-28e161449565} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6341 | 2025.04.30 22:41:42.277599 [ 187 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 8 rows starting from the beginning of the part | ||
| 6342 | 2025.04.30 22:41:42.278487 [ 187 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 32 rows starting from the beginning of the part | ||
| 6343 | 2025.04.30 22:41:42.279193 [ 259 ] {9102278b-6074-4db3-b8f6-28e161449565} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6344 | 2025.04.30 22:41:42.279352 [ 187 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 8 rows starting from the beginning of the part | ||
| 6345 | 2025.04.30 22:41:42.280042 [ 259 ] {9102278b-6074-4db3-b8f6-28e161449565} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6346 | 2025.04.30 22:41:42.280157 [ 199 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6347 | 2025.04.30 22:41:42.280237 [ 187 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 32 rows starting from the beginning of the part | ||
| 6348 | 2025.04.30 22:41:42.280566 [ 199 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6349 | 2025.04.30 22:41:42.280612 [ 152 ] {} <Debug> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6350 | 2025.04.30 22:41:42.280720 [ 152 ] {} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6351 | 2025.04.30 22:41:42.280841 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6352 | 2025.04.30 22:41:42.281156 [ 259 ] {9102278b-6074-4db3-b8f6-28e161449565} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007379 sec., 8131.1830871391785 rows/sec., 561.14 KiB/sec. | ||
| 6353 | 2025.04.30 22:41:42.281180 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.74 MiB. | ||
| 6354 | 2025.04.30 22:41:42.281692 [ 259 ] {9102278b-6074-4db3-b8f6-28e161449565} <Debug> TCPHandler: Processed in 0.008208792 sec. | ||
| 6355 | 2025.04.30 22:41:42.282709 [ 197 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::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 | ||
| 6356 | 2025.04.30 22:41:42.282991 [ 197 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6357 | 2025.04.30 22:41:42.283057 [ 197 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2604 rows starting from the beginning of the part | ||
| 6358 | 2025.04.30 22:41:42.283422 [ 197 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::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 | ||
| 6359 | 2025.04.30 22:41:42.283788 [ 197 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 82 rows starting from the beginning of the part | ||
| 6360 | 2025.04.30 22:41:42.284094 [ 197 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::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 | ||
| 6361 | 2025.04.30 22:41:42.284380 [ 197 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 82 rows starting from the beginning of the part | ||
| 6362 | 2025.04.30 22:41:42.284525 [ 197 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part | ||
| 6363 | 2025.04.30 22:41:42.287567 [ 199 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2948 rows, containing 4 columns (4 merged, 0 gathered) in 0.006128001 sec., 481070.4175798927 rows/sec., 31.38 MiB/sec. | ||
| 6364 | 2025.04.30 22:41:42.288013 [ 199 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6365 | 2025.04.30 22:41:42.288615 [ 199 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_46_9} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6366 | 2025.04.30 22:41:42.289059 [ 199 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_46_9} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6367 | 2025.04.30 22:41:42.289159 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
| 6368 | 2025.04.30 22:41:42.293426 [ 196 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 662 rows, containing 19 columns (19 merged, 0 gathered) in 0.020071539 sec., 32982.024945869875 rows/sec., 59.10 MiB/sec. | ||
| 6369 | 2025.04.30 22:41:42.294648 [ 196 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6370 | 2025.04.30 22:41:42.295106 [ 196 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6371 | 2025.04.30 22:41:42.295225 [ 196 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6372 | 2025.04.30 22:41:42.295410 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.51 MiB. | ||
| 6373 | 2025.04.30 22:41:42.530397 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6374 | 2025.04.30 22:41:42.530658 [ 259 ] {e61b80c8-c63f-4ac4-b3f7-62fdf1658754} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6375 | 2025.04.30 22:41:42.530741 [ 259 ] {e61b80c8-c63f-4ac4-b3f7-62fdf1658754} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6376 | 2025.04.30 22:41:42.531679 [ 259 ] {e61b80c8-c63f-4ac4-b3f7-62fdf1658754} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6377 | 2025.04.30 22:41:42.531728 [ 259 ] {e61b80c8-c63f-4ac4-b3f7-62fdf1658754} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6378 | 2025.04.30 22:41:42.532165 [ 259 ] {e61b80c8-c63f-4ac4-b3f7-62fdf1658754} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6379 | 2025.04.30 22:41:42.532423 [ 259 ] {e61b80c8-c63f-4ac4-b3f7-62fdf1658754} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6380 | 2025.04.30 22:41:42.532603 [ 152 ] {} <Debug> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6381 | 2025.04.30 22:41:42.532669 [ 259 ] {e61b80c8-c63f-4ac4-b3f7-62fdf1658754} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002062 sec., 102812.80310378273 rows/sec., 6.54 MiB/sec. | ||
| 6382 | 2025.04.30 22:41:42.532681 [ 152 ] {} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6383 | 2025.04.30 22:41:42.532753 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6384 | 2025.04.30 22:41:42.532789 [ 259 ] {e61b80c8-c63f-4ac4-b3f7-62fdf1658754} <Debug> TCPHandler: Processed in 0.002511076 sec. | ||
| 6385 | 2025.04.30 22:41:42.532992 [ 192 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
| 6386 | 2025.04.30 22:41:42.533010 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6387 | 2025.04.30 22:41:42.533245 [ 192 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6388 | 2025.04.30 22:41:42.533258 [ 259 ] {42410f86-cf82-4c1d-9350-17540ce5d49a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6389 | 2025.04.30 22:41:42.533313 [ 192 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 212 rows starting from the beginning of the part | ||
| 6390 | 2025.04.30 22:41:42.533356 [ 259 ] {42410f86-cf82-4c1d-9350-17540ce5d49a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6391 | 2025.04.30 22:41:42.533637 [ 192 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 212 rows starting from the beginning of the part | ||
| 6392 | 2025.04.30 22:41:42.534002 [ 192 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 212 rows starting from the beginning of the part | ||
| 6393 | 2025.04.30 22:41:42.534300 [ 192 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 212 rows starting from the beginning of the part | ||
| 6394 | 2025.04.30 22:41:42.534641 [ 192 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 212 rows starting from the beginning of the part | ||
| 6395 | 2025.04.30 22:41:42.536256 [ 193 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.003387136 sec., 312948.75670773187 rows/sec., 21.10 MiB/sec. | ||
| 6396 | 2025.04.30 22:41:42.536607 [ 193 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6397 | 2025.04.30 22:41:42.537158 [ 193 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_21_5} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6398 | 2025.04.30 22:41:42.537301 [ 193 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_21_5} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6399 | 2025.04.30 22:41:42.537429 [ 259 ] {42410f86-cf82-4c1d-9350-17540ce5d49a} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6400 | 2025.04.30 22:41:42.537453 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 6401 | 2025.04.30 22:41:42.537501 [ 259 ] {42410f86-cf82-4c1d-9350-17540ce5d49a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6402 | 2025.04.30 22:41:42.538006 [ 259 ] {42410f86-cf82-4c1d-9350-17540ce5d49a} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6403 | 2025.04.30 22:41:42.538273 [ 259 ] {42410f86-cf82-4c1d-9350-17540ce5d49a} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6404 | 2025.04.30 22:41:42.538479 [ 259 ] {42410f86-cf82-4c1d-9350-17540ce5d49a} <Debug> executeQuery: Read 1773 rows, 147.54 KiB in 0.005303 sec., 334339.0533660192 rows/sec., 27.17 MiB/sec. | ||
| 6405 | 2025.04.30 22:41:42.538542 [ 259 ] {42410f86-cf82-4c1d-9350-17540ce5d49a} <Debug> TCPHandler: Processed in 0.005606342 sec. | ||
| 6406 | 2025.04.30 22:41:42.538655 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6407 | 2025.04.30 22:41:42.538760 [ 259 ] {3244ed08-def9-4ebf-93b9-57def1f87b64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6408 | 2025.04.30 22:41:42.538804 [ 259 ] {3244ed08-def9-4ebf-93b9-57def1f87b64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6409 | 2025.04.30 22:41:42.539428 [ 259 ] {3244ed08-def9-4ebf-93b9-57def1f87b64} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6410 | 2025.04.30 22:41:42.539467 [ 259 ] {3244ed08-def9-4ebf-93b9-57def1f87b64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6411 | 2025.04.30 22:41:42.539866 [ 259 ] {3244ed08-def9-4ebf-93b9-57def1f87b64} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6412 | 2025.04.30 22:41:42.540104 [ 259 ] {3244ed08-def9-4ebf-93b9-57def1f87b64} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6413 | 2025.04.30 22:41:42.540311 [ 259 ] {3244ed08-def9-4ebf-93b9-57def1f87b64} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001573 sec., 72472.98156389066 rows/sec., 4.34 MiB/sec. | ||
| 6414 | 2025.04.30 22:41:42.540362 [ 259 ] {3244ed08-def9-4ebf-93b9-57def1f87b64} <Debug> TCPHandler: Processed in 0.001756561 sec. | ||
| 6415 | 2025.04.30 22:41:42.540476 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6416 | 2025.04.30 22:41:42.540580 [ 259 ] {014a0f5d-9287-4919-8845-0cf386dd7ddf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6417 | 2025.04.30 22:41:42.540623 [ 259 ] {014a0f5d-9287-4919-8845-0cf386dd7ddf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6418 | 2025.04.30 22:41:42.541281 [ 259 ] {014a0f5d-9287-4919-8845-0cf386dd7ddf} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6419 | 2025.04.30 22:41:42.541320 [ 259 ] {014a0f5d-9287-4919-8845-0cf386dd7ddf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6420 | 2025.04.30 22:41:42.541676 [ 259 ] {014a0f5d-9287-4919-8845-0cf386dd7ddf} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6421 | 2025.04.30 22:41:42.541912 [ 259 ] {014a0f5d-9287-4919-8845-0cf386dd7ddf} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6422 | 2025.04.30 22:41:42.542137 [ 259 ] {014a0f5d-9287-4919-8845-0cf386dd7ddf} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.00156 sec., 218589.7435897436 rows/sec., 14.59 MiB/sec. | ||
| 6423 | 2025.04.30 22:41:42.542248 [ 259 ] {014a0f5d-9287-4919-8845-0cf386dd7ddf} <Debug> TCPHandler: Processed in 0.001818753 sec. | ||
| 6424 | 2025.04.30 22:41:42.542468 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6425 | 2025.04.30 22:41:42.542570 [ 259 ] {3c79a30f-9c23-4b62-a9a0-66b51693ff6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6426 | 2025.04.30 22:41:42.542616 [ 259 ] {3c79a30f-9c23-4b62-a9a0-66b51693ff6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6427 | 2025.04.30 22:41:42.543189 [ 259 ] {3c79a30f-9c23-4b62-a9a0-66b51693ff6b} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6428 | 2025.04.30 22:41:42.543228 [ 259 ] {3c79a30f-9c23-4b62-a9a0-66b51693ff6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6429 | 2025.04.30 22:41:42.543572 [ 259 ] {3c79a30f-9c23-4b62-a9a0-66b51693ff6b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6430 | 2025.04.30 22:41:42.543820 [ 259 ] {3c79a30f-9c23-4b62-a9a0-66b51693ff6b} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6431 | 2025.04.30 22:41:42.543975 [ 152 ] {} <Debug> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6432 | 2025.04.30 22:41:42.544032 [ 152 ] {} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6433 | 2025.04.30 22:41:42.544055 [ 259 ] {3c79a30f-9c23-4b62-a9a0-66b51693ff6b} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.0015 sec., 74666.66666666667 rows/sec., 4.25 MiB/sec. | ||
| 6434 | 2025.04.30 22:41:42.544069 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6435 | 2025.04.30 22:41:42.544233 [ 259 ] {3c79a30f-9c23-4b62-a9a0-66b51693ff6b} <Debug> TCPHandler: Processed in 0.001831502 sec. | ||
| 6436 | 2025.04.30 22:41:42.544409 [ 194 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
| 6437 | 2025.04.30 22:41:42.544529 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6438 | 2025.04.30 22:41:42.544854 [ 194 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6439 | 2025.04.30 22:41:42.544857 [ 259 ] {b8c22cad-c3df-4d22-86e0-37f03c6b2cd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6440 | 2025.04.30 22:41:42.544891 [ 194 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 112 rows starting from the beginning of the part | ||
| 6441 | 2025.04.30 22:41:42.544936 [ 259 ] {b8c22cad-c3df-4d22-86e0-37f03c6b2cd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6442 | 2025.04.30 22:41:42.545118 [ 194 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 112 rows starting from the beginning of the part | ||
| 6443 | 2025.04.30 22:41:42.545497 [ 194 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 112 rows starting from the beginning of the part | ||
| 6444 | 2025.04.30 22:41:42.545846 [ 194 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 112 rows starting from the beginning of the part | ||
| 6445 | 2025.04.30 22:41:42.546227 [ 194 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 112 rows starting from the beginning of the part | ||
| 6446 | 2025.04.30 22:41:42.547736 [ 193 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.003529501 sec., 158662.65514586907 rows/sec., 9.64 MiB/sec. | ||
| 6447 | 2025.04.30 22:41:42.547770 [ 259 ] {b8c22cad-c3df-4d22-86e0-37f03c6b2cd9} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6448 | 2025.04.30 22:41:42.547849 [ 259 ] {b8c22cad-c3df-4d22-86e0-37f03c6b2cd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6449 | 2025.04.30 22:41:42.548068 [ 193 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6450 | 2025.04.30 22:41:42.548538 [ 193 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_21_5} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6451 | 2025.04.30 22:41:42.548574 [ 259 ] {b8c22cad-c3df-4d22-86e0-37f03c6b2cd9} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6452 | 2025.04.30 22:41:42.548677 [ 193 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_21_5} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6453 | 2025.04.30 22:41:42.548831 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 6454 | 2025.04.30 22:41:42.548988 [ 259 ] {b8c22cad-c3df-4d22-86e0-37f03c6b2cd9} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6455 | 2025.04.30 22:41:42.549222 [ 259 ] {b8c22cad-c3df-4d22-86e0-37f03c6b2cd9} <Debug> executeQuery: Read 846 rows, 62.51 KiB in 0.004442 sec., 190454.75011256192 rows/sec., 13.74 MiB/sec. | ||
| 6456 | 2025.04.30 22:41:42.549348 [ 259 ] {b8c22cad-c3df-4d22-86e0-37f03c6b2cd9} <Debug> TCPHandler: Processed in 0.004931099 sec. | ||
| 6457 | 2025.04.30 22:41:42.549588 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6458 | 2025.04.30 22:41:42.549806 [ 259 ] {adc28dda-77a8-4335-ba51-ffbdf609a2f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6459 | 2025.04.30 22:41:42.549855 [ 259 ] {adc28dda-77a8-4335-ba51-ffbdf609a2f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6460 | 2025.04.30 22:41:42.550296 [ 259 ] {adc28dda-77a8-4335-ba51-ffbdf609a2f8} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6461 | 2025.04.30 22:41:42.550335 [ 259 ] {adc28dda-77a8-4335-ba51-ffbdf609a2f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6462 | 2025.04.30 22:41:42.550689 [ 259 ] {adc28dda-77a8-4335-ba51-ffbdf609a2f8} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6463 | 2025.04.30 22:41:42.550924 [ 259 ] {adc28dda-77a8-4335-ba51-ffbdf609a2f8} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6464 | 2025.04.30 22:41:42.551170 [ 259 ] {adc28dda-77a8-4335-ba51-ffbdf609a2f8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001422 sec., 4219.4092827004215 rows/sec., 220.45 KiB/sec. | ||
| 6465 | 2025.04.30 22:41:42.551382 [ 259 ] {adc28dda-77a8-4335-ba51-ffbdf609a2f8} <Debug> TCPHandler: Processed in 0.001897745 sec. | ||
| 6466 | 2025.04.30 22:41:42.551550 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6467 | 2025.04.30 22:41:42.551658 [ 259 ] {a636515d-7914-435c-92ad-3d3fbd62d9b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6468 | 2025.04.30 22:41:42.551708 [ 259 ] {a636515d-7914-435c-92ad-3d3fbd62d9b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6469 | 2025.04.30 22:41:42.552466 [ 259 ] {a636515d-7914-435c-92ad-3d3fbd62d9b0} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6470 | 2025.04.30 22:41:42.552505 [ 259 ] {a636515d-7914-435c-92ad-3d3fbd62d9b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6471 | 2025.04.30 22:41:42.552932 [ 259 ] {a636515d-7914-435c-92ad-3d3fbd62d9b0} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6472 | 2025.04.30 22:41:42.553175 [ 259 ] {a636515d-7914-435c-92ad-3d3fbd62d9b0} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6473 | 2025.04.30 22:41:42.553381 [ 259 ] {a636515d-7914-435c-92ad-3d3fbd62d9b0} <Debug> executeQuery: Read 955 rows, 64.97 KiB in 0.001751 sec., 545402.6270702456 rows/sec., 36.23 MiB/sec. | ||
| 6474 | 2025.04.30 22:41:42.553434 [ 259 ] {a636515d-7914-435c-92ad-3d3fbd62d9b0} <Debug> TCPHandler: Processed in 0.001935557 sec. | ||
| 6475 | 2025.04.30 22:41:42.553551 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6476 | 2025.04.30 22:41:42.553656 [ 259 ] {fadb4989-ffc6-43eb-b49d-de39b8e66736} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6477 | 2025.04.30 22:41:42.553704 [ 259 ] {fadb4989-ffc6-43eb-b49d-de39b8e66736} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6478 | 2025.04.30 22:41:42.554107 [ 259 ] {fadb4989-ffc6-43eb-b49d-de39b8e66736} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6479 | 2025.04.30 22:41:42.554146 [ 259 ] {fadb4989-ffc6-43eb-b49d-de39b8e66736} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6480 | 2025.04.30 22:41:42.554486 [ 259 ] {fadb4989-ffc6-43eb-b49d-de39b8e66736} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6481 | 2025.04.30 22:41:42.554740 [ 259 ] {fadb4989-ffc6-43eb-b49d-de39b8e66736} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6482 | 2025.04.30 22:41:42.554956 [ 259 ] {fadb4989-ffc6-43eb-b49d-de39b8e66736} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001307 sec., 765.1109410864575 rows/sec., 51.56 KiB/sec. | ||
| 6483 | 2025.04.30 22:41:42.555053 [ 259 ] {fadb4989-ffc6-43eb-b49d-de39b8e66736} <Debug> TCPHandler: Processed in 0.001552743 sec. | ||
| 6484 | 2025.04.30 22:41:42.555285 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6485 | 2025.04.30 22:41:42.555397 [ 259 ] {ae36fda7-ed1c-4db4-818b-22920e39f0c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6486 | 2025.04.30 22:41:42.555471 [ 259 ] {ae36fda7-ed1c-4db4-818b-22920e39f0c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6487 | 2025.04.30 22:41:42.556514 [ 259 ] {ae36fda7-ed1c-4db4-818b-22920e39f0c5} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6488 | 2025.04.30 22:41:42.556553 [ 259 ] {ae36fda7-ed1c-4db4-818b-22920e39f0c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6489 | 2025.04.30 22:41:42.557154 [ 259 ] {ae36fda7-ed1c-4db4-818b-22920e39f0c5} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6490 | 2025.04.30 22:41:42.557406 [ 259 ] {ae36fda7-ed1c-4db4-818b-22920e39f0c5} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6491 | 2025.04.30 22:41:42.557672 [ 259 ] {ae36fda7-ed1c-4db4-818b-22920e39f0c5} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002288 sec., 3496.5034965034965 rows/sec., 6.27 MiB/sec. | ||
| 6492 | 2025.04.30 22:41:42.558210 [ 259 ] {ae36fda7-ed1c-4db4-818b-22920e39f0c5} <Debug> TCPHandler: Processed in 0.003016164 sec. | ||
| 6493 | 2025.04.30 22:41:42.558338 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6494 | 2025.04.30 22:41:42.558440 [ 259 ] {cee82f23-9b73-4fc6-8429-1eeddc3f1996} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6495 | 2025.04.30 22:41:42.558486 [ 259 ] {cee82f23-9b73-4fc6-8429-1eeddc3f1996} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6496 | 2025.04.30 22:41:42.558909 [ 259 ] {cee82f23-9b73-4fc6-8429-1eeddc3f1996} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6497 | 2025.04.30 22:41:42.558946 [ 259 ] {cee82f23-9b73-4fc6-8429-1eeddc3f1996} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6498 | 2025.04.30 22:41:42.559298 [ 259 ] {cee82f23-9b73-4fc6-8429-1eeddc3f1996} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6499 | 2025.04.30 22:41:42.559533 [ 259 ] {cee82f23-9b73-4fc6-8429-1eeddc3f1996} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6500 | 2025.04.30 22:41:42.559727 [ 259 ] {cee82f23-9b73-4fc6-8429-1eeddc3f1996} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001309 sec., 25974.02597402597 rows/sec., 1.51 MiB/sec. | ||
| 6501 | 2025.04.30 22:41:42.559776 [ 259 ] {cee82f23-9b73-4fc6-8429-1eeddc3f1996} <Debug> TCPHandler: Processed in 0.001488691 sec. | ||
| 6502 | 2025.04.30 22:41:43.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 199.22 MiB, peak 205.84 MiB, free memory in arenas 0.00 B, will set to 200.84 MiB (RSS), difference: 1.62 MiB | ||
| 6503 | 2025.04.30 22:41:45.590482 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 926 | ||
| 6504 | 2025.04.30 22:41:45.593973 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6505 | 2025.04.30 22:41:45.594019 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6506 | 2025.04.30 22:41:45.595540 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6507 | 2025.04.30 22:41:45.595852 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6508 | 2025.04.30 22:41:45.596619 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 926 | ||
| 6509 | 2025.04.30 22:41:47.247266 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6510 | 2025.04.30 22:41:47.247448 [ 259 ] {099c3701-8809-4108-a944-96dbc67b7762} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6511 | 2025.04.30 22:41:47.247517 [ 259 ] {099c3701-8809-4108-a944-96dbc67b7762} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6512 | 2025.04.30 22:41:47.248269 [ 259 ] {099c3701-8809-4108-a944-96dbc67b7762} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6513 | 2025.04.30 22:41:47.248317 [ 259 ] {099c3701-8809-4108-a944-96dbc67b7762} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6514 | 2025.04.30 22:41:47.248752 [ 259 ] {099c3701-8809-4108-a944-96dbc67b7762} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6515 | 2025.04.30 22:41:47.249020 [ 259 ] {099c3701-8809-4108-a944-96dbc67b7762} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6516 | 2025.04.30 22:41:47.249263 [ 259 ] {099c3701-8809-4108-a944-96dbc67b7762} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001859 sec., 30123.72243141474 rows/sec., 2.31 MiB/sec. | ||
| 6517 | 2025.04.30 22:41:47.249370 [ 259 ] {099c3701-8809-4108-a944-96dbc67b7762} <Debug> TCPHandler: Processed in 0.002222976 sec. | ||
| 6518 | 2025.04.30 22:41:47.249609 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6519 | 2025.04.30 22:41:47.249746 [ 259 ] {c46b9985-7e1f-4402-9132-20ad1ad5b10d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6520 | 2025.04.30 22:41:47.249797 [ 259 ] {c46b9985-7e1f-4402-9132-20ad1ad5b10d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6521 | 2025.04.30 22:41:47.250355 [ 259 ] {c46b9985-7e1f-4402-9132-20ad1ad5b10d} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6522 | 2025.04.30 22:41:47.250396 [ 259 ] {c46b9985-7e1f-4402-9132-20ad1ad5b10d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6523 | 2025.04.30 22:41:47.250753 [ 259 ] {c46b9985-7e1f-4402-9132-20ad1ad5b10d} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6524 | 2025.04.30 22:41:47.250998 [ 259 ] {c46b9985-7e1f-4402-9132-20ad1ad5b10d} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6525 | 2025.04.30 22:41:47.251225 [ 259 ] {c46b9985-7e1f-4402-9132-20ad1ad5b10d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001505 sec., 42524.916943521595 rows/sec., 3.32 MiB/sec. | ||
| 6526 | 2025.04.30 22:41:47.251296 [ 259 ] {c46b9985-7e1f-4402-9132-20ad1ad5b10d} <Debug> TCPHandler: Processed in 0.001781471 sec. | ||
| 6527 | 2025.04.30 22:41:47.251541 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6528 | 2025.04.30 22:41:47.251670 [ 259 ] {9c654fd8-e20a-4fc9-8489-776a70beae04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6529 | 2025.04.30 22:41:47.251720 [ 259 ] {9c654fd8-e20a-4fc9-8489-776a70beae04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6530 | 2025.04.30 22:41:47.252208 [ 259 ] {9c654fd8-e20a-4fc9-8489-776a70beae04} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6531 | 2025.04.30 22:41:47.252247 [ 259 ] {9c654fd8-e20a-4fc9-8489-776a70beae04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6532 | 2025.04.30 22:41:47.252624 [ 259 ] {9c654fd8-e20a-4fc9-8489-776a70beae04} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6533 | 2025.04.30 22:41:47.252860 [ 259 ] {9c654fd8-e20a-4fc9-8489-776a70beae04} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6534 | 2025.04.30 22:41:47.253056 [ 259 ] {9c654fd8-e20a-4fc9-8489-776a70beae04} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001411 sec., 90715.80439404678 rows/sec., 6.32 MiB/sec. | ||
| 6535 | 2025.04.30 22:41:47.253107 [ 259 ] {9c654fd8-e20a-4fc9-8489-776a70beae04} <Debug> TCPHandler: Processed in 0.001665677 sec. | ||
| 6536 | 2025.04.30 22:41:47.253221 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6537 | 2025.04.30 22:41:47.253323 [ 259 ] {c736f295-2eb6-4005-a361-db5145c0c26b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6538 | 2025.04.30 22:41:47.253367 [ 259 ] {c736f295-2eb6-4005-a361-db5145c0c26b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6539 | 2025.04.30 22:41:47.253764 [ 259 ] {c736f295-2eb6-4005-a361-db5145c0c26b} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6540 | 2025.04.30 22:41:47.253802 [ 259 ] {c736f295-2eb6-4005-a361-db5145c0c26b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6541 | 2025.04.30 22:41:47.254154 [ 259 ] {c736f295-2eb6-4005-a361-db5145c0c26b} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6542 | 2025.04.30 22:41:47.254390 [ 259 ] {c736f295-2eb6-4005-a361-db5145c0c26b} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6543 | 2025.04.30 22:41:47.254554 [ 259 ] {c736f295-2eb6-4005-a361-db5145c0c26b} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001254 sec., 38277.51196172249 rows/sec., 2.58 MiB/sec. | ||
| 6544 | 2025.04.30 22:41:47.254599 [ 259 ] {c736f295-2eb6-4005-a361-db5145c0c26b} <Debug> TCPHandler: Processed in 0.001428069 sec. | ||
| 6545 | 2025.04.30 22:41:48.031914 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14274 | ||
| 6546 | 2025.04.30 22:41:48.032629 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6547 | 2025.04.30 22:41:48.032673 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6548 | 2025.04.30 22:41:48.033237 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6549 | 2025.04.30 22:41:48.033514 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6550 | 2025.04.30 22:41:48.033665 [ 139 ] {} <Debug> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6551 | 2025.04.30 22:41:48.033717 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274 | ||
| 6552 | 2025.04.30 22:41:48.033718 [ 139 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6553 | 2025.04.30 22:41:48.033751 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6554 | 2025.04.30 22:41:48.033942 [ 188 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 6555 | 2025.04.30 22:41:48.034179 [ 188 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6556 | 2025.04.30 22:41:48.034225 [ 188 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 6557 | 2025.04.30 22:41:48.034296 [ 188 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 6558 | 2025.04.30 22:41:48.034380 [ 188 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 6559 | 2025.04.30 22:41:48.034622 [ 188 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 6560 | 2025.04.30 22:41:48.034767 [ 188 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 6561 | 2025.04.30 22:41:48.034859 [ 188 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 6562 | 2025.04.30 22:41:48.036818 [ 189 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.002994333 sec., 4767004.872203592 rows/sec., 68.19 MiB/sec. | ||
| 6563 | 2025.04.30 22:41:48.037284 [ 191 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6564 | 2025.04.30 22:41:48.037640 [ 191 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_31_6} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6565 | 2025.04.30 22:41:48.037730 [ 191 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_31_6} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6566 | 2025.04.30 22:41:48.037845 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. | ||
| 6567 | 2025.04.30 22:41:48.994017 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 6568 | 2025.04.30 22:41:49.015742 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6569 | 2025.04.30 22:41:49.015801 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6570 | 2025.04.30 22:41:49.023416 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6571 | 2025.04.30 22:41:49.024175 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6572 | 2025.04.30 22:41:49.024551 [ 148 ] {} <Debug> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6573 | 2025.04.30 22:41:49.024688 [ 148 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6574 | 2025.04.30 22:41:49.024763 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6575 | 2025.04.30 22:41:49.025212 [ 188 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 6576 | 2025.04.30 22:41:49.039233 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 6577 | 2025.04.30 22:41:49.041026 [ 188 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6578 | 2025.04.30 22:41:49.042701 [ 188 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 6579 | 2025.04.30 22:41:49.048333 [ 188 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 6580 | 2025.04.30 22:41:49.053756 [ 188 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 6581 | 2025.04.30 22:41:49.059458 [ 188 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 6582 | 2025.04.30 22:41:49.065397 [ 188 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 6583 | 2025.04.30 22:41:49.069792 [ 188 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 6584 | 2025.04.30 22:41:49.128899 [ 189 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.103993 sec., 2250.1514525016105 rows/sec., 11.64 MiB/sec. | ||
| 6585 | 2025.04.30 22:41:49.131836 [ 189 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6586 | 2025.04.30 22:41:49.134663 [ 189 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_31_6} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6587 | 2025.04.30 22:41:49.134763 [ 189 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_31_6} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6588 | 2025.04.30 22:41:49.137070 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 6589 | 2025.04.30 22:41:50.000155 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 201.97 MiB, peak 212.51 MiB, free memory in arenas 0.00 B, will set to 203.35 MiB (RSS), difference: 1.38 MiB | ||
| 6590 | 2025.04.30 22:41:52.250627 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6591 | 2025.04.30 22:41:52.250831 [ 259 ] {7209ae4f-4d01-4e71-9f0a-a56521bea2d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6592 | 2025.04.30 22:41:52.250909 [ 259 ] {7209ae4f-4d01-4e71-9f0a-a56521bea2d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6593 | 2025.04.30 22:41:52.251745 [ 259 ] {7209ae4f-4d01-4e71-9f0a-a56521bea2d3} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6594 | 2025.04.30 22:41:52.251785 [ 259 ] {7209ae4f-4d01-4e71-9f0a-a56521bea2d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6595 | 2025.04.30 22:41:52.252250 [ 259 ] {7209ae4f-4d01-4e71-9f0a-a56521bea2d3} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6596 | 2025.04.30 22:41:52.252502 [ 259 ] {7209ae4f-4d01-4e71-9f0a-a56521bea2d3} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6597 | 2025.04.30 22:41:52.252715 [ 259 ] {7209ae4f-4d01-4e71-9f0a-a56521bea2d3} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001929 sec., 62208.39813374806 rows/sec., 5.29 MiB/sec. | ||
| 6598 | 2025.04.30 22:41:52.252830 [ 259 ] {7209ae4f-4d01-4e71-9f0a-a56521bea2d3} <Debug> TCPHandler: Processed in 0.002338821 sec. | ||
| 6599 | 2025.04.30 22:41:52.253045 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6600 | 2025.04.30 22:41:52.253218 [ 259 ] {484bfae4-f670-4f31-9162-92609ceeff07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6601 | 2025.04.30 22:41:52.253266 [ 259 ] {484bfae4-f670-4f31-9162-92609ceeff07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6602 | 2025.04.30 22:41:52.253823 [ 259 ] {484bfae4-f670-4f31-9162-92609ceeff07} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6603 | 2025.04.30 22:41:52.253862 [ 259 ] {484bfae4-f670-4f31-9162-92609ceeff07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6604 | 2025.04.30 22:41:52.254215 [ 259 ] {484bfae4-f670-4f31-9162-92609ceeff07} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6605 | 2025.04.30 22:41:52.254455 [ 259 ] {484bfae4-f670-4f31-9162-92609ceeff07} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6606 | 2025.04.30 22:41:52.254626 [ 259 ] {484bfae4-f670-4f31-9162-92609ceeff07} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001431 sec., 22361.98462613557 rows/sec., 1.64 MiB/sec. | ||
| 6607 | 2025.04.30 22:41:52.254679 [ 259 ] {484bfae4-f670-4f31-9162-92609ceeff07} <Debug> TCPHandler: Processed in 0.00174811 sec. | ||
| 6608 | 2025.04.30 22:41:52.254801 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6609 | 2025.04.30 22:41:52.254905 [ 259 ] {43922f65-b694-4523-b05b-e5b225a8dc14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6610 | 2025.04.30 22:41:52.254950 [ 259 ] {43922f65-b694-4523-b05b-e5b225a8dc14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6611 | 2025.04.30 22:41:52.255499 [ 259 ] {43922f65-b694-4523-b05b-e5b225a8dc14} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6612 | 2025.04.30 22:41:52.255537 [ 259 ] {43922f65-b694-4523-b05b-e5b225a8dc14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6613 | 2025.04.30 22:41:52.255891 [ 259 ] {43922f65-b694-4523-b05b-e5b225a8dc14} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6614 | 2025.04.30 22:41:52.256132 [ 259 ] {43922f65-b694-4523-b05b-e5b225a8dc14} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6615 | 2025.04.30 22:41:52.256310 [ 259 ] {43922f65-b694-4523-b05b-e5b225a8dc14} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001426 sec., 67321.17812061711 rows/sec., 5.26 MiB/sec. | ||
| 6616 | 2025.04.30 22:41:52.256422 [ 259 ] {43922f65-b694-4523-b05b-e5b225a8dc14} <Debug> TCPHandler: Processed in 0.001673077 sec. | ||
| 6617 | 2025.04.30 22:41:52.256579 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6618 | 2025.04.30 22:41:52.256681 [ 259 ] {e663310f-19d9-40d9-855a-30e273428772} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6619 | 2025.04.30 22:41:52.256730 [ 259 ] {e663310f-19d9-40d9-855a-30e273428772} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6620 | 2025.04.30 22:41:52.257226 [ 259 ] {e663310f-19d9-40d9-855a-30e273428772} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6621 | 2025.04.30 22:41:52.257263 [ 259 ] {e663310f-19d9-40d9-855a-30e273428772} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6622 | 2025.04.30 22:41:52.257657 [ 259 ] {e663310f-19d9-40d9-855a-30e273428772} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6623 | 2025.04.30 22:41:52.257907 [ 259 ] {e663310f-19d9-40d9-855a-30e273428772} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6624 | 2025.04.30 22:41:52.258075 [ 259 ] {e663310f-19d9-40d9-855a-30e273428772} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001415 sec., 113074.20494699647 rows/sec., 7.88 MiB/sec. | ||
| 6625 | 2025.04.30 22:41:52.258126 [ 259 ] {e663310f-19d9-40d9-855a-30e273428772} <Debug> TCPHandler: Processed in 0.001606785 sec. | ||
| 6626 | 2025.04.30 22:41:52.258242 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6627 | 2025.04.30 22:41:52.258349 [ 259 ] {e053a6ab-e663-4b30-a2ae-27b6ff183950} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6628 | 2025.04.30 22:41:52.258415 [ 259 ] {e053a6ab-e663-4b30-a2ae-27b6ff183950} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6629 | 2025.04.30 22:41:52.259525 [ 259 ] {e053a6ab-e663-4b30-a2ae-27b6ff183950} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6630 | 2025.04.30 22:41:52.259563 [ 259 ] {e053a6ab-e663-4b30-a2ae-27b6ff183950} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6631 | 2025.04.30 22:41:52.260205 [ 259 ] {e053a6ab-e663-4b30-a2ae-27b6ff183950} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6632 | 2025.04.30 22:41:52.260464 [ 259 ] {e053a6ab-e663-4b30-a2ae-27b6ff183950} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6633 | 2025.04.30 22:41:52.260708 [ 259 ] {e053a6ab-e663-4b30-a2ae-27b6ff183950} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002366 sec., 13524.93660185968 rows/sec., 24.24 MiB/sec. | ||
| 6634 | 2025.04.30 22:41:52.261265 [ 259 ] {e053a6ab-e663-4b30-a2ae-27b6ff183950} <Debug> TCPHandler: Processed in 0.003073525 sec. | ||
| 6635 | 2025.04.30 22:41:52.261430 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6636 | 2025.04.30 22:41:52.261534 [ 259 ] {0515c4f6-b98e-4436-ad4e-c0c8778b0142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6637 | 2025.04.30 22:41:52.261580 [ 259 ] {0515c4f6-b98e-4436-ad4e-c0c8778b0142} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6638 | 2025.04.30 22:41:52.262119 [ 259 ] {0515c4f6-b98e-4436-ad4e-c0c8778b0142} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6639 | 2025.04.30 22:41:52.262158 [ 259 ] {0515c4f6-b98e-4436-ad4e-c0c8778b0142} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6640 | 2025.04.30 22:41:52.262521 [ 259 ] {0515c4f6-b98e-4436-ad4e-c0c8778b0142} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6641 | 2025.04.30 22:41:52.262758 [ 259 ] {0515c4f6-b98e-4436-ad4e-c0c8778b0142} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6642 | 2025.04.30 22:41:52.262926 [ 259 ] {0515c4f6-b98e-4436-ad4e-c0c8778b0142} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001415 sec., 42402.826855123676 rows/sec., 2.86 MiB/sec. | ||
| 6643 | 2025.04.30 22:41:52.262975 [ 259 ] {0515c4f6-b98e-4436-ad4e-c0c8778b0142} <Debug> TCPHandler: Processed in 0.001595955 sec. | ||
| 6644 | 2025.04.30 22:41:55.348175 [ 140 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6645 | 2025.04.30 22:41:55.348279 [ 140 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6646 | 2025.04.30 22:41:55.534745 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14701 | ||
| 6647 | 2025.04.30 22:41:55.535367 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6648 | 2025.04.30 22:41:55.535415 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6649 | 2025.04.30 22:41:55.536104 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6650 | 2025.04.30 22:41:55.536349 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6651 | 2025.04.30 22:41:55.536566 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 6652 | 2025.04.30 22:41:55.597741 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 946 | ||
| 6653 | 2025.04.30 22:41:55.600608 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6654 | 2025.04.30 22:41:55.600662 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6655 | 2025.04.30 22:41:55.602171 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6656 | 2025.04.30 22:41:55.602499 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6657 | 2025.04.30 22:41:55.603741 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 946 | ||
| 6658 | 2025.04.30 22:41:56.002298 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000913922 sec. | ||
| 6659 | 2025.04.30 22:41:56.540215 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 6660 | 2025.04.30 22:41:56.559930 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6661 | 2025.04.30 22:41:56.560006 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6662 | 2025.04.30 22:41:56.568172 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6663 | 2025.04.30 22:41:56.569018 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6664 | 2025.04.30 22:41:56.572595 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 6665 | 2025.04.30 22:41:57.256540 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6666 | 2025.04.30 22:41:57.256755 [ 259 ] {70383c39-4a86-4bdd-be5b-ebe286a297b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6667 | 2025.04.30 22:41:57.256837 [ 259 ] {70383c39-4a86-4bdd-be5b-ebe286a297b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6668 | 2025.04.30 22:41:57.257702 [ 259 ] {70383c39-4a86-4bdd-be5b-ebe286a297b2} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6669 | 2025.04.30 22:41:57.257755 [ 259 ] {70383c39-4a86-4bdd-be5b-ebe286a297b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6670 | 2025.04.30 22:41:57.258215 [ 259 ] {70383c39-4a86-4bdd-be5b-ebe286a297b2} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6671 | 2025.04.30 22:41:57.258471 [ 259 ] {70383c39-4a86-4bdd-be5b-ebe286a297b2} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6672 | 2025.04.30 22:41:57.258732 [ 259 ] {70383c39-4a86-4bdd-be5b-ebe286a297b2} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002016 sec., 105158.73015873016 rows/sec., 6.69 MiB/sec. | ||
| 6673 | 2025.04.30 22:41:57.259000 [ 259 ] {70383c39-4a86-4bdd-be5b-ebe286a297b2} <Debug> TCPHandler: Processed in 0.00259877 sec. | ||
| 6674 | 2025.04.30 22:41:57.259344 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6675 | 2025.04.30 22:41:57.259572 [ 259 ] {465bdb25-6cb5-49de-a88b-e9d996c7fdab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6676 | 2025.04.30 22:41:57.259626 [ 259 ] {465bdb25-6cb5-49de-a88b-e9d996c7fdab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6677 | 2025.04.30 22:41:57.260433 [ 259 ] {465bdb25-6cb5-49de-a88b-e9d996c7fdab} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6678 | 2025.04.30 22:41:57.260476 [ 259 ] {465bdb25-6cb5-49de-a88b-e9d996c7fdab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6679 | 2025.04.30 22:41:57.260885 [ 259 ] {465bdb25-6cb5-49de-a88b-e9d996c7fdab} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6680 | 2025.04.30 22:41:57.261133 [ 259 ] {465bdb25-6cb5-49de-a88b-e9d996c7fdab} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6681 | 2025.04.30 22:41:57.261382 [ 259 ] {465bdb25-6cb5-49de-a88b-e9d996c7fdab} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001849 sec., 342347.2147106544 rows/sec., 26.92 MiB/sec. | ||
| 6682 | 2025.04.30 22:41:57.261736 [ 259 ] {465bdb25-6cb5-49de-a88b-e9d996c7fdab} <Debug> TCPHandler: Processed in 0.002512237 sec. | ||
| 6683 | 2025.04.30 22:41:57.262201 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6684 | 2025.04.30 22:41:57.262638 [ 259 ] {52fb494d-3d3f-4da3-af15-9af94b88ac1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6685 | 2025.04.30 22:41:57.262700 [ 259 ] {52fb494d-3d3f-4da3-af15-9af94b88ac1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6686 | 2025.04.30 22:41:57.263274 [ 259 ] {52fb494d-3d3f-4da3-af15-9af94b88ac1c} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6687 | 2025.04.30 22:41:57.263313 [ 259 ] {52fb494d-3d3f-4da3-af15-9af94b88ac1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6688 | 2025.04.30 22:41:57.263662 [ 259 ] {52fb494d-3d3f-4da3-af15-9af94b88ac1c} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6689 | 2025.04.30 22:41:57.263899 [ 259 ] {52fb494d-3d3f-4da3-af15-9af94b88ac1c} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6690 | 2025.04.30 22:41:57.264140 [ 259 ] {52fb494d-3d3f-4da3-af15-9af94b88ac1c} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001666 sec., 68427.37094837935 rows/sec., 4.10 MiB/sec. | ||
| 6691 | 2025.04.30 22:41:57.264243 [ 259 ] {52fb494d-3d3f-4da3-af15-9af94b88ac1c} <Debug> TCPHandler: Processed in 0.002221476 sec. | ||
| 6692 | 2025.04.30 22:41:57.264480 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6693 | 2025.04.30 22:41:57.264586 [ 259 ] {da9d135c-1ca0-4cce-9d66-b4cfe63f83eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6694 | 2025.04.30 22:41:57.264633 [ 259 ] {da9d135c-1ca0-4cce-9d66-b4cfe63f83eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6695 | 2025.04.30 22:41:57.265174 [ 259 ] {da9d135c-1ca0-4cce-9d66-b4cfe63f83eb} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6696 | 2025.04.30 22:41:57.265211 [ 259 ] {da9d135c-1ca0-4cce-9d66-b4cfe63f83eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6697 | 2025.04.30 22:41:57.265556 [ 259 ] {da9d135c-1ca0-4cce-9d66-b4cfe63f83eb} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6698 | 2025.04.30 22:41:57.265802 [ 259 ] {da9d135c-1ca0-4cce-9d66-b4cfe63f83eb} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6699 | 2025.04.30 22:41:57.266044 [ 259 ] {da9d135c-1ca0-4cce-9d66-b4cfe63f83eb} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001467 sec., 77027.94819359237 rows/sec., 4.99 MiB/sec. | ||
| 6700 | 2025.04.30 22:41:57.266250 [ 259 ] {da9d135c-1ca0-4cce-9d66-b4cfe63f83eb} <Debug> TCPHandler: Processed in 0.001854054 sec. | ||
| 6701 | 2025.04.30 22:41:57.266402 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6702 | 2025.04.30 22:41:57.266506 [ 259 ] {17bf4356-ed7d-4387-b7d7-081ea3b9bac1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6703 | 2025.04.30 22:41:57.266551 [ 259 ] {17bf4356-ed7d-4387-b7d7-081ea3b9bac1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6704 | 2025.04.30 22:41:57.267113 [ 259 ] {17bf4356-ed7d-4387-b7d7-081ea3b9bac1} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6705 | 2025.04.30 22:41:57.267151 [ 259 ] {17bf4356-ed7d-4387-b7d7-081ea3b9bac1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6706 | 2025.04.30 22:41:57.267493 [ 259 ] {17bf4356-ed7d-4387-b7d7-081ea3b9bac1} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6707 | 2025.04.30 22:41:57.267723 [ 259 ] {17bf4356-ed7d-4387-b7d7-081ea3b9bac1} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6708 | 2025.04.30 22:41:57.267965 [ 259 ] {17bf4356-ed7d-4387-b7d7-081ea3b9bac1} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001477 sec., 75829.38388625592 rows/sec., 4.32 MiB/sec. | ||
| 6709 | 2025.04.30 22:41:57.268178 [ 259 ] {17bf4356-ed7d-4387-b7d7-081ea3b9bac1} <Debug> TCPHandler: Processed in 0.001823703 sec. | ||
| 6710 | 2025.04.30 22:41:57.268328 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6711 | 2025.04.30 22:41:57.268431 [ 259 ] {7817f6c5-d879-4ac1-8cb0-b1c81e4de2b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6712 | 2025.04.30 22:41:57.268476 [ 259 ] {7817f6c5-d879-4ac1-8cb0-b1c81e4de2b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6713 | 2025.04.30 22:41:57.269138 [ 259 ] {7817f6c5-d879-4ac1-8cb0-b1c81e4de2b6} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6714 | 2025.04.30 22:41:57.269177 [ 259 ] {7817f6c5-d879-4ac1-8cb0-b1c81e4de2b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6715 | 2025.04.30 22:41:57.269544 [ 259 ] {7817f6c5-d879-4ac1-8cb0-b1c81e4de2b6} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6716 | 2025.04.30 22:41:57.269773 [ 259 ] {7817f6c5-d879-4ac1-8cb0-b1c81e4de2b6} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6717 | 2025.04.30 22:41:57.269979 [ 259 ] {7817f6c5-d879-4ac1-8cb0-b1c81e4de2b6} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.00157 sec., 248407.64331210192 rows/sec., 17.56 MiB/sec. | ||
| 6718 | 2025.04.30 22:41:57.270031 [ 259 ] {7817f6c5-d879-4ac1-8cb0-b1c81e4de2b6} <Debug> TCPHandler: Processed in 0.00175484 sec. | ||
| 6719 | 2025.04.30 22:41:57.270145 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6720 | 2025.04.30 22:41:57.270249 [ 259 ] {339eddb7-7b3e-4940-8905-6cd361c66248} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6721 | 2025.04.30 22:41:57.270296 [ 259 ] {339eddb7-7b3e-4940-8905-6cd361c66248} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6722 | 2025.04.30 22:41:57.270696 [ 259 ] {339eddb7-7b3e-4940-8905-6cd361c66248} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6723 | 2025.04.30 22:41:57.270733 [ 259 ] {339eddb7-7b3e-4940-8905-6cd361c66248} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6724 | 2025.04.30 22:41:57.271078 [ 259 ] {339eddb7-7b3e-4940-8905-6cd361c66248} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6725 | 2025.04.30 22:41:57.271330 [ 259 ] {339eddb7-7b3e-4940-8905-6cd361c66248} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6726 | 2025.04.30 22:41:57.271573 [ 259 ] {339eddb7-7b3e-4940-8905-6cd361c66248} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001341 sec., 4474.27293064877 rows/sec., 233.76 KiB/sec. | ||
| 6727 | 2025.04.30 22:41:57.271752 [ 259 ] {339eddb7-7b3e-4940-8905-6cd361c66248} <Debug> TCPHandler: Processed in 0.001652306 sec. | ||
| 6728 | 2025.04.30 22:41:57.271990 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6729 | 2025.04.30 22:41:57.272097 [ 259 ] {844e6cce-9490-4686-b09d-7a56bc87cd90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6730 | 2025.04.30 22:41:57.272148 [ 259 ] {844e6cce-9490-4686-b09d-7a56bc87cd90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6731 | 2025.04.30 22:41:57.272682 [ 259 ] {844e6cce-9490-4686-b09d-7a56bc87cd90} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6732 | 2025.04.30 22:41:57.272720 [ 259 ] {844e6cce-9490-4686-b09d-7a56bc87cd90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6733 | 2025.04.30 22:41:57.273093 [ 259 ] {844e6cce-9490-4686-b09d-7a56bc87cd90} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6734 | 2025.04.30 22:41:57.273326 [ 259 ] {844e6cce-9490-4686-b09d-7a56bc87cd90} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6735 | 2025.04.30 22:41:57.273559 [ 259 ] {844e6cce-9490-4686-b09d-7a56bc87cd90} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001481 sec., 160027.0087778528 rows/sec., 10.73 MiB/sec. | ||
| 6736 | 2025.04.30 22:41:57.273629 [ 259 ] {844e6cce-9490-4686-b09d-7a56bc87cd90} <Debug> TCPHandler: Processed in 0.001717419 sec. | ||
| 6737 | 2025.04.30 22:41:57.273879 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6738 | 2025.04.30 22:41:57.274021 [ 259 ] {fd83cf0e-f603-4979-b4f7-ed5a7ad1cc92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6739 | 2025.04.30 22:41:57.274070 [ 259 ] {fd83cf0e-f603-4979-b4f7-ed5a7ad1cc92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6740 | 2025.04.30 22:41:57.274491 [ 259 ] {fd83cf0e-f603-4979-b4f7-ed5a7ad1cc92} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6741 | 2025.04.30 22:41:57.274529 [ 259 ] {fd83cf0e-f603-4979-b4f7-ed5a7ad1cc92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6742 | 2025.04.30 22:41:57.274866 [ 259 ] {fd83cf0e-f603-4979-b4f7-ed5a7ad1cc92} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6743 | 2025.04.30 22:41:57.275109 [ 259 ] {fd83cf0e-f603-4979-b4f7-ed5a7ad1cc92} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6744 | 2025.04.30 22:41:57.275297 [ 259 ] {fd83cf0e-f603-4979-b4f7-ed5a7ad1cc92} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001285 sec., 778.2101167315176 rows/sec., 52.44 KiB/sec. | ||
| 6745 | 2025.04.30 22:41:57.275450 [ 259 ] {fd83cf0e-f603-4979-b4f7-ed5a7ad1cc92} <Debug> TCPHandler: Processed in 0.001670697 sec. | ||
| 6746 | 2025.04.30 22:41:57.275630 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6747 | 2025.04.30 22:41:57.275735 [ 259 ] {fe36570c-8dc7-43b2-b12a-48fbaa682775} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6748 | 2025.04.30 22:41:57.275806 [ 259 ] {fe36570c-8dc7-43b2-b12a-48fbaa682775} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6749 | 2025.04.30 22:41:57.276819 [ 259 ] {fe36570c-8dc7-43b2-b12a-48fbaa682775} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6750 | 2025.04.30 22:41:57.276854 [ 259 ] {fe36570c-8dc7-43b2-b12a-48fbaa682775} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6751 | 2025.04.30 22:41:57.277444 [ 259 ] {fe36570c-8dc7-43b2-b12a-48fbaa682775} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6752 | 2025.04.30 22:41:57.277702 [ 259 ] {fe36570c-8dc7-43b2-b12a-48fbaa682775} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6753 | 2025.04.30 22:41:57.277891 [ 259 ] {fe36570c-8dc7-43b2-b12a-48fbaa682775} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00218 sec., 3669.7247706422017 rows/sec., 6.58 MiB/sec. | ||
| 6754 | 2025.04.30 22:41:57.277996 [ 259 ] {fe36570c-8dc7-43b2-b12a-48fbaa682775} <Debug> TCPHandler: Processed in 0.002426483 sec. | ||
| 6755 | 2025.04.30 22:41:57.278106 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6756 | 2025.04.30 22:41:57.278207 [ 259 ] {f8f25bfd-54e0-42dd-b6e3-4deac6c41ac2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6757 | 2025.04.30 22:41:57.278253 [ 259 ] {f8f25bfd-54e0-42dd-b6e3-4deac6c41ac2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6758 | 2025.04.30 22:41:57.278657 [ 259 ] {f8f25bfd-54e0-42dd-b6e3-4deac6c41ac2} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6759 | 2025.04.30 22:41:57.278694 [ 259 ] {f8f25bfd-54e0-42dd-b6e3-4deac6c41ac2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6760 | 2025.04.30 22:41:57.279044 [ 259 ] {f8f25bfd-54e0-42dd-b6e3-4deac6c41ac2} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6761 | 2025.04.30 22:41:57.279275 [ 259 ] {f8f25bfd-54e0-42dd-b6e3-4deac6c41ac2} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6762 | 2025.04.30 22:41:57.279478 [ 259 ] {f8f25bfd-54e0-42dd-b6e3-4deac6c41ac2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001283 sec., 63912.70459859703 rows/sec., 4.06 MiB/sec. | ||
| 6763 | 2025.04.30 22:41:57.279535 [ 259 ] {f8f25bfd-54e0-42dd-b6e3-4deac6c41ac2} <Debug> TCPHandler: Processed in 0.001479211 sec. | ||
| 6764 | 2025.04.30 22:42:02.251429 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6765 | 2025.04.30 22:42:02.251653 [ 259 ] {913729d3-ecae-4c25-b702-b02b75b3a905} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6766 | 2025.04.30 22:42:02.251732 [ 259 ] {913729d3-ecae-4c25-b702-b02b75b3a905} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6767 | 2025.04.30 22:42:02.252494 [ 259 ] {913729d3-ecae-4c25-b702-b02b75b3a905} <Trace> oximeter.fields_ipaddr (4dea1092-816a-42b9-a56f-a845cbc6e13d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6768 | 2025.04.30 22:42:02.252543 [ 259 ] {913729d3-ecae-4c25-b702-b02b75b3a905} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6769 | 2025.04.30 22:42:02.252967 [ 259 ] {913729d3-ecae-4c25-b702-b02b75b3a905} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 6770 | 2025.04.30 22:42:02.253224 [ 259 ] {913729d3-ecae-4c25-b702-b02b75b3a905} <Trace> oximeter.fields_ipaddr (4dea1092-816a-42b9-a56f-a845cbc6e13d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6771 | 2025.04.30 22:42:02.253454 [ 259 ] {913729d3-ecae-4c25-b702-b02b75b3a905} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001856 sec., 3232.7586206896553 rows/sec., 263.61 KiB/sec. | ||
| 6772 | 2025.04.30 22:42:02.253577 [ 259 ] {913729d3-ecae-4c25-b702-b02b75b3a905} <Debug> TCPHandler: Processed in 0.002283219 sec. | ||
| 6773 | 2025.04.30 22:42:02.253721 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6774 | 2025.04.30 22:42:02.253833 [ 259 ] {ce4db22e-f5b5-47f4-b49c-82e2388aa16e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6775 | 2025.04.30 22:42:02.253880 [ 259 ] {ce4db22e-f5b5-47f4-b49c-82e2388aa16e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6776 | 2025.04.30 22:42:02.254493 [ 259 ] {ce4db22e-f5b5-47f4-b49c-82e2388aa16e} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6777 | 2025.04.30 22:42:02.254532 [ 259 ] {ce4db22e-f5b5-47f4-b49c-82e2388aa16e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6778 | 2025.04.30 22:42:02.254903 [ 259 ] {ce4db22e-f5b5-47f4-b49c-82e2388aa16e} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6779 | 2025.04.30 22:42:02.255148 [ 259 ] {ce4db22e-f5b5-47f4-b49c-82e2388aa16e} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6780 | 2025.04.30 22:42:02.255283 [ 127 ] {} <Debug> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6781 | 2025.04.30 22:42:02.255322 [ 127 ] {} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6782 | 2025.04.30 22:42:02.255328 [ 259 ] {ce4db22e-f5b5-47f4-b49c-82e2388aa16e} <Debug> executeQuery: Read 123 rows, 10.66 KiB in 0.001519 sec., 80974.32521395656 rows/sec., 6.85 MiB/sec. | ||
| 6783 | 2025.04.30 22:42:02.255345 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6784 | 2025.04.30 22:42:02.255432 [ 259 ] {ce4db22e-f5b5-47f4-b49c-82e2388aa16e} <Debug> TCPHandler: Processed in 0.00176236 sec. | ||
| 6785 | 2025.04.30 22:42:02.255626 [ 195 ] {d4e73ecb-69f6-409c-bee6-1454de550956::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 | ||
| 6786 | 2025.04.30 22:42:02.255645 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6787 | 2025.04.30 22:42:02.255871 [ 259 ] {ae682c99-b36d-4371-8752-e9b5df6ad4e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6788 | 2025.04.30 22:42:02.255984 [ 259 ] {ae682c99-b36d-4371-8752-e9b5df6ad4e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6789 | 2025.04.30 22:42:02.256018 [ 195 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6790 | 2025.04.30 22:42:02.256149 [ 195 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1846 rows starting from the beginning of the part | ||
| 6791 | 2025.04.30 22:42:02.256655 [ 195 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1773 rows starting from the beginning of the part | ||
| 6792 | 2025.04.30 22:42:02.257049 [ 195 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 56 rows starting from the beginning of the part | ||
| 6793 | 2025.04.30 22:42:02.257415 [ 195 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 120 rows starting from the beginning of the part | ||
| 6794 | 2025.04.30 22:42:02.257812 [ 195 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 633 rows starting from the beginning of the part | ||
| 6795 | 2025.04.30 22:42:02.258151 [ 195 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 123 rows starting from the beginning of the part | ||
| 6796 | 2025.04.30 22:42:02.258865 [ 259 ] {ae682c99-b36d-4371-8752-e9b5df6ad4e0} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6797 | 2025.04.30 22:42:02.258923 [ 259 ] {ae682c99-b36d-4371-8752-e9b5df6ad4e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6798 | 2025.04.30 22:42:02.259850 [ 259 ] {ae682c99-b36d-4371-8752-e9b5df6ad4e0} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6799 | 2025.04.30 22:42:02.260405 [ 259 ] {ae682c99-b36d-4371-8752-e9b5df6ad4e0} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6800 | 2025.04.30 22:42:02.260712 [ 127 ] {} <Debug> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
| 6801 | 2025.04.30 22:42:02.260769 [ 127 ] {} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6802 | 2025.04.30 22:42:02.260813 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6803 | 2025.04.30 22:42:02.260826 [ 259 ] {ae682c99-b36d-4371-8752-e9b5df6ad4e0} <Debug> executeQuery: Read 38 rows, 2.83 KiB in 0.005018 sec., 7572.738142686329 rows/sec., 563.01 KiB/sec. | ||
| 6804 | 2025.04.30 22:42:02.261059 [ 259 ] {ae682c99-b36d-4371-8752-e9b5df6ad4e0} <Debug> TCPHandler: Processed in 0.005474047 sec. | ||
| 6805 | 2025.04.30 22:42:02.261387 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6806 | 2025.04.30 22:42:02.261396 [ 189 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full | ||
| 6807 | 2025.04.30 22:42:02.261711 [ 259 ] {6abdfc11-27cc-4b3a-bc74-c86798bbbec8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6808 | 2025.04.30 22:42:02.261881 [ 259 ] {6abdfc11-27cc-4b3a-bc74-c86798bbbec8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6809 | 2025.04.30 22:42:02.262315 [ 200 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4551 rows, containing 5 columns (5 merged, 0 gathered) in 0.006858135 sec., 663591.4866067816 rows/sec., 56.39 MiB/sec. | ||
| 6810 | 2025.04.30 22:42:02.262444 [ 189 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6811 | 2025.04.30 22:42:02.262576 [ 189 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 164 rows starting from the beginning of the part | ||
| 6812 | 2025.04.30 22:42:02.262779 [ 200 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6813 | 2025.04.30 22:42:02.263330 [ 189 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 32 rows starting from the beginning of the part | ||
| 6814 | 2025.04.30 22:42:02.263896 [ 189 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 114 rows starting from the beginning of the part | ||
| 6815 | 2025.04.30 22:42:02.264034 [ 200 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_51_10} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6816 | 2025.04.30 22:42:02.264463 [ 200 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_51_10} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6817 | 2025.04.30 22:42:02.264536 [ 189 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 32 rows starting from the beginning of the part | ||
| 6818 | 2025.04.30 22:42:02.264766 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 6819 | 2025.04.30 22:42:02.265048 [ 189 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 114 rows starting from the beginning of the part | ||
| 6820 | 2025.04.30 22:42:02.265371 [ 189 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 38 rows starting from the beginning of the part | ||
| 6821 | 2025.04.30 22:42:02.265386 [ 259 ] {6abdfc11-27cc-4b3a-bc74-c86798bbbec8} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6822 | 2025.04.30 22:42:02.265491 [ 259 ] {6abdfc11-27cc-4b3a-bc74-c86798bbbec8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6823 | 2025.04.30 22:42:02.266529 [ 259 ] {6abdfc11-27cc-4b3a-bc74-c86798bbbec8} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6824 | 2025.04.30 22:42:02.267148 [ 259 ] {6abdfc11-27cc-4b3a-bc74-c86798bbbec8} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6825 | 2025.04.30 22:42:02.267450 [ 127 ] {} <Debug> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6826 | 2025.04.30 22:42:02.267536 [ 127 ] {} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6827 | 2025.04.30 22:42:02.267621 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6828 | 2025.04.30 22:42:02.267857 [ 259 ] {6abdfc11-27cc-4b3a-bc74-c86798bbbec8} <Debug> executeQuery: Read 102 rows, 8.17 KiB in 0.006268 sec., 16273.133375877473 rows/sec., 1.27 MiB/sec. | ||
| 6829 | 2025.04.30 22:42:02.268080 [ 200 ] {e25d2b30-b306-449e-8756-7ab1229a4707::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 | ||
| 6830 | 2025.04.30 22:42:02.268147 [ 259 ] {6abdfc11-27cc-4b3a-bc74-c86798bbbec8} <Debug> TCPHandler: Processed in 0.006870896 sec. | ||
| 6831 | 2025.04.30 22:42:02.268482 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6832 | 2025.04.30 22:42:02.268503 [ 200 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6833 | 2025.04.30 22:42:02.268627 [ 200 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 914 rows starting from the beginning of the part | ||
| 6834 | 2025.04.30 22:42:02.268950 [ 259 ] {9a930ffa-906b-4634-ba5f-75f1dea2e9b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6835 | 2025.04.30 22:42:02.269061 [ 200 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 846 rows starting from the beginning of the part | ||
| 6836 | 2025.04.30 22:42:02.269267 [ 259 ] {9a930ffa-906b-4634-ba5f-75f1dea2e9b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6837 | 2025.04.30 22:42:02.269372 [ 200 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 64 rows starting from the beginning of the part | ||
| 6838 | 2025.04.30 22:42:02.269883 [ 200 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 96 rows starting from the beginning of the part | ||
| 6839 | 2025.04.30 22:42:02.270196 [ 200 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 390 rows starting from the beginning of the part | ||
| 6840 | 2025.04.30 22:42:02.270580 [ 200 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 102 rows starting from the beginning of the part | ||
| 6841 | 2025.04.30 22:42:02.270654 [ 189 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 494 rows, containing 5 columns (5 merged, 0 gathered) in 0.009445684 sec., 52299.018260615114 rows/sec., 3.54 MiB/sec. | ||
| 6842 | 2025.04.30 22:42:02.271437 [ 199 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
| 6843 | 2025.04.30 22:42:02.272757 [ 199 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_40_8} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6844 | 2025.04.30 22:42:02.272826 [ 259 ] {9a930ffa-906b-4634-ba5f-75f1dea2e9b4} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6845 | 2025.04.30 22:42:02.272930 [ 259 ] {9a930ffa-906b-4634-ba5f-75f1dea2e9b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6846 | 2025.04.30 22:42:02.273133 [ 199 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_40_8} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
| 6847 | 2025.04.30 22:42:02.273563 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 6848 | 2025.04.30 22:42:02.274236 [ 259 ] {9a930ffa-906b-4634-ba5f-75f1dea2e9b4} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6849 | 2025.04.30 22:42:02.274582 [ 259 ] {9a930ffa-906b-4634-ba5f-75f1dea2e9b4} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6850 | 2025.04.30 22:42:02.274981 [ 127 ] {} <Debug> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6851 | 2025.04.30 22:42:02.275053 [ 127 ] {} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6852 | 2025.04.30 22:42:02.275073 [ 189 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2412 rows, containing 5 columns (5 merged, 0 gathered) in 0.0072961 sec., 330587.5741834679 rows/sec., 25.31 MiB/sec. | ||
| 6853 | 2025.04.30 22:42:02.275120 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6854 | 2025.04.30 22:42:02.275198 [ 259 ] {9a930ffa-906b-4634-ba5f-75f1dea2e9b4} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.006473 sec., 25181.52325042484 rows/sec., 1.75 MiB/sec. | ||
| 6855 | 2025.04.30 22:42:02.275518 [ 259 ] {9a930ffa-906b-4634-ba5f-75f1dea2e9b4} <Debug> TCPHandler: Processed in 0.007155246 sec. | ||
| 6856 | 2025.04.30 22:42:02.275531 [ 189 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6857 | 2025.04.30 22:42:02.275584 [ 192 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::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 | ||
| 6858 | 2025.04.30 22:42:02.275853 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6859 | 2025.04.30 22:42:02.276007 [ 192 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6860 | 2025.04.30 22:42:02.276118 [ 192 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14737 rows starting from the beginning of the part | ||
| 6861 | 2025.04.30 22:42:02.276169 [ 259 ] {8e41de74-7b3c-4d45-9493-56c82405d8e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6862 | 2025.04.30 22:42:02.276439 [ 192 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 955 rows starting from the beginning of the part | ||
| 6863 | 2025.04.30 22:42:02.276620 [ 259 ] {8e41de74-7b3c-4d45-9493-56c82405d8e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6864 | 2025.04.30 22:42:02.276900 [ 192 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 128 rows starting from the beginning of the part | ||
| 6865 | 2025.04.30 22:42:02.277069 [ 194 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_51_10} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6866 | 2025.04.30 22:42:02.277398 [ 192 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::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 | ||
| 6867 | 2025.04.30 22:42:02.277579 [ 194 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_51_10} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6868 | 2025.04.30 22:42:02.277929 [ 192 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 237 rows starting from the beginning of the part | ||
| 6869 | 2025.04.30 22:42:02.277999 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 6870 | 2025.04.30 22:42:02.278360 [ 192 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 163 rows starting from the beginning of the part | ||
| 6871 | 2025.04.30 22:42:02.281420 [ 259 ] {8e41de74-7b3c-4d45-9493-56c82405d8e0} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6872 | 2025.04.30 22:42:02.281491 [ 259 ] {8e41de74-7b3c-4d45-9493-56c82405d8e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6873 | 2025.04.30 22:42:02.282946 [ 259 ] {8e41de74-7b3c-4d45-9493-56c82405d8e0} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6874 | 2025.04.30 22:42:02.283500 [ 259 ] {8e41de74-7b3c-4d45-9493-56c82405d8e0} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6875 | 2025.04.30 22:42:02.283856 [ 259 ] {8e41de74-7b3c-4d45-9493-56c82405d8e0} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.007805 sec., 4099.935938500961 rows/sec., 7.35 MiB/sec. | ||
| 6876 | 2025.04.30 22:42:02.284481 [ 259 ] {8e41de74-7b3c-4d45-9493-56c82405d8e0} <Debug> TCPHandler: Processed in 0.008743061 sec. | ||
| 6877 | 2025.04.30 22:42:02.284646 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6878 | 2025.04.30 22:42:02.284818 [ 259 ] {a33d1827-06d2-4fdd-bf07-af43856f1dbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6879 | 2025.04.30 22:42:02.284869 [ 259 ] {a33d1827-06d2-4fdd-bf07-af43856f1dbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6880 | 2025.04.30 22:42:02.285589 [ 259 ] {a33d1827-06d2-4fdd-bf07-af43856f1dbe} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6881 | 2025.04.30 22:42:02.285632 [ 259 ] {a33d1827-06d2-4fdd-bf07-af43856f1dbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6882 | 2025.04.30 22:42:02.286220 [ 189 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16380 rows, containing 5 columns (5 merged, 0 gathered) in 0.010952426 sec., 1495559.0660918413 rows/sec., 100.98 MiB/sec. | ||
| 6883 | 2025.04.30 22:42:02.286351 [ 259 ] {a33d1827-06d2-4fdd-bf07-af43856f1dbe} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6884 | 2025.04.30 22:42:02.286613 [ 259 ] {a33d1827-06d2-4fdd-bf07-af43856f1dbe} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6885 | 2025.04.30 22:42:02.286721 [ 194 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6886 | 2025.04.30 22:42:02.286789 [ 127 ] {} <Debug> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6887 | 2025.04.30 22:42:02.286890 [ 127 ] {} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6888 | 2025.04.30 22:42:02.286928 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6889 | 2025.04.30 22:42:02.286931 [ 259 ] {a33d1827-06d2-4fdd-bf07-af43856f1dbe} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002136 sec., 28089.88764044944 rows/sec., 1.89 MiB/sec. | ||
| 6890 | 2025.04.30 22:42:02.287294 [ 259 ] {a33d1827-06d2-4fdd-bf07-af43856f1dbe} <Debug> TCPHandler: Processed in 0.002697583 sec. | ||
| 6891 | 2025.04.30 22:42:02.287685 [ 194 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6892 | 2025.04.30 22:42:02.287970 [ 189 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::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 | ||
| 6893 | 2025.04.30 22:42:02.287994 [ 194 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6894 | 2025.04.30 22:42:02.288294 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. | ||
| 6895 | 2025.04.30 22:42:02.288487 [ 189 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6896 | 2025.04.30 22:42:02.288523 [ 189 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2948 rows starting from the beginning of the part | ||
| 6897 | 2025.04.30 22:42:02.288610 [ 189 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 34 rows starting from the beginning of the part | ||
| 6898 | 2025.04.30 22:42:02.288812 [ 189 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 48 rows starting from the beginning of the part | ||
| 6899 | 2025.04.30 22:42:02.289015 [ 189 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::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 | ||
| 6900 | 2025.04.30 22:42:02.289193 [ 189 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 82 rows starting from the beginning of the part | ||
| 6901 | 2025.04.30 22:42:02.289363 [ 189 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::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 | ||
| 6902 | 2025.04.30 22:42:02.290968 [ 198 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3232 rows, containing 4 columns (4 merged, 0 gathered) in 0.003920924 sec., 824295.4976939108 rows/sec., 53.77 MiB/sec. | ||
| 6903 | 2025.04.30 22:42:02.291250 [ 194 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6904 | 2025.04.30 22:42:02.291575 [ 194 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_51_10} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6905 | 2025.04.30 22:42:02.291666 [ 194 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_51_10} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6906 | 2025.04.30 22:42:02.291752 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
| 6907 | 2025.04.30 22:42:03.036680 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15189 | ||
| 6908 | 2025.04.30 22:42:03.037419 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6909 | 2025.04.30 22:42:03.037481 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6910 | 2025.04.30 22:42:03.038063 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6911 | 2025.04.30 22:42:03.038328 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6912 | 2025.04.30 22:42:03.038638 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189 | ||
| 6913 | 2025.04.30 22:42:04.072692 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 6914 | 2025.04.30 22:42:04.092327 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6915 | 2025.04.30 22:42:04.092386 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6916 | 2025.04.30 22:42:04.099765 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6917 | 2025.04.30 22:42:04.100490 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6918 | 2025.04.30 22:42:04.103146 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 6919 | 2025.04.30 22:42:05.603922 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 982 | ||
| 6920 | 2025.04.30 22:42:05.607267 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6921 | 2025.04.30 22:42:05.607332 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6922 | 2025.04.30 22:42:05.608832 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6923 | 2025.04.30 22:42:05.609154 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6924 | 2025.04.30 22:42:05.610341 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 982 | ||
| 6925 | 2025.04.30 22:42:07.256174 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6926 | 2025.04.30 22:42:07.256383 [ 259 ] {f17a7f06-86ef-4181-9e52-bd1703fc8b4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6927 | 2025.04.30 22:42:07.256463 [ 259 ] {f17a7f06-86ef-4181-9e52-bd1703fc8b4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6928 | 2025.04.30 22:42:07.257302 [ 259 ] {f17a7f06-86ef-4181-9e52-bd1703fc8b4f} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6929 | 2025.04.30 22:42:07.257355 [ 259 ] {f17a7f06-86ef-4181-9e52-bd1703fc8b4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6930 | 2025.04.30 22:42:07.257813 [ 259 ] {f17a7f06-86ef-4181-9e52-bd1703fc8b4f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6931 | 2025.04.30 22:42:07.258076 [ 259 ] {f17a7f06-86ef-4181-9e52-bd1703fc8b4f} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6932 | 2025.04.30 22:42:07.258372 [ 259 ] {f17a7f06-86ef-4181-9e52-bd1703fc8b4f} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002045 sec., 103667.48166259169 rows/sec., 6.59 MiB/sec. | ||
| 6933 | 2025.04.30 22:42:07.258613 [ 259 ] {f17a7f06-86ef-4181-9e52-bd1703fc8b4f} <Debug> TCPHandler: Processed in 0.002574668 sec. | ||
| 6934 | 2025.04.30 22:42:07.258788 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6935 | 2025.04.30 22:42:07.258896 [ 259 ] {9b48e2bb-5c22-4b29-93d3-bdb9fcc8f6cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6936 | 2025.04.30 22:42:07.258943 [ 259 ] {9b48e2bb-5c22-4b29-93d3-bdb9fcc8f6cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6937 | 2025.04.30 22:42:07.259728 [ 259 ] {9b48e2bb-5c22-4b29-93d3-bdb9fcc8f6cb} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6938 | 2025.04.30 22:42:07.259769 [ 259 ] {9b48e2bb-5c22-4b29-93d3-bdb9fcc8f6cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6939 | 2025.04.30 22:42:07.260169 [ 259 ] {9b48e2bb-5c22-4b29-93d3-bdb9fcc8f6cb} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6940 | 2025.04.30 22:42:07.260426 [ 259 ] {9b48e2bb-5c22-4b29-93d3-bdb9fcc8f6cb} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6941 | 2025.04.30 22:42:07.260602 [ 259 ] {9b48e2bb-5c22-4b29-93d3-bdb9fcc8f6cb} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001731 sec., 365684.57538994803 rows/sec., 28.76 MiB/sec. | ||
| 6942 | 2025.04.30 22:42:07.260652 [ 259 ] {9b48e2bb-5c22-4b29-93d3-bdb9fcc8f6cb} <Debug> TCPHandler: Processed in 0.001917486 sec. | ||
| 6943 | 2025.04.30 22:42:07.260767 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6944 | 2025.04.30 22:42:07.260872 [ 259 ] {f09a6b3a-89e3-40aa-b9c1-a447372474cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6945 | 2025.04.30 22:42:07.260918 [ 259 ] {f09a6b3a-89e3-40aa-b9c1-a447372474cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6946 | 2025.04.30 22:42:07.261467 [ 259 ] {f09a6b3a-89e3-40aa-b9c1-a447372474cd} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6947 | 2025.04.30 22:42:07.261504 [ 259 ] {f09a6b3a-89e3-40aa-b9c1-a447372474cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6948 | 2025.04.30 22:42:07.261867 [ 259 ] {f09a6b3a-89e3-40aa-b9c1-a447372474cd} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6949 | 2025.04.30 22:42:07.262118 [ 259 ] {f09a6b3a-89e3-40aa-b9c1-a447372474cd} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6950 | 2025.04.30 22:42:07.262314 [ 259 ] {f09a6b3a-89e3-40aa-b9c1-a447372474cd} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001457 sec., 78242.96499656829 rows/sec., 4.68 MiB/sec. | ||
| 6951 | 2025.04.30 22:42:07.262405 [ 259 ] {f09a6b3a-89e3-40aa-b9c1-a447372474cd} <Debug> TCPHandler: Processed in 0.001687928 sec. | ||
| 6952 | 2025.04.30 22:42:07.262609 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6953 | 2025.04.30 22:42:07.262742 [ 259 ] {8d8b9918-55f5-4108-9400-e661d7b40b54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6954 | 2025.04.30 22:42:07.262790 [ 259 ] {8d8b9918-55f5-4108-9400-e661d7b40b54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6955 | 2025.04.30 22:42:07.263370 [ 259 ] {8d8b9918-55f5-4108-9400-e661d7b40b54} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6956 | 2025.04.30 22:42:07.263409 [ 259 ] {8d8b9918-55f5-4108-9400-e661d7b40b54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6957 | 2025.04.30 22:42:07.263769 [ 259 ] {8d8b9918-55f5-4108-9400-e661d7b40b54} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6958 | 2025.04.30 22:42:07.264016 [ 259 ] {8d8b9918-55f5-4108-9400-e661d7b40b54} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6959 | 2025.04.30 22:42:07.264162 [ 115 ] {} <Debug> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07) (MergerMutator): Selected 6 parts from all_1_18_4 to all_23_23_0 | ||
| 6960 | 2025.04.30 22:42:07.264211 [ 115 ] {} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6961 | 2025.04.30 22:42:07.264246 [ 259 ] {8d8b9918-55f5-4108-9400-e661d7b40b54} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001505 sec., 75083.05647840531 rows/sec., 4.86 MiB/sec. | ||
| 6962 | 2025.04.30 22:42:07.264258 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6963 | 2025.04.30 22:42:07.264325 [ 259 ] {8d8b9918-55f5-4108-9400-e661d7b40b54} <Debug> TCPHandler: Processed in 0.001815872 sec. | ||
| 6964 | 2025.04.30 22:42:07.264433 [ 186 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_23_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_18_4 to all_23_23_0 into Compact with storage Full | ||
| 6965 | 2025.04.30 22:42:07.264479 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6966 | 2025.04.30 22:42:07.264536 [ 186 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_23_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6967 | 2025.04.30 22:42:07.264576 [ 186 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 341 rows starting from the beginning of the part | ||
| 6968 | 2025.04.30 22:42:07.264597 [ 259 ] {7e10f60f-892b-421c-abb7-dbb2a80aec38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6969 | 2025.04.30 22:42:07.264657 [ 259 ] {7e10f60f-892b-421c-abb7-dbb2a80aec38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6970 | 2025.04.30 22:42:07.264663 [ 186 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 113 rows starting from the beginning of the part | ||
| 6971 | 2025.04.30 22:42:07.265106 [ 186 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 113 rows starting from the beginning of the part | ||
| 6972 | 2025.04.30 22:42:07.265397 [ 186 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 341 rows starting from the beginning of the part | ||
| 6973 | 2025.04.30 22:42:07.265958 [ 186 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 113 rows starting from the beginning of the part | ||
| 6974 | 2025.04.30 22:42:07.266451 [ 186 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 113 rows starting from the beginning of the part | ||
| 6975 | 2025.04.30 22:42:07.268245 [ 259 ] {7e10f60f-892b-421c-abb7-dbb2a80aec38} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6976 | 2025.04.30 22:42:07.268293 [ 259 ] {7e10f60f-892b-421c-abb7-dbb2a80aec38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 6977 | 2025.04.30 22:42:07.268868 [ 259 ] {7e10f60f-892b-421c-abb7-dbb2a80aec38} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6978 | 2025.04.30 22:42:07.269124 [ 198 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_23_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1134 rows, containing 5 columns (5 merged, 0 gathered) in 0.004767444 sec., 237863.307885735 rows/sec., 16.59 MiB/sec. | ||
| 6979 | 2025.04.30 22:42:07.269239 [ 259 ] {7e10f60f-892b-421c-abb7-dbb2a80aec38} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6980 | 2025.04.30 22:42:07.269489 [ 187 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_23_5} <Trace> MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) | ||
| 6981 | 2025.04.30 22:42:07.269671 [ 259 ] {7e10f60f-892b-421c-abb7-dbb2a80aec38} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005072 sec., 22082.018927444795 rows/sec., 1.26 MiB/sec. | ||
| 6982 | 2025.04.30 22:42:07.270009 [ 259 ] {7e10f60f-892b-421c-abb7-dbb2a80aec38} <Debug> TCPHandler: Processed in 0.005579322 sec. | ||
| 6983 | 2025.04.30 22:42:07.270245 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6984 | 2025.04.30 22:42:07.270439 [ 259 ] {00f8eb04-c6ca-481c-bebc-4510ad22f1b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6985 | 2025.04.30 22:42:07.270465 [ 187 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_23_5} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6986 | 2025.04.30 22:42:07.270512 [ 259 ] {00f8eb04-c6ca-481c-bebc-4510ad22f1b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6987 | 2025.04.30 22:42:07.270676 [ 187 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_23_5} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07) (MergerMutator): Merged 6 parts: [all_1_18_4, all_23_23_0] -> all_1_23_5 | ||
| 6988 | 2025.04.30 22:42:07.270862 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 6989 | 2025.04.30 22:42:07.271436 [ 259 ] {00f8eb04-c6ca-481c-bebc-4510ad22f1b1} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6990 | 2025.04.30 22:42:07.271480 [ 259 ] {00f8eb04-c6ca-481c-bebc-4510ad22f1b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 6991 | 2025.04.30 22:42:07.271868 [ 259 ] {00f8eb04-c6ca-481c-bebc-4510ad22f1b1} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6992 | 2025.04.30 22:42:07.272116 [ 259 ] {00f8eb04-c6ca-481c-bebc-4510ad22f1b1} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6993 | 2025.04.30 22:42:07.272290 [ 259 ] {00f8eb04-c6ca-481c-bebc-4510ad22f1b1} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001908 sec., 204402.51572327045 rows/sec., 14.45 MiB/sec. | ||
| 6994 | 2025.04.30 22:42:07.272340 [ 259 ] {00f8eb04-c6ca-481c-bebc-4510ad22f1b1} <Debug> TCPHandler: Processed in 0.002169544 sec. | ||
| 6995 | 2025.04.30 22:42:07.272453 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6996 | 2025.04.30 22:42:07.272560 [ 259 ] {12232561-cb5a-4199-9219-aab9f007ebd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6997 | 2025.04.30 22:42:07.272606 [ 259 ] {12232561-cb5a-4199-9219-aab9f007ebd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6998 | 2025.04.30 22:42:07.273019 [ 259 ] {12232561-cb5a-4199-9219-aab9f007ebd7} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6999 | 2025.04.30 22:42:07.273055 [ 259 ] {12232561-cb5a-4199-9219-aab9f007ebd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7000 | 2025.04.30 22:42:07.273406 [ 259 ] {12232561-cb5a-4199-9219-aab9f007ebd7} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7001 | 2025.04.30 22:42:07.273646 [ 259 ] {12232561-cb5a-4199-9219-aab9f007ebd7} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7002 | 2025.04.30 22:42:07.273819 [ 259 ] {12232561-cb5a-4199-9219-aab9f007ebd7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001282 sec., 4680.1872074882995 rows/sec., 244.52 KiB/sec. | ||
| 7003 | 2025.04.30 22:42:07.273867 [ 259 ] {12232561-cb5a-4199-9219-aab9f007ebd7} <Debug> TCPHandler: Processed in 0.00146523 sec. | ||
| 7004 | 2025.04.30 22:42:07.273980 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7005 | 2025.04.30 22:42:07.274086 [ 259 ] {045206e2-84ac-49db-9a74-0c90ecb14d57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7006 | 2025.04.30 22:42:07.274133 [ 259 ] {045206e2-84ac-49db-9a74-0c90ecb14d57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7007 | 2025.04.30 22:42:07.274624 [ 259 ] {045206e2-84ac-49db-9a74-0c90ecb14d57} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7008 | 2025.04.30 22:42:07.274660 [ 259 ] {045206e2-84ac-49db-9a74-0c90ecb14d57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7009 | 2025.04.30 22:42:07.275044 [ 259 ] {045206e2-84ac-49db-9a74-0c90ecb14d57} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7010 | 2025.04.30 22:42:07.275293 [ 259 ] {045206e2-84ac-49db-9a74-0c90ecb14d57} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7011 | 2025.04.30 22:42:07.275510 [ 259 ] {045206e2-84ac-49db-9a74-0c90ecb14d57} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001441 sec., 164469.11866759195 rows/sec., 11.02 MiB/sec. | ||
| 7012 | 2025.04.30 22:42:07.275615 [ 259 ] {045206e2-84ac-49db-9a74-0c90ecb14d57} <Debug> TCPHandler: Processed in 0.001681538 sec. | ||
| 7013 | 2025.04.30 22:42:07.275867 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7014 | 2025.04.30 22:42:07.275990 [ 259 ] {f5aed3a6-8dd8-465d-a2e0-7f497e4346f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7015 | 2025.04.30 22:42:07.276041 [ 259 ] {f5aed3a6-8dd8-465d-a2e0-7f497e4346f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7016 | 2025.04.30 22:42:07.276462 [ 259 ] {f5aed3a6-8dd8-465d-a2e0-7f497e4346f7} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7017 | 2025.04.30 22:42:07.276500 [ 259 ] {f5aed3a6-8dd8-465d-a2e0-7f497e4346f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7018 | 2025.04.30 22:42:07.276848 [ 259 ] {f5aed3a6-8dd8-465d-a2e0-7f497e4346f7} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7019 | 2025.04.30 22:42:07.277089 [ 259 ] {f5aed3a6-8dd8-465d-a2e0-7f497e4346f7} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7020 | 2025.04.30 22:42:07.277212 [ 115 ] {} <Debug> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f) (MergerMutator): Selected 6 parts from all_1_18_4 to all_23_23_0 | ||
| 7021 | 2025.04.30 22:42:07.277252 [ 115 ] {} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7022 | 2025.04.30 22:42:07.277275 [ 259 ] {f5aed3a6-8dd8-465d-a2e0-7f497e4346f7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001307 sec., 765.1109410864575 rows/sec., 51.56 KiB/sec. | ||
| 7023 | 2025.04.30 22:42:07.277283 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7024 | 2025.04.30 22:42:07.277352 [ 259 ] {f5aed3a6-8dd8-465d-a2e0-7f497e4346f7} <Debug> TCPHandler: Processed in 0.001572264 sec. | ||
| 7025 | 2025.04.30 22:42:07.277428 [ 198 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_23_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_18_4 to all_23_23_0 into Compact with storage Full | ||
| 7026 | 2025.04.30 22:42:07.277486 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7027 | 2025.04.30 22:42:07.277536 [ 198 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_23_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7028 | 2025.04.30 22:42:07.277573 [ 198 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 18 rows starting from the beginning of the part | ||
| 7029 | 2025.04.30 22:42:07.277614 [ 259 ] {a7c045ff-e9ad-41f9-9451-1f161def6fc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7030 | 2025.04.30 22:42:07.277652 [ 198 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
| 7031 | 2025.04.30 22:42:07.277938 [ 259 ] {a7c045ff-e9ad-41f9-9451-1f161def6fc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7032 | 2025.04.30 22:42:07.278042 [ 198 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
| 7033 | 2025.04.30 22:42:07.278594 [ 198 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
| 7034 | 2025.04.30 22:42:07.278982 [ 198 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
| 7035 | 2025.04.30 22:42:07.279279 [ 198 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
| 7036 | 2025.04.30 22:42:07.281686 [ 197 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_23_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23 rows, containing 4 columns (4 merged, 0 gathered) in 0.004310278 sec., 5336.082730626656 rows/sec., 359.56 KiB/sec. | ||
| 7037 | 2025.04.30 22:42:07.281897 [ 259 ] {a7c045ff-e9ad-41f9-9451-1f161def6fc0} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7038 | 2025.04.30 22:42:07.281961 [ 259 ] {a7c045ff-e9ad-41f9-9451-1f161def6fc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7039 | 2025.04.30 22:42:07.282063 [ 197 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_23_5} <Trace> MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) | ||
| 7040 | 2025.04.30 22:42:07.282794 [ 197 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_23_5} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7041 | 2025.04.30 22:42:07.283036 [ 197 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_23_5} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f) (MergerMutator): Merged 6 parts: [all_1_18_4, all_23_23_0] -> all_1_23_5 | ||
| 7042 | 2025.04.30 22:42:07.283220 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7043 | 2025.04.30 22:42:07.283355 [ 259 ] {a7c045ff-e9ad-41f9-9451-1f161def6fc0} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7044 | 2025.04.30 22:42:07.283630 [ 259 ] {a7c045ff-e9ad-41f9-9451-1f161def6fc0} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7045 | 2025.04.30 22:42:07.283777 [ 115 ] {} <Debug> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7046 | 2025.04.30 22:42:07.283824 [ 115 ] {} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7047 | 2025.04.30 22:42:07.283847 [ 259 ] {a7c045ff-e9ad-41f9-9451-1f161def6fc0} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.006257 sec., 1278.5680038357038 rows/sec., 2.29 MiB/sec. | ||
| 7048 | 2025.04.30 22:42:07.283854 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 7049 | 2025.04.30 22:42:07.284208 [ 193 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::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 | ||
| 7050 | 2025.04.30 22:42:07.284246 [ 259 ] {a7c045ff-e9ad-41f9-9451-1f161def6fc0} <Debug> TCPHandler: Processed in 0.006810563 sec. | ||
| 7051 | 2025.04.30 22:42:07.284486 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7052 | 2025.04.30 22:42:07.284774 [ 259 ] {dce337c0-a79f-4a69-a6b5-d831eb5edb08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7053 | 2025.04.30 22:42:07.284895 [ 193 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7054 | 2025.04.30 22:42:07.284904 [ 259 ] {dce337c0-a79f-4a69-a6b5-d831eb5edb08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7055 | 2025.04.30 22:42:07.285119 [ 193 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 662 rows starting from the beginning of the part | ||
| 7056 | 2025.04.30 22:42:07.286080 [ 193 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 8 rows starting from the beginning of the part | ||
| 7057 | 2025.04.30 22:42:07.286915 [ 193 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 32 rows starting from the beginning of the part | ||
| 7058 | 2025.04.30 22:42:07.287250 [ 259 ] {dce337c0-a79f-4a69-a6b5-d831eb5edb08} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7059 | 2025.04.30 22:42:07.287375 [ 259 ] {dce337c0-a79f-4a69-a6b5-d831eb5edb08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7060 | 2025.04.30 22:42:07.287659 [ 193 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 8 rows starting from the beginning of the part | ||
| 7061 | 2025.04.30 22:42:07.288273 [ 193 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 32 rows starting from the beginning of the part | ||
| 7062 | 2025.04.30 22:42:07.288937 [ 193 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 8 rows starting from the beginning of the part | ||
| 7063 | 2025.04.30 22:42:07.289030 [ 259 ] {dce337c0-a79f-4a69-a6b5-d831eb5edb08} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7064 | 2025.04.30 22:42:07.289846 [ 259 ] {dce337c0-a79f-4a69-a6b5-d831eb5edb08} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7065 | 2025.04.30 22:42:07.290431 [ 259 ] {dce337c0-a79f-4a69-a6b5-d831eb5edb08} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005767 sec., 14218.831281428818 rows/sec., 924.75 KiB/sec. | ||
| 7066 | 2025.04.30 22:42:07.290826 [ 259 ] {dce337c0-a79f-4a69-a6b5-d831eb5edb08} <Debug> TCPHandler: Processed in 0.00641443 sec. | ||
| 7067 | 2025.04.30 22:42:07.295710 [ 190 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 750 rows, containing 19 columns (19 merged, 0 gathered) in 0.011726492 sec., 63957.74627228672 rows/sec., 114.61 MiB/sec. | ||
| 7068 | 2025.04.30 22:42:07.297138 [ 188 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7069 | 2025.04.30 22:42:07.297626 [ 188 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7070 | 2025.04.30 22:42:07.297720 [ 188 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7071 | 2025.04.30 22:42:07.297893 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.55 MiB. | ||
| 7072 | 2025.04.30 22:42:10.348346 [ 111 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7073 | 2025.04.30 22:42:10.348418 [ 111 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7074 | 2025.04.30 22:42:10.538767 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15616 | ||
| 7075 | 2025.04.30 22:42:10.539376 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7076 | 2025.04.30 22:42:10.539412 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7077 | 2025.04.30 22:42:10.539931 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7078 | 2025.04.30 22:42:10.540175 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7079 | 2025.04.30 22:42:10.540421 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 7080 | 2025.04.30 22:42:11.603203 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 7081 | 2025.04.30 22:42:11.624676 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7082 | 2025.04.30 22:42:11.624734 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7083 | 2025.04.30 22:42:11.632479 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7084 | 2025.04.30 22:42:11.633258 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7085 | 2025.04.30 22:42:11.636862 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 7086 | 2025.04.30 22:42:12.251624 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7087 | 2025.04.30 22:42:12.251835 [ 259 ] {8f8269b8-d696-41ca-9b4a-ad826654ea5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7088 | 2025.04.30 22:42:12.251917 [ 259 ] {8f8269b8-d696-41ca-9b4a-ad826654ea5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7089 | 2025.04.30 22:42:12.252723 [ 259 ] {8f8269b8-d696-41ca-9b4a-ad826654ea5e} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7090 | 2025.04.30 22:42:12.252774 [ 259 ] {8f8269b8-d696-41ca-9b4a-ad826654ea5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7091 | 2025.04.30 22:42:12.253237 [ 259 ] {8f8269b8-d696-41ca-9b4a-ad826654ea5e} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7092 | 2025.04.30 22:42:12.253495 [ 259 ] {8f8269b8-d696-41ca-9b4a-ad826654ea5e} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7093 | 2025.04.30 22:42:12.253693 [ 259 ] {8f8269b8-d696-41ca-9b4a-ad826654ea5e} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001915 sec., 62663.185378590075 rows/sec., 5.32 MiB/sec. | ||
| 7094 | 2025.04.30 22:42:12.253756 [ 259 ] {8f8269b8-d696-41ca-9b4a-ad826654ea5e} <Debug> TCPHandler: Processed in 0.002269818 sec. | ||
| 7095 | 2025.04.30 22:42:12.253887 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7096 | 2025.04.30 22:42:12.254000 [ 259 ] {3ed63f05-5462-431a-90ec-7bedfbfb4eaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7097 | 2025.04.30 22:42:12.254050 [ 259 ] {3ed63f05-5462-431a-90ec-7bedfbfb4eaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7098 | 2025.04.30 22:42:12.254580 [ 259 ] {3ed63f05-5462-431a-90ec-7bedfbfb4eaf} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7099 | 2025.04.30 22:42:12.254618 [ 259 ] {3ed63f05-5462-431a-90ec-7bedfbfb4eaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7100 | 2025.04.30 22:42:12.254976 [ 259 ] {3ed63f05-5462-431a-90ec-7bedfbfb4eaf} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7101 | 2025.04.30 22:42:12.255216 [ 259 ] {3ed63f05-5462-431a-90ec-7bedfbfb4eaf} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7102 | 2025.04.30 22:42:12.255421 [ 259 ] {3ed63f05-5462-431a-90ec-7bedfbfb4eaf} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001444 sec., 22160.6648199446 rows/sec., 1.63 MiB/sec. | ||
| 7103 | 2025.04.30 22:42:12.255475 [ 259 ] {3ed63f05-5462-431a-90ec-7bedfbfb4eaf} <Debug> TCPHandler: Processed in 0.001643796 sec. | ||
| 7104 | 2025.04.30 22:42:12.255591 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7105 | 2025.04.30 22:42:12.255697 [ 259 ] {8a31c5a1-9747-4091-9f93-6271a54aeeb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7106 | 2025.04.30 22:42:12.255744 [ 259 ] {8a31c5a1-9747-4091-9f93-6271a54aeeb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7107 | 2025.04.30 22:42:12.256285 [ 259 ] {8a31c5a1-9747-4091-9f93-6271a54aeeb6} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7108 | 2025.04.30 22:42:12.256324 [ 259 ] {8a31c5a1-9747-4091-9f93-6271a54aeeb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7109 | 2025.04.30 22:42:12.256679 [ 259 ] {8a31c5a1-9747-4091-9f93-6271a54aeeb6} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7110 | 2025.04.30 22:42:12.256917 [ 259 ] {8a31c5a1-9747-4091-9f93-6271a54aeeb6} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7111 | 2025.04.30 22:42:12.257123 [ 259 ] {8a31c5a1-9747-4091-9f93-6271a54aeeb6} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001448 sec., 66298.34254143646 rows/sec., 5.18 MiB/sec. | ||
| 7112 | 2025.04.30 22:42:12.257177 [ 259 ] {8a31c5a1-9747-4091-9f93-6271a54aeeb6} <Debug> TCPHandler: Processed in 0.001638296 sec. | ||
| 7113 | 2025.04.30 22:42:12.257293 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7114 | 2025.04.30 22:42:12.257400 [ 259 ] {714f63ed-a2b3-4483-9ee7-321d12962d19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7115 | 2025.04.30 22:42:12.257450 [ 259 ] {714f63ed-a2b3-4483-9ee7-321d12962d19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7116 | 2025.04.30 22:42:12.257948 [ 259 ] {714f63ed-a2b3-4483-9ee7-321d12962d19} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7117 | 2025.04.30 22:42:12.257987 [ 259 ] {714f63ed-a2b3-4483-9ee7-321d12962d19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7118 | 2025.04.30 22:42:12.258386 [ 259 ] {714f63ed-a2b3-4483-9ee7-321d12962d19} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7119 | 2025.04.30 22:42:12.258625 [ 259 ] {714f63ed-a2b3-4483-9ee7-321d12962d19} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7120 | 2025.04.30 22:42:12.258853 [ 259 ] {714f63ed-a2b3-4483-9ee7-321d12962d19} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001472 sec., 108695.65217391304 rows/sec., 7.57 MiB/sec. | ||
| 7121 | 2025.04.30 22:42:12.258928 [ 259 ] {714f63ed-a2b3-4483-9ee7-321d12962d19} <Debug> TCPHandler: Processed in 0.001686677 sec. | ||
| 7122 | 2025.04.30 22:42:12.259157 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7123 | 2025.04.30 22:42:12.259295 [ 259 ] {eb24a6c7-94f8-4616-9c40-6586a83c3289} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7124 | 2025.04.30 22:42:12.259370 [ 259 ] {eb24a6c7-94f8-4616-9c40-6586a83c3289} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7125 | 2025.04.30 22:42:12.260451 [ 259 ] {eb24a6c7-94f8-4616-9c40-6586a83c3289} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7126 | 2025.04.30 22:42:12.260491 [ 259 ] {eb24a6c7-94f8-4616-9c40-6586a83c3289} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7127 | 2025.04.30 22:42:12.261125 [ 259 ] {eb24a6c7-94f8-4616-9c40-6586a83c3289} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7128 | 2025.04.30 22:42:12.261382 [ 259 ] {eb24a6c7-94f8-4616-9c40-6586a83c3289} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7129 | 2025.04.30 22:42:12.261662 [ 259 ] {eb24a6c7-94f8-4616-9c40-6586a83c3289} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002387 sec., 13405.948889819858 rows/sec., 24.02 MiB/sec. | ||
| 7130 | 2025.04.30 22:42:12.261968 [ 259 ] {eb24a6c7-94f8-4616-9c40-6586a83c3289} <Debug> TCPHandler: Processed in 0.00291018 sec. | ||
| 7131 | 2025.04.30 22:42:12.262262 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7132 | 2025.04.30 22:42:12.262371 [ 259 ] {08d755cb-a182-403e-b634-76e344fdeb73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7133 | 2025.04.30 22:42:12.262419 [ 259 ] {08d755cb-a182-403e-b634-76e344fdeb73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7134 | 2025.04.30 22:42:12.262869 [ 259 ] {08d755cb-a182-403e-b634-76e344fdeb73} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7135 | 2025.04.30 22:42:12.262907 [ 259 ] {08d755cb-a182-403e-b634-76e344fdeb73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7136 | 2025.04.30 22:42:12.263276 [ 259 ] {08d755cb-a182-403e-b634-76e344fdeb73} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7137 | 2025.04.30 22:42:12.263509 [ 259 ] {08d755cb-a182-403e-b634-76e344fdeb73} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7138 | 2025.04.30 22:42:12.263712 [ 259 ] {08d755cb-a182-403e-b634-76e344fdeb73} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001365 sec., 43956.04395604396 rows/sec., 2.96 MiB/sec. | ||
| 7139 | 2025.04.30 22:42:12.263761 [ 259 ] {08d755cb-a182-403e-b634-76e344fdeb73} <Debug> TCPHandler: Processed in 0.001561583 sec. | ||
| 7140 | 2025.04.30 22:42:12.533778 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7141 | 2025.04.30 22:42:12.533991 [ 259 ] {36c190f2-5b95-463a-becb-a23b5bd77700} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7142 | 2025.04.30 22:42:12.534066 [ 259 ] {36c190f2-5b95-463a-becb-a23b5bd77700} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7143 | 2025.04.30 22:42:12.534891 [ 259 ] {36c190f2-5b95-463a-becb-a23b5bd77700} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7144 | 2025.04.30 22:42:12.534943 [ 259 ] {36c190f2-5b95-463a-becb-a23b5bd77700} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7145 | 2025.04.30 22:42:12.535417 [ 259 ] {36c190f2-5b95-463a-becb-a23b5bd77700} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7146 | 2025.04.30 22:42:12.535683 [ 259 ] {36c190f2-5b95-463a-becb-a23b5bd77700} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7147 | 2025.04.30 22:42:12.535984 [ 259 ] {36c190f2-5b95-463a-becb-a23b5bd77700} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002041 sec., 103870.65164135229 rows/sec., 6.61 MiB/sec. | ||
| 7148 | 2025.04.30 22:42:12.536076 [ 259 ] {36c190f2-5b95-463a-becb-a23b5bd77700} <Debug> TCPHandler: Processed in 0.002428633 sec. | ||
| 7149 | 2025.04.30 22:42:12.536338 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7150 | 2025.04.30 22:42:12.536470 [ 259 ] {f0e6d9c9-f1db-4b16-a6c3-846465b1f291} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7151 | 2025.04.30 22:42:12.536519 [ 259 ] {f0e6d9c9-f1db-4b16-a6c3-846465b1f291} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7152 | 2025.04.30 22:42:12.537086 [ 259 ] {f0e6d9c9-f1db-4b16-a6c3-846465b1f291} <Trace> oximeter.fields_ipaddr (4dea1092-816a-42b9-a56f-a845cbc6e13d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7153 | 2025.04.30 22:42:12.537127 [ 259 ] {f0e6d9c9-f1db-4b16-a6c3-846465b1f291} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7154 | 2025.04.30 22:42:12.537472 [ 259 ] {f0e6d9c9-f1db-4b16-a6c3-846465b1f291} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 7155 | 2025.04.30 22:42:12.537718 [ 259 ] {f0e6d9c9-f1db-4b16-a6c3-846465b1f291} <Trace> oximeter.fields_ipaddr (4dea1092-816a-42b9-a56f-a845cbc6e13d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7156 | 2025.04.30 22:42:12.537930 [ 259 ] {f0e6d9c9-f1db-4b16-a6c3-846465b1f291} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001482 sec., 8097.165991902833 rows/sec., 660.27 KiB/sec. | ||
| 7157 | 2025.04.30 22:42:12.538034 [ 259 ] {f0e6d9c9-f1db-4b16-a6c3-846465b1f291} <Debug> TCPHandler: Processed in 0.001780871 sec. | ||
| 7158 | 2025.04.30 22:42:12.538163 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7159 | 2025.04.30 22:42:12.538274 [ 259 ] {81ab267d-ddf6-4fa1-96eb-369ce79827b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7160 | 2025.04.30 22:42:12.538320 [ 259 ] {81ab267d-ddf6-4fa1-96eb-369ce79827b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7161 | 2025.04.30 22:42:12.539757 [ 259 ] {81ab267d-ddf6-4fa1-96eb-369ce79827b4} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7162 | 2025.04.30 22:42:12.539795 [ 259 ] {81ab267d-ddf6-4fa1-96eb-369ce79827b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7163 | 2025.04.30 22:42:12.540257 [ 259 ] {81ab267d-ddf6-4fa1-96eb-369ce79827b4} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7164 | 2025.04.30 22:42:12.540514 [ 259 ] {81ab267d-ddf6-4fa1-96eb-369ce79827b4} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7165 | 2025.04.30 22:42:12.540723 [ 259 ] {81ab267d-ddf6-4fa1-96eb-369ce79827b4} <Debug> executeQuery: Read 1779 rows, 147.98 KiB in 0.002472 sec., 719660.1941747573 rows/sec., 58.46 MiB/sec. | ||
| 7166 | 2025.04.30 22:42:12.540775 [ 259 ] {81ab267d-ddf6-4fa1-96eb-369ce79827b4} <Debug> TCPHandler: Processed in 0.002663411 sec. | ||
| 7167 | 2025.04.30 22:42:12.540898 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7168 | 2025.04.30 22:42:12.541005 [ 259 ] {b20638fa-69fc-4a85-bcb9-1f368faa7b41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7169 | 2025.04.30 22:42:12.541051 [ 259 ] {b20638fa-69fc-4a85-bcb9-1f368faa7b41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7170 | 2025.04.30 22:42:12.541621 [ 259 ] {b20638fa-69fc-4a85-bcb9-1f368faa7b41} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7171 | 2025.04.30 22:42:12.541660 [ 259 ] {b20638fa-69fc-4a85-bcb9-1f368faa7b41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7172 | 2025.04.30 22:42:12.542034 [ 259 ] {b20638fa-69fc-4a85-bcb9-1f368faa7b41} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7173 | 2025.04.30 22:42:12.542286 [ 259 ] {b20638fa-69fc-4a85-bcb9-1f368faa7b41} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7174 | 2025.04.30 22:42:12.542492 [ 259 ] {b20638fa-69fc-4a85-bcb9-1f368faa7b41} <Debug> executeQuery: Read 126 rows, 7.83 KiB in 0.001509 sec., 83499.00596421471 rows/sec., 5.06 MiB/sec. | ||
| 7175 | 2025.04.30 22:42:12.542544 [ 259 ] {b20638fa-69fc-4a85-bcb9-1f368faa7b41} <Debug> TCPHandler: Processed in 0.001699338 sec. | ||
| 7176 | 2025.04.30 22:42:12.542672 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7177 | 2025.04.30 22:42:12.542779 [ 259 ] {f383eba4-0de1-448f-b082-e771a4526c6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7178 | 2025.04.30 22:42:12.542825 [ 259 ] {f383eba4-0de1-448f-b082-e771a4526c6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7179 | 2025.04.30 22:42:12.543487 [ 259 ] {f383eba4-0de1-448f-b082-e771a4526c6d} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7180 | 2025.04.30 22:42:12.543525 [ 259 ] {f383eba4-0de1-448f-b082-e771a4526c6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7181 | 2025.04.30 22:42:12.543897 [ 259 ] {f383eba4-0de1-448f-b082-e771a4526c6d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7182 | 2025.04.30 22:42:12.544141 [ 259 ] {f383eba4-0de1-448f-b082-e771a4526c6d} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7183 | 2025.04.30 22:42:12.544364 [ 259 ] {f383eba4-0de1-448f-b082-e771a4526c6d} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001606 sec., 212328.76712328766 rows/sec., 14.17 MiB/sec. | ||
| 7184 | 2025.04.30 22:42:12.544438 [ 259 ] {f383eba4-0de1-448f-b082-e771a4526c6d} <Debug> TCPHandler: Processed in 0.001817042 sec. | ||
| 7185 | 2025.04.30 22:42:12.544593 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7186 | 2025.04.30 22:42:12.544737 [ 259 ] {9ad30ba1-6c45-4a8f-8fde-dd2cb00d4b69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7187 | 2025.04.30 22:42:12.544802 [ 259 ] {9ad30ba1-6c45-4a8f-8fde-dd2cb00d4b69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7188 | 2025.04.30 22:42:12.545396 [ 259 ] {9ad30ba1-6c45-4a8f-8fde-dd2cb00d4b69} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7189 | 2025.04.30 22:42:12.545436 [ 259 ] {9ad30ba1-6c45-4a8f-8fde-dd2cb00d4b69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7190 | 2025.04.30 22:42:12.545808 [ 259 ] {9ad30ba1-6c45-4a8f-8fde-dd2cb00d4b69} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7191 | 2025.04.30 22:42:12.546045 [ 259 ] {9ad30ba1-6c45-4a8f-8fde-dd2cb00d4b69} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7192 | 2025.04.30 22:42:12.546254 [ 259 ] {9ad30ba1-6c45-4a8f-8fde-dd2cb00d4b69} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001551 sec., 72211.47646679562 rows/sec., 4.11 MiB/sec. | ||
| 7193 | 2025.04.30 22:42:12.546309 [ 259 ] {9ad30ba1-6c45-4a8f-8fde-dd2cb00d4b69} <Debug> TCPHandler: Processed in 0.001783201 sec. | ||
| 7194 | 2025.04.30 22:42:12.546438 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7195 | 2025.04.30 22:42:12.546542 [ 259 ] {f96c52f8-f767-470e-b825-4aa79b5749cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7196 | 2025.04.30 22:42:12.546587 [ 259 ] {f96c52f8-f767-470e-b825-4aa79b5749cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7197 | 2025.04.30 22:42:12.547463 [ 259 ] {f96c52f8-f767-470e-b825-4aa79b5749cc} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7198 | 2025.04.30 22:42:12.547505 [ 259 ] {f96c52f8-f767-470e-b825-4aa79b5749cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7199 | 2025.04.30 22:42:12.547912 [ 259 ] {f96c52f8-f767-470e-b825-4aa79b5749cc} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7200 | 2025.04.30 22:42:12.548162 [ 259 ] {f96c52f8-f767-470e-b825-4aa79b5749cc} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7201 | 2025.04.30 22:42:12.548364 [ 259 ] {f96c52f8-f767-470e-b825-4aa79b5749cc} <Debug> executeQuery: Read 858 rows, 63.49 KiB in 0.001839 sec., 466557.911908646 rows/sec., 33.72 MiB/sec. | ||
| 7202 | 2025.04.30 22:42:12.548417 [ 259 ] {f96c52f8-f767-470e-b825-4aa79b5749cc} <Debug> TCPHandler: Processed in 0.0020295 sec. | ||
| 7203 | 2025.04.30 22:42:12.548545 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7204 | 2025.04.30 22:42:12.548652 [ 259 ] {d38bea1e-bd9f-4a94-9f3c-55356aafc4be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7205 | 2025.04.30 22:42:12.548698 [ 259 ] {d38bea1e-bd9f-4a94-9f3c-55356aafc4be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7206 | 2025.04.30 22:42:12.549143 [ 259 ] {d38bea1e-bd9f-4a94-9f3c-55356aafc4be} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7207 | 2025.04.30 22:42:12.549182 [ 259 ] {d38bea1e-bd9f-4a94-9f3c-55356aafc4be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7208 | 2025.04.30 22:42:12.549534 [ 259 ] {d38bea1e-bd9f-4a94-9f3c-55356aafc4be} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7209 | 2025.04.30 22:42:12.549773 [ 259 ] {d38bea1e-bd9f-4a94-9f3c-55356aafc4be} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7210 | 2025.04.30 22:42:12.549979 [ 259 ] {d38bea1e-bd9f-4a94-9f3c-55356aafc4be} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00135 sec., 4444.444444444444 rows/sec., 232.20 KiB/sec. | ||
| 7211 | 2025.04.30 22:42:12.550029 [ 259 ] {d38bea1e-bd9f-4a94-9f3c-55356aafc4be} <Debug> TCPHandler: Processed in 0.001536013 sec. | ||
| 7212 | 2025.04.30 22:42:12.550153 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7213 | 2025.04.30 22:42:12.550259 [ 259 ] {ecb3aeb7-b227-4d53-999c-b238afb60544} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7214 | 2025.04.30 22:42:12.550308 [ 259 ] {ecb3aeb7-b227-4d53-999c-b238afb60544} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7215 | 2025.04.30 22:42:12.551132 [ 259 ] {ecb3aeb7-b227-4d53-999c-b238afb60544} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7216 | 2025.04.30 22:42:12.551181 [ 259 ] {ecb3aeb7-b227-4d53-999c-b238afb60544} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7217 | 2025.04.30 22:42:12.551635 [ 259 ] {ecb3aeb7-b227-4d53-999c-b238afb60544} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7218 | 2025.04.30 22:42:12.551877 [ 259 ] {ecb3aeb7-b227-4d53-999c-b238afb60544} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7219 | 2025.04.30 22:42:12.552074 [ 259 ] {ecb3aeb7-b227-4d53-999c-b238afb60544} <Debug> executeQuery: Read 961 rows, 65.39 KiB in 0.001837 sec., 523135.5470876429 rows/sec., 34.76 MiB/sec. | ||
| 7220 | 2025.04.30 22:42:12.552125 [ 259 ] {ecb3aeb7-b227-4d53-999c-b238afb60544} <Debug> TCPHandler: Processed in 0.002024309 sec. | ||
| 7221 | 2025.04.30 22:42:12.552248 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7222 | 2025.04.30 22:42:12.552356 [ 259 ] {512591a7-9e1c-4aee-a2bc-5b73b6e6d2a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7223 | 2025.04.30 22:42:12.552403 [ 259 ] {512591a7-9e1c-4aee-a2bc-5b73b6e6d2a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7224 | 2025.04.30 22:42:12.552819 [ 259 ] {512591a7-9e1c-4aee-a2bc-5b73b6e6d2a9} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7225 | 2025.04.30 22:42:12.552856 [ 259 ] {512591a7-9e1c-4aee-a2bc-5b73b6e6d2a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7226 | 2025.04.30 22:42:12.553199 [ 259 ] {512591a7-9e1c-4aee-a2bc-5b73b6e6d2a9} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7227 | 2025.04.30 22:42:12.553431 [ 259 ] {512591a7-9e1c-4aee-a2bc-5b73b6e6d2a9} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7228 | 2025.04.30 22:42:12.553633 [ 259 ] {512591a7-9e1c-4aee-a2bc-5b73b6e6d2a9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001299 sec., 769.8229407236336 rows/sec., 51.87 KiB/sec. | ||
| 7229 | 2025.04.30 22:42:12.553683 [ 259 ] {512591a7-9e1c-4aee-a2bc-5b73b6e6d2a9} <Debug> TCPHandler: Processed in 0.001487772 sec. | ||
| 7230 | 2025.04.30 22:42:12.553805 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7231 | 2025.04.30 22:42:12.553915 [ 259 ] {933d397d-761a-4dea-b754-95a72743f164} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7232 | 2025.04.30 22:42:12.553985 [ 259 ] {933d397d-761a-4dea-b754-95a72743f164} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7233 | 2025.04.30 22:42:12.555021 [ 259 ] {933d397d-761a-4dea-b754-95a72743f164} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7234 | 2025.04.30 22:42:12.555060 [ 259 ] {933d397d-761a-4dea-b754-95a72743f164} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7235 | 2025.04.30 22:42:12.555648 [ 259 ] {933d397d-761a-4dea-b754-95a72743f164} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7236 | 2025.04.30 22:42:12.555905 [ 259 ] {933d397d-761a-4dea-b754-95a72743f164} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7237 | 2025.04.30 22:42:12.556127 [ 259 ] {933d397d-761a-4dea-b754-95a72743f164} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002239 sec., 3573.023671281822 rows/sec., 6.40 MiB/sec. | ||
| 7238 | 2025.04.30 22:42:12.556218 [ 259 ] {933d397d-761a-4dea-b754-95a72743f164} <Debug> TCPHandler: Processed in 0.002465724 sec. | ||
| 7239 | 2025.04.30 22:42:12.556361 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7240 | 2025.04.30 22:42:12.556469 [ 259 ] {ff37289a-d072-44dd-a873-fe75d11116fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7241 | 2025.04.30 22:42:12.556516 [ 259 ] {ff37289a-d072-44dd-a873-fe75d11116fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7242 | 2025.04.30 22:42:12.556939 [ 259 ] {ff37289a-d072-44dd-a873-fe75d11116fb} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7243 | 2025.04.30 22:42:12.556977 [ 259 ] {ff37289a-d072-44dd-a873-fe75d11116fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7244 | 2025.04.30 22:42:12.557328 [ 259 ] {ff37289a-d072-44dd-a873-fe75d11116fb} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7245 | 2025.04.30 22:42:12.557579 [ 259 ] {ff37289a-d072-44dd-a873-fe75d11116fb} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7246 | 2025.04.30 22:42:12.557779 [ 259 ] {ff37289a-d072-44dd-a873-fe75d11116fb} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001332 sec., 25525.525525525525 rows/sec., 1.48 MiB/sec. | ||
| 7247 | 2025.04.30 22:42:12.557826 [ 259 ] {ff37289a-d072-44dd-a873-fe75d11116fb} <Debug> TCPHandler: Processed in 0.001516892 sec. | ||
| 7248 | 2025.04.30 22:42:13.001151 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 209.11 MiB, peak 214.26 MiB, free memory in arenas 0.00 B, will set to 207.82 MiB (RSS), difference: -1.29 MiB | ||
| 7249 | 2025.04.30 22:42:15.611481 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1040 | ||
| 7250 | 2025.04.30 22:42:15.614978 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7251 | 2025.04.30 22:42:15.615028 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7252 | 2025.04.30 22:42:15.616502 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7253 | 2025.04.30 22:42:15.616805 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7254 | 2025.04.30 22:42:15.617989 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1040 | ||
| 7255 | 2025.04.30 22:42:17.247598 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7256 | 2025.04.30 22:42:17.247805 [ 259 ] {dad04864-7a13-4833-b1e7-a6def8f53451} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7257 | 2025.04.30 22:42:17.247884 [ 259 ] {dad04864-7a13-4833-b1e7-a6def8f53451} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7258 | 2025.04.30 22:42:17.248704 [ 259 ] {dad04864-7a13-4833-b1e7-a6def8f53451} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7259 | 2025.04.30 22:42:17.248750 [ 259 ] {dad04864-7a13-4833-b1e7-a6def8f53451} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7260 | 2025.04.30 22:42:17.249178 [ 259 ] {dad04864-7a13-4833-b1e7-a6def8f53451} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7261 | 2025.04.30 22:42:17.249432 [ 259 ] {dad04864-7a13-4833-b1e7-a6def8f53451} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7262 | 2025.04.30 22:42:17.249641 [ 259 ] {dad04864-7a13-4833-b1e7-a6def8f53451} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001882 sec., 29755.57917109458 rows/sec., 2.29 MiB/sec. | ||
| 7263 | 2025.04.30 22:42:17.249748 [ 259 ] {dad04864-7a13-4833-b1e7-a6def8f53451} <Debug> TCPHandler: Processed in 0.002282518 sec. | ||
| 7264 | 2025.04.30 22:42:17.249988 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7265 | 2025.04.30 22:42:17.250123 [ 259 ] {fb0950a8-5a87-4ae8-bf5c-ccf8c48b6257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7266 | 2025.04.30 22:42:17.250173 [ 259 ] {fb0950a8-5a87-4ae8-bf5c-ccf8c48b6257} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7267 | 2025.04.30 22:42:17.250728 [ 259 ] {fb0950a8-5a87-4ae8-bf5c-ccf8c48b6257} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7268 | 2025.04.30 22:42:17.250767 [ 259 ] {fb0950a8-5a87-4ae8-bf5c-ccf8c48b6257} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7269 | 2025.04.30 22:42:17.251131 [ 259 ] {fb0950a8-5a87-4ae8-bf5c-ccf8c48b6257} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7270 | 2025.04.30 22:42:17.251368 [ 259 ] {fb0950a8-5a87-4ae8-bf5c-ccf8c48b6257} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7271 | 2025.04.30 22:42:17.251545 [ 259 ] {fb0950a8-5a87-4ae8-bf5c-ccf8c48b6257} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001447 sec., 44229.440221147204 rows/sec., 3.45 MiB/sec. | ||
| 7272 | 2025.04.30 22:42:17.251627 [ 259 ] {fb0950a8-5a87-4ae8-bf5c-ccf8c48b6257} <Debug> TCPHandler: Processed in 0.001750111 sec. | ||
| 7273 | 2025.04.30 22:42:17.251774 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7274 | 2025.04.30 22:42:17.251876 [ 259 ] {93ea0fbb-a596-4253-ad44-dee8eed12252} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7275 | 2025.04.30 22:42:17.251922 [ 259 ] {93ea0fbb-a596-4253-ad44-dee8eed12252} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7276 | 2025.04.30 22:42:17.252395 [ 259 ] {93ea0fbb-a596-4253-ad44-dee8eed12252} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7277 | 2025.04.30 22:42:17.252431 [ 259 ] {93ea0fbb-a596-4253-ad44-dee8eed12252} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7278 | 2025.04.30 22:42:17.252828 [ 259 ] {93ea0fbb-a596-4253-ad44-dee8eed12252} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7279 | 2025.04.30 22:42:17.253145 [ 259 ] {93ea0fbb-a596-4253-ad44-dee8eed12252} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7280 | 2025.04.30 22:42:17.253335 [ 259 ] {93ea0fbb-a596-4253-ad44-dee8eed12252} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001483 sec., 86311.53068105193 rows/sec., 6.01 MiB/sec. | ||
| 7281 | 2025.04.30 22:42:17.253384 [ 259 ] {93ea0fbb-a596-4253-ad44-dee8eed12252} <Debug> TCPHandler: Processed in 0.001670947 sec. | ||
| 7282 | 2025.04.30 22:42:17.253504 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7283 | 2025.04.30 22:42:17.253607 [ 259 ] {9c83cdb2-fd73-4602-a03f-c1b5e1c16cd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7284 | 2025.04.30 22:42:17.253652 [ 259 ] {9c83cdb2-fd73-4602-a03f-c1b5e1c16cd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7285 | 2025.04.30 22:42:17.254059 [ 259 ] {9c83cdb2-fd73-4602-a03f-c1b5e1c16cd6} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7286 | 2025.04.30 22:42:17.254096 [ 259 ] {9c83cdb2-fd73-4602-a03f-c1b5e1c16cd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7287 | 2025.04.30 22:42:17.254446 [ 259 ] {9c83cdb2-fd73-4602-a03f-c1b5e1c16cd6} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7288 | 2025.04.30 22:42:17.254682 [ 259 ] {9c83cdb2-fd73-4602-a03f-c1b5e1c16cd6} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): 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.30 22:42:17.254846 [ 259 ] {9c83cdb2-fd73-4602-a03f-c1b5e1c16cd6} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001262 sec., 38034.865293185416 rows/sec., 2.56 MiB/sec. | ||
| 7290 | 2025.04.30 22:42:17.254891 [ 259 ] {9c83cdb2-fd73-4602-a03f-c1b5e1c16cd6} <Debug> TCPHandler: Processed in 0.00143783 sec. | ||
| 7291 | 2025.04.30 22:42:18.041392 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16104 | ||
| 7292 | 2025.04.30 22:42:18.042036 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7293 | 2025.04.30 22:42:18.042083 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7294 | 2025.04.30 22:42:18.042620 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7295 | 2025.04.30 22:42:18.042886 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7296 | 2025.04.30 22:42:18.043106 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104 | ||
| 7297 | 2025.04.30 22:42:19.137776 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 7298 | 2025.04.30 22:42:19.159049 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7299 | 2025.04.30 22:42:19.159119 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7300 | 2025.04.30 22:42:19.166324 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7301 | 2025.04.30 22:42:19.167099 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7302 | 2025.04.30 22:42:19.170753 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 7303 | 2025.04.30 22:42:22.250297 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7304 | 2025.04.30 22:42:22.250498 [ 259 ] {107e2ecd-a7ec-484c-af94-4938de685fe2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7305 | 2025.04.30 22:42:22.250580 [ 259 ] {107e2ecd-a7ec-484c-af94-4938de685fe2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7306 | 2025.04.30 22:42:22.251479 [ 259 ] {107e2ecd-a7ec-484c-af94-4938de685fe2} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7307 | 2025.04.30 22:42:22.251533 [ 259 ] {107e2ecd-a7ec-484c-af94-4938de685fe2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7308 | 2025.04.30 22:42:22.251967 [ 259 ] {107e2ecd-a7ec-484c-af94-4938de685fe2} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7309 | 2025.04.30 22:42:22.252215 [ 259 ] {107e2ecd-a7ec-484c-af94-4938de685fe2} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7310 | 2025.04.30 22:42:22.252430 [ 91 ] {} <Debug> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7311 | 2025.04.30 22:42:22.252455 [ 259 ] {107e2ecd-a7ec-484c-af94-4938de685fe2} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.002012 sec., 59642.14711729623 rows/sec., 5.07 MiB/sec. | ||
| 7312 | 2025.04.30 22:42:22.252510 [ 91 ] {} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7313 | 2025.04.30 22:42:22.252580 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7314 | 2025.04.30 22:42:22.252585 [ 259 ] {107e2ecd-a7ec-484c-af94-4938de685fe2} <Debug> TCPHandler: Processed in 0.002416903 sec. | ||
| 7315 | 2025.04.30 22:42:22.252927 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7316 | 2025.04.30 22:42:22.252976 [ 191 ] {d4e73ecb-69f6-409c-bee6-1454de550956::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 | ||
| 7317 | 2025.04.30 22:42:22.253436 [ 259 ] {a464ddf1-8f0e-4463-a81a-e8a4ccce9d63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7318 | 2025.04.30 22:42:22.253716 [ 191 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7319 | 2025.04.30 22:42:22.253711 [ 259 ] {a464ddf1-8f0e-4463-a81a-e8a4ccce9d63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7320 | 2025.04.30 22:42:22.253859 [ 191 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1846 rows starting from the beginning of the part | ||
| 7321 | 2025.04.30 22:42:22.254272 [ 191 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 633 rows starting from the beginning of the part | ||
| 7322 | 2025.04.30 22:42:22.254636 [ 191 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 120 rows starting from the beginning of the part | ||
| 7323 | 2025.04.30 22:42:22.255047 [ 191 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1779 rows starting from the beginning of the part | ||
| 7324 | 2025.04.30 22:42:22.255422 [ 191 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 56 rows starting from the beginning of the part | ||
| 7325 | 2025.04.30 22:42:22.255678 [ 191 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 120 rows starting from the beginning of the part | ||
| 7326 | 2025.04.30 22:42:22.256513 [ 259 ] {a464ddf1-8f0e-4463-a81a-e8a4ccce9d63} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7327 | 2025.04.30 22:42:22.256579 [ 259 ] {a464ddf1-8f0e-4463-a81a-e8a4ccce9d63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7328 | 2025.04.30 22:42:22.257444 [ 259 ] {a464ddf1-8f0e-4463-a81a-e8a4ccce9d63} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7329 | 2025.04.30 22:42:22.257981 [ 259 ] {a464ddf1-8f0e-4463-a81a-e8a4ccce9d63} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7330 | 2025.04.30 22:42:22.258495 [ 259 ] {a464ddf1-8f0e-4463-a81a-e8a4ccce9d63} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.005305 sec., 6032.045240339303 rows/sec., 453.58 KiB/sec. | ||
| 7331 | 2025.04.30 22:42:22.258578 [ 259 ] {a464ddf1-8f0e-4463-a81a-e8a4ccce9d63} <Debug> TCPHandler: Processed in 0.005800049 sec. | ||
| 7332 | 2025.04.30 22:42:22.258737 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7333 | 2025.04.30 22:42:22.258871 [ 259 ] {83bdf7cb-c516-4d00-8faf-a7dbf1521cc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7334 | 2025.04.30 22:42:22.258918 [ 259 ] {83bdf7cb-c516-4d00-8faf-a7dbf1521cc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7335 | 2025.04.30 22:42:22.259737 [ 191 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4554 rows, containing 5 columns (5 merged, 0 gathered) in 0.0070089 sec., 649745.3238025939 rows/sec., 55.21 MiB/sec. | ||
| 7336 | 2025.04.30 22:42:22.260082 [ 188 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7337 | 2025.04.30 22:42:22.260175 [ 259 ] {83bdf7cb-c516-4d00-8faf-a7dbf1521cc6} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7338 | 2025.04.30 22:42:22.260235 [ 259 ] {83bdf7cb-c516-4d00-8faf-a7dbf1521cc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7339 | 2025.04.30 22:42:22.260653 [ 188 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_56_11} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7340 | 2025.04.30 22:42:22.260855 [ 188 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_56_11} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7341 | 2025.04.30 22:42:22.260933 [ 259 ] {83bdf7cb-c516-4d00-8faf-a7dbf1521cc6} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7342 | 2025.04.30 22:42:22.261004 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 7343 | 2025.04.30 22:42:22.261231 [ 259 ] {83bdf7cb-c516-4d00-8faf-a7dbf1521cc6} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7344 | 2025.04.30 22:42:22.261406 [ 91 ] {} <Debug> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7345 | 2025.04.30 22:42:22.261466 [ 91 ] {} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7346 | 2025.04.30 22:42:22.261473 [ 259 ] {83bdf7cb-c516-4d00-8faf-a7dbf1521cc6} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.002637 sec., 36405.00568828214 rows/sec., 2.84 MiB/sec. | ||
| 7347 | 2025.04.30 22:42:22.261504 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7348 | 2025.04.30 22:42:22.261646 [ 259 ] {83bdf7cb-c516-4d00-8faf-a7dbf1521cc6} <Debug> TCPHandler: Processed in 0.002964852 sec. | ||
| 7349 | 2025.04.30 22:42:22.261859 [ 190 ] {e25d2b30-b306-449e-8756-7ab1229a4707::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 | ||
| 7350 | 2025.04.30 22:42:22.261926 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7351 | 2025.04.30 22:42:22.262303 [ 259 ] {faa65595-5ccc-4b83-9ede-00d00edbfade} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7352 | 2025.04.30 22:42:22.262403 [ 190 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7353 | 2025.04.30 22:42:22.262517 [ 259 ] {faa65595-5ccc-4b83-9ede-00d00edbfade} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7354 | 2025.04.30 22:42:22.262528 [ 190 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 914 rows starting from the beginning of the part | ||
| 7355 | 2025.04.30 22:42:22.263196 [ 190 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 390 rows starting from the beginning of the part | ||
| 7356 | 2025.04.30 22:42:22.263581 [ 190 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 96 rows starting from the beginning of the part | ||
| 7357 | 2025.04.30 22:42:22.263892 [ 190 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 858 rows starting from the beginning of the part | ||
| 7358 | 2025.04.30 22:42:22.264200 [ 190 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 64 rows starting from the beginning of the part | ||
| 7359 | 2025.04.30 22:42:22.264552 [ 190 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 96 rows starting from the beginning of the part | ||
| 7360 | 2025.04.30 22:42:22.266583 [ 259 ] {faa65595-5ccc-4b83-9ede-00d00edbfade} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7361 | 2025.04.30 22:42:22.266687 [ 259 ] {faa65595-5ccc-4b83-9ede-00d00edbfade} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7362 | 2025.04.30 22:42:22.267308 [ 259 ] {faa65595-5ccc-4b83-9ede-00d00edbfade} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7363 | 2025.04.30 22:42:22.267566 [ 259 ] {faa65595-5ccc-4b83-9ede-00d00edbfade} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7364 | 2025.04.30 22:42:22.267782 [ 91 ] {} <Debug> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7365 | 2025.04.30 22:42:22.267916 [ 91 ] {} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7366 | 2025.04.30 22:42:22.268010 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7367 | 2025.04.30 22:42:22.268211 [ 259 ] {faa65595-5ccc-4b83-9ede-00d00edbfade} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006045 sec., 26468.155500413566 rows/sec., 1.84 MiB/sec. | ||
| 7368 | 2025.04.30 22:42:22.268284 [ 201 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2418 rows, containing 5 columns (5 merged, 0 gathered) in 0.006631007 sec., 364650.497277412 rows/sec., 27.93 MiB/sec. | ||
| 7369 | 2025.04.30 22:42:22.268359 [ 190 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::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 | ||
| 7370 | 2025.04.30 22:42:22.268387 [ 259 ] {faa65595-5ccc-4b83-9ede-00d00edbfade} <Debug> TCPHandler: Processed in 0.006544425 sec. | ||
| 7371 | 2025.04.30 22:42:22.268571 [ 190 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7372 | 2025.04.30 22:42:22.268592 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7373 | 2025.04.30 22:42:22.268633 [ 190 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 16380 rows starting from the beginning of the part | ||
| 7374 | 2025.04.30 22:42:22.268933 [ 259 ] {38bf76a3-7037-46ad-b899-682745cfc37a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7375 | 2025.04.30 22:42:22.268961 [ 190 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 237 rows starting from the beginning of the part | ||
| 7376 | 2025.04.30 22:42:22.269058 [ 201 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7377 | 2025.04.30 22:42:22.269356 [ 190 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part | ||
| 7378 | 2025.04.30 22:42:22.269431 [ 259 ] {38bf76a3-7037-46ad-b899-682745cfc37a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7379 | 2025.04.30 22:42:22.269875 [ 190 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 961 rows starting from the beginning of the part | ||
| 7380 | 2025.04.30 22:42:22.270324 [ 190 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 128 rows starting from the beginning of the part | ||
| 7381 | 2025.04.30 22:42:22.270699 [ 190 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::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 | ||
| 7382 | 2025.04.30 22:42:22.272117 [ 201 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_56_11} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7383 | 2025.04.30 22:42:22.272559 [ 201 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_56_11} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7384 | 2025.04.30 22:42:22.272903 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 7385 | 2025.04.30 22:42:22.274264 [ 259 ] {38bf76a3-7037-46ad-b899-682745cfc37a} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7386 | 2025.04.30 22:42:22.274321 [ 259 ] {38bf76a3-7037-46ad-b899-682745cfc37a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7387 | 2025.04.30 22:42:22.275275 [ 259 ] {38bf76a3-7037-46ad-b899-682745cfc37a} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7388 | 2025.04.30 22:42:22.275547 [ 259 ] {38bf76a3-7037-46ad-b899-682745cfc37a} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7389 | 2025.04.30 22:42:22.275887 [ 259 ] {38bf76a3-7037-46ad-b899-682745cfc37a} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.007131 sec., 4487.44916561492 rows/sec., 8.04 MiB/sec. | ||
| 7390 | 2025.04.30 22:42:22.276546 [ 259 ] {38bf76a3-7037-46ad-b899-682745cfc37a} <Debug> TCPHandler: Processed in 0.008017586 sec. | ||
| 7391 | 2025.04.30 22:42:22.276928 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7392 | 2025.04.30 22:42:22.277036 [ 259 ] {1f7b10da-84ac-4571-afed-9640d9385a67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7393 | 2025.04.30 22:42:22.277084 [ 259 ] {1f7b10da-84ac-4571-afed-9640d9385a67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7394 | 2025.04.30 22:42:22.277829 [ 259 ] {1f7b10da-84ac-4571-afed-9640d9385a67} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7395 | 2025.04.30 22:42:22.277869 [ 259 ] {1f7b10da-84ac-4571-afed-9640d9385a67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7396 | 2025.04.30 22:42:22.278360 [ 259 ] {1f7b10da-84ac-4571-afed-9640d9385a67} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7397 | 2025.04.30 22:42:22.278372 [ 199 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18026 rows, containing 5 columns (5 merged, 0 gathered) in 0.01019933 sec., 1767370.9939770554 rows/sec., 119.31 MiB/sec. | ||
| 7398 | 2025.04.30 22:42:22.278710 [ 259 ] {1f7b10da-84ac-4571-afed-9640d9385a67} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7399 | 2025.04.30 22:42:22.278718 [ 196 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7400 | 2025.04.30 22:42:22.279029 [ 91 ] {} <Debug> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7401 | 2025.04.30 22:42:22.279144 [ 91 ] {} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7402 | 2025.04.30 22:42:22.279217 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7403 | 2025.04.30 22:42:22.279244 [ 259 ] {1f7b10da-84ac-4571-afed-9640d9385a67} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002215 sec., 27088.03611738149 rows/sec., 1.83 MiB/sec. | ||
| 7404 | 2025.04.30 22:42:22.279538 [ 259 ] {1f7b10da-84ac-4571-afed-9640d9385a67} <Debug> TCPHandler: Processed in 0.002653041 sec. | ||
| 7405 | 2025.04.30 22:42:22.279681 [ 196 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7406 | 2025.04.30 22:42:22.279776 [ 189 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::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 | ||
| 7407 | 2025.04.30 22:42:22.279862 [ 196 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7408 | 2025.04.30 22:42:22.280029 [ 189 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7409 | 2025.04.30 22:42:22.280042 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.81 MiB. | ||
| 7410 | 2025.04.30 22:42:22.280095 [ 189 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3232 rows starting from the beginning of the part | ||
| 7411 | 2025.04.30 22:42:22.280219 [ 189 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 82 rows starting from the beginning of the part | ||
| 7412 | 2025.04.30 22:42:22.280443 [ 189 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part | ||
| 7413 | 2025.04.30 22:42:22.280582 [ 189 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 34 rows starting from the beginning of the part | ||
| 7414 | 2025.04.30 22:42:22.280763 [ 189 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 48 rows starting from the beginning of the part | ||
| 7415 | 2025.04.30 22:42:22.280939 [ 189 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::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 | ||
| 7416 | 2025.04.30 22:42:22.282624 [ 196 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3516 rows, containing 4 columns (4 merged, 0 gathered) in 0.0032076 sec., 1096146.6517022073 rows/sec., 71.49 MiB/sec. | ||
| 7417 | 2025.04.30 22:42:22.283118 [ 200 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7418 | 2025.04.30 22:42:22.283590 [ 200 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_56_11} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7419 | 2025.04.30 22:42:22.283674 [ 200 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_56_11} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7420 | 2025.04.30 22:42:22.283760 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 7421 | 2025.04.30 22:42:23.055116 [ 91 ] {} <Debug> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 | ||
| 7422 | 2025.04.30 22:42:23.055215 [ 91 ] {} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7423 | 2025.04.30 22:42:23.055257 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7424 | 2025.04.30 22:42:23.055525 [ 189 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_20_4 to all_24_24_0 into Compact with storage Full | ||
| 7425 | 2025.04.30 22:42:23.055706 [ 189 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7426 | 2025.04.30 22:42:23.055749 [ 189 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 120 rows starting from the beginning of the part | ||
| 7427 | 2025.04.30 22:42:23.055842 [ 189 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 7428 | 2025.04.30 22:42:23.056073 [ 189 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
| 7429 | 2025.04.30 22:42:23.056293 [ 189 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
| 7430 | 2025.04.30 22:42:23.056437 [ 189 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
| 7431 | 2025.04.30 22:42:23.057545 [ 200 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 144 rows, containing 4 columns (4 merged, 0 gathered) in 0.002169744 sec., 66367.27650819636 rows/sec., 3.39 MiB/sec. | ||
| 7432 | 2025.04.30 22:42:23.057772 [ 195 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7433 | 2025.04.30 22:42:23.058196 [ 195 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_24_5} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7434 | 2025.04.30 22:42:23.058311 [ 195 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_24_5} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 | ||
| 7435 | 2025.04.30 22:42:23.058430 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 7436 | 2025.04.30 22:42:25.348679 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7437 | 2025.04.30 22:42:25.348755 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7438 | 2025.04.30 22:42:25.543236 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16531 | ||
| 7439 | 2025.04.30 22:42:25.543860 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7440 | 2025.04.30 22:42:25.543900 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7441 | 2025.04.30 22:42:25.544427 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7442 | 2025.04.30 22:42:25.544677 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7443 | 2025.04.30 22:42:25.544833 [ 89 ] {} <Debug> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7444 | 2025.04.30 22:42:25.544874 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
| 7445 | 2025.04.30 22:42:25.544887 [ 89 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7446 | 2025.04.30 22:42:25.544911 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7447 | 2025.04.30 22:42:25.545060 [ 192 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 7448 | 2025.04.30 22:42:25.545227 [ 192 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7449 | 2025.04.30 22:42:25.545271 [ 192 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 7450 | 2025.04.30 22:42:25.545355 [ 192 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 7451 | 2025.04.30 22:42:25.545513 [ 192 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 7452 | 2025.04.30 22:42:25.545716 [ 192 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 7453 | 2025.04.30 22:42:25.545832 [ 192 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 7454 | 2025.04.30 22:42:25.545947 [ 192 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 7455 | 2025.04.30 22:42:25.548337 [ 194 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003353175 sec., 4929954.446159237 rows/sec., 70.52 MiB/sec. | ||
| 7456 | 2025.04.30 22:42:25.548500 [ 187 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7457 | 2025.04.30 22:42:25.548886 [ 187 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_36_7} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7458 | 2025.04.30 22:42:25.548986 [ 187 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_36_7} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7459 | 2025.04.30 22:42:25.549119 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. | ||
| 7460 | 2025.04.30 22:42:25.619193 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1060 | ||
| 7461 | 2025.04.30 22:42:25.622117 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7462 | 2025.04.30 22:42:25.622172 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7463 | 2025.04.30 22:42:25.623667 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7464 | 2025.04.30 22:42:25.624052 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7465 | 2025.04.30 22:42:25.624287 [ 87 ] {} <Debug> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7466 | 2025.04.30 22:42:25.624394 [ 87 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7467 | 2025.04.30 22:42:25.624454 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7468 | 2025.04.30 22:42:25.624876 [ 200 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::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 | ||
| 7469 | 2025.04.30 22:42:25.625891 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1060 | ||
| 7470 | 2025.04.30 22:42:25.626283 [ 200 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7471 | 2025.04.30 22:42:25.626461 [ 200 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 870 rows starting from the beginning of the part | ||
| 7472 | 2025.04.30 22:42:25.626988 [ 200 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part | ||
| 7473 | 2025.04.30 22:42:25.627483 [ 200 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::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 | ||
| 7474 | 2025.04.30 22:42:25.627958 [ 200 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 36 rows starting from the beginning of the part | ||
| 7475 | 2025.04.30 22:42:25.628434 [ 200 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 58 rows starting from the beginning of the part | ||
| 7476 | 2025.04.30 22:42:25.628895 [ 200 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::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 | ||
| 7477 | 2025.04.30 22:42:25.636975 [ 200 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 72 columns (72 merged, 0 gathered) in 0.012385475 sec., 85584.12172322822 rows/sec., 68.67 MiB/sec. | ||
| 7478 | 2025.04.30 22:42:25.638465 [ 197 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7479 | 2025.04.30 22:42:25.639350 [ 197 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_26_5} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7480 | 2025.04.30 22:42:25.639462 [ 197 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_26_5} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7481 | 2025.04.30 22:42:25.639826 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.46 MiB. | ||
| 7482 | 2025.04.30 22:42:26.670858 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 7483 | 2025.04.30 22:42:26.699492 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7484 | 2025.04.30 22:42:26.699582 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7485 | 2025.04.30 22:42:26.708178 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7486 | 2025.04.30 22:42:26.709152 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7487 | 2025.04.30 22:42:26.709646 [ 87 ] {} <Debug> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7488 | 2025.04.30 22:42:26.709785 [ 87 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7489 | 2025.04.30 22:42:26.709856 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7490 | 2025.04.30 22:42:26.710333 [ 194 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 7491 | 2025.04.30 22:42:26.728495 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 7492 | 2025.04.30 22:42:26.729967 [ 194 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7493 | 2025.04.30 22:42:26.731570 [ 194 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 7494 | 2025.04.30 22:42:26.737460 [ 194 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 7495 | 2025.04.30 22:42:26.742950 [ 194 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 7496 | 2025.04.30 22:42:26.749501 [ 194 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 7497 | 2025.04.30 22:42:26.755177 [ 194 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 7498 | 2025.04.30 22:42:26.759655 [ 194 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 7499 | 2025.04.30 22:42:26.819614 [ 186 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.109604773 sec., 2481.643751043579 rows/sec., 12.83 MiB/sec. | ||
| 7500 | 2025.04.30 22:42:26.822461 [ 193 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7501 | 2025.04.30 22:42:26.825313 [ 193 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_36_7} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7502 | 2025.04.30 22:42:26.825440 [ 193 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_36_7} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7503 | 2025.04.30 22:42:26.827872 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. | ||
| 7504 | 2025.04.30 22:42:27.255006 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7505 | 2025.04.30 22:42:27.255191 [ 259 ] {24cea274-74d3-4795-b752-0586376c4d1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7506 | 2025.04.30 22:42:27.255261 [ 259 ] {24cea274-74d3-4795-b752-0586376c4d1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7507 | 2025.04.30 22:42:27.256091 [ 259 ] {24cea274-74d3-4795-b752-0586376c4d1e} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7508 | 2025.04.30 22:42:27.256139 [ 259 ] {24cea274-74d3-4795-b752-0586376c4d1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7509 | 2025.04.30 22:42:27.256581 [ 259 ] {24cea274-74d3-4795-b752-0586376c4d1e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7510 | 2025.04.30 22:42:27.256834 [ 259 ] {24cea274-74d3-4795-b752-0586376c4d1e} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7511 | 2025.04.30 22:42:27.257025 [ 87 ] {} <Debug> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7512 | 2025.04.30 22:42:27.257076 [ 259 ] {24cea274-74d3-4795-b752-0586376c4d1e} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001931 sec., 109787.67477990678 rows/sec., 6.98 MiB/sec. | ||
| 7513 | 2025.04.30 22:42:27.257108 [ 87 ] {} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7514 | 2025.04.30 22:42:27.257188 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7515 | 2025.04.30 22:42:27.257196 [ 259 ] {24cea274-74d3-4795-b752-0586376c4d1e} <Debug> TCPHandler: Processed in 0.00231568 sec. | ||
| 7516 | 2025.04.30 22:42:27.257368 [ 198 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full | ||
| 7517 | 2025.04.30 22:42:27.257376 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7518 | 2025.04.30 22:42:27.257524 [ 198 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7519 | 2025.04.30 22:42:27.257531 [ 259 ] {4cb5c403-c4b4-4174-9fd2-fd62f8c1d588} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7520 | 2025.04.30 22:42:27.257566 [ 198 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 212 rows starting from the beginning of the part | ||
| 7521 | 2025.04.30 22:42:27.257589 [ 259 ] {4cb5c403-c4b4-4174-9fd2-fd62f8c1d588} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7522 | 2025.04.30 22:42:27.257812 [ 198 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 212 rows starting from the beginning of the part | ||
| 7523 | 2025.04.30 22:42:27.258145 [ 198 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 212 rows starting from the beginning of the part | ||
| 7524 | 2025.04.30 22:42:27.258557 [ 198 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 212 rows starting from the beginning of the part | ||
| 7525 | 2025.04.30 22:42:27.258981 [ 198 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 212 rows starting from the beginning of the part | ||
| 7526 | 2025.04.30 22:42:27.260288 [ 259 ] {4cb5c403-c4b4-4174-9fd2-fd62f8c1d588} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7527 | 2025.04.30 22:42:27.260328 [ 259 ] {4cb5c403-c4b4-4174-9fd2-fd62f8c1d588} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7528 | 2025.04.30 22:42:27.260645 [ 186 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.003350655 sec., 316356.05575626256 rows/sec., 21.33 MiB/sec. | ||
| 7529 | 2025.04.30 22:42:27.260839 [ 186 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7530 | 2025.04.30 22:42:27.260930 [ 259 ] {4cb5c403-c4b4-4174-9fd2-fd62f8c1d588} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7531 | 2025.04.30 22:42:27.261183 [ 186 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_25_6} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7532 | 2025.04.30 22:42:27.261247 [ 259 ] {4cb5c403-c4b4-4174-9fd2-fd62f8c1d588} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7533 | 2025.04.30 22:42:27.261287 [ 186 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_25_6} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7534 | 2025.04.30 22:42:27.261405 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 7535 | 2025.04.30 22:42:27.261520 [ 259 ] {4cb5c403-c4b4-4174-9fd2-fd62f8c1d588} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.004028 sec., 157149.950347567 rows/sec., 12.36 MiB/sec. | ||
| 7536 | 2025.04.30 22:42:27.261580 [ 259 ] {4cb5c403-c4b4-4174-9fd2-fd62f8c1d588} <Debug> TCPHandler: Processed in 0.004262226 sec. | ||
| 7537 | 2025.04.30 22:42:27.261699 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7538 | 2025.04.30 22:42:27.261803 [ 259 ] {fd9d60c5-2de2-4efe-80a9-43344df45eb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7539 | 2025.04.30 22:42:27.261848 [ 259 ] {fd9d60c5-2de2-4efe-80a9-43344df45eb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7540 | 2025.04.30 22:42:27.262406 [ 259 ] {fd9d60c5-2de2-4efe-80a9-43344df45eb9} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7541 | 2025.04.30 22:42:27.262445 [ 259 ] {fd9d60c5-2de2-4efe-80a9-43344df45eb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7542 | 2025.04.30 22:42:27.262790 [ 259 ] {fd9d60c5-2de2-4efe-80a9-43344df45eb9} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7543 | 2025.04.30 22:42:27.263023 [ 259 ] {fd9d60c5-2de2-4efe-80a9-43344df45eb9} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7544 | 2025.04.30 22:42:27.263180 [ 87 ] {} <Debug> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 | ||
| 7545 | 2025.04.30 22:42:27.263242 [ 87 ] {} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7546 | 2025.04.30 22:42:27.263260 [ 259 ] {fd9d60c5-2de2-4efe-80a9-43344df45eb9} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001469 sec., 77603.81211708645 rows/sec., 4.65 MiB/sec. | ||
| 7547 | 2025.04.30 22:42:27.263279 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7548 | 2025.04.30 22:42:27.263396 [ 259 ] {fd9d60c5-2de2-4efe-80a9-43344df45eb9} <Debug> TCPHandler: Processed in 0.00174677 sec. | ||
| 7549 | 2025.04.30 22:42:27.263455 [ 198 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_45_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full | ||
| 7550 | 2025.04.30 22:42:27.263524 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7551 | 2025.04.30 22:42:27.263561 [ 198 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7552 | 2025.04.30 22:42:27.263592 [ 198 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 164 rows starting from the beginning of the part | ||
| 7553 | 2025.04.30 22:42:27.263652 [ 259 ] {b6ff8ca0-33fc-4afa-a734-96b4789fe31a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7554 | 2025.04.30 22:42:27.263794 [ 198 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 114 rows starting from the beginning of the part | ||
| 7555 | 2025.04.30 22:42:27.263821 [ 259 ] {b6ff8ca0-33fc-4afa-a734-96b4789fe31a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7556 | 2025.04.30 22:42:27.264194 [ 198 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 32 rows starting from the beginning of the part | ||
| 7557 | 2025.04.30 22:42:27.264470 [ 198 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 126 rows starting from the beginning of the part | ||
| 7558 | 2025.04.30 22:42:27.264892 [ 198 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 32 rows starting from the beginning of the part | ||
| 7559 | 2025.04.30 22:42:27.265209 [ 198 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 114 rows starting from the beginning of the part | ||
| 7560 | 2025.04.30 22:42:27.266171 [ 259 ] {b6ff8ca0-33fc-4afa-a734-96b4789fe31a} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7561 | 2025.04.30 22:42:27.266219 [ 259 ] {b6ff8ca0-33fc-4afa-a734-96b4789fe31a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7562 | 2025.04.30 22:42:27.266779 [ 259 ] {b6ff8ca0-33fc-4afa-a734-96b4789fe31a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7563 | 2025.04.30 22:42:27.266934 [ 199 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 582 rows, containing 5 columns (5 merged, 0 gathered) in 0.003527051 sec., 165010.37268811822 rows/sec., 10.95 MiB/sec. | ||
| 7564 | 2025.04.30 22:42:27.267168 [ 259 ] {b6ff8ca0-33fc-4afa-a734-96b4789fe31a} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7565 | 2025.04.30 22:42:27.267281 [ 199 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) | ||
| 7566 | 2025.04.30 22:42:27.267626 [ 259 ] {b6ff8ca0-33fc-4afa-a734-96b4789fe31a} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.004008 sec., 28193.612774451096 rows/sec., 1.83 MiB/sec. | ||
| 7567 | 2025.04.30 22:42:27.267754 [ 259 ] {b6ff8ca0-33fc-4afa-a734-96b4789fe31a} <Debug> TCPHandler: Processed in 0.004265757 sec. | ||
| 7568 | 2025.04.30 22:42:27.267931 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7569 | 2025.04.30 22:42:27.268060 [ 199 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_45_9} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7570 | 2025.04.30 22:42:27.268094 [ 259 ] {850f7cff-a8b9-442d-8d9b-c4933dd9c006} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7571 | 2025.04.30 22:42:27.268196 [ 259 ] {850f7cff-a8b9-442d-8d9b-c4933dd9c006} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7572 | 2025.04.30 22:42:27.268259 [ 199 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_45_9} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 | ||
| 7573 | 2025.04.30 22:42:27.268456 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 7574 | 2025.04.30 22:42:27.268973 [ 259 ] {850f7cff-a8b9-442d-8d9b-c4933dd9c006} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7575 | 2025.04.30 22:42:27.269017 [ 259 ] {850f7cff-a8b9-442d-8d9b-c4933dd9c006} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7576 | 2025.04.30 22:42:27.269380 [ 259 ] {850f7cff-a8b9-442d-8d9b-c4933dd9c006} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7577 | 2025.04.30 22:42:27.269616 [ 259 ] {850f7cff-a8b9-442d-8d9b-c4933dd9c006} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7578 | 2025.04.30 22:42:27.269790 [ 82 ] {} <Debug> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7579 | 2025.04.30 22:42:27.269842 [ 259 ] {850f7cff-a8b9-442d-8d9b-c4933dd9c006} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001789 sec., 62604.8071548351 rows/sec., 3.57 MiB/sec. | ||
| 7580 | 2025.04.30 22:42:27.269849 [ 82 ] {} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7581 | 2025.04.30 22:42:27.269931 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7582 | 2025.04.30 22:42:27.269977 [ 259 ] {850f7cff-a8b9-442d-8d9b-c4933dd9c006} <Debug> TCPHandler: Processed in 0.002100872 sec. | ||
| 7583 | 2025.04.30 22:42:27.270166 [ 186 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full | ||
| 7584 | 2025.04.30 22:42:27.270213 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7585 | 2025.04.30 22:42:27.270429 [ 186 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7586 | 2025.04.30 22:42:27.270436 [ 259 ] {dcaf06da-37db-45cb-92f6-e11973ab5819} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7587 | 2025.04.30 22:42:27.270463 [ 186 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 112 rows starting from the beginning of the part | ||
| 7588 | 2025.04.30 22:42:27.270499 [ 259 ] {dcaf06da-37db-45cb-92f6-e11973ab5819} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7589 | 2025.04.30 22:42:27.270707 [ 186 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 112 rows starting from the beginning of the part | ||
| 7590 | 2025.04.30 22:42:27.271017 [ 186 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 112 rows starting from the beginning of the part | ||
| 7591 | 2025.04.30 22:42:27.271362 [ 186 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 112 rows starting from the beginning of the part | ||
| 7592 | 2025.04.30 22:42:27.271695 [ 186 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 112 rows starting from the beginning of the part | ||
| 7593 | 2025.04.30 22:42:27.272818 [ 259 ] {dcaf06da-37db-45cb-92f6-e11973ab5819} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7594 | 2025.04.30 22:42:27.272873 [ 259 ] {dcaf06da-37db-45cb-92f6-e11973ab5819} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7595 | 2025.04.30 22:42:27.273341 [ 191 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.003300834 sec., 169654.09348061733 rows/sec., 10.31 MiB/sec. | ||
| 7596 | 2025.04.30 22:42:27.273500 [ 259 ] {dcaf06da-37db-45cb-92f6-e11973ab5819} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7597 | 2025.04.30 22:42:27.273552 [ 191 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7598 | 2025.04.30 22:42:27.273991 [ 259 ] {dcaf06da-37db-45cb-92f6-e11973ab5819} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7599 | 2025.04.30 22:42:27.274090 [ 191 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_25_6} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7600 | 2025.04.30 22:42:27.274329 [ 191 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_25_6} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7601 | 2025.04.30 22:42:27.274399 [ 259 ] {dcaf06da-37db-45cb-92f6-e11973ab5819} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.004014 sec., 97159.94020926756 rows/sec., 6.87 MiB/sec. | ||
| 7602 | 2025.04.30 22:42:27.274491 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 7603 | 2025.04.30 22:42:27.274590 [ 259 ] {dcaf06da-37db-45cb-92f6-e11973ab5819} <Debug> TCPHandler: Processed in 0.004453743 sec. | ||
| 7604 | 2025.04.30 22:42:27.274715 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7605 | 2025.04.30 22:42:27.274821 [ 259 ] {47ab89c2-f519-4367-95d9-ac18ab021324} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7606 | 2025.04.30 22:42:27.274876 [ 259 ] {47ab89c2-f519-4367-95d9-ac18ab021324} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7607 | 2025.04.30 22:42:27.275313 [ 259 ] {47ab89c2-f519-4367-95d9-ac18ab021324} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7608 | 2025.04.30 22:42:27.275353 [ 259 ] {47ab89c2-f519-4367-95d9-ac18ab021324} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7609 | 2025.04.30 22:42:27.275715 [ 259 ] {47ab89c2-f519-4367-95d9-ac18ab021324} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7610 | 2025.04.30 22:42:27.275973 [ 259 ] {47ab89c2-f519-4367-95d9-ac18ab021324} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7611 | 2025.04.30 22:42:27.276168 [ 259 ] {47ab89c2-f519-4367-95d9-ac18ab021324} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001369 sec., 4382.7611395178965 rows/sec., 228.98 KiB/sec. | ||
| 7612 | 2025.04.30 22:42:27.276216 [ 259 ] {47ab89c2-f519-4367-95d9-ac18ab021324} <Debug> TCPHandler: Processed in 0.001551223 sec. | ||
| 7613 | 2025.04.30 22:42:27.276328 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7614 | 2025.04.30 22:42:27.276432 [ 259 ] {b6967ea9-3bfa-454f-91dd-f8f66af0fdb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7615 | 2025.04.30 22:42:27.276481 [ 259 ] {b6967ea9-3bfa-454f-91dd-f8f66af0fdb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7616 | 2025.04.30 22:42:27.276993 [ 259 ] {b6967ea9-3bfa-454f-91dd-f8f66af0fdb0} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7617 | 2025.04.30 22:42:27.277032 [ 259 ] {b6967ea9-3bfa-454f-91dd-f8f66af0fdb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7618 | 2025.04.30 22:42:27.277409 [ 259 ] {b6967ea9-3bfa-454f-91dd-f8f66af0fdb0} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7619 | 2025.04.30 22:42:27.277653 [ 259 ] {b6967ea9-3bfa-454f-91dd-f8f66af0fdb0} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7620 | 2025.04.30 22:42:27.277843 [ 259 ] {b6967ea9-3bfa-454f-91dd-f8f66af0fdb0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001432 sec., 165502.7932960894 rows/sec., 11.09 MiB/sec. | ||
| 7621 | 2025.04.30 22:42:27.277901 [ 259 ] {b6967ea9-3bfa-454f-91dd-f8f66af0fdb0} <Debug> TCPHandler: Processed in 0.001622436 sec. | ||
| 7622 | 2025.04.30 22:42:27.278016 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7623 | 2025.04.30 22:42:27.278120 [ 259 ] {988bf8ea-67a1-4e9a-90ef-25b8d8198978} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7624 | 2025.04.30 22:42:27.278166 [ 259 ] {988bf8ea-67a1-4e9a-90ef-25b8d8198978} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7625 | 2025.04.30 22:42:27.278552 [ 259 ] {988bf8ea-67a1-4e9a-90ef-25b8d8198978} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7626 | 2025.04.30 22:42:27.278591 [ 259 ] {988bf8ea-67a1-4e9a-90ef-25b8d8198978} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7627 | 2025.04.30 22:42:27.278942 [ 259 ] {988bf8ea-67a1-4e9a-90ef-25b8d8198978} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7628 | 2025.04.30 22:42:27.279182 [ 259 ] {988bf8ea-67a1-4e9a-90ef-25b8d8198978} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7629 | 2025.04.30 22:42:27.279425 [ 259 ] {988bf8ea-67a1-4e9a-90ef-25b8d8198978} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00132 sec., 757.5757575757576 rows/sec., 51.05 KiB/sec. | ||
| 7630 | 2025.04.30 22:42:27.279517 [ 259 ] {988bf8ea-67a1-4e9a-90ef-25b8d8198978} <Debug> TCPHandler: Processed in 0.001546743 sec. | ||
| 7631 | 2025.04.30 22:42:27.279765 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7632 | 2025.04.30 22:42:27.279878 [ 259 ] {c32ef27c-bb1c-4e5f-8bf8-8061a79c7345} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7633 | 2025.04.30 22:42:27.279951 [ 259 ] {c32ef27c-bb1c-4e5f-8bf8-8061a79c7345} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7634 | 2025.04.30 22:42:27.280969 [ 259 ] {c32ef27c-bb1c-4e5f-8bf8-8061a79c7345} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7635 | 2025.04.30 22:42:27.281008 [ 259 ] {c32ef27c-bb1c-4e5f-8bf8-8061a79c7345} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7636 | 2025.04.30 22:42:27.281604 [ 259 ] {c32ef27c-bb1c-4e5f-8bf8-8061a79c7345} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7637 | 2025.04.30 22:42:27.281874 [ 259 ] {c32ef27c-bb1c-4e5f-8bf8-8061a79c7345} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7638 | 2025.04.30 22:42:27.282108 [ 259 ] {c32ef27c-bb1c-4e5f-8bf8-8061a79c7345} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00226 sec., 3539.823008849558 rows/sec., 6.34 MiB/sec. | ||
| 7639 | 2025.04.30 22:42:27.282201 [ 259 ] {c32ef27c-bb1c-4e5f-8bf8-8061a79c7345} <Debug> TCPHandler: Processed in 0.002516376 sec. | ||
| 7640 | 2025.04.30 22:42:27.282309 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7641 | 2025.04.30 22:42:27.282410 [ 259 ] {ce60356e-251d-4903-8cb9-6d6489e4114e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7642 | 2025.04.30 22:42:27.282455 [ 259 ] {ce60356e-251d-4903-8cb9-6d6489e4114e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7643 | 2025.04.30 22:42:27.282860 [ 259 ] {ce60356e-251d-4903-8cb9-6d6489e4114e} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7644 | 2025.04.30 22:42:27.282908 [ 259 ] {ce60356e-251d-4903-8cb9-6d6489e4114e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7645 | 2025.04.30 22:42:27.283262 [ 259 ] {ce60356e-251d-4903-8cb9-6d6489e4114e} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7646 | 2025.04.30 22:42:27.283493 [ 259 ] {ce60356e-251d-4903-8cb9-6d6489e4114e} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7647 | 2025.04.30 22:42:27.283684 [ 259 ] {ce60356e-251d-4903-8cb9-6d6489e4114e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001295 sec., 63320.46332046332 rows/sec., 4.02 MiB/sec. | ||
| 7648 | 2025.04.30 22:42:27.283731 [ 259 ] {ce60356e-251d-4903-8cb9-6d6489e4114e} <Debug> TCPHandler: Processed in 0.001471221 sec. | ||
| 7649 | 2025.04.30 22:42:32.250558 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7650 | 2025.04.30 22:42:32.250755 [ 259 ] {9517f401-15d4-4ed3-a484-514a846452b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7651 | 2025.04.30 22:42:32.250835 [ 259 ] {9517f401-15d4-4ed3-a484-514a846452b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7652 | 2025.04.30 22:42:32.251621 [ 259 ] {9517f401-15d4-4ed3-a484-514a846452b7} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7653 | 2025.04.30 22:42:32.251671 [ 259 ] {9517f401-15d4-4ed3-a484-514a846452b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7654 | 2025.04.30 22:42:32.252128 [ 259 ] {9517f401-15d4-4ed3-a484-514a846452b7} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7655 | 2025.04.30 22:42:32.252382 [ 259 ] {9517f401-15d4-4ed3-a484-514a846452b7} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7656 | 2025.04.30 22:42:32.252612 [ 259 ] {9517f401-15d4-4ed3-a484-514a846452b7} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001902 sec., 63091.48264984227 rows/sec., 5.36 MiB/sec. | ||
| 7657 | 2025.04.30 22:42:32.252668 [ 259 ] {9517f401-15d4-4ed3-a484-514a846452b7} <Debug> TCPHandler: Processed in 0.002239727 sec. | ||
| 7658 | 2025.04.30 22:42:32.252796 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7659 | 2025.04.30 22:42:32.252914 [ 259 ] {925848a9-4e30-4de1-aa42-b4ac46a81e79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7660 | 2025.04.30 22:42:32.252961 [ 259 ] {925848a9-4e30-4de1-aa42-b4ac46a81e79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7661 | 2025.04.30 22:42:32.253500 [ 259 ] {925848a9-4e30-4de1-aa42-b4ac46a81e79} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7662 | 2025.04.30 22:42:32.253538 [ 259 ] {925848a9-4e30-4de1-aa42-b4ac46a81e79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7663 | 2025.04.30 22:42:32.253898 [ 259 ] {925848a9-4e30-4de1-aa42-b4ac46a81e79} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7664 | 2025.04.30 22:42:32.254136 [ 259 ] {925848a9-4e30-4de1-aa42-b4ac46a81e79} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7665 | 2025.04.30 22:42:32.254309 [ 259 ] {925848a9-4e30-4de1-aa42-b4ac46a81e79} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001417 sec., 22582.92166549047 rows/sec., 1.66 MiB/sec. | ||
| 7666 | 2025.04.30 22:42:32.254358 [ 259 ] {925848a9-4e30-4de1-aa42-b4ac46a81e79} <Debug> TCPHandler: Processed in 0.001612685 sec. | ||
| 7667 | 2025.04.30 22:42:32.254473 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7668 | 2025.04.30 22:42:32.254577 [ 259 ] {35cc1b84-36c9-42d6-8c08-240b3d860343} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7669 | 2025.04.30 22:42:32.254622 [ 259 ] {35cc1b84-36c9-42d6-8c08-240b3d860343} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7670 | 2025.04.30 22:42:32.255172 [ 259 ] {35cc1b84-36c9-42d6-8c08-240b3d860343} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7671 | 2025.04.30 22:42:32.255209 [ 259 ] {35cc1b84-36c9-42d6-8c08-240b3d860343} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7672 | 2025.04.30 22:42:32.255560 [ 259 ] {35cc1b84-36c9-42d6-8c08-240b3d860343} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7673 | 2025.04.30 22:42:32.255802 [ 259 ] {35cc1b84-36c9-42d6-8c08-240b3d860343} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): 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.30 22:42:32.255984 [ 259 ] {35cc1b84-36c9-42d6-8c08-240b3d860343} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001429 sec., 67179.84604618615 rows/sec., 5.25 MiB/sec. | ||
| 7675 | 2025.04.30 22:42:32.256034 [ 259 ] {35cc1b84-36c9-42d6-8c08-240b3d860343} <Debug> TCPHandler: Processed in 0.001611806 sec. | ||
| 7676 | 2025.04.30 22:42:32.256150 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7677 | 2025.04.30 22:42:32.256254 [ 259 ] {978e03f6-e333-4754-89d7-bc9336b013bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7678 | 2025.04.30 22:42:32.256304 [ 259 ] {978e03f6-e333-4754-89d7-bc9336b013bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7679 | 2025.04.30 22:42:32.256803 [ 259 ] {978e03f6-e333-4754-89d7-bc9336b013bf} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7680 | 2025.04.30 22:42:32.256850 [ 259 ] {978e03f6-e333-4754-89d7-bc9336b013bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7681 | 2025.04.30 22:42:32.257236 [ 259 ] {978e03f6-e333-4754-89d7-bc9336b013bf} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7682 | 2025.04.30 22:42:32.257486 [ 259 ] {978e03f6-e333-4754-89d7-bc9336b013bf} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7683 | 2025.04.30 22:42:32.257657 [ 259 ] {978e03f6-e333-4754-89d7-bc9336b013bf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001425 sec., 112280.70175438595 rows/sec., 7.82 MiB/sec. | ||
| 7684 | 2025.04.30 22:42:32.257706 [ 259 ] {978e03f6-e333-4754-89d7-bc9336b013bf} <Debug> TCPHandler: Processed in 0.001605875 sec. | ||
| 7685 | 2025.04.30 22:42:32.257833 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7686 | 2025.04.30 22:42:32.257937 [ 259 ] {da880b7b-cd94-49cc-8553-56d824f2ff45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7687 | 2025.04.30 22:42:32.258002 [ 259 ] {da880b7b-cd94-49cc-8553-56d824f2ff45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7688 | 2025.04.30 22:42:32.259107 [ 259 ] {da880b7b-cd94-49cc-8553-56d824f2ff45} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7689 | 2025.04.30 22:42:32.259144 [ 259 ] {da880b7b-cd94-49cc-8553-56d824f2ff45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7690 | 2025.04.30 22:42:32.259761 [ 259 ] {da880b7b-cd94-49cc-8553-56d824f2ff45} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7691 | 2025.04.30 22:42:32.260037 [ 259 ] {da880b7b-cd94-49cc-8553-56d824f2ff45} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7692 | 2025.04.30 22:42:32.260180 [ 77 ] {} <Debug> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7693 | 2025.04.30 22:42:32.260228 [ 77 ] {} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7694 | 2025.04.30 22:42:32.260241 [ 259 ] {da880b7b-cd94-49cc-8553-56d824f2ff45} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002324 sec., 13769.363166953528 rows/sec., 24.67 MiB/sec. | ||
| 7695 | 2025.04.30 22:42:32.260257 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7696 | 2025.04.30 22:42:32.260589 [ 259 ] {da880b7b-cd94-49cc-8553-56d824f2ff45} <Debug> TCPHandler: Processed in 0.002814797 sec. | ||
| 7697 | 2025.04.30 22:42:32.260633 [ 196 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::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 | ||
| 7698 | 2025.04.30 22:42:32.260738 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7699 | 2025.04.30 22:42:32.260969 [ 259 ] {fcb4d293-7214-49ca-a80d-1c22a93949d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7700 | 2025.04.30 22:42:32.261099 [ 259 ] {fcb4d293-7214-49ca-a80d-1c22a93949d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7701 | 2025.04.30 22:42:32.261536 [ 196 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7702 | 2025.04.30 22:42:32.261762 [ 196 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 750 rows starting from the beginning of the part | ||
| 7703 | 2025.04.30 22:42:32.262398 [ 196 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 32 rows starting from the beginning of the part | ||
| 7704 | 2025.04.30 22:42:32.263119 [ 196 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 8 rows starting from the beginning of the part | ||
| 7705 | 2025.04.30 22:42:32.263163 [ 259 ] {fcb4d293-7214-49ca-a80d-1c22a93949d1} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7706 | 2025.04.30 22:42:32.263230 [ 259 ] {fcb4d293-7214-49ca-a80d-1c22a93949d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7707 | 2025.04.30 22:42:32.263734 [ 196 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 32 rows starting from the beginning of the part | ||
| 7708 | 2025.04.30 22:42:32.264401 [ 196 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::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 | ||
| 7709 | 2025.04.30 22:42:32.264788 [ 259 ] {fcb4d293-7214-49ca-a80d-1c22a93949d1} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7710 | 2025.04.30 22:42:32.265112 [ 196 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 32 rows starting from the beginning of the part | ||
| 7711 | 2025.04.30 22:42:32.265546 [ 259 ] {fcb4d293-7214-49ca-a80d-1c22a93949d1} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7712 | 2025.04.30 22:42:32.266408 [ 259 ] {fcb4d293-7214-49ca-a80d-1c22a93949d1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00551 sec., 10889.29219600726 rows/sec., 751.47 KiB/sec. | ||
| 7713 | 2025.04.30 22:42:32.266471 [ 259 ] {fcb4d293-7214-49ca-a80d-1c22a93949d1} <Debug> TCPHandler: Processed in 0.005794209 sec. | ||
| 7714 | 2025.04.30 22:42:32.280632 [ 195 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 862 rows, containing 19 columns (19 merged, 0 gathered) in 0.020235885 sec., 42597.59333481091 rows/sec., 76.33 MiB/sec. | ||
| 7715 | 2025.04.30 22:42:32.281657 [ 195 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7716 | 2025.04.30 22:42:32.282139 [ 195 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7717 | 2025.04.30 22:42:32.282266 [ 195 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7718 | 2025.04.30 22:42:32.282443 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.64 MiB. | ||
| 7719 | 2025.04.30 22:42:33.001124 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 211.88 MiB, peak 222.36 MiB, free memory in arenas 0.00 B, will set to 213.68 MiB (RSS), difference: 1.80 MiB | ||
| 7720 | 2025.04.30 22:42:33.045949 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17019 | ||
| 7721 | 2025.04.30 22:42:33.046590 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7722 | 2025.04.30 22:42:33.046638 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7723 | 2025.04.30 22:42:33.047153 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7724 | 2025.04.30 22:42:33.047407 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7725 | 2025.04.30 22:42:33.047647 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019 | ||
| 7726 | 2025.04.30 22:42:34.229518 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 7727 | 2025.04.30 22:42:34.251831 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7728 | 2025.04.30 22:42:34.251921 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 7729 | 2025.04.30 22:42:34.262163 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7730 | 2025.04.30 22:42:34.263258 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7731 | 2025.04.30 22:42:34.267131 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 7732 | 2025.04.30 22:42:35.626982 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1094 | ||
| 7733 | 2025.04.30 22:42:35.630162 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7734 | 2025.04.30 22:42:35.630213 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7735 | 2025.04.30 22:42:35.631668 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7736 | 2025.04.30 22:42:35.631979 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7737 | 2025.04.30 22:42:35.632535 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1094 | ||
| 7738 | 2025.04.30 22:42:37.255873 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7739 | 2025.04.30 22:42:37.256057 [ 259 ] {7564e416-9088-41da-9e99-f09a38f08f9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7740 | 2025.04.30 22:42:37.256127 [ 259 ] {7564e416-9088-41da-9e99-f09a38f08f9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7741 | 2025.04.30 22:42:37.256983 [ 259 ] {7564e416-9088-41da-9e99-f09a38f08f9e} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7742 | 2025.04.30 22:42:37.257034 [ 259 ] {7564e416-9088-41da-9e99-f09a38f08f9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7743 | 2025.04.30 22:42:37.257469 [ 259 ] {7564e416-9088-41da-9e99-f09a38f08f9e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7744 | 2025.04.30 22:42:37.257736 [ 259 ] {7564e416-9088-41da-9e99-f09a38f08f9e} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7745 | 2025.04.30 22:42:37.257969 [ 259 ] {7564e416-9088-41da-9e99-f09a38f08f9e} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001962 sec., 108053.00713557593 rows/sec., 6.87 MiB/sec. | ||
| 7746 | 2025.04.30 22:42:37.258033 [ 259 ] {7564e416-9088-41da-9e99-f09a38f08f9e} <Debug> TCPHandler: Processed in 0.002294659 sec. | ||
| 7747 | 2025.04.30 22:42:37.258164 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7748 | 2025.04.30 22:42:37.258276 [ 259 ] {027878fa-b983-4dba-bb5d-f8d23dafd0c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7749 | 2025.04.30 22:42:37.258325 [ 259 ] {027878fa-b983-4dba-bb5d-f8d23dafd0c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7750 | 2025.04.30 22:42:37.259179 [ 259 ] {027878fa-b983-4dba-bb5d-f8d23dafd0c5} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7751 | 2025.04.30 22:42:37.259221 [ 259 ] {027878fa-b983-4dba-bb5d-f8d23dafd0c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7752 | 2025.04.30 22:42:37.259622 [ 259 ] {027878fa-b983-4dba-bb5d-f8d23dafd0c5} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7753 | 2025.04.30 22:42:37.259884 [ 259 ] {027878fa-b983-4dba-bb5d-f8d23dafd0c5} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7754 | 2025.04.30 22:42:37.260115 [ 259 ] {027878fa-b983-4dba-bb5d-f8d23dafd0c5} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001861 sec., 340139.7098334229 rows/sec., 26.75 MiB/sec. | ||
| 7755 | 2025.04.30 22:42:37.260208 [ 259 ] {027878fa-b983-4dba-bb5d-f8d23dafd0c5} <Debug> TCPHandler: Processed in 0.002094502 sec. | ||
| 7756 | 2025.04.30 22:42:37.260393 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7757 | 2025.04.30 22:42:37.260583 [ 259 ] {aa139628-4aee-42de-8bba-00f44476bd15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7758 | 2025.04.30 22:42:37.260633 [ 259 ] {aa139628-4aee-42de-8bba-00f44476bd15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7759 | 2025.04.30 22:42:37.261222 [ 259 ] {aa139628-4aee-42de-8bba-00f44476bd15} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7760 | 2025.04.30 22:42:37.261262 [ 259 ] {aa139628-4aee-42de-8bba-00f44476bd15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7761 | 2025.04.30 22:42:37.261617 [ 259 ] {aa139628-4aee-42de-8bba-00f44476bd15} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7762 | 2025.04.30 22:42:37.261872 [ 259 ] {aa139628-4aee-42de-8bba-00f44476bd15} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7763 | 2025.04.30 22:42:37.262081 [ 259 ] {aa139628-4aee-42de-8bba-00f44476bd15} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001531 sec., 74461.1365120836 rows/sec., 4.46 MiB/sec. | ||
| 7764 | 2025.04.30 22:42:37.262135 [ 259 ] {aa139628-4aee-42de-8bba-00f44476bd15} <Debug> TCPHandler: Processed in 0.001843513 sec. | ||
| 7765 | 2025.04.30 22:42:37.262257 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7766 | 2025.04.30 22:42:37.262363 [ 259 ] {fd9eada7-b824-4169-948b-c1de8e99ce13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7767 | 2025.04.30 22:42:37.262407 [ 259 ] {fd9eada7-b824-4169-948b-c1de8e99ce13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7768 | 2025.04.30 22:42:37.262974 [ 259 ] {fd9eada7-b824-4169-948b-c1de8e99ce13} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7769 | 2025.04.30 22:42:37.263014 [ 259 ] {fd9eada7-b824-4169-948b-c1de8e99ce13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7770 | 2025.04.30 22:42:37.263406 [ 259 ] {fd9eada7-b824-4169-948b-c1de8e99ce13} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7771 | 2025.04.30 22:42:37.263660 [ 259 ] {fd9eada7-b824-4169-948b-c1de8e99ce13} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7772 | 2025.04.30 22:42:37.263890 [ 259 ] {fd9eada7-b824-4169-948b-c1de8e99ce13} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001547 sec., 73044.60245636717 rows/sec., 4.73 MiB/sec. | ||
| 7773 | 2025.04.30 22:42:37.263952 [ 259 ] {fd9eada7-b824-4169-948b-c1de8e99ce13} <Debug> TCPHandler: Processed in 0.0017453 sec. | ||
| 7774 | 2025.04.30 22:42:37.264075 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7775 | 2025.04.30 22:42:37.264180 [ 259 ] {53613254-4170-4f0f-9630-6b6ddb681c93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7776 | 2025.04.30 22:42:37.264224 [ 259 ] {53613254-4170-4f0f-9630-6b6ddb681c93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7777 | 2025.04.30 22:42:37.264787 [ 259 ] {53613254-4170-4f0f-9630-6b6ddb681c93} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7778 | 2025.04.30 22:42:37.264826 [ 259 ] {53613254-4170-4f0f-9630-6b6ddb681c93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7779 | 2025.04.30 22:42:37.265187 [ 259 ] {53613254-4170-4f0f-9630-6b6ddb681c93} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7780 | 2025.04.30 22:42:37.265435 [ 259 ] {53613254-4170-4f0f-9630-6b6ddb681c93} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7781 | 2025.04.30 22:42:37.265635 [ 259 ] {53613254-4170-4f0f-9630-6b6ddb681c93} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001475 sec., 75932.20338983051 rows/sec., 4.33 MiB/sec. | ||
| 7782 | 2025.04.30 22:42:37.265687 [ 259 ] {53613254-4170-4f0f-9630-6b6ddb681c93} <Debug> TCPHandler: Processed in 0.001665048 sec. | ||
| 7783 | 2025.04.30 22:42:37.265809 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7784 | 2025.04.30 22:42:37.265912 [ 259 ] {bd94e715-c337-4d71-a7f6-a4401576deb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7785 | 2025.04.30 22:42:37.265957 [ 259 ] {bd94e715-c337-4d71-a7f6-a4401576deb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7786 | 2025.04.30 22:42:37.266624 [ 259 ] {bd94e715-c337-4d71-a7f6-a4401576deb1} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7787 | 2025.04.30 22:42:37.266662 [ 259 ] {bd94e715-c337-4d71-a7f6-a4401576deb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7788 | 2025.04.30 22:42:37.267031 [ 259 ] {bd94e715-c337-4d71-a7f6-a4401576deb1} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7789 | 2025.04.30 22:42:37.267268 [ 259 ] {bd94e715-c337-4d71-a7f6-a4401576deb1} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7790 | 2025.04.30 22:42:37.267476 [ 259 ] {bd94e715-c337-4d71-a7f6-a4401576deb1} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001583 sec., 246367.656348705 rows/sec., 17.41 MiB/sec. | ||
| 7791 | 2025.04.30 22:42:37.267528 [ 259 ] {bd94e715-c337-4d71-a7f6-a4401576deb1} <Debug> TCPHandler: Processed in 0.001770151 sec. | ||
| 7792 | 2025.04.30 22:42:37.267647 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7793 | 2025.04.30 22:42:37.267750 [ 259 ] {d7eb23db-7664-4511-9786-2e6e4860dc8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7794 | 2025.04.30 22:42:37.267797 [ 259 ] {d7eb23db-7664-4511-9786-2e6e4860dc8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7795 | 2025.04.30 22:42:37.268218 [ 259 ] {d7eb23db-7664-4511-9786-2e6e4860dc8e} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7796 | 2025.04.30 22:42:37.268257 [ 259 ] {d7eb23db-7664-4511-9786-2e6e4860dc8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7797 | 2025.04.30 22:42:37.268604 [ 259 ] {d7eb23db-7664-4511-9786-2e6e4860dc8e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7798 | 2025.04.30 22:42:37.268850 [ 259 ] {d7eb23db-7664-4511-9786-2e6e4860dc8e} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7799 | 2025.04.30 22:42:37.269050 [ 259 ] {d7eb23db-7664-4511-9786-2e6e4860dc8e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00132 sec., 4545.454545454545 rows/sec., 237.48 KiB/sec. | ||
| 7800 | 2025.04.30 22:42:37.269100 [ 259 ] {d7eb23db-7664-4511-9786-2e6e4860dc8e} <Debug> TCPHandler: Processed in 0.001504302 sec. | ||
| 7801 | 2025.04.30 22:42:37.269217 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7802 | 2025.04.30 22:42:37.269321 [ 259 ] {29d6b6e4-e139-456e-9580-6de14af5cb6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7803 | 2025.04.30 22:42:37.269369 [ 259 ] {29d6b6e4-e139-456e-9580-6de14af5cb6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7804 | 2025.04.30 22:42:37.269889 [ 259 ] {29d6b6e4-e139-456e-9580-6de14af5cb6f} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7805 | 2025.04.30 22:42:37.269928 [ 259 ] {29d6b6e4-e139-456e-9580-6de14af5cb6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7806 | 2025.04.30 22:42:37.270304 [ 259 ] {29d6b6e4-e139-456e-9580-6de14af5cb6f} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7807 | 2025.04.30 22:42:37.270540 [ 259 ] {29d6b6e4-e139-456e-9580-6de14af5cb6f} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7808 | 2025.04.30 22:42:37.270735 [ 259 ] {29d6b6e4-e139-456e-9580-6de14af5cb6f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001434 sec., 165271.96652719667 rows/sec., 11.08 MiB/sec. | ||
| 7809 | 2025.04.30 22:42:37.270786 [ 259 ] {29d6b6e4-e139-456e-9580-6de14af5cb6f} <Debug> TCPHandler: Processed in 0.001619856 sec. | ||
| 7810 | 2025.04.30 22:42:37.270913 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7811 | 2025.04.30 22:42:37.271016 [ 259 ] {5e6d755e-2f60-423b-aea3-b7aa3cfb2802} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7812 | 2025.04.30 22:42:37.271062 [ 259 ] {5e6d755e-2f60-423b-aea3-b7aa3cfb2802} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7813 | 2025.04.30 22:42:37.271464 [ 259 ] {5e6d755e-2f60-423b-aea3-b7aa3cfb2802} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7814 | 2025.04.30 22:42:37.271502 [ 259 ] {5e6d755e-2f60-423b-aea3-b7aa3cfb2802} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7815 | 2025.04.30 22:42:37.271844 [ 259 ] {5e6d755e-2f60-423b-aea3-b7aa3cfb2802} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7816 | 2025.04.30 22:42:37.272077 [ 259 ] {5e6d755e-2f60-423b-aea3-b7aa3cfb2802} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7817 | 2025.04.30 22:42:37.272283 [ 259 ] {5e6d755e-2f60-423b-aea3-b7aa3cfb2802} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001287 sec., 777.000777000777 rows/sec., 52.36 KiB/sec. | ||
| 7818 | 2025.04.30 22:42:37.272333 [ 259 ] {5e6d755e-2f60-423b-aea3-b7aa3cfb2802} <Debug> TCPHandler: Processed in 0.001471731 sec. | ||
| 7819 | 2025.04.30 22:42:37.272447 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7820 | 2025.04.30 22:42:37.272549 [ 259 ] {45c4d334-6f42-46b2-8495-f2db954d3def} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7821 | 2025.04.30 22:42:37.272613 [ 259 ] {45c4d334-6f42-46b2-8495-f2db954d3def} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7822 | 2025.04.30 22:42:37.273850 [ 259 ] {45c4d334-6f42-46b2-8495-f2db954d3def} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7823 | 2025.04.30 22:42:37.273903 [ 259 ] {45c4d334-6f42-46b2-8495-f2db954d3def} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7824 | 2025.04.30 22:42:37.274535 [ 259 ] {45c4d334-6f42-46b2-8495-f2db954d3def} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7825 | 2025.04.30 22:42:37.274810 [ 259 ] {45c4d334-6f42-46b2-8495-f2db954d3def} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7826 | 2025.04.30 22:42:37.275043 [ 259 ] {45c4d334-6f42-46b2-8495-f2db954d3def} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002514 sec., 3182.1797931583133 rows/sec., 5.70 MiB/sec. | ||
| 7827 | 2025.04.30 22:42:37.275134 [ 259 ] {45c4d334-6f42-46b2-8495-f2db954d3def} <Debug> TCPHandler: Processed in 0.002737744 sec. | ||
| 7828 | 2025.04.30 22:42:37.275259 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7829 | 2025.04.30 22:42:37.275366 [ 259 ] {a392dddf-fa30-4d5e-9f53-df04126fc415} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7830 | 2025.04.30 22:42:37.275415 [ 259 ] {a392dddf-fa30-4d5e-9f53-df04126fc415} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7831 | 2025.04.30 22:42:37.275853 [ 259 ] {a392dddf-fa30-4d5e-9f53-df04126fc415} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7832 | 2025.04.30 22:42:37.275894 [ 259 ] {a392dddf-fa30-4d5e-9f53-df04126fc415} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7833 | 2025.04.30 22:42:37.276256 [ 259 ] {a392dddf-fa30-4d5e-9f53-df04126fc415} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7834 | 2025.04.30 22:42:37.276516 [ 259 ] {a392dddf-fa30-4d5e-9f53-df04126fc415} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7835 | 2025.04.30 22:42:37.276725 [ 259 ] {a392dddf-fa30-4d5e-9f53-df04126fc415} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00138 sec., 59420.289855072464 rows/sec., 3.77 MiB/sec. | ||
| 7836 | 2025.04.30 22:42:37.276783 [ 259 ] {a392dddf-fa30-4d5e-9f53-df04126fc415} <Debug> TCPHandler: Processed in 0.001576274 sec. | ||
| 7837 | 2025.04.30 22:42:40.348806 [ 68 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7838 | 2025.04.30 22:42:40.348909 [ 68 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7839 | 2025.04.30 22:42:40.548739 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17446 | ||
| 7840 | 2025.04.30 22:42:40.549362 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7841 | 2025.04.30 22:42:40.549415 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7842 | 2025.04.30 22:42:40.549942 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7843 | 2025.04.30 22:42:40.550205 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7844 | 2025.04.30 22:42:40.550578 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
| 7845 | 2025.04.30 22:42:41.767334 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 7846 | 2025.04.30 22:42:41.786868 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7847 | 2025.04.30 22:42:41.786911 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7848 | 2025.04.30 22:42:41.794039 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7849 | 2025.04.30 22:42:41.794788 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7850 | 2025.04.30 22:42:41.797220 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 7851 | 2025.04.30 22:42:42.251235 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7852 | 2025.04.30 22:42:42.251441 [ 259 ] {bebced8d-430d-40a1-b4ea-d862486fc0d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7853 | 2025.04.30 22:42:42.251518 [ 259 ] {bebced8d-430d-40a1-b4ea-d862486fc0d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7854 | 2025.04.30 22:42:42.252286 [ 259 ] {bebced8d-430d-40a1-b4ea-d862486fc0d5} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7855 | 2025.04.30 22:42:42.252332 [ 259 ] {bebced8d-430d-40a1-b4ea-d862486fc0d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7856 | 2025.04.30 22:42:42.252759 [ 259 ] {bebced8d-430d-40a1-b4ea-d862486fc0d5} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7857 | 2025.04.30 22:42:42.253012 [ 259 ] {bebced8d-430d-40a1-b4ea-d862486fc0d5} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7858 | 2025.04.30 22:42:42.253195 [ 259 ] {bebced8d-430d-40a1-b4ea-d862486fc0d5} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001823 sec., 65825.56226001098 rows/sec., 5.59 MiB/sec. | ||
| 7859 | 2025.04.30 22:42:42.253245 [ 259 ] {bebced8d-430d-40a1-b4ea-d862486fc0d5} <Debug> TCPHandler: Processed in 0.002169475 sec. | ||
| 7860 | 2025.04.30 22:42:42.253363 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7861 | 2025.04.30 22:42:42.253464 [ 259 ] {c2f4af3d-fec8-40a8-a06e-2179ee106d28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7862 | 2025.04.30 22:42:42.253506 [ 259 ] {c2f4af3d-fec8-40a8-a06e-2179ee106d28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7863 | 2025.04.30 22:42:42.254046 [ 259 ] {c2f4af3d-fec8-40a8-a06e-2179ee106d28} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7864 | 2025.04.30 22:42:42.254084 [ 259 ] {c2f4af3d-fec8-40a8-a06e-2179ee106d28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7865 | 2025.04.30 22:42:42.254420 [ 259 ] {c2f4af3d-fec8-40a8-a06e-2179ee106d28} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7866 | 2025.04.30 22:42:42.254657 [ 259 ] {c2f4af3d-fec8-40a8-a06e-2179ee106d28} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7867 | 2025.04.30 22:42:42.254823 [ 259 ] {c2f4af3d-fec8-40a8-a06e-2179ee106d28} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001348 sec., 23738.872403560832 rows/sec., 1.74 MiB/sec. | ||
| 7868 | 2025.04.30 22:42:42.254871 [ 259 ] {c2f4af3d-fec8-40a8-a06e-2179ee106d28} <Debug> TCPHandler: Processed in 0.001532433 sec. | ||
| 7869 | 2025.04.30 22:42:42.254982 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7870 | 2025.04.30 22:42:42.255088 [ 259 ] {2a822fc5-4845-4477-b89f-e4a2382c0dce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7871 | 2025.04.30 22:42:42.255132 [ 259 ] {2a822fc5-4845-4477-b89f-e4a2382c0dce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7872 | 2025.04.30 22:42:42.255671 [ 259 ] {2a822fc5-4845-4477-b89f-e4a2382c0dce} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7873 | 2025.04.30 22:42:42.255708 [ 259 ] {2a822fc5-4845-4477-b89f-e4a2382c0dce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7874 | 2025.04.30 22:42:42.256054 [ 259 ] {2a822fc5-4845-4477-b89f-e4a2382c0dce} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7875 | 2025.04.30 22:42:42.256303 [ 259 ] {2a822fc5-4845-4477-b89f-e4a2382c0dce} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7876 | 2025.04.30 22:42:42.256471 [ 259 ] {2a822fc5-4845-4477-b89f-e4a2382c0dce} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001405 sec., 68327.40213523131 rows/sec., 5.34 MiB/sec. | ||
| 7877 | 2025.04.30 22:42:42.256520 [ 259 ] {2a822fc5-4845-4477-b89f-e4a2382c0dce} <Debug> TCPHandler: Processed in 0.001591145 sec. | ||
| 7878 | 2025.04.30 22:42:42.256636 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7879 | 2025.04.30 22:42:42.256743 [ 259 ] {658c8dd8-4f72-4ce6-b608-72add7d4504a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7880 | 2025.04.30 22:42:42.256791 [ 259 ] {658c8dd8-4f72-4ce6-b608-72add7d4504a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7881 | 2025.04.30 22:42:42.257282 [ 259 ] {658c8dd8-4f72-4ce6-b608-72add7d4504a} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7882 | 2025.04.30 22:42:42.257319 [ 259 ] {658c8dd8-4f72-4ce6-b608-72add7d4504a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7883 | 2025.04.30 22:42:42.257694 [ 259 ] {658c8dd8-4f72-4ce6-b608-72add7d4504a} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7884 | 2025.04.30 22:42:42.257931 [ 259 ] {658c8dd8-4f72-4ce6-b608-72add7d4504a} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7885 | 2025.04.30 22:42:42.258099 [ 259 ] {658c8dd8-4f72-4ce6-b608-72add7d4504a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001379 sec., 116026.10587382161 rows/sec., 8.08 MiB/sec. | ||
| 7886 | 2025.04.30 22:42:42.258148 [ 259 ] {658c8dd8-4f72-4ce6-b608-72add7d4504a} <Debug> TCPHandler: Processed in 0.001563473 sec. | ||
| 7887 | 2025.04.30 22:42:42.258263 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7888 | 2025.04.30 22:42:42.258368 [ 259 ] {f104a535-c583-4098-9cf0-ebd1dbe360f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7889 | 2025.04.30 22:42:42.258432 [ 259 ] {f104a535-c583-4098-9cf0-ebd1dbe360f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7890 | 2025.04.30 22:42:42.259510 [ 259 ] {f104a535-c583-4098-9cf0-ebd1dbe360f6} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7891 | 2025.04.30 22:42:42.259547 [ 259 ] {f104a535-c583-4098-9cf0-ebd1dbe360f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7892 | 2025.04.30 22:42:42.260165 [ 259 ] {f104a535-c583-4098-9cf0-ebd1dbe360f6} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7893 | 2025.04.30 22:42:42.260428 [ 259 ] {f104a535-c583-4098-9cf0-ebd1dbe360f6} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7894 | 2025.04.30 22:42:42.260633 [ 259 ] {f104a535-c583-4098-9cf0-ebd1dbe360f6} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002283 sec., 14016.64476565922 rows/sec., 25.12 MiB/sec. | ||
| 7895 | 2025.04.30 22:42:42.260801 [ 259 ] {f104a535-c583-4098-9cf0-ebd1dbe360f6} <Debug> TCPHandler: Processed in 0.002589979 sec. | ||
| 7896 | 2025.04.30 22:42:42.261126 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7897 | 2025.04.30 22:42:42.261350 [ 259 ] {52da98da-dab0-4ff7-9dab-6e1c3625f706} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7898 | 2025.04.30 22:42:42.261401 [ 259 ] {52da98da-dab0-4ff7-9dab-6e1c3625f706} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7899 | 2025.04.30 22:42:42.261864 [ 259 ] {52da98da-dab0-4ff7-9dab-6e1c3625f706} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7900 | 2025.04.30 22:42:42.261902 [ 259 ] {52da98da-dab0-4ff7-9dab-6e1c3625f706} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7901 | 2025.04.30 22:42:42.262253 [ 259 ] {52da98da-dab0-4ff7-9dab-6e1c3625f706} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7902 | 2025.04.30 22:42:42.262493 [ 259 ] {52da98da-dab0-4ff7-9dab-6e1c3625f706} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7903 | 2025.04.30 22:42:42.262660 [ 259 ] {52da98da-dab0-4ff7-9dab-6e1c3625f706} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001367 sec., 43891.73372348208 rows/sec., 2.96 MiB/sec. | ||
| 7904 | 2025.04.30 22:42:42.262707 [ 259 ] {52da98da-dab0-4ff7-9dab-6e1c3625f706} <Debug> TCPHandler: Processed in 0.001687248 sec. | ||
| 7905 | 2025.04.30 22:42:42.532444 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7906 | 2025.04.30 22:42:42.532634 [ 259 ] {9e3cf1fe-fd49-40e7-8411-05e29bd3aaca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7907 | 2025.04.30 22:42:42.532706 [ 259 ] {9e3cf1fe-fd49-40e7-8411-05e29bd3aaca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7908 | 2025.04.30 22:42:42.533650 [ 259 ] {9e3cf1fe-fd49-40e7-8411-05e29bd3aaca} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7909 | 2025.04.30 22:42:42.533692 [ 259 ] {9e3cf1fe-fd49-40e7-8411-05e29bd3aaca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7910 | 2025.04.30 22:42:42.534153 [ 259 ] {9e3cf1fe-fd49-40e7-8411-05e29bd3aaca} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7911 | 2025.04.30 22:42:42.534425 [ 259 ] {9e3cf1fe-fd49-40e7-8411-05e29bd3aaca} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7912 | 2025.04.30 22:42:42.534616 [ 259 ] {9e3cf1fe-fd49-40e7-8411-05e29bd3aaca} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001996 sec., 106212.4248496994 rows/sec., 6.76 MiB/sec. | ||
| 7913 | 2025.04.30 22:42:42.534670 [ 259 ] {9e3cf1fe-fd49-40e7-8411-05e29bd3aaca} <Debug> TCPHandler: Processed in 0.002323359 sec. | ||
| 7914 | 2025.04.30 22:42:42.534796 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7915 | 2025.04.30 22:42:42.534904 [ 259 ] {88b60276-107a-4d0e-9ec1-79a3407fda1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7916 | 2025.04.30 22:42:42.534952 [ 259 ] {88b60276-107a-4d0e-9ec1-79a3407fda1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7917 | 2025.04.30 22:42:42.536350 [ 259 ] {88b60276-107a-4d0e-9ec1-79a3407fda1d} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7918 | 2025.04.30 22:42:42.536402 [ 259 ] {88b60276-107a-4d0e-9ec1-79a3407fda1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7919 | 2025.04.30 22:42:42.536888 [ 259 ] {88b60276-107a-4d0e-9ec1-79a3407fda1d} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7920 | 2025.04.30 22:42:42.537142 [ 259 ] {88b60276-107a-4d0e-9ec1-79a3407fda1d} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7921 | 2025.04.30 22:42:42.537275 [ 65 ] {} <Debug> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7922 | 2025.04.30 22:42:42.537318 [ 259 ] {88b60276-107a-4d0e-9ec1-79a3407fda1d} <Debug> executeQuery: Read 1773 rows, 147.54 KiB in 0.002435 sec., 728131.4168377824 rows/sec., 59.17 MiB/sec. | ||
| 7923 | 2025.04.30 22:42:42.537322 [ 65 ] {} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7924 | 2025.04.30 22:42:42.537367 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7925 | 2025.04.30 22:42:42.537391 [ 259 ] {88b60276-107a-4d0e-9ec1-79a3407fda1d} <Debug> TCPHandler: Processed in 0.002647741 sec. | ||
| 7926 | 2025.04.30 22:42:42.537641 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7927 | 2025.04.30 22:42:42.537818 [ 195 ] {d4e73ecb-69f6-409c-bee6-1454de550956::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 | ||
| 7928 | 2025.04.30 22:42:42.538061 [ 259 ] {717dcc76-8007-4467-9e68-4fe7481ae6f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7929 | 2025.04.30 22:42:42.538339 [ 259 ] {717dcc76-8007-4467-9e68-4fe7481ae6f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7930 | 2025.04.30 22:42:42.538385 [ 195 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7931 | 2025.04.30 22:42:42.538541 [ 195 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1846 rows starting from the beginning of the part | ||
| 7932 | 2025.04.30 22:42:42.538954 [ 195 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 633 rows starting from the beginning of the part | ||
| 7933 | 2025.04.30 22:42:42.539287 [ 195 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 120 rows starting from the beginning of the part | ||
| 7934 | 2025.04.30 22:42:42.539694 [ 195 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 633 rows starting from the beginning of the part | ||
| 7935 | 2025.04.30 22:42:42.540047 [ 195 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 120 rows starting from the beginning of the part | ||
| 7936 | 2025.04.30 22:42:42.540357 [ 195 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 1773 rows starting from the beginning of the part | ||
| 7937 | 2025.04.30 22:42:42.541616 [ 259 ] {717dcc76-8007-4467-9e68-4fe7481ae6f4} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7938 | 2025.04.30 22:42:42.541669 [ 259 ] {717dcc76-8007-4467-9e68-4fe7481ae6f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7939 | 2025.04.30 22:42:42.542510 [ 259 ] {717dcc76-8007-4467-9e68-4fe7481ae6f4} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7940 | 2025.04.30 22:42:42.542982 [ 259 ] {717dcc76-8007-4467-9e68-4fe7481ae6f4} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7941 | 2025.04.30 22:42:42.543292 [ 259 ] {717dcc76-8007-4467-9e68-4fe7481ae6f4} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.005409 sec., 21075.984470327232 rows/sec., 1.26 MiB/sec. | ||
| 7942 | 2025.04.30 22:42:42.543373 [ 259 ] {717dcc76-8007-4467-9e68-4fe7481ae6f4} <Debug> TCPHandler: Processed in 0.005857421 sec. | ||
| 7943 | 2025.04.30 22:42:42.543558 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7944 | 2025.04.30 22:42:42.543664 [ 259 ] {7d6aa64a-c1bf-4d38-970a-af5ae564327e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7945 | 2025.04.30 22:42:42.543771 [ 259 ] {7d6aa64a-c1bf-4d38-970a-af5ae564327e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7946 | 2025.04.30 22:42:42.544231 [ 195 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5125 rows, containing 5 columns (5 merged, 0 gathered) in 0.006726622 sec., 761898.0225141237 rows/sec., 64.55 MiB/sec. | ||
| 7947 | 2025.04.30 22:42:42.544562 [ 195 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7948 | 2025.04.30 22:42:42.545039 [ 195 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_61_12} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7949 | 2025.04.30 22:42:42.545183 [ 195 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_61_12} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7950 | 2025.04.30 22:42:42.545241 [ 259 ] {7d6aa64a-c1bf-4d38-970a-af5ae564327e} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7951 | 2025.04.30 22:42:42.545314 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. | ||
| 7952 | 2025.04.30 22:42:42.545321 [ 259 ] {7d6aa64a-c1bf-4d38-970a-af5ae564327e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7953 | 2025.04.30 22:42:42.545737 [ 259 ] {7d6aa64a-c1bf-4d38-970a-af5ae564327e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7954 | 2025.04.30 22:42:42.545980 [ 259 ] {7d6aa64a-c1bf-4d38-970a-af5ae564327e} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7955 | 2025.04.30 22:42:42.546259 [ 259 ] {7d6aa64a-c1bf-4d38-970a-af5ae564327e} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.002605 sec., 130902.1113243762 rows/sec., 8.73 MiB/sec. | ||
| 7956 | 2025.04.30 22:42:42.546481 [ 259 ] {7d6aa64a-c1bf-4d38-970a-af5ae564327e} <Debug> TCPHandler: Processed in 0.002988403 sec. | ||
| 7957 | 2025.04.30 22:42:42.546687 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7958 | 2025.04.30 22:42:42.546791 [ 259 ] {c2fdda3a-6b51-4ecd-98e8-7b4dfb7372d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7959 | 2025.04.30 22:42:42.546838 [ 259 ] {c2fdda3a-6b51-4ecd-98e8-7b4dfb7372d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7960 | 2025.04.30 22:42:42.547414 [ 259 ] {c2fdda3a-6b51-4ecd-98e8-7b4dfb7372d4} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7961 | 2025.04.30 22:42:42.547450 [ 259 ] {c2fdda3a-6b51-4ecd-98e8-7b4dfb7372d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7962 | 2025.04.30 22:42:42.547780 [ 259 ] {c2fdda3a-6b51-4ecd-98e8-7b4dfb7372d4} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7963 | 2025.04.30 22:42:42.548083 [ 259 ] {c2fdda3a-6b51-4ecd-98e8-7b4dfb7372d4} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7964 | 2025.04.30 22:42:42.548297 [ 259 ] {c2fdda3a-6b51-4ecd-98e8-7b4dfb7372d4} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001525 sec., 73442.62295081967 rows/sec., 4.18 MiB/sec. | ||
| 7965 | 2025.04.30 22:42:42.548416 [ 259 ] {c2fdda3a-6b51-4ecd-98e8-7b4dfb7372d4} <Debug> TCPHandler: Processed in 0.001789321 sec. | ||
| 7966 | 2025.04.30 22:42:42.548539 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7967 | 2025.04.30 22:42:42.548641 [ 259 ] {ee05db51-8353-4c55-ac69-1b69ed89bad9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7968 | 2025.04.30 22:42:42.548685 [ 259 ] {ee05db51-8353-4c55-ac69-1b69ed89bad9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7969 | 2025.04.30 22:42:42.549513 [ 259 ] {ee05db51-8353-4c55-ac69-1b69ed89bad9} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7970 | 2025.04.30 22:42:42.549551 [ 259 ] {ee05db51-8353-4c55-ac69-1b69ed89bad9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7971 | 2025.04.30 22:42:42.549942 [ 259 ] {ee05db51-8353-4c55-ac69-1b69ed89bad9} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7972 | 2025.04.30 22:42:42.550189 [ 259 ] {ee05db51-8353-4c55-ac69-1b69ed89bad9} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7973 | 2025.04.30 22:42:42.550357 [ 64 ] {} <Debug> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7974 | 2025.04.30 22:42:42.550410 [ 259 ] {ee05db51-8353-4c55-ac69-1b69ed89bad9} <Debug> executeQuery: Read 846 rows, 62.51 KiB in 0.001781 sec., 475014.0370578327 rows/sec., 34.28 MiB/sec. | ||
| 7975 | 2025.04.30 22:42:42.550457 [ 64 ] {} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7976 | 2025.04.30 22:42:42.550531 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7977 | 2025.04.30 22:42:42.550538 [ 259 ] {ee05db51-8353-4c55-ac69-1b69ed89bad9} <Debug> TCPHandler: Processed in 0.00205044 sec. | ||
| 7978 | 2025.04.30 22:42:42.550756 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7979 | 2025.04.30 22:42:42.550763 [ 192 ] {e25d2b30-b306-449e-8756-7ab1229a4707::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 | ||
| 7980 | 2025.04.30 22:42:42.550935 [ 259 ] {1ef6a4e4-d584-4497-93a7-abfa3100412f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7981 | 2025.04.30 22:42:42.551062 [ 259 ] {1ef6a4e4-d584-4497-93a7-abfa3100412f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7982 | 2025.04.30 22:42:42.551062 [ 192 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7983 | 2025.04.30 22:42:42.551161 [ 192 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 914 rows starting from the beginning of the part | ||
| 7984 | 2025.04.30 22:42:42.551495 [ 192 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 390 rows starting from the beginning of the part | ||
| 7985 | 2025.04.30 22:42:42.551827 [ 192 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 96 rows starting from the beginning of the part | ||
| 7986 | 2025.04.30 22:42:42.552134 [ 192 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 390 rows starting from the beginning of the part | ||
| 7987 | 2025.04.30 22:42:42.552481 [ 192 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 96 rows starting from the beginning of the part | ||
| 7988 | 2025.04.30 22:42:42.552786 [ 192 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 846 rows starting from the beginning of the part | ||
| 7989 | 2025.04.30 22:42:42.553546 [ 259 ] {1ef6a4e4-d584-4497-93a7-abfa3100412f} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7990 | 2025.04.30 22:42:42.553602 [ 259 ] {1ef6a4e4-d584-4497-93a7-abfa3100412f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 7991 | 2025.04.30 22:42:42.554400 [ 259 ] {1ef6a4e4-d584-4497-93a7-abfa3100412f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7992 | 2025.04.30 22:42:42.554892 [ 259 ] {1ef6a4e4-d584-4497-93a7-abfa3100412f} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7993 | 2025.04.30 22:42:42.555287 [ 259 ] {1ef6a4e4-d584-4497-93a7-abfa3100412f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004394 sec., 1365.4984069185252 rows/sec., 71.34 KiB/sec. | ||
| 7994 | 2025.04.30 22:42:42.555560 [ 259 ] {1ef6a4e4-d584-4497-93a7-abfa3100412f} <Debug> TCPHandler: Processed in 0.004867557 sec. | ||
| 7995 | 2025.04.30 22:42:42.555932 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7996 | 2025.04.30 22:42:42.556211 [ 259 ] {3b0f153f-56dd-4c7b-b08e-354e2ace02c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7997 | 2025.04.30 22:42:42.556246 [ 192 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2732 rows, containing 5 columns (5 merged, 0 gathered) in 0.005596752 sec., 488140.26421038486 rows/sec., 37.16 MiB/sec. | ||
| 7998 | 2025.04.30 22:42:42.556276 [ 259 ] {3b0f153f-56dd-4c7b-b08e-354e2ace02c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7999 | 2025.04.30 22:42:42.556548 [ 192 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8000 | 2025.04.30 22:42:42.556999 [ 192 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_61_12} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8001 | 2025.04.30 22:42:42.557215 [ 192 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_61_12} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8002 | 2025.04.30 22:42:42.557365 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 8003 | 2025.04.30 22:42:42.557573 [ 259 ] {3b0f153f-56dd-4c7b-b08e-354e2ace02c2} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8004 | 2025.04.30 22:42:42.557616 [ 259 ] {3b0f153f-56dd-4c7b-b08e-354e2ace02c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8005 | 2025.04.30 22:42:42.558070 [ 259 ] {3b0f153f-56dd-4c7b-b08e-354e2ace02c2} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8006 | 2025.04.30 22:42:42.558315 [ 259 ] {3b0f153f-56dd-4c7b-b08e-354e2ace02c2} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8007 | 2025.04.30 22:42:42.558494 [ 64 ] {} <Debug> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8008 | 2025.04.30 22:42:42.558556 [ 64 ] {} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8009 | 2025.04.30 22:42:42.558561 [ 259 ] {3b0f153f-56dd-4c7b-b08e-354e2ace02c2} <Debug> executeQuery: Read 955 rows, 64.97 KiB in 0.002395 sec., 398747.3903966597 rows/sec., 26.49 MiB/sec. | ||
| 8010 | 2025.04.30 22:42:42.558599 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8011 | 2025.04.30 22:42:42.558725 [ 259 ] {3b0f153f-56dd-4c7b-b08e-354e2ace02c2} <Debug> TCPHandler: Processed in 0.00292542 sec. | ||
| 8012 | 2025.04.30 22:42:42.558972 [ 200 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::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 | ||
| 8013 | 2025.04.30 22:42:42.559072 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8014 | 2025.04.30 22:42:42.559449 [ 259 ] {423dc65e-adc6-49f7-bfd0-2197dc427901} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8015 | 2025.04.30 22:42:42.559571 [ 200 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8016 | 2025.04.30 22:42:42.559622 [ 259 ] {423dc65e-adc6-49f7-bfd0-2197dc427901} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8017 | 2025.04.30 22:42:42.559723 [ 200 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 18026 rows starting from the beginning of the part | ||
| 8018 | 2025.04.30 22:42:42.560219 [ 200 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 237 rows starting from the beginning of the part | ||
| 8019 | 2025.04.30 22:42:42.560563 [ 200 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::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 | ||
| 8020 | 2025.04.30 22:42:42.560949 [ 200 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 237 rows starting from the beginning of the part | ||
| 8021 | 2025.04.30 22:42:42.561202 [ 200 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part | ||
| 8022 | 2025.04.30 22:42:42.561441 [ 200 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 955 rows starting from the beginning of the part | ||
| 8023 | 2025.04.30 22:42:42.562224 [ 259 ] {423dc65e-adc6-49f7-bfd0-2197dc427901} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8024 | 2025.04.30 22:42:42.562286 [ 259 ] {423dc65e-adc6-49f7-bfd0-2197dc427901} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8025 | 2025.04.30 22:42:42.562849 [ 259 ] {423dc65e-adc6-49f7-bfd0-2197dc427901} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8026 | 2025.04.30 22:42:42.563224 [ 259 ] {423dc65e-adc6-49f7-bfd0-2197dc427901} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8027 | 2025.04.30 22:42:42.563709 [ 259 ] {423dc65e-adc6-49f7-bfd0-2197dc427901} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004365 sec., 229.0950744558992 rows/sec., 15.44 KiB/sec. | ||
| 8028 | 2025.04.30 22:42:42.563945 [ 259 ] {423dc65e-adc6-49f7-bfd0-2197dc427901} <Debug> TCPHandler: Processed in 0.004978391 sec. | ||
| 8029 | 2025.04.30 22:42:42.564351 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8030 | 2025.04.30 22:42:42.564761 [ 259 ] {8ffcd104-8a67-4cc8-b4a6-f35a3f394a62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8031 | 2025.04.30 22:42:42.565105 [ 259 ] {8ffcd104-8a67-4cc8-b4a6-f35a3f394a62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8032 | 2025.04.30 22:42:42.567220 [ 259 ] {8ffcd104-8a67-4cc8-b4a6-f35a3f394a62} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8033 | 2025.04.30 22:42:42.567263 [ 259 ] {8ffcd104-8a67-4cc8-b4a6-f35a3f394a62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8034 | 2025.04.30 22:42:42.568030 [ 259 ] {8ffcd104-8a67-4cc8-b4a6-f35a3f394a62} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 8035 | 2025.04.30 22:42:42.568532 [ 259 ] {8ffcd104-8a67-4cc8-b4a6-f35a3f394a62} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8036 | 2025.04.30 22:42:42.568773 [ 259 ] {8ffcd104-8a67-4cc8-b4a6-f35a3f394a62} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004184 sec., 1912.0458891013384 rows/sec., 3.43 MiB/sec. | ||
| 8037 | 2025.04.30 22:42:42.569108 [ 259 ] {8ffcd104-8a67-4cc8-b4a6-f35a3f394a62} <Debug> TCPHandler: Processed in 0.004891807 sec. | ||
| 8038 | 2025.04.30 22:42:42.569267 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8039 | 2025.04.30 22:42:42.569380 [ 259 ] {6c2458cc-98ed-4b2f-8d38-50a161e4aade} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8040 | 2025.04.30 22:42:42.569430 [ 259 ] {6c2458cc-98ed-4b2f-8d38-50a161e4aade} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8041 | 2025.04.30 22:42:42.570252 [ 197 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19775 rows, containing 5 columns (5 merged, 0 gathered) in 0.011513495 sec., 1717549.710144487 rows/sec., 115.90 MiB/sec. | ||
| 8042 | 2025.04.30 22:42:42.570405 [ 259 ] {6c2458cc-98ed-4b2f-8d38-50a161e4aade} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8043 | 2025.04.30 22:42:42.570452 [ 259 ] {6c2458cc-98ed-4b2f-8d38-50a161e4aade} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8044 | 2025.04.30 22:42:42.570749 [ 197 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8045 | 2025.04.30 22:42:42.571087 [ 259 ] {6c2458cc-98ed-4b2f-8d38-50a161e4aade} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8046 | 2025.04.30 22:42:42.571404 [ 197 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8047 | 2025.04.30 22:42:42.571584 [ 259 ] {6c2458cc-98ed-4b2f-8d38-50a161e4aade} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8048 | 2025.04.30 22:42:42.571585 [ 197 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8049 | 2025.04.30 22:42:42.571794 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.32 MiB. | ||
| 8050 | 2025.04.30 22:42:42.571851 [ 64 ] {} <Debug> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8051 | 2025.04.30 22:42:42.571935 [ 64 ] {} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8052 | 2025.04.30 22:42:42.571984 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8053 | 2025.04.30 22:42:42.572004 [ 259 ] {6c2458cc-98ed-4b2f-8d38-50a161e4aade} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.002644 sec., 12859.304084720121 rows/sec., 764.19 KiB/sec. | ||
| 8054 | 2025.04.30 22:42:42.572232 [ 259 ] {6c2458cc-98ed-4b2f-8d38-50a161e4aade} <Debug> TCPHandler: Processed in 0.003020024 sec. | ||
| 8055 | 2025.04.30 22:42:42.572271 [ 188 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::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 | ||
| 8056 | 2025.04.30 22:42:42.572406 [ 188 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8057 | 2025.04.30 22:42:42.572434 [ 188 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3516 rows starting from the beginning of the part | ||
| 8058 | 2025.04.30 22:42:42.572491 [ 188 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 82 rows starting from the beginning of the part | ||
| 8059 | 2025.04.30 22:42:42.572622 [ 188 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::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 | ||
| 8060 | 2025.04.30 22:42:42.572698 [ 188 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 82 rows starting from the beginning of the part | ||
| 8061 | 2025.04.30 22:42:42.572789 [ 188 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part | ||
| 8062 | 2025.04.30 22:42:42.572867 [ 188 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 34 rows starting from the beginning of the part | ||
| 8063 | 2025.04.30 22:42:42.574158 [ 191 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3834 rows, containing 4 columns (4 merged, 0 gathered) in 0.002083621 sec., 1840065.923697256 rows/sec., 119.88 MiB/sec. | ||
| 8064 | 2025.04.30 22:42:42.574456 [ 188 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8065 | 2025.04.30 22:42:42.574721 [ 188 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_61_12} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8066 | 2025.04.30 22:42:42.574795 [ 188 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_61_12} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8067 | 2025.04.30 22:42:42.574862 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 8068 | 2025.04.30 22:42:45.633093 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 1150 | ||
| 8069 | 2025.04.30 22:42:45.636897 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8070 | 2025.04.30 22:42:45.636955 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8071 | 2025.04.30 22:42:45.638477 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8072 | 2025.04.30 22:42:45.638807 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8073 | 2025.04.30 22:42:45.639446 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1150 | ||
| 8074 | 2025.04.30 22:42:47.247366 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8075 | 2025.04.30 22:42:47.247571 [ 259 ] {0c52fa32-0916-481d-a054-5dd9dd6b583b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8076 | 2025.04.30 22:42:47.247649 [ 259 ] {0c52fa32-0916-481d-a054-5dd9dd6b583b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8077 | 2025.04.30 22:42:47.248413 [ 259 ] {0c52fa32-0916-481d-a054-5dd9dd6b583b} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8078 | 2025.04.30 22:42:47.248460 [ 259 ] {0c52fa32-0916-481d-a054-5dd9dd6b583b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8079 | 2025.04.30 22:42:47.248884 [ 259 ] {0c52fa32-0916-481d-a054-5dd9dd6b583b} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8080 | 2025.04.30 22:42:47.249153 [ 259 ] {0c52fa32-0916-481d-a054-5dd9dd6b583b} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8081 | 2025.04.30 22:42:47.249380 [ 259 ] {0c52fa32-0916-481d-a054-5dd9dd6b583b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001866 sec., 30010.718113612005 rows/sec., 2.31 MiB/sec. | ||
| 8082 | 2025.04.30 22:42:47.249437 [ 259 ] {0c52fa32-0916-481d-a054-5dd9dd6b583b} <Debug> TCPHandler: Processed in 0.002204206 sec. | ||
| 8083 | 2025.04.30 22:42:47.249555 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8084 | 2025.04.30 22:42:47.249660 [ 259 ] {2a3d1893-aa7a-4771-88d1-4ee7c7c2d40f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8085 | 2025.04.30 22:42:47.249705 [ 259 ] {2a3d1893-aa7a-4771-88d1-4ee7c7c2d40f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8086 | 2025.04.30 22:42:47.250240 [ 259 ] {2a3d1893-aa7a-4771-88d1-4ee7c7c2d40f} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8087 | 2025.04.30 22:42:47.250280 [ 259 ] {2a3d1893-aa7a-4771-88d1-4ee7c7c2d40f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8088 | 2025.04.30 22:42:47.250632 [ 259 ] {2a3d1893-aa7a-4771-88d1-4ee7c7c2d40f} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8089 | 2025.04.30 22:42:47.250875 [ 259 ] {2a3d1893-aa7a-4771-88d1-4ee7c7c2d40f} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8090 | 2025.04.30 22:42:47.251068 [ 259 ] {2a3d1893-aa7a-4771-88d1-4ee7c7c2d40f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001429 sec., 44786.56403079077 rows/sec., 3.50 MiB/sec. | ||
| 8091 | 2025.04.30 22:42:47.251120 [ 259 ] {2a3d1893-aa7a-4771-88d1-4ee7c7c2d40f} <Debug> TCPHandler: Processed in 0.001615956 sec. | ||
| 8092 | 2025.04.30 22:42:47.251239 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8093 | 2025.04.30 22:42:47.251345 [ 259 ] {5d9dd5f2-886b-4b6a-a9c0-e4af91ebffb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8094 | 2025.04.30 22:42:47.251394 [ 259 ] {5d9dd5f2-886b-4b6a-a9c0-e4af91ebffb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8095 | 2025.04.30 22:42:47.251875 [ 259 ] {5d9dd5f2-886b-4b6a-a9c0-e4af91ebffb4} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8096 | 2025.04.30 22:42:47.251913 [ 259 ] {5d9dd5f2-886b-4b6a-a9c0-e4af91ebffb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8097 | 2025.04.30 22:42:47.252301 [ 259 ] {5d9dd5f2-886b-4b6a-a9c0-e4af91ebffb4} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8098 | 2025.04.30 22:42:47.252540 [ 259 ] {5d9dd5f2-886b-4b6a-a9c0-e4af91ebffb4} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8099 | 2025.04.30 22:42:47.252728 [ 259 ] {5d9dd5f2-886b-4b6a-a9c0-e4af91ebffb4} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001404 sec., 91168.09116809117 rows/sec., 6.35 MiB/sec. | ||
| 8100 | 2025.04.30 22:42:47.252779 [ 259 ] {5d9dd5f2-886b-4b6a-a9c0-e4af91ebffb4} <Debug> TCPHandler: Processed in 0.001596225 sec. | ||
| 8101 | 2025.04.30 22:42:47.252890 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8102 | 2025.04.30 22:42:47.252993 [ 259 ] {8183ac8d-ccc7-4a58-a869-b19ccdbd0dca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8103 | 2025.04.30 22:42:47.253039 [ 259 ] {8183ac8d-ccc7-4a58-a869-b19ccdbd0dca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8104 | 2025.04.30 22:42:47.253448 [ 259 ] {8183ac8d-ccc7-4a58-a869-b19ccdbd0dca} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8105 | 2025.04.30 22:42:47.253487 [ 259 ] {8183ac8d-ccc7-4a58-a869-b19ccdbd0dca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8106 | 2025.04.30 22:42:47.253842 [ 259 ] {8183ac8d-ccc7-4a58-a869-b19ccdbd0dca} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8107 | 2025.04.30 22:42:47.254094 [ 259 ] {8183ac8d-ccc7-4a58-a869-b19ccdbd0dca} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8108 | 2025.04.30 22:42:47.254289 [ 259 ] {8183ac8d-ccc7-4a58-a869-b19ccdbd0dca} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001318 sec., 36418.81638846738 rows/sec., 2.45 MiB/sec. | ||
| 8109 | 2025.04.30 22:42:47.254339 [ 259 ] {8183ac8d-ccc7-4a58-a869-b19ccdbd0dca} <Debug> TCPHandler: Processed in 0.001498821 sec. | ||
| 8110 | 2025.04.30 22:42:48.051133 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17934 | ||
| 8111 | 2025.04.30 22:42:48.051878 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8112 | 2025.04.30 22:42:48.051943 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8113 | 2025.04.30 22:42:48.052487 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8114 | 2025.04.30 22:42:48.052752 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8115 | 2025.04.30 22:42:48.052998 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934 | ||
| 8116 | 2025.04.30 22:42:49.297584 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 8117 | 2025.04.30 22:42:49.318515 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8118 | 2025.04.30 22:42:49.318578 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8119 | 2025.04.30 22:42:49.325815 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8120 | 2025.04.30 22:42:49.326600 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8121 | 2025.04.30 22:42:49.330487 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
| 8122 | 2025.04.30 22:42:52.250607 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8123 | 2025.04.30 22:42:52.250799 [ 259 ] {9a4c6a05-1a27-4968-b231-e80eba2aa120} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8124 | 2025.04.30 22:42:52.250868 [ 259 ] {9a4c6a05-1a27-4968-b231-e80eba2aa120} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8125 | 2025.04.30 22:42:52.251658 [ 259 ] {9a4c6a05-1a27-4968-b231-e80eba2aa120} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8126 | 2025.04.30 22:42:52.251701 [ 259 ] {9a4c6a05-1a27-4968-b231-e80eba2aa120} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8127 | 2025.04.30 22:42:52.252136 [ 259 ] {9a4c6a05-1a27-4968-b231-e80eba2aa120} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8128 | 2025.04.30 22:42:52.252412 [ 259 ] {9a4c6a05-1a27-4968-b231-e80eba2aa120} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8129 | 2025.04.30 22:42:52.252637 [ 259 ] {9a4c6a05-1a27-4968-b231-e80eba2aa120} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001888 sec., 63559.32203389831 rows/sec., 5.40 MiB/sec. | ||
| 8130 | 2025.04.30 22:42:52.252693 [ 259 ] {9a4c6a05-1a27-4968-b231-e80eba2aa120} <Debug> TCPHandler: Processed in 0.002208116 sec. | ||
| 8131 | 2025.04.30 22:42:52.252821 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8132 | 2025.04.30 22:42:52.252927 [ 259 ] {d6e66189-8f3c-411d-828e-2f80118e961e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8133 | 2025.04.30 22:42:52.252972 [ 259 ] {d6e66189-8f3c-411d-828e-2f80118e961e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8134 | 2025.04.30 22:42:52.253494 [ 259 ] {d6e66189-8f3c-411d-828e-2f80118e961e} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8135 | 2025.04.30 22:42:52.253534 [ 259 ] {d6e66189-8f3c-411d-828e-2f80118e961e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8136 | 2025.04.30 22:42:52.253876 [ 259 ] {d6e66189-8f3c-411d-828e-2f80118e961e} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8137 | 2025.04.30 22:42:52.254118 [ 259 ] {d6e66189-8f3c-411d-828e-2f80118e961e} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8138 | 2025.04.30 22:42:52.254309 [ 50 ] {} <Debug> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 | ||
| 8139 | 2025.04.30 22:42:52.254353 [ 259 ] {d6e66189-8f3c-411d-828e-2f80118e961e} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001447 sec., 22114.720110573602 rows/sec., 1.62 MiB/sec. | ||
| 8140 | 2025.04.30 22:42:52.254407 [ 50 ] {} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8141 | 2025.04.30 22:42:52.254473 [ 259 ] {d6e66189-8f3c-411d-828e-2f80118e961e} <Debug> TCPHandler: Processed in 0.001697408 sec. | ||
| 8142 | 2025.04.30 22:42:52.254478 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8143 | 2025.04.30 22:42:52.254648 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8144 | 2025.04.30 22:42:52.254742 [ 201 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_50_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full | ||
| 8145 | 2025.04.30 22:42:52.254811 [ 259 ] {1d4d59b1-8f90-42df-b832-47ec7d9fc1bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8146 | 2025.04.30 22:42:52.254907 [ 259 ] {1d4d59b1-8f90-42df-b832-47ec7d9fc1bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8147 | 2025.04.30 22:42:52.255100 [ 201 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_50_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8148 | 2025.04.30 22:42:52.255173 [ 201 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 164 rows starting from the beginning of the part | ||
| 8149 | 2025.04.30 22:42:52.255581 [ 201 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 32 rows starting from the beginning of the part | ||
| 8150 | 2025.04.30 22:42:52.256037 [ 201 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 114 rows starting from the beginning of the part | ||
| 8151 | 2025.04.30 22:42:52.256431 [ 201 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 32 rows starting from the beginning of the part | ||
| 8152 | 2025.04.30 22:42:52.256612 [ 201 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 114 rows starting from the beginning of the part | ||
| 8153 | 2025.04.30 22:42:52.256948 [ 201 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 32 rows starting from the beginning of the part | ||
| 8154 | 2025.04.30 22:42:52.257810 [ 259 ] {1d4d59b1-8f90-42df-b832-47ec7d9fc1bf} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8155 | 2025.04.30 22:42:52.257878 [ 259 ] {1d4d59b1-8f90-42df-b832-47ec7d9fc1bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8156 | 2025.04.30 22:42:52.258823 [ 259 ] {1d4d59b1-8f90-42df-b832-47ec7d9fc1bf} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8157 | 2025.04.30 22:42:52.259418 [ 259 ] {1d4d59b1-8f90-42df-b832-47ec7d9fc1bf} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8158 | 2025.04.30 22:42:52.260013 [ 259 ] {1d4d59b1-8f90-42df-b832-47ec7d9fc1bf} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.005202 sec., 18454.44059976932 rows/sec., 1.44 MiB/sec. | ||
| 8159 | 2025.04.30 22:42:52.260355 [ 259 ] {1d4d59b1-8f90-42df-b832-47ec7d9fc1bf} <Debug> TCPHandler: Processed in 0.005792729 sec. | ||
| 8160 | 2025.04.30 22:42:52.260421 [ 188 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_50_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 488 rows, containing 5 columns (5 merged, 0 gathered) in 0.005800619 sec., 84128.95244455808 rows/sec., 5.68 MiB/sec. | ||
| 8161 | 2025.04.30 22:42:52.260695 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8162 | 2025.04.30 22:42:52.260811 [ 188 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_50_10} <Trace> MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) | ||
| 8163 | 2025.04.30 22:42:52.261047 [ 259 ] {8486976d-a2dd-4dfe-afea-0938a95dda23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8164 | 2025.04.30 22:42:52.261143 [ 259 ] {8486976d-a2dd-4dfe-afea-0938a95dda23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8165 | 2025.04.30 22:42:52.261577 [ 188 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_50_10} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8166 | 2025.04.30 22:42:52.261736 [ 188 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_50_10} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 | ||
| 8167 | 2025.04.30 22:42:52.261897 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 8168 | 2025.04.30 22:42:52.262132 [ 259 ] {8486976d-a2dd-4dfe-afea-0938a95dda23} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8169 | 2025.04.30 22:42:52.262176 [ 259 ] {8486976d-a2dd-4dfe-afea-0938a95dda23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8170 | 2025.04.30 22:42:52.262576 [ 259 ] {8486976d-a2dd-4dfe-afea-0938a95dda23} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8171 | 2025.04.30 22:42:52.262822 [ 259 ] {8486976d-a2dd-4dfe-afea-0938a95dda23} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8172 | 2025.04.30 22:42:52.263028 [ 259 ] {8486976d-a2dd-4dfe-afea-0938a95dda23} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002137 sec., 74871.31492746841 rows/sec., 5.21 MiB/sec. | ||
| 8173 | 2025.04.30 22:42:52.263083 [ 259 ] {8486976d-a2dd-4dfe-afea-0938a95dda23} <Debug> TCPHandler: Processed in 0.002506186 sec. | ||
| 8174 | 2025.04.30 22:42:52.263184 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8175 | 2025.04.30 22:42:52.263297 [ 259 ] {75b67498-c337-49c4-be8c-4074ceee0d54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8176 | 2025.04.30 22:42:52.263361 [ 259 ] {75b67498-c337-49c4-be8c-4074ceee0d54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8177 | 2025.04.30 22:42:52.264479 [ 259 ] {75b67498-c337-49c4-be8c-4074ceee0d54} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8178 | 2025.04.30 22:42:52.264518 [ 259 ] {75b67498-c337-49c4-be8c-4074ceee0d54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8179 | 2025.04.30 22:42:52.265146 [ 259 ] {75b67498-c337-49c4-be8c-4074ceee0d54} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8180 | 2025.04.30 22:42:52.265414 [ 259 ] {75b67498-c337-49c4-be8c-4074ceee0d54} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8181 | 2025.04.30 22:42:52.265632 [ 259 ] {75b67498-c337-49c4-be8c-4074ceee0d54} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002349 sec., 13622.81822051937 rows/sec., 24.41 MiB/sec. | ||
| 8182 | 2025.04.30 22:42:52.265976 [ 259 ] {75b67498-c337-49c4-be8c-4074ceee0d54} <Debug> TCPHandler: Processed in 0.002836538 sec. | ||
| 8183 | 2025.04.30 22:42:52.266259 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8184 | 2025.04.30 22:42:52.266363 [ 259 ] {2f8366bd-d377-4faf-a016-19ff09fc8750} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8185 | 2025.04.30 22:42:52.266409 [ 259 ] {2f8366bd-d377-4faf-a016-19ff09fc8750} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8186 | 2025.04.30 22:42:52.266862 [ 259 ] {2f8366bd-d377-4faf-a016-19ff09fc8750} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8187 | 2025.04.30 22:42:52.266900 [ 259 ] {2f8366bd-d377-4faf-a016-19ff09fc8750} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8188 | 2025.04.30 22:42:52.267271 [ 259 ] {2f8366bd-d377-4faf-a016-19ff09fc8750} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8189 | 2025.04.30 22:42:52.267510 [ 259 ] {2f8366bd-d377-4faf-a016-19ff09fc8750} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8190 | 2025.04.30 22:42:52.267686 [ 259 ] {2f8366bd-d377-4faf-a016-19ff09fc8750} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001346 sec., 44576.523031203564 rows/sec., 3.00 MiB/sec. | ||
| 8191 | 2025.04.30 22:42:52.267733 [ 259 ] {2f8366bd-d377-4faf-a016-19ff09fc8750} <Debug> TCPHandler: Processed in 0.001545543 sec. | ||
| 8192 | 2025.04.30 22:42:53.597211 [ 49 ] {} <Debug> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f) (MergerMutator): Selected 5 parts from all_1_23_5 to all_27_27_0 | ||
| 8193 | 2025.04.30 22:42:53.597300 [ 49 ] {} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8194 | 2025.04.30 22:42:53.597326 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8195 | 2025.04.30 22:42:53.597525 [ 186 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_27_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_23_5 to all_27_27_0 into Compact with storage Full | ||
| 8196 | 2025.04.30 22:42:53.597984 [ 186 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_27_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8197 | 2025.04.30 22:42:53.598072 [ 186 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 23 rows starting from the beginning of the part | ||
| 8198 | 2025.04.30 22:42:53.598168 [ 186 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
| 8199 | 2025.04.30 22:42:53.598398 [ 186 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
| 8200 | 2025.04.30 22:42:53.598549 [ 186 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
| 8201 | 2025.04.30 22:42:53.598712 [ 186 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
| 8202 | 2025.04.30 22:42:53.600126 [ 188 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_27_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27 rows, containing 4 columns (4 merged, 0 gathered) in 0.002726423 sec., 9903.085471330018 rows/sec., 667.30 KiB/sec. | ||
| 8203 | 2025.04.30 22:42:53.600311 [ 188 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_27_6} <Trace> MergedBlockOutputStream: filled checksums all_1_27_6 (state Temporary) | ||
| 8204 | 2025.04.30 22:42:53.600639 [ 188 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_27_6} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_merge_all_1_27_6 to all_1_27_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8205 | 2025.04.30 22:42:53.600730 [ 188 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_27_6} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f) (MergerMutator): Merged 5 parts: [all_1_23_5, all_27_27_0] -> all_1_27_6 | ||
| 8206 | 2025.04.30 22:42:53.600826 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8207 | 2025.04.30 22:42:54.290857 [ 48 ] {} <Debug> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07) (MergerMutator): Selected 5 parts from all_1_23_5 to all_27_27_0 | ||
| 8208 | 2025.04.30 22:42:54.290952 [ 48 ] {} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8209 | 2025.04.30 22:42:54.290996 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8210 | 2025.04.30 22:42:54.291236 [ 198 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_27_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_23_5 to all_27_27_0 into Compact with storage Full | ||
| 8211 | 2025.04.30 22:42:54.291551 [ 198 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_27_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8212 | 2025.04.30 22:42:54.291618 [ 198 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 341 rows starting from the beginning of the part | ||
| 8213 | 2025.04.30 22:42:54.291707 [ 198 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 341 rows starting from the beginning of the part | ||
| 8214 | 2025.04.30 22:42:54.291908 [ 198 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 113 rows starting from the beginning of the part | ||
| 8215 | 2025.04.30 22:42:54.292192 [ 198 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 113 rows starting from the beginning of the part | ||
| 8216 | 2025.04.30 22:42:54.292371 [ 198 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 341 rows starting from the beginning of the part | ||
| 8217 | 2025.04.30 22:42:54.293613 [ 188 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_27_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1249 rows, containing 5 columns (5 merged, 0 gathered) in 0.002510026 sec., 497604.4072850242 rows/sec., 34.92 MiB/sec. | ||
| 8218 | 2025.04.30 22:42:54.293855 [ 199 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_27_6} <Trace> MergedBlockOutputStream: filled checksums all_1_27_6 (state Temporary) | ||
| 8219 | 2025.04.30 22:42:54.294245 [ 199 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_27_6} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_merge_all_1_27_6 to all_1_27_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8220 | 2025.04.30 22:42:54.294335 [ 199 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_27_6} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07) (MergerMutator): Merged 5 parts: [all_1_23_5, all_27_27_0] -> all_1_27_6 | ||
| 8221 | 2025.04.30 22:42:54.294444 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 8222 | 2025.04.30 22:42:55.349188 [ 47 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8223 | 2025.04.30 22:42:55.349294 [ 47 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8224 | 2025.04.30 22:42:55.554062 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18361 | ||
| 8225 | 2025.04.30 22:42:55.554714 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8226 | 2025.04.30 22:42:55.554769 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8227 | 2025.04.30 22:42:55.555290 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8228 | 2025.04.30 22:42:55.555549 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8229 | 2025.04.30 22:42:55.555806 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
| 8230 | 2025.04.30 22:42:55.640713 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1170 | ||
| 8231 | 2025.04.30 22:42:55.643941 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8232 | 2025.04.30 22:42:55.644013 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8233 | 2025.04.30 22:42:55.645508 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8234 | 2025.04.30 22:42:55.645819 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8235 | 2025.04.30 22:42:55.647121 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1170 | ||
| 8236 | 2025.04.30 22:42:56.831485 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
| 8237 | 2025.04.30 22:42:56.859459 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8238 | 2025.04.30 22:42:56.859544 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8239 | 2025.04.30 22:42:56.870001 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8240 | 2025.04.30 22:42:56.871717 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8241 | 2025.04.30 22:42:56.885488 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
| 8242 | 2025.04.30 22:42:57.256153 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8243 | 2025.04.30 22:42:57.256351 [ 259 ] {2156cb50-24cc-4bc3-9206-ee51ad2ff47d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8244 | 2025.04.30 22:42:57.256440 [ 259 ] {2156cb50-24cc-4bc3-9206-ee51ad2ff47d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8245 | 2025.04.30 22:42:57.257227 [ 259 ] {2156cb50-24cc-4bc3-9206-ee51ad2ff47d} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8246 | 2025.04.30 22:42:57.257276 [ 259 ] {2156cb50-24cc-4bc3-9206-ee51ad2ff47d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8247 | 2025.04.30 22:42:57.257717 [ 259 ] {2156cb50-24cc-4bc3-9206-ee51ad2ff47d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8248 | 2025.04.30 22:42:57.257983 [ 259 ] {2156cb50-24cc-4bc3-9206-ee51ad2ff47d} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8249 | 2025.04.30 22:42:57.258200 [ 259 ] {2156cb50-24cc-4bc3-9206-ee51ad2ff47d} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001911 sec., 110936.6823652538 rows/sec., 7.06 MiB/sec. | ||
| 8250 | 2025.04.30 22:42:57.258323 [ 259 ] {2156cb50-24cc-4bc3-9206-ee51ad2ff47d} <Debug> TCPHandler: Processed in 0.002304979 sec. | ||
| 8251 | 2025.04.30 22:42:57.258536 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8252 | 2025.04.30 22:42:57.258659 [ 259 ] {54728249-9962-42a4-8bad-8214f00c205c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8253 | 2025.04.30 22:42:57.258706 [ 259 ] {54728249-9962-42a4-8bad-8214f00c205c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8254 | 2025.04.30 22:42:57.259560 [ 259 ] {54728249-9962-42a4-8bad-8214f00c205c} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8255 | 2025.04.30 22:42:57.259600 [ 259 ] {54728249-9962-42a4-8bad-8214f00c205c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8256 | 2025.04.30 22:42:57.259998 [ 259 ] {54728249-9962-42a4-8bad-8214f00c205c} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8257 | 2025.04.30 22:42:57.260252 [ 259 ] {54728249-9962-42a4-8bad-8214f00c205c} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8258 | 2025.04.30 22:42:57.260487 [ 259 ] {54728249-9962-42a4-8bad-8214f00c205c} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001854 sec., 341423.94822006475 rows/sec., 26.85 MiB/sec. | ||
| 8259 | 2025.04.30 22:42:57.260554 [ 259 ] {54728249-9962-42a4-8bad-8214f00c205c} <Debug> TCPHandler: Processed in 0.002115622 sec. | ||
| 8260 | 2025.04.30 22:42:57.260703 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8261 | 2025.04.30 22:42:57.260811 [ 259 ] {9a5fc0f4-c9a0-4fc3-844e-9b3290d97c66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8262 | 2025.04.30 22:42:57.260856 [ 259 ] {9a5fc0f4-c9a0-4fc3-844e-9b3290d97c66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8263 | 2025.04.30 22:42:57.261401 [ 259 ] {9a5fc0f4-c9a0-4fc3-844e-9b3290d97c66} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8264 | 2025.04.30 22:42:57.261439 [ 259 ] {9a5fc0f4-c9a0-4fc3-844e-9b3290d97c66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8265 | 2025.04.30 22:42:57.261796 [ 259 ] {9a5fc0f4-c9a0-4fc3-844e-9b3290d97c66} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8266 | 2025.04.30 22:42:57.262040 [ 259 ] {9a5fc0f4-c9a0-4fc3-844e-9b3290d97c66} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8267 | 2025.04.30 22:42:57.262237 [ 259 ] {9a5fc0f4-c9a0-4fc3-844e-9b3290d97c66} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001439 sec., 79221.68172341904 rows/sec., 4.74 MiB/sec. | ||
| 8268 | 2025.04.30 22:42:57.262332 [ 259 ] {9a5fc0f4-c9a0-4fc3-844e-9b3290d97c66} <Debug> TCPHandler: Processed in 0.001695358 sec. | ||
| 8269 | 2025.04.30 22:42:57.262505 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8270 | 2025.04.30 22:42:57.262650 [ 259 ] {4ebaae92-c4a5-4a26-996e-69aa0519c3e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8271 | 2025.04.30 22:42:57.262697 [ 259 ] {4ebaae92-c4a5-4a26-996e-69aa0519c3e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8272 | 2025.04.30 22:42:57.263247 [ 259 ] {4ebaae92-c4a5-4a26-996e-69aa0519c3e5} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8273 | 2025.04.30 22:42:57.263286 [ 259 ] {4ebaae92-c4a5-4a26-996e-69aa0519c3e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8274 | 2025.04.30 22:42:57.263636 [ 259 ] {4ebaae92-c4a5-4a26-996e-69aa0519c3e5} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8275 | 2025.04.30 22:42:57.263878 [ 259 ] {4ebaae92-c4a5-4a26-996e-69aa0519c3e5} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8276 | 2025.04.30 22:42:57.264070 [ 259 ] {4ebaae92-c4a5-4a26-996e-69aa0519c3e5} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001442 sec., 78363.38418862691 rows/sec., 5.07 MiB/sec. | ||
| 8277 | 2025.04.30 22:42:57.264121 [ 259 ] {4ebaae92-c4a5-4a26-996e-69aa0519c3e5} <Debug> TCPHandler: Processed in 0.001717709 sec. | ||
| 8278 | 2025.04.30 22:42:57.264240 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8279 | 2025.04.30 22:42:57.264343 [ 259 ] {0a7f98b3-e2a7-472f-be2b-60b3f494ab6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8280 | 2025.04.30 22:42:57.264387 [ 259 ] {0a7f98b3-e2a7-472f-be2b-60b3f494ab6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8281 | 2025.04.30 22:42:57.264909 [ 259 ] {0a7f98b3-e2a7-472f-be2b-60b3f494ab6c} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8282 | 2025.04.30 22:42:57.264948 [ 259 ] {0a7f98b3-e2a7-472f-be2b-60b3f494ab6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8283 | 2025.04.30 22:42:57.265289 [ 259 ] {0a7f98b3-e2a7-472f-be2b-60b3f494ab6c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8284 | 2025.04.30 22:42:57.265533 [ 259 ] {0a7f98b3-e2a7-472f-be2b-60b3f494ab6c} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8285 | 2025.04.30 22:42:57.265758 [ 259 ] {0a7f98b3-e2a7-472f-be2b-60b3f494ab6c} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001426 sec., 78541.3744740533 rows/sec., 4.47 MiB/sec. | ||
| 8286 | 2025.04.30 22:42:57.265882 [ 259 ] {0a7f98b3-e2a7-472f-be2b-60b3f494ab6c} <Debug> TCPHandler: Processed in 0.001690988 sec. | ||
| 8287 | 2025.04.30 22:42:57.266117 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8288 | 2025.04.30 22:42:57.266221 [ 259 ] {94efdadf-fe2a-40ec-a331-d44bf5603890} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8289 | 2025.04.30 22:42:57.266267 [ 259 ] {94efdadf-fe2a-40ec-a331-d44bf5603890} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8290 | 2025.04.30 22:42:57.267138 [ 259 ] {94efdadf-fe2a-40ec-a331-d44bf5603890} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8291 | 2025.04.30 22:42:57.267178 [ 259 ] {94efdadf-fe2a-40ec-a331-d44bf5603890} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8292 | 2025.04.30 22:42:57.267557 [ 259 ] {94efdadf-fe2a-40ec-a331-d44bf5603890} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8293 | 2025.04.30 22:42:57.267801 [ 259 ] {94efdadf-fe2a-40ec-a331-d44bf5603890} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8294 | 2025.04.30 22:42:57.268012 [ 259 ] {94efdadf-fe2a-40ec-a331-d44bf5603890} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001812 sec., 215231.7880794702 rows/sec., 15.21 MiB/sec. | ||
| 8295 | 2025.04.30 22:42:57.268102 [ 259 ] {94efdadf-fe2a-40ec-a331-d44bf5603890} <Debug> TCPHandler: Processed in 0.002059461 sec. | ||
| 8296 | 2025.04.30 22:42:57.268323 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8297 | 2025.04.30 22:42:57.268453 [ 259 ] {a5dd0443-fb0e-46ef-bd0d-844c170a06bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8298 | 2025.04.30 22:42:57.268503 [ 259 ] {a5dd0443-fb0e-46ef-bd0d-844c170a06bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8299 | 2025.04.30 22:42:57.268927 [ 259 ] {a5dd0443-fb0e-46ef-bd0d-844c170a06bd} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8300 | 2025.04.30 22:42:57.268967 [ 259 ] {a5dd0443-fb0e-46ef-bd0d-844c170a06bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8301 | 2025.04.30 22:42:57.269318 [ 259 ] {a5dd0443-fb0e-46ef-bd0d-844c170a06bd} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8302 | 2025.04.30 22:42:57.269565 [ 259 ] {a5dd0443-fb0e-46ef-bd0d-844c170a06bd} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8303 | 2025.04.30 22:42:57.269808 [ 259 ] {a5dd0443-fb0e-46ef-bd0d-844c170a06bd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001375 sec., 4363.636363636364 rows/sec., 227.98 KiB/sec. | ||
| 8304 | 2025.04.30 22:42:57.270022 [ 259 ] {a5dd0443-fb0e-46ef-bd0d-844c170a06bd} <Debug> TCPHandler: Processed in 0.001801172 sec. | ||
| 8305 | 2025.04.30 22:42:57.270193 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8306 | 2025.04.30 22:42:57.270297 [ 259 ] {4da746ef-8e77-47f8-994e-db72d211b47d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8307 | 2025.04.30 22:42:57.270346 [ 259 ] {4da746ef-8e77-47f8-994e-db72d211b47d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8308 | 2025.04.30 22:42:57.270876 [ 259 ] {4da746ef-8e77-47f8-994e-db72d211b47d} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8309 | 2025.04.30 22:42:57.270915 [ 259 ] {4da746ef-8e77-47f8-994e-db72d211b47d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8310 | 2025.04.30 22:42:57.271299 [ 259 ] {4da746ef-8e77-47f8-994e-db72d211b47d} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8311 | 2025.04.30 22:42:57.271545 [ 259 ] {4da746ef-8e77-47f8-994e-db72d211b47d} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8312 | 2025.04.30 22:42:57.271735 [ 259 ] {4da746ef-8e77-47f8-994e-db72d211b47d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001461 sec., 162217.659137577 rows/sec., 10.87 MiB/sec. | ||
| 8313 | 2025.04.30 22:42:57.271784 [ 259 ] {4da746ef-8e77-47f8-994e-db72d211b47d} <Debug> TCPHandler: Processed in 0.001647297 sec. | ||
| 8314 | 2025.04.30 22:42:57.271913 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8315 | 2025.04.30 22:42:57.272025 [ 259 ] {edfb2a53-5712-4e94-a1e8-156f552afd91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8316 | 2025.04.30 22:42:57.272075 [ 259 ] {edfb2a53-5712-4e94-a1e8-156f552afd91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8317 | 2025.04.30 22:42:57.272467 [ 259 ] {edfb2a53-5712-4e94-a1e8-156f552afd91} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8318 | 2025.04.30 22:42:57.272506 [ 259 ] {edfb2a53-5712-4e94-a1e8-156f552afd91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8319 | 2025.04.30 22:42:57.272843 [ 259 ] {edfb2a53-5712-4e94-a1e8-156f552afd91} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8320 | 2025.04.30 22:42:57.273093 [ 259 ] {edfb2a53-5712-4e94-a1e8-156f552afd91} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8321 | 2025.04.30 22:42:57.273315 [ 259 ] {edfb2a53-5712-4e94-a1e8-156f552afd91} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001301 sec., 768.6395080707148 rows/sec., 51.79 KiB/sec. | ||
| 8322 | 2025.04.30 22:42:57.273523 [ 259 ] {edfb2a53-5712-4e94-a1e8-156f552afd91} <Debug> TCPHandler: Processed in 0.001663557 sec. | ||
| 8323 | 2025.04.30 22:42:57.273714 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8324 | 2025.04.30 22:42:57.273818 [ 259 ] {8696831e-638e-4a3c-a4a1-1e53acc9bdec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8325 | 2025.04.30 22:42:57.273891 [ 259 ] {8696831e-638e-4a3c-a4a1-1e53acc9bdec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8326 | 2025.04.30 22:42:57.274921 [ 259 ] {8696831e-638e-4a3c-a4a1-1e53acc9bdec} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8327 | 2025.04.30 22:42:57.274960 [ 259 ] {8696831e-638e-4a3c-a4a1-1e53acc9bdec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8328 | 2025.04.30 22:42:57.275554 [ 259 ] {8696831e-638e-4a3c-a4a1-1e53acc9bdec} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8329 | 2025.04.30 22:42:57.275816 [ 259 ] {8696831e-638e-4a3c-a4a1-1e53acc9bdec} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8330 | 2025.04.30 22:42:57.275997 [ 43 ] {} <Debug> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8331 | 2025.04.30 22:42:57.276066 [ 259 ] {8696831e-638e-4a3c-a4a1-1e53acc9bdec} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002269 sec., 3525.782282944028 rows/sec., 6.32 MiB/sec. | ||
| 8332 | 2025.04.30 22:42:57.276088 [ 43 ] {} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8333 | 2025.04.30 22:42:57.276155 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8334 | 2025.04.30 22:42:57.276340 [ 259 ] {8696831e-638e-4a3c-a4a1-1e53acc9bdec} <Debug> TCPHandler: Processed in 0.002683902 sec. | ||
| 8335 | 2025.04.30 22:42:57.276398 [ 198 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::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 | ||
| 8336 | 2025.04.30 22:42:57.276474 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8337 | 2025.04.30 22:42:57.276608 [ 259 ] {d6461d12-cdab-40fd-9ffd-9b096f5381f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8338 | 2025.04.30 22:42:57.276675 [ 259 ] {d6461d12-cdab-40fd-9ffd-9b096f5381f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8339 | 2025.04.30 22:42:57.276831 [ 198 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8340 | 2025.04.30 22:42:57.276989 [ 198 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 862 rows starting from the beginning of the part | ||
| 8341 | 2025.04.30 22:42:57.277569 [ 198 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::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 | ||
| 8342 | 2025.04.30 22:42:57.278133 [ 259 ] {d6461d12-cdab-40fd-9ffd-9b096f5381f3} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8343 | 2025.04.30 22:42:57.278146 [ 198 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 32 rows starting from the beginning of the part | ||
| 8344 | 2025.04.30 22:42:57.278179 [ 259 ] {d6461d12-cdab-40fd-9ffd-9b096f5381f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8345 | 2025.04.30 22:42:57.278613 [ 198 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::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 | ||
| 8346 | 2025.04.30 22:42:57.279171 [ 198 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 32 rows starting from the beginning of the part | ||
| 8347 | 2025.04.30 22:42:57.279238 [ 259 ] {d6461d12-cdab-40fd-9ffd-9b096f5381f3} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8348 | 2025.04.30 22:42:57.279597 [ 198 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::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 | ||
| 8349 | 2025.04.30 22:42:57.279988 [ 259 ] {d6461d12-cdab-40fd-9ffd-9b096f5381f3} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8350 | 2025.04.30 22:42:57.280341 [ 259 ] {d6461d12-cdab-40fd-9ffd-9b096f5381f3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003768 sec., 21762.20806794055 rows/sec., 1.38 MiB/sec. | ||
| 8351 | 2025.04.30 22:42:57.280463 [ 259 ] {d6461d12-cdab-40fd-9ffd-9b096f5381f3} <Debug> TCPHandler: Processed in 0.004044249 sec. | ||
| 8352 | 2025.04.30 22:42:57.286667 [ 199 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 950 rows, containing 19 columns (19 merged, 0 gathered) in 0.010360736 sec., 91692.32764930985 rows/sec., 164.31 MiB/sec. | ||
| 8353 | 2025.04.30 22:42:57.287888 [ 193 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8354 | 2025.04.30 22:42:57.288411 [ 193 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8355 | 2025.04.30 22:42:57.288521 [ 193 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8356 | 2025.04.30 22:42:57.288700 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.10 MiB. | ||
| 8357 | 2025.04.30 22:42:58.001126 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 215.93 MiB, peak 224.00 MiB, free memory in arenas 0.00 B, will set to 218.32 MiB (RSS), difference: 2.39 MiB | ||
| 8358 | 2025.04.30 22:43:02.251005 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8359 | 2025.04.30 22:43:02.251235 [ 259 ] {83a288b2-16ab-4541-9943-1fb2cdb11a3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8360 | 2025.04.30 22:43:02.251316 [ 259 ] {83a288b2-16ab-4541-9943-1fb2cdb11a3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8361 | 2025.04.30 22:43:02.252232 [ 259 ] {83a288b2-16ab-4541-9943-1fb2cdb11a3e} <Trace> oximeter.fields_ipaddr (4dea1092-816a-42b9-a56f-a845cbc6e13d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8362 | 2025.04.30 22:43:02.252286 [ 259 ] {83a288b2-16ab-4541-9943-1fb2cdb11a3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8363 | 2025.04.30 22:43:02.252707 [ 259 ] {83a288b2-16ab-4541-9943-1fb2cdb11a3e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 8364 | 2025.04.30 22:43:02.252972 [ 259 ] {83a288b2-16ab-4541-9943-1fb2cdb11a3e} <Trace> oximeter.fields_ipaddr (4dea1092-816a-42b9-a56f-a845cbc6e13d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8365 | 2025.04.30 22:43:02.253256 [ 259 ] {83a288b2-16ab-4541-9943-1fb2cdb11a3e} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002069 sec., 2899.9516674722086 rows/sec., 236.47 KiB/sec. | ||
| 8366 | 2025.04.30 22:43:02.253437 [ 259 ] {83a288b2-16ab-4541-9943-1fb2cdb11a3e} <Debug> TCPHandler: Processed in 0.002565198 sec. | ||
| 8367 | 2025.04.30 22:43:02.253562 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8368 | 2025.04.30 22:43:02.253668 [ 259 ] {2c45fe81-a837-4804-abca-b98ceecdf09b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8369 | 2025.04.30 22:43:02.253714 [ 259 ] {2c45fe81-a837-4804-abca-b98ceecdf09b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8370 | 2025.04.30 22:43:02.254290 [ 259 ] {2c45fe81-a837-4804-abca-b98ceecdf09b} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8371 | 2025.04.30 22:43:02.254330 [ 259 ] {2c45fe81-a837-4804-abca-b98ceecdf09b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8372 | 2025.04.30 22:43:02.254692 [ 259 ] {2c45fe81-a837-4804-abca-b98ceecdf09b} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8373 | 2025.04.30 22:43:02.254934 [ 259 ] {2c45fe81-a837-4804-abca-b98ceecdf09b} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8374 | 2025.04.30 22:43:02.255139 [ 259 ] {2c45fe81-a837-4804-abca-b98ceecdf09b} <Debug> executeQuery: Read 123 rows, 10.66 KiB in 0.001493 sec., 82384.46081714668 rows/sec., 6.97 MiB/sec. | ||
| 8375 | 2025.04.30 22:43:02.255190 [ 259 ] {2c45fe81-a837-4804-abca-b98ceecdf09b} <Debug> TCPHandler: Processed in 0.001678288 sec. | ||
| 8376 | 2025.04.30 22:43:02.255303 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8377 | 2025.04.30 22:43:02.255407 [ 259 ] {f9595dca-e5cf-42cc-a4d4-b88152a4a3ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8378 | 2025.04.30 22:43:02.255451 [ 259 ] {f9595dca-e5cf-42cc-a4d4-b88152a4a3ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8379 | 2025.04.30 22:43:02.255957 [ 259 ] {f9595dca-e5cf-42cc-a4d4-b88152a4a3ae} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8380 | 2025.04.30 22:43:02.255997 [ 259 ] {f9595dca-e5cf-42cc-a4d4-b88152a4a3ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8381 | 2025.04.30 22:43:02.256344 [ 259 ] {f9595dca-e5cf-42cc-a4d4-b88152a4a3ae} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8382 | 2025.04.30 22:43:02.256583 [ 259 ] {f9595dca-e5cf-42cc-a4d4-b88152a4a3ae} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8383 | 2025.04.30 22:43:02.256784 [ 259 ] {f9595dca-e5cf-42cc-a4d4-b88152a4a3ae} <Debug> executeQuery: Read 38 rows, 2.83 KiB in 0.001398 sec., 27181.688125894136 rows/sec., 1.97 MiB/sec. | ||
| 8384 | 2025.04.30 22:43:02.256835 [ 259 ] {f9595dca-e5cf-42cc-a4d4-b88152a4a3ae} <Debug> TCPHandler: Processed in 0.001583045 sec. | ||
| 8385 | 2025.04.30 22:43:02.256948 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8386 | 2025.04.30 22:43:02.257060 [ 259 ] {fc4e9b57-a0be-4541-a717-48749c883b0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8387 | 2025.04.30 22:43:02.257115 [ 259 ] {fc4e9b57-a0be-4541-a717-48749c883b0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8388 | 2025.04.30 22:43:02.257665 [ 259 ] {fc4e9b57-a0be-4541-a717-48749c883b0e} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8389 | 2025.04.30 22:43:02.257706 [ 259 ] {fc4e9b57-a0be-4541-a717-48749c883b0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8390 | 2025.04.30 22:43:02.258076 [ 259 ] {fc4e9b57-a0be-4541-a717-48749c883b0e} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8391 | 2025.04.30 22:43:02.258328 [ 259 ] {fc4e9b57-a0be-4541-a717-48749c883b0e} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8392 | 2025.04.30 22:43:02.258573 [ 259 ] {fc4e9b57-a0be-4541-a717-48749c883b0e} <Debug> executeQuery: Read 102 rows, 8.17 KiB in 0.001524 sec., 66929.13385826771 rows/sec., 5.23 MiB/sec. | ||
| 8393 | 2025.04.30 22:43:02.258634 [ 259 ] {fc4e9b57-a0be-4541-a717-48749c883b0e} <Debug> TCPHandler: Processed in 0.001735909 sec. | ||
| 8394 | 2025.04.30 22:43:02.258911 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8395 | 2025.04.30 22:43:02.259043 [ 259 ] {45c2c636-2130-4743-bb5a-f0278d695d35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8396 | 2025.04.30 22:43:02.259096 [ 259 ] {45c2c636-2130-4743-bb5a-f0278d695d35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8397 | 2025.04.30 22:43:02.259607 [ 259 ] {45c2c636-2130-4743-bb5a-f0278d695d35} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8398 | 2025.04.30 22:43:02.259669 [ 259 ] {45c2c636-2130-4743-bb5a-f0278d695d35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8399 | 2025.04.30 22:43:02.260057 [ 259 ] {45c2c636-2130-4743-bb5a-f0278d695d35} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8400 | 2025.04.30 22:43:02.260315 [ 259 ] {45c2c636-2130-4743-bb5a-f0278d695d35} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8401 | 2025.04.30 22:43:02.260551 [ 259 ] {45c2c636-2130-4743-bb5a-f0278d695d35} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001529 sec., 106605.6245912361 rows/sec., 7.42 MiB/sec. | ||
| 8402 | 2025.04.30 22:43:02.260625 [ 259 ] {45c2c636-2130-4743-bb5a-f0278d695d35} <Debug> TCPHandler: Processed in 0.001825753 sec. | ||
| 8403 | 2025.04.30 22:43:02.260864 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8404 | 2025.04.30 22:43:02.261003 [ 259 ] {2b3a87cd-5604-476d-9559-f98e57a36474} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8405 | 2025.04.30 22:43:02.261076 [ 259 ] {2b3a87cd-5604-476d-9559-f98e57a36474} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8406 | 2025.04.30 22:43:02.262171 [ 259 ] {2b3a87cd-5604-476d-9559-f98e57a36474} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8407 | 2025.04.30 22:43:02.262211 [ 259 ] {2b3a87cd-5604-476d-9559-f98e57a36474} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8408 | 2025.04.30 22:43:02.262847 [ 259 ] {2b3a87cd-5604-476d-9559-f98e57a36474} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8409 | 2025.04.30 22:43:02.263125 [ 259 ] {2b3a87cd-5604-476d-9559-f98e57a36474} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8410 | 2025.04.30 22:43:02.263409 [ 259 ] {2b3a87cd-5604-476d-9559-f98e57a36474} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002427 sec., 13185.002060156572 rows/sec., 23.63 MiB/sec. | ||
| 8411 | 2025.04.30 22:43:02.263960 [ 259 ] {2b3a87cd-5604-476d-9559-f98e57a36474} <Debug> TCPHandler: Processed in 0.003182389 sec. | ||
| 8412 | 2025.04.30 22:43:02.264173 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8413 | 2025.04.30 22:43:02.264277 [ 259 ] {152230b0-2e26-4f31-b095-36c84c111f4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8414 | 2025.04.30 22:43:02.264323 [ 259 ] {152230b0-2e26-4f31-b095-36c84c111f4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8415 | 2025.04.30 22:43:02.264764 [ 259 ] {152230b0-2e26-4f31-b095-36c84c111f4f} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8416 | 2025.04.30 22:43:02.264802 [ 259 ] {152230b0-2e26-4f31-b095-36c84c111f4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8417 | 2025.04.30 22:43:02.265177 [ 259 ] {152230b0-2e26-4f31-b095-36c84c111f4f} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8418 | 2025.04.30 22:43:02.265416 [ 259 ] {152230b0-2e26-4f31-b095-36c84c111f4f} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8419 | 2025.04.30 22:43:02.265623 [ 259 ] {152230b0-2e26-4f31-b095-36c84c111f4f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001368 sec., 43859.649122807015 rows/sec., 2.96 MiB/sec. | ||
| 8420 | 2025.04.30 22:43:02.265670 [ 259 ] {152230b0-2e26-4f31-b095-36c84c111f4f} <Debug> TCPHandler: Processed in 0.001547473 sec. | ||
| 8421 | 2025.04.30 22:43:03.056879 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18849 | ||
| 8422 | 2025.04.30 22:43:03.057537 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8423 | 2025.04.30 22:43:03.057587 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8424 | 2025.04.30 22:43:03.058098 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8425 | 2025.04.30 22:43:03.058361 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8426 | 2025.04.30 22:43:03.058571 [ 36 ] {} <Debug> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8427 | 2025.04.30 22:43:03.058599 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849 | ||
| 8428 | 2025.04.30 22:43:03.058649 [ 36 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8429 | 2025.04.30 22:43:03.058678 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8430 | 2025.04.30 22:43:03.058868 [ 193 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 8431 | 2025.04.30 22:43:03.059123 [ 193 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8432 | 2025.04.30 22:43:03.059172 [ 193 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 8433 | 2025.04.30 22:43:03.059255 [ 193 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 8434 | 2025.04.30 22:43:03.059485 [ 193 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 8435 | 2025.04.30 22:43:03.059684 [ 193 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 8436 | 2025.04.30 22:43:03.059912 [ 193 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 8437 | 2025.04.30 22:43:03.060042 [ 193 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 8438 | 2025.04.30 22:43:03.062358 [ 199 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.003595963 sec., 5241711.330177757 rows/sec., 74.98 MiB/sec. | ||
| 8439 | 2025.04.30 22:43:03.062703 [ 190 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8440 | 2025.04.30 22:43:03.062996 [ 190 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_41_8} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8441 | 2025.04.30 22:43:03.063074 [ 190 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_41_8} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8442 | 2025.04.30 22:43:03.063182 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.59 MiB. | ||
| 8443 | 2025.04.30 22:43:04.386591 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
| 8444 | 2025.04.30 22:43:04.410253 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8445 | 2025.04.30 22:43:04.410314 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8446 | 2025.04.30 22:43:04.417718 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8447 | 2025.04.30 22:43:04.418521 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8448 | 2025.04.30 22:43:04.418923 [ 34 ] {} <Debug> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8449 | 2025.04.30 22:43:04.419049 [ 34 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8450 | 2025.04.30 22:43:04.419118 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8451 | 2025.04.30 22:43:04.419830 [ 189 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 8452 | 2025.04.30 22:43:04.431509 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
| 8453 | 2025.04.30 22:43:04.432207 [ 189 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8454 | 2025.04.30 22:43:04.433203 [ 189 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 8455 | 2025.04.30 22:43:04.437902 [ 189 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 8456 | 2025.04.30 22:43:04.442652 [ 189 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 8457 | 2025.04.30 22:43:04.447861 [ 189 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 8458 | 2025.04.30 22:43:04.453387 [ 189 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 8459 | 2025.04.30 22:43:04.457943 [ 189 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 8460 | 2025.04.30 22:43:04.518656 [ 199 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.099412463 sec., 3108.2621904257617 rows/sec., 16.07 MiB/sec. | ||
| 8461 | 2025.04.30 22:43:04.521621 [ 199 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8462 | 2025.04.30 22:43:04.524661 [ 199 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_41_8} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8463 | 2025.04.30 22:43:04.524787 [ 199 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_41_8} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8464 | 2025.04.30 22:43:04.527289 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 8465 | 2025.04.30 22:43:05.648221 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1206 | ||
| 8466 | 2025.04.30 22:43:05.651381 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8467 | 2025.04.30 22:43:05.651426 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8468 | 2025.04.30 22:43:05.652869 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8469 | 2025.04.30 22:43:05.653174 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8470 | 2025.04.30 22:43:05.653711 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1206 | ||
| 8471 | 2025.04.30 22:43:07.255074 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8472 | 2025.04.30 22:43:07.255268 [ 259 ] {7f20ce3d-50fc-4108-8505-744c1e4248a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8473 | 2025.04.30 22:43:07.255340 [ 259 ] {7f20ce3d-50fc-4108-8505-744c1e4248a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8474 | 2025.04.30 22:43:07.256147 [ 259 ] {7f20ce3d-50fc-4108-8505-744c1e4248a8} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8475 | 2025.04.30 22:43:07.256201 [ 259 ] {7f20ce3d-50fc-4108-8505-744c1e4248a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8476 | 2025.04.30 22:43:07.256656 [ 259 ] {7f20ce3d-50fc-4108-8505-744c1e4248a8} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8477 | 2025.04.30 22:43:07.256925 [ 259 ] {7f20ce3d-50fc-4108-8505-744c1e4248a8} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8478 | 2025.04.30 22:43:07.257146 [ 31 ] {} <Debug> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8479 | 2025.04.30 22:43:07.257196 [ 259 ] {7f20ce3d-50fc-4108-8505-744c1e4248a8} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001976 sec., 107287.44939271256 rows/sec., 6.82 MiB/sec. | ||
| 8480 | 2025.04.30 22:43:07.257262 [ 31 ] {} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8481 | 2025.04.30 22:43:07.257328 [ 259 ] {7f20ce3d-50fc-4108-8505-744c1e4248a8} <Debug> TCPHandler: Processed in 0.002376692 sec. | ||
| 8482 | 2025.04.30 22:43:07.257339 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8483 | 2025.04.30 22:43:07.257507 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8484 | 2025.04.30 22:43:07.257777 [ 197 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
| 8485 | 2025.04.30 22:43:07.257815 [ 259 ] {1d54b83a-92b0-46df-bd76-4fbba28a3487} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8486 | 2025.04.30 22:43:07.258019 [ 259 ] {1d54b83a-92b0-46df-bd76-4fbba28a3487} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8487 | 2025.04.30 22:43:07.258488 [ 197 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8488 | 2025.04.30 22:43:07.258652 [ 197 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 212 rows starting from the beginning of the part | ||
| 8489 | 2025.04.30 22:43:07.259276 [ 197 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 212 rows starting from the beginning of the part | ||
| 8490 | 2025.04.30 22:43:07.259720 [ 197 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 212 rows starting from the beginning of the part | ||
| 8491 | 2025.04.30 22:43:07.260119 [ 197 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 212 rows starting from the beginning of the part | ||
| 8492 | 2025.04.30 22:43:07.260189 [ 197 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 212 rows starting from the beginning of the part | ||
| 8493 | 2025.04.30 22:43:07.261386 [ 259 ] {1d54b83a-92b0-46df-bd76-4fbba28a3487} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8494 | 2025.04.30 22:43:07.261458 [ 259 ] {1d54b83a-92b0-46df-bd76-4fbba28a3487} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8495 | 2025.04.30 22:43:07.262592 [ 259 ] {1d54b83a-92b0-46df-bd76-4fbba28a3487} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8496 | 2025.04.30 22:43:07.263088 [ 200 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.005604262 sec., 189141.76389326554 rows/sec., 12.75 MiB/sec. | ||
| 8497 | 2025.04.30 22:43:07.263130 [ 259 ] {1d54b83a-92b0-46df-bd76-4fbba28a3487} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8498 | 2025.04.30 22:43:07.263415 [ 31 ] {} <Debug> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8499 | 2025.04.30 22:43:07.263477 [ 200 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8500 | 2025.04.30 22:43:07.263529 [ 31 ] {} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8501 | 2025.04.30 22:43:07.263545 [ 259 ] {1d54b83a-92b0-46df-bd76-4fbba28a3487} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.005768 sec., 109743.41192787795 rows/sec., 8.63 MiB/sec. | ||
| 8502 | 2025.04.30 22:43:07.263623 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8503 | 2025.04.30 22:43:07.263912 [ 259 ] {1d54b83a-92b0-46df-bd76-4fbba28a3487} <Debug> TCPHandler: Processed in 0.006484393 sec. | ||
| 8504 | 2025.04.30 22:43:07.264135 [ 192 ] {d4e73ecb-69f6-409c-bee6-1454de550956::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 | ||
| 8505 | 2025.04.30 22:43:07.264414 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8506 | 2025.04.30 22:43:07.264808 [ 192 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8507 | 2025.04.30 22:43:07.264924 [ 259 ] {e7124bff-4a39-496d-a25f-d9ced121b550} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8508 | 2025.04.30 22:43:07.264958 [ 200 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_29_7} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8509 | 2025.04.30 22:43:07.264983 [ 192 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1846 rows starting from the beginning of the part | ||
| 8510 | 2025.04.30 22:43:07.265161 [ 259 ] {e7124bff-4a39-496d-a25f-d9ced121b550} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8511 | 2025.04.30 22:43:07.265775 [ 192 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 56 rows starting from the beginning of the part | ||
| 8512 | 2025.04.30 22:43:07.265914 [ 200 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_29_7} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8513 | 2025.04.30 22:43:07.266666 [ 192 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 120 rows starting from the beginning of the part | ||
| 8514 | 2025.04.30 22:43:07.266696 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 8515 | 2025.04.30 22:43:07.267109 [ 192 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 633 rows starting from the beginning of the part | ||
| 8516 | 2025.04.30 22:43:07.267579 [ 192 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 123 rows starting from the beginning of the part | ||
| 8517 | 2025.04.30 22:43:07.267996 [ 192 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 633 rows starting from the beginning of the part | ||
| 8518 | 2025.04.30 22:43:07.269281 [ 259 ] {e7124bff-4a39-496d-a25f-d9ced121b550} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8519 | 2025.04.30 22:43:07.269331 [ 259 ] {e7124bff-4a39-496d-a25f-d9ced121b550} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8520 | 2025.04.30 22:43:07.270304 [ 259 ] {e7124bff-4a39-496d-a25f-d9ced121b550} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8521 | 2025.04.30 22:43:07.270715 [ 259 ] {e7124bff-4a39-496d-a25f-d9ced121b550} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8522 | 2025.04.30 22:43:07.270960 [ 259 ] {e7124bff-4a39-496d-a25f-d9ced121b550} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.006249 sec., 18242.91886701872 rows/sec., 1.09 MiB/sec. | ||
| 8523 | 2025.04.30 22:43:07.271068 [ 259 ] {e7124bff-4a39-496d-a25f-d9ced121b550} <Debug> TCPHandler: Processed in 0.006829274 sec. | ||
| 8524 | 2025.04.30 22:43:07.271319 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8525 | 2025.04.30 22:43:07.271492 [ 191 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3411 rows, containing 5 columns (5 merged, 0 gathered) in 0.007672944 sec., 444549.0544437702 rows/sec., 37.55 MiB/sec. | ||
| 8526 | 2025.04.30 22:43:07.271518 [ 259 ] {0afedb10-bafe-4e36-8253-60513358c3b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8527 | 2025.04.30 22:43:07.271647 [ 259 ] {0afedb10-bafe-4e36-8253-60513358c3b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8528 | 2025.04.30 22:43:07.272005 [ 191 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8529 | 2025.04.30 22:43:07.272589 [ 191 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_66_13} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8530 | 2025.04.30 22:43:07.272620 [ 259 ] {0afedb10-bafe-4e36-8253-60513358c3b3} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8531 | 2025.04.30 22:43:07.272688 [ 259 ] {0afedb10-bafe-4e36-8253-60513358c3b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8532 | 2025.04.30 22:43:07.272750 [ 191 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_66_13} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8533 | 2025.04.30 22:43:07.272930 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 8534 | 2025.04.30 22:43:07.273223 [ 259 ] {0afedb10-bafe-4e36-8253-60513358c3b3} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8535 | 2025.04.30 22:43:07.273476 [ 259 ] {0afedb10-bafe-4e36-8253-60513358c3b3} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8536 | 2025.04.30 22:43:07.273714 [ 259 ] {0afedb10-bafe-4e36-8253-60513358c3b3} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002241 sec., 50423.917893797414 rows/sec., 3.26 MiB/sec. | ||
| 8537 | 2025.04.30 22:43:07.273905 [ 259 ] {0afedb10-bafe-4e36-8253-60513358c3b3} <Debug> TCPHandler: Processed in 0.002708243 sec. | ||
| 8538 | 2025.04.30 22:43:07.274117 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8539 | 2025.04.30 22:43:07.274224 [ 259 ] {642aa6c3-b551-4f29-b496-d742f4a5b6ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8540 | 2025.04.30 22:43:07.274269 [ 259 ] {642aa6c3-b551-4f29-b496-d742f4a5b6ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8541 | 2025.04.30 22:43:07.274836 [ 259 ] {642aa6c3-b551-4f29-b496-d742f4a5b6ce} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8542 | 2025.04.30 22:43:07.274875 [ 259 ] {642aa6c3-b551-4f29-b496-d742f4a5b6ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8543 | 2025.04.30 22:43:07.275237 [ 259 ] {642aa6c3-b551-4f29-b496-d742f4a5b6ce} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8544 | 2025.04.30 22:43:07.275479 [ 259 ] {642aa6c3-b551-4f29-b496-d742f4a5b6ce} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8545 | 2025.04.30 22:43:07.275654 [ 30 ] {} <Debug> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8546 | 2025.04.30 22:43:07.275693 [ 259 ] {642aa6c3-b551-4f29-b496-d742f4a5b6ce} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001489 sec., 75218.26729348555 rows/sec., 4.28 MiB/sec. | ||
| 8547 | 2025.04.30 22:43:07.275729 [ 30 ] {} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8548 | 2025.04.30 22:43:07.275813 [ 259 ] {642aa6c3-b551-4f29-b496-d742f4a5b6ce} <Debug> TCPHandler: Processed in 0.00177313 sec. | ||
| 8549 | 2025.04.30 22:43:07.275822 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8550 | 2025.04.30 22:43:07.276021 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8551 | 2025.04.30 22:43:07.276191 [ 201 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
| 8552 | 2025.04.30 22:43:07.276328 [ 259 ] {207aab26-5559-42dc-b4e7-e4a00067bba7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8553 | 2025.04.30 22:43:07.276508 [ 259 ] {207aab26-5559-42dc-b4e7-e4a00067bba7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8554 | 2025.04.30 22:43:07.276767 [ 201 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8555 | 2025.04.30 22:43:07.277000 [ 201 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 112 rows starting from the beginning of the part | ||
| 8556 | 2025.04.30 22:43:07.277589 [ 201 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 112 rows starting from the beginning of the part | ||
| 8557 | 2025.04.30 22:43:07.277996 [ 201 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 112 rows starting from the beginning of the part | ||
| 8558 | 2025.04.30 22:43:07.278281 [ 201 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 112 rows starting from the beginning of the part | ||
| 8559 | 2025.04.30 22:43:07.278489 [ 201 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 112 rows starting from the beginning of the part | ||
| 8560 | 2025.04.30 22:43:07.279539 [ 259 ] {207aab26-5559-42dc-b4e7-e4a00067bba7} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8561 | 2025.04.30 22:43:07.279628 [ 259 ] {207aab26-5559-42dc-b4e7-e4a00067bba7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8562 | 2025.04.30 22:43:07.280647 [ 259 ] {207aab26-5559-42dc-b4e7-e4a00067bba7} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8563 | 2025.04.30 22:43:07.280979 [ 201 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.005015743 sec., 111648.46364735994 rows/sec., 6.79 MiB/sec. | ||
| 8564 | 2025.04.30 22:43:07.281177 [ 259 ] {207aab26-5559-42dc-b4e7-e4a00067bba7} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8565 | 2025.04.30 22:43:07.281265 [ 188 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8566 | 2025.04.30 22:43:07.281444 [ 30 ] {} <Debug> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8567 | 2025.04.30 22:43:07.281569 [ 30 ] {} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8568 | 2025.04.30 22:43:07.281663 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8569 | 2025.04.30 22:43:07.281735 [ 259 ] {207aab26-5559-42dc-b4e7-e4a00067bba7} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.005476 sec., 71219.86851716581 rows/sec., 5.03 MiB/sec. | ||
| 8570 | 2025.04.30 22:43:07.282066 [ 259 ] {207aab26-5559-42dc-b4e7-e4a00067bba7} <Debug> TCPHandler: Processed in 0.006144951 sec. | ||
| 8571 | 2025.04.30 22:43:07.282083 [ 186 ] {e25d2b30-b306-449e-8756-7ab1229a4707::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 | ||
| 8572 | 2025.04.30 22:43:07.282290 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8573 | 2025.04.30 22:43:07.282351 [ 186 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8574 | 2025.04.30 22:43:07.282432 [ 186 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 914 rows starting from the beginning of the part | ||
| 8575 | 2025.04.30 22:43:07.282421 [ 188 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_29_7} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8576 | 2025.04.30 22:43:07.282515 [ 259 ] {5a860499-0890-47ac-8485-5b2886f5dc3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8577 | 2025.04.30 22:43:07.282779 [ 259 ] {5a860499-0890-47ac-8485-5b2886f5dc3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8578 | 2025.04.30 22:43:07.282855 [ 186 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 64 rows starting from the beginning of the part | ||
| 8579 | 2025.04.30 22:43:07.282920 [ 188 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_29_7} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8580 | 2025.04.30 22:43:07.283336 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 8581 | 2025.04.30 22:43:07.283410 [ 186 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 96 rows starting from the beginning of the part | ||
| 8582 | 2025.04.30 22:43:07.283720 [ 186 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 390 rows starting from the beginning of the part | ||
| 8583 | 2025.04.30 22:43:07.284085 [ 186 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 102 rows starting from the beginning of the part | ||
| 8584 | 2025.04.30 22:43:07.284445 [ 186 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 390 rows starting from the beginning of the part | ||
| 8585 | 2025.04.30 22:43:07.285128 [ 259 ] {5a860499-0890-47ac-8485-5b2886f5dc3e} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8586 | 2025.04.30 22:43:07.285178 [ 259 ] {5a860499-0890-47ac-8485-5b2886f5dc3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8587 | 2025.04.30 22:43:07.285694 [ 259 ] {5a860499-0890-47ac-8485-5b2886f5dc3e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8588 | 2025.04.30 22:43:07.285982 [ 259 ] {5a860499-0890-47ac-8485-5b2886f5dc3e} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8589 | 2025.04.30 22:43:07.286188 [ 30 ] {} <Debug> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 8590 | 2025.04.30 22:43:07.286301 [ 30 ] {} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8591 | 2025.04.30 22:43:07.286380 [ 259 ] {5a860499-0890-47ac-8485-5b2886f5dc3e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003886 sec., 1544.0041173443128 rows/sec., 80.67 KiB/sec. | ||
| 8592 | 2025.04.30 22:43:07.286395 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8593 | 2025.04.30 22:43:07.286915 [ 259 ] {5a860499-0890-47ac-8485-5b2886f5dc3e} <Debug> TCPHandler: Processed in 0.004694721 sec. | ||
| 8594 | 2025.04.30 22:43:07.287426 [ 201 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full | ||
| 8595 | 2025.04.30 22:43:07.287538 [ 194 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1956 rows, containing 5 columns (5 merged, 0 gathered) in 0.005734976 sec., 341065.0715887913 rows/sec., 26.06 MiB/sec. | ||
| 8596 | 2025.04.30 22:43:07.287583 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8597 | 2025.04.30 22:43:07.288068 [ 194 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8598 | 2025.04.30 22:43:07.288208 [ 259 ] {a6bae798-1166-4db6-a066-00219e232b82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8599 | 2025.04.30 22:43:07.288208 [ 201 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8600 | 2025.04.30 22:43:07.288433 [ 201 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 144 rows starting from the beginning of the part | ||
| 8601 | 2025.04.30 22:43:07.288492 [ 259 ] {a6bae798-1166-4db6-a066-00219e232b82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8602 | 2025.04.30 22:43:07.289094 [ 201 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
| 8603 | 2025.04.30 22:43:07.289339 [ 194 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_66_13} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8604 | 2025.04.30 22:43:07.289700 [ 201 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
| 8605 | 2025.04.30 22:43:07.289788 [ 194 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_66_13} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8606 | 2025.04.30 22:43:07.290153 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 8607 | 2025.04.30 22:43:07.290365 [ 201 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
| 8608 | 2025.04.30 22:43:07.290642 [ 201 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
| 8609 | 2025.04.30 22:43:07.290963 [ 201 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
| 8610 | 2025.04.30 22:43:07.291835 [ 259 ] {a6bae798-1166-4db6-a066-00219e232b82} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8611 | 2025.04.30 22:43:07.291901 [ 259 ] {a6bae798-1166-4db6-a066-00219e232b82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8612 | 2025.04.30 22:43:07.293023 [ 259 ] {a6bae798-1166-4db6-a066-00219e232b82} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8613 | 2025.04.30 22:43:07.293469 [ 194 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 4 columns (4 merged, 0 gathered) in 0.006770163 sec., 25701.006017137253 rows/sec., 1.31 MiB/sec. | ||
| 8614 | 2025.04.30 22:43:07.293536 [ 259 ] {a6bae798-1166-4db6-a066-00219e232b82} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8615 | 2025.04.30 22:43:07.293611 [ 194 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 8616 | 2025.04.30 22:43:07.293784 [ 30 ] {} <Debug> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8617 | 2025.04.30 22:43:07.293891 [ 259 ] {a6bae798-1166-4db6-a066-00219e232b82} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005939 sec., 39905.708031655166 rows/sec., 2.67 MiB/sec. | ||
| 8618 | 2025.04.30 22:43:07.293906 [ 30 ] {} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8619 | 2025.04.30 22:43:07.294048 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8620 | 2025.04.30 22:43:07.294094 [ 259 ] {a6bae798-1166-4db6-a066-00219e232b82} <Debug> TCPHandler: Processed in 0.006640368 sec. | ||
| 8621 | 2025.04.30 22:43:07.294281 [ 194 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_29_6} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8622 | 2025.04.30 22:43:07.294385 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8623 | 2025.04.30 22:43:07.294393 [ 198 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::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 | ||
| 8624 | 2025.04.30 22:43:07.294421 [ 194 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_29_6} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 8625 | 2025.04.30 22:43:07.294569 [ 259 ] {2a1fbdb5-7e96-4787-9160-68d050dcf55d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8626 | 2025.04.30 22:43:07.294573 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 8627 | 2025.04.30 22:43:07.294659 [ 259 ] {2a1fbdb5-7e96-4787-9160-68d050dcf55d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8628 | 2025.04.30 22:43:07.294660 [ 198 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8629 | 2025.04.30 22:43:07.294722 [ 198 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 19775 rows starting from the beginning of the part | ||
| 8630 | 2025.04.30 22:43:07.295026 [ 198 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 128 rows starting from the beginning of the part | ||
| 8631 | 2025.04.30 22:43:07.295337 [ 198 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::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 | ||
| 8632 | 2025.04.30 22:43:07.295639 [ 198 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 237 rows starting from the beginning of the part | ||
| 8633 | 2025.04.30 22:43:07.295966 [ 198 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 163 rows starting from the beginning of the part | ||
| 8634 | 2025.04.30 22:43:07.296265 [ 198 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 237 rows starting from the beginning of the part | ||
| 8635 | 2025.04.30 22:43:07.296821 [ 259 ] {2a1fbdb5-7e96-4787-9160-68d050dcf55d} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8636 | 2025.04.30 22:43:07.296866 [ 259 ] {2a1fbdb5-7e96-4787-9160-68d050dcf55d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8637 | 2025.04.30 22:43:07.297319 [ 259 ] {2a1fbdb5-7e96-4787-9160-68d050dcf55d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8638 | 2025.04.30 22:43:07.297600 [ 259 ] {2a1fbdb5-7e96-4787-9160-68d050dcf55d} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8639 | 2025.04.30 22:43:07.297892 [ 259 ] {2a1fbdb5-7e96-4787-9160-68d050dcf55d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003412 sec., 293.08323563892145 rows/sec., 19.75 KiB/sec. | ||
| 8640 | 2025.04.30 22:43:07.297951 [ 259 ] {2a1fbdb5-7e96-4787-9160-68d050dcf55d} <Debug> TCPHandler: Processed in 0.003647015 sec. | ||
| 8641 | 2025.04.30 22:43:07.298067 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8642 | 2025.04.30 22:43:07.298222 [ 259 ] {c0e155c7-6dad-4bd1-981d-f55b78b7e9b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8643 | 2025.04.30 22:43:07.298347 [ 259 ] {c0e155c7-6dad-4bd1-981d-f55b78b7e9b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8644 | 2025.04.30 22:43:07.299872 [ 259 ] {c0e155c7-6dad-4bd1-981d-f55b78b7e9b2} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8645 | 2025.04.30 22:43:07.299912 [ 259 ] {c0e155c7-6dad-4bd1-981d-f55b78b7e9b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8646 | 2025.04.30 22:43:07.302480 [ 259 ] {c0e155c7-6dad-4bd1-981d-f55b78b7e9b2} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8647 | 2025.04.30 22:43:07.302754 [ 259 ] {c0e155c7-6dad-4bd1-981d-f55b78b7e9b2} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8648 | 2025.04.30 22:43:07.302992 [ 259 ] {c0e155c7-6dad-4bd1-981d-f55b78b7e9b2} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00481 sec., 1663.2016632016632 rows/sec., 2.98 MiB/sec. | ||
| 8649 | 2025.04.30 22:43:07.303161 [ 259 ] {c0e155c7-6dad-4bd1-981d-f55b78b7e9b2} <Debug> TCPHandler: Processed in 0.005148917 sec. | ||
| 8650 | 2025.04.30 22:43:07.303296 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8651 | 2025.04.30 22:43:07.303401 [ 259 ] {3308c200-7915-4e49-b783-e6f2d55bead9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8652 | 2025.04.30 22:43:07.303448 [ 259 ] {3308c200-7915-4e49-b783-e6f2d55bead9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8653 | 2025.04.30 22:43:07.303989 [ 259 ] {3308c200-7915-4e49-b783-e6f2d55bead9} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8654 | 2025.04.30 22:43:07.304031 [ 259 ] {3308c200-7915-4e49-b783-e6f2d55bead9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8655 | 2025.04.30 22:43:07.304422 [ 194 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20700 rows, containing 5 columns (5 merged, 0 gathered) in 0.01020478 sec., 2028461.1721173802 rows/sec., 136.95 MiB/sec. | ||
| 8656 | 2025.04.30 22:43:07.304555 [ 259 ] {3308c200-7915-4e49-b783-e6f2d55bead9} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8657 | 2025.04.30 22:43:07.304718 [ 194 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8658 | 2025.04.30 22:43:07.304840 [ 259 ] {3308c200-7915-4e49-b783-e6f2d55bead9} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8659 | 2025.04.30 22:43:07.305078 [ 30 ] {} <Debug> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8660 | 2025.04.30 22:43:07.305166 [ 190 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8661 | 2025.04.30 22:43:07.305201 [ 30 ] {} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8662 | 2025.04.30 22:43:07.305223 [ 259 ] {3308c200-7915-4e49-b783-e6f2d55bead9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001822 sec., 45005.48847420417 rows/sec., 2.86 MiB/sec. | ||
| 8663 | 2025.04.30 22:43:07.305269 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8664 | 2025.04.30 22:43:07.305497 [ 259 ] {3308c200-7915-4e49-b783-e6f2d55bead9} <Debug> TCPHandler: Processed in 0.002255947 sec. | ||
| 8665 | 2025.04.30 22:43:07.305530 [ 190 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8666 | 2025.04.30 22:43:07.305589 [ 194 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::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 | ||
| 8667 | 2025.04.30 22:43:07.305662 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
| 8668 | 2025.04.30 22:43:07.305720 [ 194 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8669 | 2025.04.30 22:43:07.305746 [ 194 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3834 rows starting from the beginning of the part | ||
| 8670 | 2025.04.30 22:43:07.305813 [ 194 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 48 rows starting from the beginning of the part | ||
| 8671 | 2025.04.30 22:43:07.305999 [ 194 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::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 | ||
| 8672 | 2025.04.30 22:43:07.306200 [ 194 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 82 rows starting from the beginning of the part | ||
| 8673 | 2025.04.30 22:43:07.306359 [ 194 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::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 | ||
| 8674 | 2025.04.30 22:43:07.306469 [ 194 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 82 rows starting from the beginning of the part | ||
| 8675 | 2025.04.30 22:43:07.307884 [ 190 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4166 rows, containing 4 columns (4 merged, 0 gathered) in 0.002436483 sec., 1709841.603655761 rows/sec., 111.44 MiB/sec. | ||
| 8676 | 2025.04.30 22:43:07.308170 [ 190 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8677 | 2025.04.30 22:43:07.308484 [ 190 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_66_13} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8678 | 2025.04.30 22:43:07.308569 [ 190 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_66_13} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8679 | 2025.04.30 22:43:07.308643 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. | ||
| 8680 | 2025.04.30 22:43:10.349541 [ 24 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8681 | 2025.04.30 22:43:10.349610 [ 24 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8682 | 2025.04.30 22:43:10.558750 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19276 | ||
| 8683 | 2025.04.30 22:43:10.559688 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8684 | 2025.04.30 22:43:10.559757 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8685 | 2025.04.30 22:43:10.560473 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8686 | 2025.04.30 22:43:10.560718 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8687 | 2025.04.30 22:43:10.560966 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
| 8688 | 2025.04.30 22:43:11.932557 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
| 8689 | 2025.04.30 22:43:11.951495 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8690 | 2025.04.30 22:43:11.951565 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8691 | 2025.04.30 22:43:11.958299 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8692 | 2025.04.30 22:43:11.959044 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8693 | 2025.04.30 22:43:11.962274 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
| 8694 | 2025.04.30 22:43:12.250544 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8695 | 2025.04.30 22:43:12.250726 [ 259 ] {42fb1a71-6716-4e5a-9f10-d89cbe0fddc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8696 | 2025.04.30 22:43:12.250798 [ 259 ] {42fb1a71-6716-4e5a-9f10-d89cbe0fddc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8697 | 2025.04.30 22:43:12.251602 [ 259 ] {42fb1a71-6716-4e5a-9f10-d89cbe0fddc1} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8698 | 2025.04.30 22:43:12.251652 [ 259 ] {42fb1a71-6716-4e5a-9f10-d89cbe0fddc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8699 | 2025.04.30 22:43:12.252107 [ 259 ] {42fb1a71-6716-4e5a-9f10-d89cbe0fddc1} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8700 | 2025.04.30 22:43:12.252368 [ 259 ] {42fb1a71-6716-4e5a-9f10-d89cbe0fddc1} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8701 | 2025.04.30 22:43:12.252581 [ 259 ] {42fb1a71-6716-4e5a-9f10-d89cbe0fddc1} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001904 sec., 63025.21008403361 rows/sec., 5.36 MiB/sec. | ||
| 8702 | 2025.04.30 22:43:12.252636 [ 259 ] {42fb1a71-6716-4e5a-9f10-d89cbe0fddc1} <Debug> TCPHandler: Processed in 0.002223897 sec. | ||
| 8703 | 2025.04.30 22:43:12.252764 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8704 | 2025.04.30 22:43:12.252867 [ 259 ] {22e1c28a-0177-4a7b-9068-adea39b9af09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8705 | 2025.04.30 22:43:12.252914 [ 259 ] {22e1c28a-0177-4a7b-9068-adea39b9af09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8706 | 2025.04.30 22:43:12.253444 [ 259 ] {22e1c28a-0177-4a7b-9068-adea39b9af09} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8707 | 2025.04.30 22:43:12.253482 [ 259 ] {22e1c28a-0177-4a7b-9068-adea39b9af09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8708 | 2025.04.30 22:43:12.253842 [ 259 ] {22e1c28a-0177-4a7b-9068-adea39b9af09} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8709 | 2025.04.30 22:43:12.254099 [ 259 ] {22e1c28a-0177-4a7b-9068-adea39b9af09} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8710 | 2025.04.30 22:43:12.254306 [ 259 ] {22e1c28a-0177-4a7b-9068-adea39b9af09} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001461 sec., 21902.80629705681 rows/sec., 1.61 MiB/sec. | ||
| 8711 | 2025.04.30 22:43:12.254357 [ 259 ] {22e1c28a-0177-4a7b-9068-adea39b9af09} <Debug> TCPHandler: Processed in 0.001644207 sec. | ||
| 8712 | 2025.04.30 22:43:12.254473 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8713 | 2025.04.30 22:43:12.254576 [ 259 ] {a72d73f4-eaa3-4ce8-b62a-cea52f5cd655} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8714 | 2025.04.30 22:43:12.254623 [ 259 ] {a72d73f4-eaa3-4ce8-b62a-cea52f5cd655} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8715 | 2025.04.30 22:43:12.255184 [ 259 ] {a72d73f4-eaa3-4ce8-b62a-cea52f5cd655} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8716 | 2025.04.30 22:43:12.255223 [ 259 ] {a72d73f4-eaa3-4ce8-b62a-cea52f5cd655} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8717 | 2025.04.30 22:43:12.255582 [ 259 ] {a72d73f4-eaa3-4ce8-b62a-cea52f5cd655} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8718 | 2025.04.30 22:43:12.255823 [ 259 ] {a72d73f4-eaa3-4ce8-b62a-cea52f5cd655} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8719 | 2025.04.30 22:43:12.256022 [ 259 ] {a72d73f4-eaa3-4ce8-b62a-cea52f5cd655} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001467 sec., 65439.67280163599 rows/sec., 5.11 MiB/sec. | ||
| 8720 | 2025.04.30 22:43:12.256083 [ 259 ] {a72d73f4-eaa3-4ce8-b62a-cea52f5cd655} <Debug> TCPHandler: Processed in 0.001661097 sec. | ||
| 8721 | 2025.04.30 22:43:12.256201 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8722 | 2025.04.30 22:43:12.256331 [ 259 ] {4f5a4004-5230-4578-94c8-41cdd2ed0ac3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8723 | 2025.04.30 22:43:12.256382 [ 259 ] {4f5a4004-5230-4578-94c8-41cdd2ed0ac3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8724 | 2025.04.30 22:43:12.256888 [ 259 ] {4f5a4004-5230-4578-94c8-41cdd2ed0ac3} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8725 | 2025.04.30 22:43:12.256926 [ 259 ] {4f5a4004-5230-4578-94c8-41cdd2ed0ac3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8726 | 2025.04.30 22:43:12.257363 [ 259 ] {4f5a4004-5230-4578-94c8-41cdd2ed0ac3} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8727 | 2025.04.30 22:43:12.257608 [ 259 ] {4f5a4004-5230-4578-94c8-41cdd2ed0ac3} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8728 | 2025.04.30 22:43:12.257813 [ 259 ] {4f5a4004-5230-4578-94c8-41cdd2ed0ac3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001502 sec., 106524.63382157123 rows/sec., 7.42 MiB/sec. | ||
| 8729 | 2025.04.30 22:43:12.257876 [ 259 ] {4f5a4004-5230-4578-94c8-41cdd2ed0ac3} <Debug> TCPHandler: Processed in 0.00172548 sec. | ||
| 8730 | 2025.04.30 22:43:12.258006 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8731 | 2025.04.30 22:43:12.258123 [ 259 ] {a9d1710b-0861-4f1b-a2ca-922db1990f07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8732 | 2025.04.30 22:43:12.258187 [ 259 ] {a9d1710b-0861-4f1b-a2ca-922db1990f07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8733 | 2025.04.30 22:43:12.259290 [ 259 ] {a9d1710b-0861-4f1b-a2ca-922db1990f07} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8734 | 2025.04.30 22:43:12.259328 [ 259 ] {a9d1710b-0861-4f1b-a2ca-922db1990f07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8735 | 2025.04.30 22:43:12.259969 [ 259 ] {a9d1710b-0861-4f1b-a2ca-922db1990f07} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8736 | 2025.04.30 22:43:12.260247 [ 259 ] {a9d1710b-0861-4f1b-a2ca-922db1990f07} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8737 | 2025.04.30 22:43:12.260476 [ 259 ] {a9d1710b-0861-4f1b-a2ca-922db1990f07} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002372 sec., 13490.725126475549 rows/sec., 24.17 MiB/sec. | ||
| 8738 | 2025.04.30 22:43:12.260576 [ 259 ] {a9d1710b-0861-4f1b-a2ca-922db1990f07} <Debug> TCPHandler: Processed in 0.00263454 sec. | ||
| 8739 | 2025.04.30 22:43:12.260697 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8740 | 2025.04.30 22:43:12.260801 [ 259 ] {11482bb5-9d29-43dc-a4a7-07a1e0470e8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8741 | 2025.04.30 22:43:12.260846 [ 259 ] {11482bb5-9d29-43dc-a4a7-07a1e0470e8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8742 | 2025.04.30 22:43:12.261272 [ 259 ] {11482bb5-9d29-43dc-a4a7-07a1e0470e8d} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8743 | 2025.04.30 22:43:12.261310 [ 259 ] {11482bb5-9d29-43dc-a4a7-07a1e0470e8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8744 | 2025.04.30 22:43:12.261673 [ 259 ] {11482bb5-9d29-43dc-a4a7-07a1e0470e8d} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8745 | 2025.04.30 22:43:12.261917 [ 259 ] {11482bb5-9d29-43dc-a4a7-07a1e0470e8d} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8746 | 2025.04.30 22:43:12.262127 [ 259 ] {11482bb5-9d29-43dc-a4a7-07a1e0470e8d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001347 sec., 44543.42984409799 rows/sec., 3.00 MiB/sec. | ||
| 8747 | 2025.04.30 22:43:12.262177 [ 259 ] {11482bb5-9d29-43dc-a4a7-07a1e0470e8d} <Debug> TCPHandler: Processed in 0.001531362 sec. | ||
| 8748 | 2025.04.30 22:43:12.530555 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8749 | 2025.04.30 22:43:12.530693 [ 259 ] {07e3c532-84cb-48a5-8b52-5e9d7de73128} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8750 | 2025.04.30 22:43:12.530747 [ 259 ] {07e3c532-84cb-48a5-8b52-5e9d7de73128} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8751 | 2025.04.30 22:43:12.531490 [ 259 ] {07e3c532-84cb-48a5-8b52-5e9d7de73128} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8752 | 2025.04.30 22:43:12.531534 [ 259 ] {07e3c532-84cb-48a5-8b52-5e9d7de73128} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8753 | 2025.04.30 22:43:12.531926 [ 259 ] {07e3c532-84cb-48a5-8b52-5e9d7de73128} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8754 | 2025.04.30 22:43:12.532189 [ 259 ] {07e3c532-84cb-48a5-8b52-5e9d7de73128} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8755 | 2025.04.30 22:43:12.532401 [ 259 ] {07e3c532-84cb-48a5-8b52-5e9d7de73128} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001737 sec., 122049.51065054692 rows/sec., 7.76 MiB/sec. | ||
| 8756 | 2025.04.30 22:43:12.532469 [ 259 ] {07e3c532-84cb-48a5-8b52-5e9d7de73128} <Debug> TCPHandler: Processed in 0.001995339 sec. | ||
| 8757 | 2025.04.30 22:43:12.532613 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8758 | 2025.04.30 22:43:12.532716 [ 259 ] {b2e0bb6e-83be-4bc8-8ad5-b5aea3237e44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8759 | 2025.04.30 22:43:12.532760 [ 259 ] {b2e0bb6e-83be-4bc8-8ad5-b5aea3237e44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8760 | 2025.04.30 22:43:12.533291 [ 259 ] {b2e0bb6e-83be-4bc8-8ad5-b5aea3237e44} <Trace> oximeter.fields_ipaddr (4dea1092-816a-42b9-a56f-a845cbc6e13d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8761 | 2025.04.30 22:43:12.533329 [ 259 ] {b2e0bb6e-83be-4bc8-8ad5-b5aea3237e44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8762 | 2025.04.30 22:43:12.533675 [ 259 ] {b2e0bb6e-83be-4bc8-8ad5-b5aea3237e44} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 8763 | 2025.04.30 22:43:12.533938 [ 259 ] {b2e0bb6e-83be-4bc8-8ad5-b5aea3237e44} <Trace> oximeter.fields_ipaddr (4dea1092-816a-42b9-a56f-a845cbc6e13d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8764 | 2025.04.30 22:43:12.534154 [ 259 ] {b2e0bb6e-83be-4bc8-8ad5-b5aea3237e44} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001451 sec., 8270.158511371468 rows/sec., 674.37 KiB/sec. | ||
| 8765 | 2025.04.30 22:43:12.534290 [ 259 ] {b2e0bb6e-83be-4bc8-8ad5-b5aea3237e44} <Debug> TCPHandler: Processed in 0.001733859 sec. | ||
| 8766 | 2025.04.30 22:43:12.534450 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8767 | 2025.04.30 22:43:12.534552 [ 259 ] {4d660ae6-7da6-4d0d-8afb-dda95ab80d28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8768 | 2025.04.30 22:43:12.534596 [ 259 ] {4d660ae6-7da6-4d0d-8afb-dda95ab80d28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8769 | 2025.04.30 22:43:12.536098 [ 259 ] {4d660ae6-7da6-4d0d-8afb-dda95ab80d28} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8770 | 2025.04.30 22:43:12.536138 [ 259 ] {4d660ae6-7da6-4d0d-8afb-dda95ab80d28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8771 | 2025.04.30 22:43:12.536599 [ 259 ] {4d660ae6-7da6-4d0d-8afb-dda95ab80d28} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8772 | 2025.04.30 22:43:12.536843 [ 259 ] {4d660ae6-7da6-4d0d-8afb-dda95ab80d28} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8773 | 2025.04.30 22:43:12.537042 [ 259 ] {4d660ae6-7da6-4d0d-8afb-dda95ab80d28} <Debug> executeQuery: Read 1779 rows, 147.98 KiB in 0.002505 sec., 710179.6407185629 rows/sec., 57.69 MiB/sec. | ||
| 8774 | 2025.04.30 22:43:12.537108 [ 259 ] {4d660ae6-7da6-4d0d-8afb-dda95ab80d28} <Debug> TCPHandler: Processed in 0.002707673 sec. | ||
| 8775 | 2025.04.30 22:43:12.537244 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8776 | 2025.04.30 22:43:12.537349 [ 259 ] {4f68456c-11ec-4315-89b2-6c40c0b0890a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8777 | 2025.04.30 22:43:12.537393 [ 259 ] {4f68456c-11ec-4315-89b2-6c40c0b0890a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8778 | 2025.04.30 22:43:12.538013 [ 259 ] {4f68456c-11ec-4315-89b2-6c40c0b0890a} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8779 | 2025.04.30 22:43:12.538052 [ 259 ] {4f68456c-11ec-4315-89b2-6c40c0b0890a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8780 | 2025.04.30 22:43:12.538404 [ 259 ] {4f68456c-11ec-4315-89b2-6c40c0b0890a} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8781 | 2025.04.30 22:43:12.538649 [ 259 ] {4f68456c-11ec-4315-89b2-6c40c0b0890a} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8782 | 2025.04.30 22:43:12.538833 [ 86 ] {} <Debug> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0 | ||
| 8783 | 2025.04.30 22:43:12.538874 [ 259 ] {4f68456c-11ec-4315-89b2-6c40c0b0890a} <Debug> executeQuery: Read 126 rows, 7.83 KiB in 0.001547 sec., 81447.96380090498 rows/sec., 4.94 MiB/sec. | ||
| 8784 | 2025.04.30 22:43:12.538929 [ 86 ] {} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8785 | 2025.04.30 22:43:12.538984 [ 259 ] {4f68456c-11ec-4315-89b2-6c40c0b0890a} <Debug> TCPHandler: Processed in 0.001789522 sec. | ||
| 8786 | 2025.04.30 22:43:12.539008 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8787 | 2025.04.30 22:43:12.539150 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8788 | 2025.04.30 22:43:12.539229 [ 194 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_55_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_50_10 to all_55_55_0 into Compact with storage Full | ||
| 8789 | 2025.04.30 22:43:12.539314 [ 259 ] {0fe4711e-a698-4b42-bb48-911b48214fee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8790 | 2025.04.30 22:43:12.539424 [ 259 ] {0fe4711e-a698-4b42-bb48-911b48214fee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8791 | 2025.04.30 22:43:12.539661 [ 194 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_55_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8792 | 2025.04.30 22:43:12.539772 [ 194 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 164 rows starting from the beginning of the part | ||
| 8793 | 2025.04.30 22:43:12.540319 [ 194 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 114 rows starting from the beginning of the part | ||
| 8794 | 2025.04.30 22:43:12.540794 [ 194 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 38 rows starting from the beginning of the part | ||
| 8795 | 2025.04.30 22:43:12.541123 [ 194 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 114 rows starting from the beginning of the part | ||
| 8796 | 2025.04.30 22:43:12.541408 [ 194 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 32 rows starting from the beginning of the part | ||
| 8797 | 2025.04.30 22:43:12.541589 [ 194 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 126 rows starting from the beginning of the part | ||
| 8798 | 2025.04.30 22:43:12.542445 [ 259 ] {0fe4711e-a698-4b42-bb48-911b48214fee} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8799 | 2025.04.30 22:43:12.542490 [ 259 ] {0fe4711e-a698-4b42-bb48-911b48214fee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8800 | 2025.04.30 22:43:12.543090 [ 259 ] {0fe4711e-a698-4b42-bb48-911b48214fee} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8801 | 2025.04.30 22:43:12.543335 [ 193 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_55_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 588 rows, containing 5 columns (5 merged, 0 gathered) in 0.004201304 sec., 139956.5468245097 rows/sec., 9.29 MiB/sec. | ||
| 8802 | 2025.04.30 22:43:12.543452 [ 259 ] {0fe4711e-a698-4b42-bb48-911b48214fee} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8803 | 2025.04.30 22:43:12.543552 [ 190 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_55_11} <Trace> MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary) | ||
| 8804 | 2025.04.30 22:43:12.543789 [ 259 ] {0fe4711e-a698-4b42-bb48-911b48214fee} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.004537 sec., 75159.79722283447 rows/sec., 5.01 MiB/sec. | ||
| 8805 | 2025.04.30 22:43:12.543865 [ 259 ] {0fe4711e-a698-4b42-bb48-911b48214fee} <Debug> TCPHandler: Processed in 0.004781024 sec. | ||
| 8806 | 2025.04.30 22:43:12.543985 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8807 | 2025.04.30 22:43:12.544043 [ 190 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_55_11} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8808 | 2025.04.30 22:43:12.544129 [ 259 ] {5341f2a3-db1f-4f14-a383-ba1602767c8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8809 | 2025.04.30 22:43:12.544142 [ 190 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_55_11} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11 | ||
| 8810 | 2025.04.30 22:43:12.544180 [ 259 ] {5341f2a3-db1f-4f14-a383-ba1602767c8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8811 | 2025.04.30 22:43:12.544242 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 8812 | 2025.04.30 22:43:12.544802 [ 259 ] {5341f2a3-db1f-4f14-a383-ba1602767c8f} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8813 | 2025.04.30 22:43:12.544839 [ 259 ] {5341f2a3-db1f-4f14-a383-ba1602767c8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8814 | 2025.04.30 22:43:12.545196 [ 259 ] {5341f2a3-db1f-4f14-a383-ba1602767c8f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8815 | 2025.04.30 22:43:12.545433 [ 259 ] {5341f2a3-db1f-4f14-a383-ba1602767c8f} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8816 | 2025.04.30 22:43:12.545640 [ 259 ] {5341f2a3-db1f-4f14-a383-ba1602767c8f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001541 sec., 72680.077871512 rows/sec., 4.14 MiB/sec. | ||
| 8817 | 2025.04.30 22:43:12.545691 [ 259 ] {5341f2a3-db1f-4f14-a383-ba1602767c8f} <Debug> TCPHandler: Processed in 0.00176237 sec. | ||
| 8818 | 2025.04.30 22:43:12.545807 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8819 | 2025.04.30 22:43:12.545911 [ 259 ] {73a1a767-2b07-4913-a737-f42498fbbda7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8820 | 2025.04.30 22:43:12.545955 [ 259 ] {73a1a767-2b07-4913-a737-f42498fbbda7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8821 | 2025.04.30 22:43:12.546923 [ 259 ] {73a1a767-2b07-4913-a737-f42498fbbda7} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8822 | 2025.04.30 22:43:12.546961 [ 259 ] {73a1a767-2b07-4913-a737-f42498fbbda7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8823 | 2025.04.30 22:43:12.547348 [ 259 ] {73a1a767-2b07-4913-a737-f42498fbbda7} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8824 | 2025.04.30 22:43:12.547586 [ 259 ] {73a1a767-2b07-4913-a737-f42498fbbda7} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8825 | 2025.04.30 22:43:12.547833 [ 259 ] {73a1a767-2b07-4913-a737-f42498fbbda7} <Debug> executeQuery: Read 858 rows, 63.49 KiB in 0.001939 sec., 442496.13202681794 rows/sec., 31.98 MiB/sec. | ||
| 8826 | 2025.04.30 22:43:12.547928 [ 259 ] {73a1a767-2b07-4913-a737-f42498fbbda7} <Debug> TCPHandler: Processed in 0.002170435 sec. | ||
| 8827 | 2025.04.30 22:43:12.548148 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8828 | 2025.04.30 22:43:12.548322 [ 259 ] {bb0b0bb8-b4ff-406e-9687-73cfc0a83bb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8829 | 2025.04.30 22:43:12.548368 [ 259 ] {bb0b0bb8-b4ff-406e-9687-73cfc0a83bb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8830 | 2025.04.30 22:43:12.548789 [ 259 ] {bb0b0bb8-b4ff-406e-9687-73cfc0a83bb2} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8831 | 2025.04.30 22:43:12.548828 [ 259 ] {bb0b0bb8-b4ff-406e-9687-73cfc0a83bb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8832 | 2025.04.30 22:43:12.549181 [ 259 ] {bb0b0bb8-b4ff-406e-9687-73cfc0a83bb2} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8833 | 2025.04.30 22:43:12.549427 [ 259 ] {bb0b0bb8-b4ff-406e-9687-73cfc0a83bb2} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8834 | 2025.04.30 22:43:12.549636 [ 259 ] {bb0b0bb8-b4ff-406e-9687-73cfc0a83bb2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001347 sec., 4454.342984409799 rows/sec., 232.72 KiB/sec. | ||
| 8835 | 2025.04.30 22:43:12.549750 [ 259 ] {bb0b0bb8-b4ff-406e-9687-73cfc0a83bb2} <Debug> TCPHandler: Processed in 0.001705058 sec. | ||
| 8836 | 2025.04.30 22:43:12.549886 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8837 | 2025.04.30 22:43:12.549990 [ 259 ] {53eee759-18ae-4010-9c49-efb80b5fd712} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8838 | 2025.04.30 22:43:12.550036 [ 259 ] {53eee759-18ae-4010-9c49-efb80b5fd712} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8839 | 2025.04.30 22:43:12.550793 [ 259 ] {53eee759-18ae-4010-9c49-efb80b5fd712} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8840 | 2025.04.30 22:43:12.550830 [ 259 ] {53eee759-18ae-4010-9c49-efb80b5fd712} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8841 | 2025.04.30 22:43:12.551251 [ 259 ] {53eee759-18ae-4010-9c49-efb80b5fd712} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8842 | 2025.04.30 22:43:12.551488 [ 259 ] {53eee759-18ae-4010-9c49-efb80b5fd712} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8843 | 2025.04.30 22:43:12.551700 [ 259 ] {53eee759-18ae-4010-9c49-efb80b5fd712} <Debug> executeQuery: Read 961 rows, 65.39 KiB in 0.001731 sec., 555170.4217215483 rows/sec., 36.89 MiB/sec. | ||
| 8844 | 2025.04.30 22:43:12.551752 [ 259 ] {53eee759-18ae-4010-9c49-efb80b5fd712} <Debug> TCPHandler: Processed in 0.001915616 sec. | ||
| 8845 | 2025.04.30 22:43:12.551866 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8846 | 2025.04.30 22:43:12.551971 [ 259 ] {fd5092bf-c0ee-47d9-a5ba-4ee83bf97c99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8847 | 2025.04.30 22:43:12.552016 [ 259 ] {fd5092bf-c0ee-47d9-a5ba-4ee83bf97c99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8848 | 2025.04.30 22:43:12.552418 [ 259 ] {fd5092bf-c0ee-47d9-a5ba-4ee83bf97c99} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8849 | 2025.04.30 22:43:12.552456 [ 259 ] {fd5092bf-c0ee-47d9-a5ba-4ee83bf97c99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8850 | 2025.04.30 22:43:12.552791 [ 259 ] {fd5092bf-c0ee-47d9-a5ba-4ee83bf97c99} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8851 | 2025.04.30 22:43:12.553033 [ 259 ] {fd5092bf-c0ee-47d9-a5ba-4ee83bf97c99} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8852 | 2025.04.30 22:43:12.553235 [ 259 ] {fd5092bf-c0ee-47d9-a5ba-4ee83bf97c99} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001286 sec., 777.6049766718506 rows/sec., 52.40 KiB/sec. | ||
| 8853 | 2025.04.30 22:43:12.553284 [ 259 ] {fd5092bf-c0ee-47d9-a5ba-4ee83bf97c99} <Debug> TCPHandler: Processed in 0.001468581 sec. | ||
| 8854 | 2025.04.30 22:43:12.553395 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8855 | 2025.04.30 22:43:12.553498 [ 259 ] {b3f9f8e1-9b59-4664-b9c5-ab9933cee64f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8856 | 2025.04.30 22:43:12.553558 [ 259 ] {b3f9f8e1-9b59-4664-b9c5-ab9933cee64f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8857 | 2025.04.30 22:43:12.554527 [ 259 ] {b3f9f8e1-9b59-4664-b9c5-ab9933cee64f} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8858 | 2025.04.30 22:43:12.554565 [ 259 ] {b3f9f8e1-9b59-4664-b9c5-ab9933cee64f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8859 | 2025.04.30 22:43:12.555142 [ 259 ] {b3f9f8e1-9b59-4664-b9c5-ab9933cee64f} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8860 | 2025.04.30 22:43:12.555395 [ 259 ] {b3f9f8e1-9b59-4664-b9c5-ab9933cee64f} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8861 | 2025.04.30 22:43:12.555627 [ 259 ] {b3f9f8e1-9b59-4664-b9c5-ab9933cee64f} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00215 sec., 3720.9302325581393 rows/sec., 6.67 MiB/sec. | ||
| 8862 | 2025.04.30 22:43:12.555717 [ 259 ] {b3f9f8e1-9b59-4664-b9c5-ab9933cee64f} <Debug> TCPHandler: Processed in 0.002371741 sec. | ||
| 8863 | 2025.04.30 22:43:12.555824 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8864 | 2025.04.30 22:43:12.555926 [ 259 ] {7e3a49bd-c884-4136-a12b-09414c478636} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8865 | 2025.04.30 22:43:12.555970 [ 259 ] {7e3a49bd-c884-4136-a12b-09414c478636} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8866 | 2025.04.30 22:43:12.556392 [ 259 ] {7e3a49bd-c884-4136-a12b-09414c478636} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8867 | 2025.04.30 22:43:12.556430 [ 259 ] {7e3a49bd-c884-4136-a12b-09414c478636} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8868 | 2025.04.30 22:43:12.556781 [ 259 ] {7e3a49bd-c884-4136-a12b-09414c478636} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8869 | 2025.04.30 22:43:12.557021 [ 259 ] {7e3a49bd-c884-4136-a12b-09414c478636} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8870 | 2025.04.30 22:43:12.557259 [ 259 ] {7e3a49bd-c884-4136-a12b-09414c478636} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001348 sec., 25222.55192878338 rows/sec., 1.46 MiB/sec. | ||
| 8871 | 2025.04.30 22:43:12.557355 [ 259 ] {7e3a49bd-c884-4136-a12b-09414c478636} <Debug> TCPHandler: Processed in 0.001580484 sec. | ||
| 8872 | 2025.04.30 22:43:13.000159 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 222.15 MiB, peak 232.81 MiB, free memory in arenas 0.00 B, will set to 220.84 MiB (RSS), difference: -1.31 MiB | ||
| 8873 | 2025.04.30 22:43:15.654849 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1264 | ||
| 8874 | 2025.04.30 22:43:15.658367 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8875 | 2025.04.30 22:43:15.658414 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8876 | 2025.04.30 22:43:15.659892 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8877 | 2025.04.30 22:43:15.660194 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8878 | 2025.04.30 22:43:15.660495 [ 133 ] {} <Debug> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8879 | 2025.04.30 22:43:15.660673 [ 133 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8880 | 2025.04.30 22:43:15.660781 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8881 | 2025.04.30 22:43:15.662048 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1264 | ||
| 8882 | 2025.04.30 22:43:15.662068 [ 193 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::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 | ||
| 8883 | 2025.04.30 22:43:15.662840 [ 193 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8884 | 2025.04.30 22:43:15.663028 [ 193 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1060 rows starting from the beginning of the part | ||
| 8885 | 2025.04.30 22:43:15.663725 [ 193 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 34 rows starting from the beginning of the part | ||
| 8886 | 2025.04.30 22:43:15.664397 [ 193 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 56 rows starting from the beginning of the part | ||
| 8887 | 2025.04.30 22:43:15.665048 [ 193 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::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 | ||
| 8888 | 2025.04.30 22:43:15.665695 [ 193 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 36 rows starting from the beginning of the part | ||
| 8889 | 2025.04.30 22:43:15.666386 [ 193 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 58 rows starting from the beginning of the part | ||
| 8890 | 2025.04.30 22:43:15.674175 [ 190 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1264 rows, containing 72 columns (72 merged, 0 gathered) in 0.013217603 sec., 95630.0472937491 rows/sec., 75.26 MiB/sec. | ||
| 8891 | 2025.04.30 22:43:15.675758 [ 190 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8892 | 2025.04.30 22:43:15.676556 [ 190 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_31_6} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8893 | 2025.04.30 22:43:15.676651 [ 190 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_31_6} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8894 | 2025.04.30 22:43:15.677010 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.84 MiB. | ||
| 8895 | 2025.04.30 22:43:17.247322 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8896 | 2025.04.30 22:43:17.247507 [ 259 ] {b077f188-430b-43a9-b556-c0b4714f489e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8897 | 2025.04.30 22:43:17.247579 [ 259 ] {b077f188-430b-43a9-b556-c0b4714f489e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8898 | 2025.04.30 22:43:17.248345 [ 259 ] {b077f188-430b-43a9-b556-c0b4714f489e} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8899 | 2025.04.30 22:43:17.248399 [ 259 ] {b077f188-430b-43a9-b556-c0b4714f489e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8900 | 2025.04.30 22:43:17.248840 [ 259 ] {b077f188-430b-43a9-b556-c0b4714f489e} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8901 | 2025.04.30 22:43:17.249116 [ 259 ] {b077f188-430b-43a9-b556-c0b4714f489e} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8902 | 2025.04.30 22:43:17.249371 [ 259 ] {b077f188-430b-43a9-b556-c0b4714f489e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001904 sec., 29411.764705882353 rows/sec., 2.26 MiB/sec. | ||
| 8903 | 2025.04.30 22:43:17.249481 [ 259 ] {b077f188-430b-43a9-b556-c0b4714f489e} <Debug> TCPHandler: Processed in 0.002287679 sec. | ||
| 8904 | 2025.04.30 22:43:17.249671 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8905 | 2025.04.30 22:43:17.249860 [ 259 ] {79878ec4-4d25-40ef-9aa9-113fec05bfb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8906 | 2025.04.30 22:43:17.249912 [ 259 ] {79878ec4-4d25-40ef-9aa9-113fec05bfb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8907 | 2025.04.30 22:43:17.250495 [ 259 ] {79878ec4-4d25-40ef-9aa9-113fec05bfb2} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8908 | 2025.04.30 22:43:17.250536 [ 259 ] {79878ec4-4d25-40ef-9aa9-113fec05bfb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8909 | 2025.04.30 22:43:17.250905 [ 259 ] {79878ec4-4d25-40ef-9aa9-113fec05bfb2} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8910 | 2025.04.30 22:43:17.251160 [ 259 ] {79878ec4-4d25-40ef-9aa9-113fec05bfb2} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8911 | 2025.04.30 22:43:17.251359 [ 259 ] {79878ec4-4d25-40ef-9aa9-113fec05bfb2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001534 sec., 41720.99087353325 rows/sec., 3.26 MiB/sec. | ||
| 8912 | 2025.04.30 22:43:17.251411 [ 259 ] {79878ec4-4d25-40ef-9aa9-113fec05bfb2} <Debug> TCPHandler: Processed in 0.001850764 sec. | ||
| 8913 | 2025.04.30 22:43:17.251526 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8914 | 2025.04.30 22:43:17.251634 [ 259 ] {d9d0c90a-1b2f-4cf5-ac55-1efbe023b09c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8915 | 2025.04.30 22:43:17.251684 [ 259 ] {d9d0c90a-1b2f-4cf5-ac55-1efbe023b09c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8916 | 2025.04.30 22:43:17.252187 [ 259 ] {d9d0c90a-1b2f-4cf5-ac55-1efbe023b09c} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8917 | 2025.04.30 22:43:17.252226 [ 259 ] {d9d0c90a-1b2f-4cf5-ac55-1efbe023b09c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8918 | 2025.04.30 22:43:17.252619 [ 259 ] {d9d0c90a-1b2f-4cf5-ac55-1efbe023b09c} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8919 | 2025.04.30 22:43:17.252866 [ 259 ] {d9d0c90a-1b2f-4cf5-ac55-1efbe023b09c} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8920 | 2025.04.30 22:43:17.253094 [ 259 ] {d9d0c90a-1b2f-4cf5-ac55-1efbe023b09c} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001479 sec., 86544.96281271128 rows/sec., 6.03 MiB/sec. | ||
| 8921 | 2025.04.30 22:43:17.253196 [ 259 ] {d9d0c90a-1b2f-4cf5-ac55-1efbe023b09c} <Debug> TCPHandler: Processed in 0.001719529 sec. | ||
| 8922 | 2025.04.30 22:43:17.253386 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8923 | 2025.04.30 22:43:17.253740 [ 259 ] {315c3fb7-3b5e-426e-80b1-816845c26f7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8924 | 2025.04.30 22:43:17.253838 [ 259 ] {315c3fb7-3b5e-426e-80b1-816845c26f7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8925 | 2025.04.30 22:43:17.254327 [ 259 ] {315c3fb7-3b5e-426e-80b1-816845c26f7b} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8926 | 2025.04.30 22:43:17.254366 [ 259 ] {315c3fb7-3b5e-426e-80b1-816845c26f7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8927 | 2025.04.30 22:43:17.254740 [ 259 ] {315c3fb7-3b5e-426e-80b1-816845c26f7b} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8928 | 2025.04.30 22:43:17.254982 [ 259 ] {315c3fb7-3b5e-426e-80b1-816845c26f7b} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8929 | 2025.04.30 22:43:17.255181 [ 259 ] {315c3fb7-3b5e-426e-80b1-816845c26f7b} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001557 sec., 30828.516377649325 rows/sec., 2.08 MiB/sec. | ||
| 8930 | 2025.04.30 22:43:17.255229 [ 259 ] {315c3fb7-3b5e-426e-80b1-816845c26f7b} <Debug> TCPHandler: Processed in 0.001958877 sec. | ||
| 8931 | 2025.04.30 22:43:18.061717 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19764 | ||
| 8932 | 2025.04.30 22:43:18.062439 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8933 | 2025.04.30 22:43:18.062488 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8934 | 2025.04.30 22:43:18.063011 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8935 | 2025.04.30 22:43:18.063272 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8936 | 2025.04.30 22:43:18.063477 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764 | ||
| 8937 | 2025.04.30 22:43:19.463266 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 325 | ||
| 8938 | 2025.04.30 22:43:19.483088 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8939 | 2025.04.30 22:43:19.483145 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 8940 | 2025.04.30 22:43:19.490265 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8941 | 2025.04.30 22:43:19.491040 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8942 | 2025.04.30 22:43:19.493849 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 325 | ||
| 8943 | 2025.04.30 22:43:22.251533 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8944 | 2025.04.30 22:43:22.251760 [ 259 ] {1bb54b21-67a4-4afb-9114-31890c6e3860} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8945 | 2025.04.30 22:43:22.251842 [ 259 ] {1bb54b21-67a4-4afb-9114-31890c6e3860} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8946 | 2025.04.30 22:43:22.252690 [ 259 ] {1bb54b21-67a4-4afb-9114-31890c6e3860} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8947 | 2025.04.30 22:43:22.252744 [ 259 ] {1bb54b21-67a4-4afb-9114-31890c6e3860} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 8948 | 2025.04.30 22:43:22.253187 [ 259 ] {1bb54b21-67a4-4afb-9114-31890c6e3860} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8949 | 2025.04.30 22:43:22.253439 [ 259 ] {1bb54b21-67a4-4afb-9114-31890c6e3860} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8950 | 2025.04.30 22:43:22.253698 [ 259 ] {1bb54b21-67a4-4afb-9114-31890c6e3860} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.00199 sec., 60301.50753768844 rows/sec., 5.12 MiB/sec. | ||
| 8951 | 2025.04.30 22:43:22.253790 [ 259 ] {1bb54b21-67a4-4afb-9114-31890c6e3860} <Debug> TCPHandler: Processed in 0.002394162 sec. | ||
| 8952 | 2025.04.30 22:43:22.254038 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8953 | 2025.04.30 22:43:22.254222 [ 259 ] {6350a3cb-8908-4d6a-ba25-3b299f5ab79e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8954 | 2025.04.30 22:43:22.254273 [ 259 ] {6350a3cb-8908-4d6a-ba25-3b299f5ab79e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8955 | 2025.04.30 22:43:22.254832 [ 259 ] {6350a3cb-8908-4d6a-ba25-3b299f5ab79e} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8956 | 2025.04.30 22:43:22.254874 [ 259 ] {6350a3cb-8908-4d6a-ba25-3b299f5ab79e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 8957 | 2025.04.30 22:43:22.255226 [ 259 ] {6350a3cb-8908-4d6a-ba25-3b299f5ab79e} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 8958 | 2025.04.30 22:43:22.255471 [ 259 ] {6350a3cb-8908-4d6a-ba25-3b299f5ab79e} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8959 | 2025.04.30 22:43:22.255669 [ 259 ] {6350a3cb-8908-4d6a-ba25-3b299f5ab79e} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001485 sec., 21548.82154882155 rows/sec., 1.58 MiB/sec. | ||
| 8960 | 2025.04.30 22:43:22.255721 [ 259 ] {6350a3cb-8908-4d6a-ba25-3b299f5ab79e} <Debug> TCPHandler: Processed in 0.001791691 sec. | ||
| 8961 | 2025.04.30 22:43:22.255839 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8962 | 2025.04.30 22:43:22.255946 [ 259 ] {36a4290a-deb5-48fa-958f-11ea4e75bb5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8963 | 2025.04.30 22:43:22.255992 [ 259 ] {36a4290a-deb5-48fa-958f-11ea4e75bb5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8964 | 2025.04.30 22:43:22.256544 [ 259 ] {36a4290a-deb5-48fa-958f-11ea4e75bb5c} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8965 | 2025.04.30 22:43:22.256583 [ 259 ] {36a4290a-deb5-48fa-958f-11ea4e75bb5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 8966 | 2025.04.30 22:43:22.256932 [ 259 ] {36a4290a-deb5-48fa-958f-11ea4e75bb5c} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8967 | 2025.04.30 22:43:22.257164 [ 259 ] {36a4290a-deb5-48fa-958f-11ea4e75bb5c} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8968 | 2025.04.30 22:43:22.257382 [ 259 ] {36a4290a-deb5-48fa-958f-11ea4e75bb5c} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001461 sec., 65708.41889117043 rows/sec., 5.13 MiB/sec. | ||
| 8969 | 2025.04.30 22:43:22.257435 [ 259 ] {36a4290a-deb5-48fa-958f-11ea4e75bb5c} <Debug> TCPHandler: Processed in 0.001648597 sec. | ||
| 8970 | 2025.04.30 22:43:22.257559 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8971 | 2025.04.30 22:43:22.257665 [ 259 ] {61655751-9181-49a1-8ab2-e04406244b9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8972 | 2025.04.30 22:43:22.257714 [ 259 ] {61655751-9181-49a1-8ab2-e04406244b9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8973 | 2025.04.30 22:43:22.258233 [ 259 ] {61655751-9181-49a1-8ab2-e04406244b9a} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8974 | 2025.04.30 22:43:22.258270 [ 259 ] {61655751-9181-49a1-8ab2-e04406244b9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 8975 | 2025.04.30 22:43:22.258654 [ 259 ] {61655751-9181-49a1-8ab2-e04406244b9a} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8976 | 2025.04.30 22:43:22.258889 [ 259 ] {61655751-9181-49a1-8ab2-e04406244b9a} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8977 | 2025.04.30 22:43:22.259099 [ 259 ] {61655751-9181-49a1-8ab2-e04406244b9a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001456 sec., 109890.10989010989 rows/sec., 7.65 MiB/sec. | ||
| 8978 | 2025.04.30 22:43:22.259150 [ 259 ] {61655751-9181-49a1-8ab2-e04406244b9a} <Debug> TCPHandler: Processed in 0.001645356 sec. | ||
| 8979 | 2025.04.30 22:43:22.259273 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8980 | 2025.04.30 22:43:22.259381 [ 259 ] {ba6f8622-89ed-40d5-9a34-1c7b85de1243} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8981 | 2025.04.30 22:43:22.259446 [ 259 ] {ba6f8622-89ed-40d5-9a34-1c7b85de1243} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8982 | 2025.04.30 22:43:22.260558 [ 259 ] {ba6f8622-89ed-40d5-9a34-1c7b85de1243} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8983 | 2025.04.30 22:43:22.260597 [ 259 ] {ba6f8622-89ed-40d5-9a34-1c7b85de1243} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 8984 | 2025.04.30 22:43:22.261227 [ 259 ] {ba6f8622-89ed-40d5-9a34-1c7b85de1243} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 8985 | 2025.04.30 22:43:22.261508 [ 259 ] {ba6f8622-89ed-40d5-9a34-1c7b85de1243} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8986 | 2025.04.30 22:43:22.261700 [ 116 ] {} <Debug> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 8987 | 2025.04.30 22:43:22.261771 [ 259 ] {ba6f8622-89ed-40d5-9a34-1c7b85de1243} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002412 sec., 13266.998341625207 rows/sec., 23.77 MiB/sec. | ||
| 8988 | 2025.04.30 22:43:22.261798 [ 116 ] {} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8989 | 2025.04.30 22:43:22.261865 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 8990 | 2025.04.30 22:43:22.262276 [ 259 ] {ba6f8622-89ed-40d5-9a34-1c7b85de1243} <Debug> TCPHandler: Processed in 0.003049905 sec. | ||
| 8991 | 2025.04.30 22:43:22.262336 [ 199 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::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 | ||
| 8992 | 2025.04.30 22:43:22.262867 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8993 | 2025.04.30 22:43:22.263322 [ 259 ] {795ab3fb-cb13-4fea-b7fa-7bf10fd5114c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8994 | 2025.04.30 22:43:22.263458 [ 259 ] {795ab3fb-cb13-4fea-b7fa-7bf10fd5114c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8995 | 2025.04.30 22:43:22.263505 [ 199 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8996 | 2025.04.30 22:43:22.263747 [ 199 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::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 | ||
| 8997 | 2025.04.30 22:43:22.264529 [ 199 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 32 rows starting from the beginning of the part | ||
| 8998 | 2025.04.30 22:43:22.265313 [ 199 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::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 | ||
| 8999 | 2025.04.30 22:43:22.265502 [ 259 ] {795ab3fb-cb13-4fea-b7fa-7bf10fd5114c} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9000 | 2025.04.30 22:43:22.265606 [ 259 ] {795ab3fb-cb13-4fea-b7fa-7bf10fd5114c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9001 | 2025.04.30 22:43:22.266015 [ 199 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 32 rows starting from the beginning of the part | ||
| 9002 | 2025.04.30 22:43:22.266704 [ 199 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::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 | ||
| 9003 | 2025.04.30 22:43:22.267182 [ 259 ] {795ab3fb-cb13-4fea-b7fa-7bf10fd5114c} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9004 | 2025.04.30 22:43:22.267323 [ 199 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 32 rows starting from the beginning of the part | ||
| 9005 | 2025.04.30 22:43:22.267955 [ 259 ] {795ab3fb-cb13-4fea-b7fa-7bf10fd5114c} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9006 | 2025.04.30 22:43:22.268518 [ 259 ] {795ab3fb-cb13-4fea-b7fa-7bf10fd5114c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005357 sec., 11200.298674631324 rows/sec., 772.94 KiB/sec. | ||
| 9007 | 2025.04.30 22:43:22.268666 [ 259 ] {795ab3fb-cb13-4fea-b7fa-7bf10fd5114c} <Debug> TCPHandler: Processed in 0.005961274 sec. | ||
| 9008 | 2025.04.30 22:43:22.275544 [ 195 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1062 rows, containing 19 columns (19 merged, 0 gathered) in 0.013534704 sec., 78464.95941100744 rows/sec., 140.61 MiB/sec. | ||
| 9009 | 2025.04.30 22:43:22.276562 [ 195 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 9010 | 2025.04.30 22:43:22.276955 [ 195 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9011 | 2025.04.30 22:43:22.277039 [ 195 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 9012 | 2025.04.30 22:43:22.277147 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.35 MiB. | ||
| 9013 | 2025.04.30 22:43:23.001145 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 221.40 MiB, peak 232.81 MiB, free memory in arenas 0.00 B, will set to 224.92 MiB (RSS), difference: 3.52 MiB | ||
| 9014 | 2025.04.30 22:43:23.176279 [ 105 ] {} <Debug> oximeter.fields_ipaddr (4dea1092-816a-42b9-a56f-a845cbc6e13d) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 9015 | 2025.04.30 22:43:23.176349 [ 105 ] {} <Trace> oximeter.fields_ipaddr (4dea1092-816a-42b9-a56f-a845cbc6e13d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9016 | 2025.04.30 22:43:23.176377 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9017 | 2025.04.30 22:43:23.176563 [ 188 ] {4dea1092-816a-42b9-a56f-a845cbc6e13d::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 | ||
| 9018 | 2025.04.30 22:43:23.176765 [ 188 ] {4dea1092-816a-42b9-a56f-a845cbc6e13d::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9019 | 2025.04.30 22:43:23.176807 [ 188 ] {4dea1092-816a-42b9-a56f-a845cbc6e13d::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 | ||
| 9020 | 2025.04.30 22:43:23.176898 [ 188 ] {4dea1092-816a-42b9-a56f-a845cbc6e13d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
| 9021 | 2025.04.30 22:43:23.176989 [ 188 ] {4dea1092-816a-42b9-a56f-a845cbc6e13d::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 | ||
| 9022 | 2025.04.30 22:43:23.177331 [ 188 ] {4dea1092-816a-42b9-a56f-a845cbc6e13d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
| 9023 | 2025.04.30 22:43:23.177509 [ 188 ] {4dea1092-816a-42b9-a56f-a845cbc6e13d::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 | ||
| 9024 | 2025.04.30 22:43:23.178388 [ 196 ] {4dea1092-816a-42b9-a56f-a845cbc6e13d::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.001944897 sec., 27764.966473802986 rows/sec., 2.32 MiB/sec. | ||
| 9025 | 2025.04.30 22:43:23.178498 [ 188 ] {4dea1092-816a-42b9-a56f-a845cbc6e13d::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 9026 | 2025.04.30 22:43:23.178755 [ 188 ] {4dea1092-816a-42b9-a56f-a845cbc6e13d::all_1_9_2} <Trace> oximeter.fields_ipaddr (4dea1092-816a-42b9-a56f-a845cbc6e13d): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9027 | 2025.04.30 22:43:23.178830 [ 188 ] {4dea1092-816a-42b9-a56f-a845cbc6e13d::all_1_9_2} <Trace> oximeter.fields_ipaddr (4dea1092-816a-42b9-a56f-a845cbc6e13d) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 9028 | 2025.04.30 22:43:23.178901 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9029 | 2025.04.30 22:43:25.349742 [ 71 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9030 | 2025.04.30 22:43:25.349814 [ 71 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9031 | 2025.04.30 22:43:25.564561 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20191 | ||
| 9032 | 2025.04.30 22:43:25.565204 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9033 | 2025.04.30 22:43:25.565262 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9034 | 2025.04.30 22:43:25.565785 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9035 | 2025.04.30 22:43:25.566041 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9036 | 2025.04.30 22:43:25.566296 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
| 9037 | 2025.04.30 22:43:25.663301 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1284 | ||
| 9038 | 2025.04.30 22:43:25.666227 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9039 | 2025.04.30 22:43:25.666286 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9040 | 2025.04.30 22:43:25.667780 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9041 | 2025.04.30 22:43:25.668104 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9042 | 2025.04.30 22:43:25.668758 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1284 | ||
| 9043 | 2025.04.30 22:43:26.994863 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 332 | ||
| 9044 | 2025.04.30 22:43:27.017615 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9045 | 2025.04.30 22:43:27.017678 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9046 | 2025.04.30 22:43:27.024955 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9047 | 2025.04.30 22:43:27.025781 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9048 | 2025.04.30 22:43:27.029276 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
| 9049 | 2025.04.30 22:43:27.255463 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9050 | 2025.04.30 22:43:27.255649 [ 259 ] {1c460971-ce0b-40a9-903a-854e3526e7e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9051 | 2025.04.30 22:43:27.255719 [ 259 ] {1c460971-ce0b-40a9-903a-854e3526e7e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9052 | 2025.04.30 22:43:27.256565 [ 259 ] {1c460971-ce0b-40a9-903a-854e3526e7e0} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9053 | 2025.04.30 22:43:27.256609 [ 259 ] {1c460971-ce0b-40a9-903a-854e3526e7e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9054 | 2025.04.30 22:43:27.257045 [ 259 ] {1c460971-ce0b-40a9-903a-854e3526e7e0} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9055 | 2025.04.30 22:43:27.257295 [ 259 ] {1c460971-ce0b-40a9-903a-854e3526e7e0} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9056 | 2025.04.30 22:43:27.257479 [ 259 ] {1c460971-ce0b-40a9-903a-854e3526e7e0} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00188 sec., 112765.95744680852 rows/sec., 7.17 MiB/sec. | ||
| 9057 | 2025.04.30 22:43:27.257533 [ 259 ] {1c460971-ce0b-40a9-903a-854e3526e7e0} <Debug> TCPHandler: Processed in 0.002195685 sec. | ||
| 9058 | 2025.04.30 22:43:27.257666 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9059 | 2025.04.30 22:43:27.257774 [ 259 ] {8cf8b14a-c045-4f67-9f14-d0256c7141cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9060 | 2025.04.30 22:43:27.257818 [ 259 ] {8cf8b14a-c045-4f67-9f14-d0256c7141cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9061 | 2025.04.30 22:43:27.258642 [ 259 ] {8cf8b14a-c045-4f67-9f14-d0256c7141cb} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9062 | 2025.04.30 22:43:27.258678 [ 259 ] {8cf8b14a-c045-4f67-9f14-d0256c7141cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9063 | 2025.04.30 22:43:27.259064 [ 259 ] {8cf8b14a-c045-4f67-9f14-d0256c7141cb} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9064 | 2025.04.30 22:43:27.259305 [ 259 ] {8cf8b14a-c045-4f67-9f14-d0256c7141cb} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9065 | 2025.04.30 22:43:27.259427 [ 61 ] {} <Debug> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9066 | 2025.04.30 22:43:27.259472 [ 61 ] {} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9067 | 2025.04.30 22:43:27.259476 [ 259 ] {8cf8b14a-c045-4f67-9f14-d0256c7141cb} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001724 sec., 367169.37354988395 rows/sec., 28.88 MiB/sec. | ||
| 9068 | 2025.04.30 22:43:27.259502 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9069 | 2025.04.30 22:43:27.259549 [ 259 ] {8cf8b14a-c045-4f67-9f14-d0256c7141cb} <Debug> TCPHandler: Processed in 0.001935227 sec. | ||
| 9070 | 2025.04.30 22:43:27.259657 [ 198 ] {d4e73ecb-69f6-409c-bee6-1454de550956::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 | ||
| 9071 | 2025.04.30 22:43:27.259687 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9072 | 2025.04.30 22:43:27.259782 [ 198 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9073 | 2025.04.30 22:43:27.259821 [ 259 ] {992aeaa7-6131-4732-98a6-686df62243ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9074 | 2025.04.30 22:43:27.259824 [ 198 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1846 rows starting from the beginning of the part | ||
| 9075 | 2025.04.30 22:43:27.259871 [ 259 ] {992aeaa7-6131-4732-98a6-686df62243ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9076 | 2025.04.30 22:43:27.259998 [ 198 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 120 rows starting from the beginning of the part | ||
| 9077 | 2025.04.30 22:43:27.260359 [ 198 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 1779 rows starting from the beginning of the part | ||
| 9078 | 2025.04.30 22:43:27.260775 [ 198 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 56 rows starting from the beginning of the part | ||
| 9079 | 2025.04.30 22:43:27.261162 [ 198 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 120 rows starting from the beginning of the part | ||
| 9080 | 2025.04.30 22:43:27.261585 [ 198 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 633 rows starting from the beginning of the part | ||
| 9081 | 2025.04.30 22:43:27.262542 [ 259 ] {992aeaa7-6131-4732-98a6-686df62243ef} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9082 | 2025.04.30 22:43:27.262585 [ 259 ] {992aeaa7-6131-4732-98a6-686df62243ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9083 | 2025.04.30 22:43:27.263119 [ 259 ] {992aeaa7-6131-4732-98a6-686df62243ef} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 9084 | 2025.04.30 22:43:27.263410 [ 259 ] {992aeaa7-6131-4732-98a6-686df62243ef} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9085 | 2025.04.30 22:43:27.263581 [ 259 ] {992aeaa7-6131-4732-98a6-686df62243ef} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.003791 sec., 30071.22131363756 rows/sec., 1.80 MiB/sec. | ||
| 9086 | 2025.04.30 22:43:27.263664 [ 259 ] {992aeaa7-6131-4732-98a6-686df62243ef} <Debug> TCPHandler: Processed in 0.004030728 sec. | ||
| 9087 | 2025.04.30 22:43:27.263786 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9088 | 2025.04.30 22:43:27.263915 [ 259 ] {c484d14b-1bcd-4633-996c-09d6a810d7ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9089 | 2025.04.30 22:43:27.263990 [ 259 ] {c484d14b-1bcd-4633-996c-09d6a810d7ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9090 | 2025.04.30 22:43:27.264129 [ 198 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4554 rows, containing 5 columns (5 merged, 0 gathered) in 0.004553916 sec., 1000018.4456630294 rows/sec., 84.98 MiB/sec. | ||
| 9091 | 2025.04.30 22:43:27.264463 [ 196 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9092 | 2025.04.30 22:43:27.264939 [ 259 ] {c484d14b-1bcd-4633-996c-09d6a810d7ed} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9093 | 2025.04.30 22:43:27.265015 [ 259 ] {c484d14b-1bcd-4633-996c-09d6a810d7ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9094 | 2025.04.30 22:43:27.265190 [ 196 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_71_14} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9095 | 2025.04.30 22:43:27.265430 [ 196 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_71_14} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9096 | 2025.04.30 22:43:27.265742 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 9097 | 2025.04.30 22:43:27.266347 [ 259 ] {c484d14b-1bcd-4633-996c-09d6a810d7ed} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9098 | 2025.04.30 22:43:27.266592 [ 259 ] {c484d14b-1bcd-4633-996c-09d6a810d7ed} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9099 | 2025.04.30 22:43:27.266779 [ 259 ] {c484d14b-1bcd-4633-996c-09d6a810d7ed} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002899 sec., 38978.958261469474 rows/sec., 2.52 MiB/sec. | ||
| 9100 | 2025.04.30 22:43:27.266907 [ 259 ] {c484d14b-1bcd-4633-996c-09d6a810d7ed} <Debug> TCPHandler: Processed in 0.003171098 sec. | ||
| 9101 | 2025.04.30 22:43:27.267036 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9102 | 2025.04.30 22:43:27.267136 [ 259 ] {0481ef83-4769-412f-b7ec-abc97bc2467e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9103 | 2025.04.30 22:43:27.267180 [ 259 ] {0481ef83-4769-412f-b7ec-abc97bc2467e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9104 | 2025.04.30 22:43:27.267711 [ 259 ] {0481ef83-4769-412f-b7ec-abc97bc2467e} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9105 | 2025.04.30 22:43:27.267748 [ 259 ] {0481ef83-4769-412f-b7ec-abc97bc2467e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9106 | 2025.04.30 22:43:27.268083 [ 259 ] {0481ef83-4769-412f-b7ec-abc97bc2467e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9107 | 2025.04.30 22:43:27.268314 [ 259 ] {0481ef83-4769-412f-b7ec-abc97bc2467e} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9108 | 2025.04.30 22:43:27.268476 [ 259 ] {0481ef83-4769-412f-b7ec-abc97bc2467e} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001362 sec., 82232.01174743025 rows/sec., 4.68 MiB/sec. | ||
| 9109 | 2025.04.30 22:43:27.268524 [ 259 ] {0481ef83-4769-412f-b7ec-abc97bc2467e} <Debug> TCPHandler: Processed in 0.001542423 sec. | ||
| 9110 | 2025.04.30 22:43:27.268644 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9111 | 2025.04.30 22:43:27.268748 [ 259 ] {9ac6b33d-ac44-480a-a013-dd716cb36674} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9112 | 2025.04.30 22:43:27.268792 [ 259 ] {9ac6b33d-ac44-480a-a013-dd716cb36674} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9113 | 2025.04.30 22:43:27.269429 [ 259 ] {9ac6b33d-ac44-480a-a013-dd716cb36674} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9114 | 2025.04.30 22:43:27.269466 [ 259 ] {9ac6b33d-ac44-480a-a013-dd716cb36674} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9115 | 2025.04.30 22:43:27.269837 [ 259 ] {9ac6b33d-ac44-480a-a013-dd716cb36674} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9116 | 2025.04.30 22:43:27.270074 [ 259 ] {9ac6b33d-ac44-480a-a013-dd716cb36674} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9117 | 2025.04.30 22:43:27.270197 [ 61 ] {} <Debug> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9118 | 2025.04.30 22:43:27.270240 [ 61 ] {} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9119 | 2025.04.30 22:43:27.270249 [ 259 ] {9ac6b33d-ac44-480a-a013-dd716cb36674} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.00152 sec., 256578.94736842104 rows/sec., 18.13 MiB/sec. | ||
| 9120 | 2025.04.30 22:43:27.270266 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9121 | 2025.04.30 22:43:27.270362 [ 259 ] {9ac6b33d-ac44-480a-a013-dd716cb36674} <Debug> TCPHandler: Processed in 0.001767231 sec. | ||
| 9122 | 2025.04.30 22:43:27.270514 [ 201 ] {e25d2b30-b306-449e-8756-7ab1229a4707::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 | ||
| 9123 | 2025.04.30 22:43:27.270549 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9124 | 2025.04.30 22:43:27.270804 [ 201 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9125 | 2025.04.30 22:43:27.270814 [ 259 ] {826bf73e-9a39-4cb8-841e-aaa47fb98896} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9126 | 2025.04.30 22:43:27.270871 [ 201 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 914 rows starting from the beginning of the part | ||
| 9127 | 2025.04.30 22:43:27.270912 [ 259 ] {826bf73e-9a39-4cb8-841e-aaa47fb98896} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9128 | 2025.04.30 22:43:27.271300 [ 201 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 96 rows starting from the beginning of the part | ||
| 9129 | 2025.04.30 22:43:27.271683 [ 201 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 858 rows starting from the beginning of the part | ||
| 9130 | 2025.04.30 22:43:27.272024 [ 201 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 64 rows starting from the beginning of the part | ||
| 9131 | 2025.04.30 22:43:27.272291 [ 201 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 96 rows starting from the beginning of the part | ||
| 9132 | 2025.04.30 22:43:27.272679 [ 201 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 390 rows starting from the beginning of the part | ||
| 9133 | 2025.04.30 22:43:27.273288 [ 259 ] {826bf73e-9a39-4cb8-841e-aaa47fb98896} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9134 | 2025.04.30 22:43:27.273358 [ 259 ] {826bf73e-9a39-4cb8-841e-aaa47fb98896} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9135 | 2025.04.30 22:43:27.274163 [ 259 ] {826bf73e-9a39-4cb8-841e-aaa47fb98896} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9136 | 2025.04.30 22:43:27.274682 [ 259 ] {826bf73e-9a39-4cb8-841e-aaa47fb98896} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9137 | 2025.04.30 22:43:27.275371 [ 259 ] {826bf73e-9a39-4cb8-841e-aaa47fb98896} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004611 sec., 1301.2361743656475 rows/sec., 67.98 KiB/sec. | ||
| 9138 | 2025.04.30 22:43:27.275673 [ 259 ] {826bf73e-9a39-4cb8-841e-aaa47fb98896} <Debug> TCPHandler: Processed in 0.005175577 sec. | ||
| 9139 | 2025.04.30 22:43:27.275902 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9140 | 2025.04.30 22:43:27.276168 [ 259 ] {827699e4-6168-40a4-aee6-400ec5dea88a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9141 | 2025.04.30 22:43:27.276175 [ 201 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2418 rows, containing 5 columns (5 merged, 0 gathered) in 0.005808119 sec., 416313.7842044903 rows/sec., 31.88 MiB/sec. | ||
| 9142 | 2025.04.30 22:43:27.276234 [ 259 ] {827699e4-6168-40a4-aee6-400ec5dea88a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9143 | 2025.04.30 22:43:27.276458 [ 201 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9144 | 2025.04.30 22:43:27.277049 [ 201 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_71_14} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9145 | 2025.04.30 22:43:27.277274 [ 201 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_71_14} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9146 | 2025.04.30 22:43:27.277450 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 9147 | 2025.04.30 22:43:27.277570 [ 259 ] {827699e4-6168-40a4-aee6-400ec5dea88a} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9148 | 2025.04.30 22:43:27.277613 [ 259 ] {827699e4-6168-40a4-aee6-400ec5dea88a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9149 | 2025.04.30 22:43:27.278019 [ 259 ] {827699e4-6168-40a4-aee6-400ec5dea88a} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9150 | 2025.04.30 22:43:27.278263 [ 259 ] {827699e4-6168-40a4-aee6-400ec5dea88a} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9151 | 2025.04.30 22:43:27.278402 [ 41 ] {} <Debug> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9152 | 2025.04.30 22:43:27.278438 [ 259 ] {827699e4-6168-40a4-aee6-400ec5dea88a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002308 sec., 102686.30849220103 rows/sec., 6.88 MiB/sec. | ||
| 9153 | 2025.04.30 22:43:27.278445 [ 41 ] {} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9154 | 2025.04.30 22:43:27.278484 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9155 | 2025.04.30 22:43:27.278510 [ 259 ] {827699e4-6168-40a4-aee6-400ec5dea88a} <Debug> TCPHandler: Processed in 0.002704003 sec. | ||
| 9156 | 2025.04.30 22:43:27.278799 [ 192 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::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 | ||
| 9157 | 2025.04.30 22:43:27.278803 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9158 | 2025.04.30 22:43:27.279170 [ 259 ] {53d2fe60-8dcd-4787-b9e5-689ff78f982d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9159 | 2025.04.30 22:43:27.279376 [ 259 ] {53d2fe60-8dcd-4787-b9e5-689ff78f982d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9160 | 2025.04.30 22:43:27.279450 [ 192 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9161 | 2025.04.30 22:43:27.279616 [ 192 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 20700 rows starting from the beginning of the part | ||
| 9162 | 2025.04.30 22:43:27.280111 [ 192 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 160 rows starting from the beginning of the part | ||
| 9163 | 2025.04.30 22:43:27.280441 [ 192 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 961 rows starting from the beginning of the part | ||
| 9164 | 2025.04.30 22:43:27.280782 [ 192 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 128 rows starting from the beginning of the part | ||
| 9165 | 2025.04.30 22:43:27.281070 [ 192 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 160 rows starting from the beginning of the part | ||
| 9166 | 2025.04.30 22:43:27.281288 [ 192 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 237 rows starting from the beginning of the part | ||
| 9167 | 2025.04.30 22:43:27.282084 [ 259 ] {53d2fe60-8dcd-4787-b9e5-689ff78f982d} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9168 | 2025.04.30 22:43:27.282157 [ 259 ] {53d2fe60-8dcd-4787-b9e5-689ff78f982d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9169 | 2025.04.30 22:43:27.282830 [ 259 ] {53d2fe60-8dcd-4787-b9e5-689ff78f982d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9170 | 2025.04.30 22:43:27.283202 [ 259 ] {53d2fe60-8dcd-4787-b9e5-689ff78f982d} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9171 | 2025.04.30 22:43:27.283563 [ 259 ] {53d2fe60-8dcd-4787-b9e5-689ff78f982d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004499 sec., 222.27161591464767 rows/sec., 14.98 KiB/sec. | ||
| 9172 | 2025.04.30 22:43:27.283862 [ 259 ] {53d2fe60-8dcd-4787-b9e5-689ff78f982d} <Debug> TCPHandler: Processed in 0.005171918 sec. | ||
| 9173 | 2025.04.30 22:43:27.284285 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9174 | 2025.04.30 22:43:27.284562 [ 259 ] {7c189fe4-ac0f-4943-8b48-e509956d2388} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9175 | 2025.04.30 22:43:27.284776 [ 259 ] {7c189fe4-ac0f-4943-8b48-e509956d2388} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9176 | 2025.04.30 22:43:27.286727 [ 259 ] {7c189fe4-ac0f-4943-8b48-e509956d2388} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9177 | 2025.04.30 22:43:27.286768 [ 259 ] {7c189fe4-ac0f-4943-8b48-e509956d2388} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9178 | 2025.04.30 22:43:27.287433 [ 259 ] {7c189fe4-ac0f-4943-8b48-e509956d2388} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 9179 | 2025.04.30 22:43:27.287696 [ 259 ] {7c189fe4-ac0f-4943-8b48-e509956d2388} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9180 | 2025.04.30 22:43:27.287911 [ 259 ] {7c189fe4-ac0f-4943-8b48-e509956d2388} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003432 sec., 2331.0023310023307 rows/sec., 4.18 MiB/sec. | ||
| 9181 | 2025.04.30 22:43:27.288305 [ 259 ] {7c189fe4-ac0f-4943-8b48-e509956d2388} <Debug> TCPHandler: Processed in 0.004137752 sec. | ||
| 9182 | 2025.04.30 22:43:27.288637 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9183 | 2025.04.30 22:43:27.288745 [ 259 ] {59793483-7bab-4cd7-b8b4-b1ff9f15aa23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9184 | 2025.04.30 22:43:27.288796 [ 259 ] {59793483-7bab-4cd7-b8b4-b1ff9f15aa23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9185 | 2025.04.30 22:43:27.289281 [ 259 ] {59793483-7bab-4cd7-b8b4-b1ff9f15aa23} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9186 | 2025.04.30 22:43:27.289320 [ 259 ] {59793483-7bab-4cd7-b8b4-b1ff9f15aa23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9187 | 2025.04.30 22:43:27.289693 [ 259 ] {59793483-7bab-4cd7-b8b4-b1ff9f15aa23} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9188 | 2025.04.30 22:43:27.289936 [ 259 ] {59793483-7bab-4cd7-b8b4-b1ff9f15aa23} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9189 | 2025.04.30 22:43:27.290072 [ 41 ] {} <Debug> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9190 | 2025.04.30 22:43:27.290109 [ 41 ] {} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9191 | 2025.04.30 22:43:27.290118 [ 259 ] {59793483-7bab-4cd7-b8b4-b1ff9f15aa23} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001395 sec., 58781.362007168456 rows/sec., 3.73 MiB/sec. | ||
| 9192 | 2025.04.30 22:43:27.290132 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9193 | 2025.04.30 22:43:27.290220 [ 259 ] {59793483-7bab-4cd7-b8b4-b1ff9f15aa23} <Debug> TCPHandler: Processed in 0.001668648 sec. | ||
| 9194 | 2025.04.30 22:43:27.290366 [ 200 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::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 | ||
| 9195 | 2025.04.30 22:43:27.290501 [ 200 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9196 | 2025.04.30 22:43:27.290536 [ 200 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 4166 rows starting from the beginning of the part | ||
| 9197 | 2025.04.30 22:43:27.290620 [ 200 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part | ||
| 9198 | 2025.04.30 22:43:27.290779 [ 200 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 34 rows starting from the beginning of the part | ||
| 9199 | 2025.04.30 22:43:27.290952 [ 200 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 48 rows starting from the beginning of the part | ||
| 9200 | 2025.04.30 22:43:27.291025 [ 200 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part | ||
| 9201 | 2025.04.30 22:43:27.291317 [ 200 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 82 rows starting from the beginning of the part | ||
| 9202 | 2025.04.30 22:43:27.293127 [ 186 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4450 rows, containing 4 columns (4 merged, 0 gathered) in 0.002904099 sec., 1532316.9079291031 rows/sec., 99.87 MiB/sec. | ||
| 9203 | 2025.04.30 22:43:27.293504 [ 200 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9204 | 2025.04.30 22:43:27.293797 [ 200 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_71_14} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9205 | 2025.04.30 22:43:27.293883 [ 200 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_71_14} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9206 | 2025.04.30 22:43:27.293959 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB. | ||
| 9207 | 2025.04.30 22:43:27.296985 [ 187 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22346 rows, containing 5 columns (5 merged, 0 gathered) in 0.01837897 sec., 1215846.1545995232 rows/sec., 82.08 MiB/sec. | ||
| 9208 | 2025.04.30 22:43:27.297506 [ 194 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9209 | 2025.04.30 22:43:27.297818 [ 194 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9210 | 2025.04.30 22:43:27.297902 [ 194 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9211 | 2025.04.30 22:43:27.297991 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
| 9212 | 2025.04.30 22:43:32.250894 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9213 | 2025.04.30 22:43:32.251102 [ 259 ] {b77c48b8-8097-4991-9d39-a3de25a23bd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9214 | 2025.04.30 22:43:32.251175 [ 259 ] {b77c48b8-8097-4991-9d39-a3de25a23bd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9215 | 2025.04.30 22:43:32.252013 [ 259 ] {b77c48b8-8097-4991-9d39-a3de25a23bd5} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9216 | 2025.04.30 22:43:32.252066 [ 259 ] {b77c48b8-8097-4991-9d39-a3de25a23bd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9217 | 2025.04.30 22:43:32.252526 [ 259 ] {b77c48b8-8097-4991-9d39-a3de25a23bd5} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9218 | 2025.04.30 22:43:32.252790 [ 259 ] {b77c48b8-8097-4991-9d39-a3de25a23bd5} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9219 | 2025.04.30 22:43:32.253034 [ 259 ] {b77c48b8-8097-4991-9d39-a3de25a23bd5} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001982 sec., 60544.90413723512 rows/sec., 5.14 MiB/sec. | ||
| 9220 | 2025.04.30 22:43:32.253098 [ 259 ] {b77c48b8-8097-4991-9d39-a3de25a23bd5} <Debug> TCPHandler: Processed in 0.00233226 sec. | ||
| 9221 | 2025.04.30 22:43:32.253253 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9222 | 2025.04.30 22:43:32.253370 [ 259 ] {908904a8-3f69-4c50-9b56-761912b91398} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9223 | 2025.04.30 22:43:32.253417 [ 259 ] {908904a8-3f69-4c50-9b56-761912b91398} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9224 | 2025.04.30 22:43:32.253951 [ 259 ] {908904a8-3f69-4c50-9b56-761912b91398} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9225 | 2025.04.30 22:43:32.253991 [ 259 ] {908904a8-3f69-4c50-9b56-761912b91398} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9226 | 2025.04.30 22:43:32.254352 [ 259 ] {908904a8-3f69-4c50-9b56-761912b91398} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9227 | 2025.04.30 22:43:32.254599 [ 259 ] {908904a8-3f69-4c50-9b56-761912b91398} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9228 | 2025.04.30 22:43:32.254831 [ 259 ] {908904a8-3f69-4c50-9b56-761912b91398} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001482 sec., 21592.442645074225 rows/sec., 1.59 MiB/sec. | ||
| 9229 | 2025.04.30 22:43:32.254935 [ 259 ] {908904a8-3f69-4c50-9b56-761912b91398} <Debug> TCPHandler: Processed in 0.00174688 sec. | ||
| 9230 | 2025.04.30 22:43:32.255125 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9231 | 2025.04.30 22:43:32.255317 [ 259 ] {88e0a4b0-5239-432f-94cf-48b63a92d28b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9232 | 2025.04.30 22:43:32.255366 [ 259 ] {88e0a4b0-5239-432f-94cf-48b63a92d28b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9233 | 2025.04.30 22:43:32.255934 [ 259 ] {88e0a4b0-5239-432f-94cf-48b63a92d28b} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9234 | 2025.04.30 22:43:32.255981 [ 259 ] {88e0a4b0-5239-432f-94cf-48b63a92d28b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9235 | 2025.04.30 22:43:32.256343 [ 259 ] {88e0a4b0-5239-432f-94cf-48b63a92d28b} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9236 | 2025.04.30 22:43:32.256584 [ 259 ] {88e0a4b0-5239-432f-94cf-48b63a92d28b} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9237 | 2025.04.30 22:43:32.256778 [ 259 ] {88e0a4b0-5239-432f-94cf-48b63a92d28b} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001496 sec., 64171.12299465241 rows/sec., 5.01 MiB/sec. | ||
| 9238 | 2025.04.30 22:43:32.256829 [ 259 ] {88e0a4b0-5239-432f-94cf-48b63a92d28b} <Debug> TCPHandler: Processed in 0.001809442 sec. | ||
| 9239 | 2025.04.30 22:43:32.256951 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9240 | 2025.04.30 22:43:32.257057 [ 259 ] {423b61f5-0239-492c-a289-3517996bae17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9241 | 2025.04.30 22:43:32.257107 [ 259 ] {423b61f5-0239-492c-a289-3517996bae17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9242 | 2025.04.30 22:43:32.257603 [ 259 ] {423b61f5-0239-492c-a289-3517996bae17} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9243 | 2025.04.30 22:43:32.257642 [ 259 ] {423b61f5-0239-492c-a289-3517996bae17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9244 | 2025.04.30 22:43:32.258036 [ 259 ] {423b61f5-0239-492c-a289-3517996bae17} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9245 | 2025.04.30 22:43:32.258282 [ 259 ] {423b61f5-0239-492c-a289-3517996bae17} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9246 | 2025.04.30 22:43:32.258473 [ 259 ] {423b61f5-0239-492c-a289-3517996bae17} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001437 sec., 111343.07585247043 rows/sec., 7.75 MiB/sec. | ||
| 9247 | 2025.04.30 22:43:32.258521 [ 259 ] {423b61f5-0239-492c-a289-3517996bae17} <Debug> TCPHandler: Processed in 0.001626516 sec. | ||
| 9248 | 2025.04.30 22:43:32.258633 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9249 | 2025.04.30 22:43:32.258736 [ 259 ] {0f07498f-93e8-4dc1-a58b-e6fc94312ee1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9250 | 2025.04.30 22:43:32.258799 [ 259 ] {0f07498f-93e8-4dc1-a58b-e6fc94312ee1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9251 | 2025.04.30 22:43:32.259893 [ 259 ] {0f07498f-93e8-4dc1-a58b-e6fc94312ee1} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9252 | 2025.04.30 22:43:32.259931 [ 259 ] {0f07498f-93e8-4dc1-a58b-e6fc94312ee1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9253 | 2025.04.30 22:43:32.260557 [ 259 ] {0f07498f-93e8-4dc1-a58b-e6fc94312ee1} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9254 | 2025.04.30 22:43:32.260810 [ 259 ] {0f07498f-93e8-4dc1-a58b-e6fc94312ee1} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9255 | 2025.04.30 22:43:32.261045 [ 259 ] {0f07498f-93e8-4dc1-a58b-e6fc94312ee1} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.00233 sec., 13733.905579399141 rows/sec., 24.61 MiB/sec. | ||
| 9256 | 2025.04.30 22:43:32.261136 [ 259 ] {0f07498f-93e8-4dc1-a58b-e6fc94312ee1} <Debug> TCPHandler: Processed in 0.002552718 sec. | ||
| 9257 | 2025.04.30 22:43:32.261273 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9258 | 2025.04.30 22:43:32.261408 [ 259 ] {8e6c9360-25ea-4cc8-b715-72c7fbb95bd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9259 | 2025.04.30 22:43:32.261464 [ 259 ] {8e6c9360-25ea-4cc8-b715-72c7fbb95bd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9260 | 2025.04.30 22:43:32.261930 [ 259 ] {8e6c9360-25ea-4cc8-b715-72c7fbb95bd0} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9261 | 2025.04.30 22:43:32.261970 [ 259 ] {8e6c9360-25ea-4cc8-b715-72c7fbb95bd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9262 | 2025.04.30 22:43:32.262341 [ 259 ] {8e6c9360-25ea-4cc8-b715-72c7fbb95bd0} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9263 | 2025.04.30 22:43:32.262583 [ 259 ] {8e6c9360-25ea-4cc8-b715-72c7fbb95bd0} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9264 | 2025.04.30 22:43:32.262790 [ 259 ] {8e6c9360-25ea-4cc8-b715-72c7fbb95bd0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00141 sec., 42553.1914893617 rows/sec., 2.87 MiB/sec. | ||
| 9265 | 2025.04.30 22:43:32.262851 [ 259 ] {8e6c9360-25ea-4cc8-b715-72c7fbb95bd0} <Debug> TCPHandler: Processed in 0.001642166 sec. | ||
| 9266 | 2025.04.30 22:43:33.067386 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20679 | ||
| 9267 | 2025.04.30 22:43:33.068036 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9268 | 2025.04.30 22:43:33.068090 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9269 | 2025.04.30 22:43:33.068632 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9270 | 2025.04.30 22:43:33.068891 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9271 | 2025.04.30 22:43:33.069202 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20679 | ||
| 9272 | 2025.04.30 22:43:34.530310 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340 | ||
| 9273 | 2025.04.30 22:43:34.551047 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9274 | 2025.04.30 22:43:34.551100 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9275 | 2025.04.30 22:43:34.558265 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9276 | 2025.04.30 22:43:34.559080 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9277 | 2025.04.30 22:43:34.562197 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340 | ||
| 9278 | 2025.04.30 22:43:35.669921 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1318 | ||
| 9279 | 2025.04.30 22:43:35.673023 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9280 | 2025.04.30 22:43:35.673074 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9281 | 2025.04.30 22:43:35.674529 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9282 | 2025.04.30 22:43:35.674836 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9283 | 2025.04.30 22:43:35.675419 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1318 | ||
| 9284 | 2025.04.30 22:43:37.255583 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9285 | 2025.04.30 22:43:37.255788 [ 259 ] {e1377476-ab6f-4420-b306-3c8c1d389541} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9286 | 2025.04.30 22:43:37.255868 [ 259 ] {e1377476-ab6f-4420-b306-3c8c1d389541} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9287 | 2025.04.30 22:43:37.256698 [ 259 ] {e1377476-ab6f-4420-b306-3c8c1d389541} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9288 | 2025.04.30 22:43:37.256749 [ 259 ] {e1377476-ab6f-4420-b306-3c8c1d389541} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9289 | 2025.04.30 22:43:37.257185 [ 259 ] {e1377476-ab6f-4420-b306-3c8c1d389541} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9290 | 2025.04.30 22:43:37.257445 [ 259 ] {e1377476-ab6f-4420-b306-3c8c1d389541} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9291 | 2025.04.30 22:43:37.257676 [ 259 ] {e1377476-ab6f-4420-b306-3c8c1d389541} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001938 sec., 109391.12487100103 rows/sec., 6.96 MiB/sec. | ||
| 9292 | 2025.04.30 22:43:37.257789 [ 259 ] {e1377476-ab6f-4420-b306-3c8c1d389541} <Debug> TCPHandler: Processed in 0.002343091 sec. | ||
| 9293 | 2025.04.30 22:43:37.258026 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9294 | 2025.04.30 22:43:37.258188 [ 259 ] {7ad5dcb4-c39a-4866-94fa-8724df520406} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9295 | 2025.04.30 22:43:37.258236 [ 259 ] {7ad5dcb4-c39a-4866-94fa-8724df520406} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9296 | 2025.04.30 22:43:37.259133 [ 259 ] {7ad5dcb4-c39a-4866-94fa-8724df520406} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9297 | 2025.04.30 22:43:37.259174 [ 259 ] {7ad5dcb4-c39a-4866-94fa-8724df520406} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9298 | 2025.04.30 22:43:37.259567 [ 259 ] {7ad5dcb4-c39a-4866-94fa-8724df520406} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9299 | 2025.04.30 22:43:37.259816 [ 259 ] {7ad5dcb4-c39a-4866-94fa-8724df520406} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9300 | 2025.04.30 22:43:37.260033 [ 259 ] {7ad5dcb4-c39a-4866-94fa-8724df520406} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001877 sec., 337240.2770378263 rows/sec., 26.52 MiB/sec. | ||
| 9301 | 2025.04.30 22:43:37.260083 [ 259 ] {7ad5dcb4-c39a-4866-94fa-8724df520406} <Debug> TCPHandler: Processed in 0.002160034 sec. | ||
| 9302 | 2025.04.30 22:43:37.260197 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9303 | 2025.04.30 22:43:37.260301 [ 259 ] {c2fddefa-87f9-4486-9e5d-58a4a5cd3945} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9304 | 2025.04.30 22:43:37.260345 [ 259 ] {c2fddefa-87f9-4486-9e5d-58a4a5cd3945} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9305 | 2025.04.30 22:43:37.260891 [ 259 ] {c2fddefa-87f9-4486-9e5d-58a4a5cd3945} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9306 | 2025.04.30 22:43:37.260930 [ 259 ] {c2fddefa-87f9-4486-9e5d-58a4a5cd3945} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9307 | 2025.04.30 22:43:37.261294 [ 259 ] {c2fddefa-87f9-4486-9e5d-58a4a5cd3945} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9308 | 2025.04.30 22:43:37.261541 [ 259 ] {c2fddefa-87f9-4486-9e5d-58a4a5cd3945} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9309 | 2025.04.30 22:43:37.261765 [ 259 ] {c2fddefa-87f9-4486-9e5d-58a4a5cd3945} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001485 sec., 76767.67676767676 rows/sec., 4.59 MiB/sec. | ||
| 9310 | 2025.04.30 22:43:37.261829 [ 259 ] {c2fddefa-87f9-4486-9e5d-58a4a5cd3945} <Debug> TCPHandler: Processed in 0.001682627 sec. | ||
| 9311 | 2025.04.30 22:43:37.261964 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9312 | 2025.04.30 22:43:37.262078 [ 259 ] {37414c93-a89c-4e8e-a649-8d51e6f68045} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9313 | 2025.04.30 22:43:37.262122 [ 259 ] {37414c93-a89c-4e8e-a649-8d51e6f68045} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9314 | 2025.04.30 22:43:37.262669 [ 259 ] {37414c93-a89c-4e8e-a649-8d51e6f68045} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9315 | 2025.04.30 22:43:37.262708 [ 259 ] {37414c93-a89c-4e8e-a649-8d51e6f68045} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9316 | 2025.04.30 22:43:37.263060 [ 259 ] {37414c93-a89c-4e8e-a649-8d51e6f68045} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9317 | 2025.04.30 22:43:37.263302 [ 259 ] {37414c93-a89c-4e8e-a649-8d51e6f68045} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9318 | 2025.04.30 22:43:37.263464 [ 84 ] {} <Debug> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07) (MergerMutator): Selected 6 parts from all_1_27_6 to all_32_32_0 | ||
| 9319 | 2025.04.30 22:43:37.263527 [ 259 ] {37414c93-a89c-4e8e-a649-8d51e6f68045} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001469 sec., 76923.07692307692 rows/sec., 4.98 MiB/sec. | ||
| 9320 | 2025.04.30 22:43:37.263550 [ 84 ] {} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9321 | 2025.04.30 22:43:37.263612 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9322 | 2025.04.30 22:43:37.263636 [ 259 ] {37414c93-a89c-4e8e-a649-8d51e6f68045} <Debug> TCPHandler: Processed in 0.001738529 sec. | ||
| 9323 | 2025.04.30 22:43:37.263793 [ 194 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_32_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_27_6 to all_32_32_0 into Compact with storage Full | ||
| 9324 | 2025.04.30 22:43:37.263815 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9325 | 2025.04.30 22:43:37.263925 [ 194 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_32_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9326 | 2025.04.30 22:43:37.263943 [ 259 ] {dce6341b-faf6-401c-a5c6-f26b087d8f26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9327 | 2025.04.30 22:43:37.263963 [ 194 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_27_6, total 341 rows starting from the beginning of the part | ||
| 9328 | 2025.04.30 22:43:37.263999 [ 259 ] {dce6341b-faf6-401c-a5c6-f26b087d8f26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9329 | 2025.04.30 22:43:37.264150 [ 194 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 113 rows starting from the beginning of the part | ||
| 9330 | 2025.04.30 22:43:37.264538 [ 194 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 113 rows starting from the beginning of the part | ||
| 9331 | 2025.04.30 22:43:37.264921 [ 194 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 341 rows starting from the beginning of the part | ||
| 9332 | 2025.04.30 22:43:37.265304 [ 194 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 113 rows starting from the beginning of the part | ||
| 9333 | 2025.04.30 22:43:37.265696 [ 194 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 113 rows starting from the beginning of the part | ||
| 9334 | 2025.04.30 22:43:37.266770 [ 259 ] {dce6341b-faf6-401c-a5c6-f26b087d8f26} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9335 | 2025.04.30 22:43:37.266817 [ 259 ] {dce6341b-faf6-401c-a5c6-f26b087d8f26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9336 | 2025.04.30 22:43:37.267358 [ 259 ] {dce6341b-faf6-401c-a5c6-f26b087d8f26} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9337 | 2025.04.30 22:43:37.267641 [ 194 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_32_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1134 rows, containing 5 columns (5 merged, 0 gathered) in 0.003929345 sec., 288597.7179402674 rows/sec., 20.13 MiB/sec. | ||
| 9338 | 2025.04.30 22:43:37.267693 [ 259 ] {dce6341b-faf6-401c-a5c6-f26b087d8f26} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9339 | 2025.04.30 22:43:37.267782 [ 194 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_32_7} <Trace> MergedBlockOutputStream: filled checksums all_1_32_7 (state Temporary) | ||
| 9340 | 2025.04.30 22:43:37.268105 [ 259 ] {dce6341b-faf6-401c-a5c6-f26b087d8f26} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.004175 sec., 26826.347305389223 rows/sec., 1.53 MiB/sec. | ||
| 9341 | 2025.04.30 22:43:37.268484 [ 259 ] {dce6341b-faf6-401c-a5c6-f26b087d8f26} <Debug> TCPHandler: Processed in 0.004722312 sec. | ||
| 9342 | 2025.04.30 22:43:37.268782 [ 187 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_32_7} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_merge_all_1_32_7 to all_1_32_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9343 | 2025.04.30 22:43:37.268899 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9344 | 2025.04.30 22:43:37.269024 [ 187 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_32_7} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07) (MergerMutator): Merged 6 parts: [all_1_27_6, all_32_32_0] -> all_1_32_7 | ||
| 9345 | 2025.04.30 22:43:37.269073 [ 259 ] {16b03820-3b08-41af-8fc6-fca8d55647f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9346 | 2025.04.30 22:43:37.269169 [ 259 ] {16b03820-3b08-41af-8fc6-fca8d55647f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9347 | 2025.04.30 22:43:37.269213 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 9348 | 2025.04.30 22:43:37.269914 [ 259 ] {16b03820-3b08-41af-8fc6-fca8d55647f6} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9349 | 2025.04.30 22:43:37.269957 [ 259 ] {16b03820-3b08-41af-8fc6-fca8d55647f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9350 | 2025.04.30 22:43:37.270328 [ 259 ] {16b03820-3b08-41af-8fc6-fca8d55647f6} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9351 | 2025.04.30 22:43:37.270584 [ 259 ] {16b03820-3b08-41af-8fc6-fca8d55647f6} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9352 | 2025.04.30 22:43:37.270787 [ 259 ] {16b03820-3b08-41af-8fc6-fca8d55647f6} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001762 sec., 221339.38706015892 rows/sec., 15.64 MiB/sec. | ||
| 9353 | 2025.04.30 22:43:37.270838 [ 259 ] {16b03820-3b08-41af-8fc6-fca8d55647f6} <Debug> TCPHandler: Processed in 0.002081471 sec. | ||
| 9354 | 2025.04.30 22:43:37.270947 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9355 | 2025.04.30 22:43:37.271051 [ 259 ] {b857bc38-ea95-4b62-a7d2-fb3bc56606ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9356 | 2025.04.30 22:43:37.271098 [ 259 ] {b857bc38-ea95-4b62-a7d2-fb3bc56606ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9357 | 2025.04.30 22:43:37.271528 [ 259 ] {b857bc38-ea95-4b62-a7d2-fb3bc56606ea} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9358 | 2025.04.30 22:43:37.271566 [ 259 ] {b857bc38-ea95-4b62-a7d2-fb3bc56606ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9359 | 2025.04.30 22:43:37.271921 [ 259 ] {b857bc38-ea95-4b62-a7d2-fb3bc56606ea} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9360 | 2025.04.30 22:43:37.272162 [ 259 ] {b857bc38-ea95-4b62-a7d2-fb3bc56606ea} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9361 | 2025.04.30 22:43:37.272372 [ 259 ] {b857bc38-ea95-4b62-a7d2-fb3bc56606ea} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001341 sec., 4474.27293064877 rows/sec., 233.76 KiB/sec. | ||
| 9362 | 2025.04.30 22:43:37.272465 [ 259 ] {b857bc38-ea95-4b62-a7d2-fb3bc56606ea} <Debug> TCPHandler: Processed in 0.001567584 sec. | ||
| 9363 | 2025.04.30 22:43:37.272614 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9364 | 2025.04.30 22:43:37.272716 [ 259 ] {ecda5e7f-cd38-4890-940d-a4dcd6f78f09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9365 | 2025.04.30 22:43:37.272764 [ 259 ] {ecda5e7f-cd38-4890-940d-a4dcd6f78f09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9366 | 2025.04.30 22:43:37.273260 [ 259 ] {ecda5e7f-cd38-4890-940d-a4dcd6f78f09} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9367 | 2025.04.30 22:43:37.273298 [ 259 ] {ecda5e7f-cd38-4890-940d-a4dcd6f78f09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9368 | 2025.04.30 22:43:37.273674 [ 259 ] {ecda5e7f-cd38-4890-940d-a4dcd6f78f09} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9369 | 2025.04.30 22:43:37.273915 [ 259 ] {ecda5e7f-cd38-4890-940d-a4dcd6f78f09} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9370 | 2025.04.30 22:43:37.274141 [ 259 ] {ecda5e7f-cd38-4890-940d-a4dcd6f78f09} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001446 sec., 163900.41493775934 rows/sec., 10.99 MiB/sec. | ||
| 9371 | 2025.04.30 22:43:37.274227 [ 259 ] {ecda5e7f-cd38-4890-940d-a4dcd6f78f09} <Debug> TCPHandler: Processed in 0.001671687 sec. | ||
| 9372 | 2025.04.30 22:43:37.274449 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9373 | 2025.04.30 22:43:37.274596 [ 259 ] {51a193a3-0996-433c-a5ff-762835cf0052} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9374 | 2025.04.30 22:43:37.274645 [ 259 ] {51a193a3-0996-433c-a5ff-762835cf0052} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9375 | 2025.04.30 22:43:37.275050 [ 259 ] {51a193a3-0996-433c-a5ff-762835cf0052} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9376 | 2025.04.30 22:43:37.275089 [ 259 ] {51a193a3-0996-433c-a5ff-762835cf0052} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9377 | 2025.04.30 22:43:37.275429 [ 259 ] {51a193a3-0996-433c-a5ff-762835cf0052} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9378 | 2025.04.30 22:43:37.275674 [ 259 ] {51a193a3-0996-433c-a5ff-762835cf0052} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9379 | 2025.04.30 22:43:37.275828 [ 84 ] {} <Debug> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f) (MergerMutator): Selected 6 parts from all_1_27_6 to all_32_32_0 | ||
| 9380 | 2025.04.30 22:43:37.275898 [ 84 ] {} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9381 | 2025.04.30 22:43:37.275914 [ 259 ] {51a193a3-0996-433c-a5ff-762835cf0052} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001326 sec., 754.1478129713424 rows/sec., 50.82 KiB/sec. | ||
| 9382 | 2025.04.30 22:43:37.275936 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9383 | 2025.04.30 22:43:37.276063 [ 259 ] {51a193a3-0996-433c-a5ff-762835cf0052} <Debug> TCPHandler: Processed in 0.001712339 sec. | ||
| 9384 | 2025.04.30 22:43:37.276473 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9385 | 2025.04.30 22:43:37.276483 [ 189 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_32_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_27_6 to all_32_32_0 into Compact with storage Full | ||
| 9386 | 2025.04.30 22:43:37.276774 [ 259 ] {68ac9c62-5d99-414e-882a-312ffd3ec52b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9387 | 2025.04.30 22:43:37.276970 [ 189 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_32_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9388 | 2025.04.30 22:43:37.276988 [ 259 ] {68ac9c62-5d99-414e-882a-312ffd3ec52b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9389 | 2025.04.30 22:43:37.277049 [ 189 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_27_6, total 27 rows starting from the beginning of the part | ||
| 9390 | 2025.04.30 22:43:37.277428 [ 189 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
| 9391 | 2025.04.30 22:43:37.277873 [ 189 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
| 9392 | 2025.04.30 22:43:37.278224 [ 189 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
| 9393 | 2025.04.30 22:43:37.278555 [ 189 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
| 9394 | 2025.04.30 22:43:37.278967 [ 189 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
| 9395 | 2025.04.30 22:43:37.282815 [ 259 ] {68ac9c62-5d99-414e-882a-312ffd3ec52b} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9396 | 2025.04.30 22:43:37.282842 [ 189 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_32_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.006769943 sec., 4726.775395302442 rows/sec., 318.50 KiB/sec. | ||
| 9397 | 2025.04.30 22:43:37.282878 [ 259 ] {68ac9c62-5d99-414e-882a-312ffd3ec52b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9398 | 2025.04.30 22:43:37.283023 [ 189 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_32_7} <Trace> MergedBlockOutputStream: filled checksums all_1_32_7 (state Temporary) | ||
| 9399 | 2025.04.30 22:43:37.283667 [ 189 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_32_7} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_merge_all_1_32_7 to all_1_32_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9400 | 2025.04.30 22:43:37.283832 [ 189 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_32_7} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f) (MergerMutator): Merged 6 parts: [all_1_27_6, all_32_32_0] -> all_1_32_7 | ||
| 9401 | 2025.04.30 22:43:37.284026 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9402 | 2025.04.30 22:43:37.284266 [ 259 ] {68ac9c62-5d99-414e-882a-312ffd3ec52b} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9403 | 2025.04.30 22:43:37.284546 [ 259 ] {68ac9c62-5d99-414e-882a-312ffd3ec52b} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9404 | 2025.04.30 22:43:37.284783 [ 259 ] {68ac9c62-5d99-414e-882a-312ffd3ec52b} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.008102 sec., 987.4105159219946 rows/sec., 1.77 MiB/sec. | ||
| 9405 | 2025.04.30 22:43:37.284893 [ 259 ] {68ac9c62-5d99-414e-882a-312ffd3ec52b} <Debug> TCPHandler: Processed in 0.008535753 sec. | ||
| 9406 | 2025.04.30 22:43:37.285004 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9407 | 2025.04.30 22:43:37.285105 [ 259 ] {efba5a0d-d1d3-454c-809a-95d811d4e918} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9408 | 2025.04.30 22:43:37.285150 [ 259 ] {efba5a0d-d1d3-454c-809a-95d811d4e918} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9409 | 2025.04.30 22:43:37.285562 [ 259 ] {efba5a0d-d1d3-454c-809a-95d811d4e918} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9410 | 2025.04.30 22:43:37.285600 [ 259 ] {efba5a0d-d1d3-454c-809a-95d811d4e918} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9411 | 2025.04.30 22:43:37.285960 [ 259 ] {efba5a0d-d1d3-454c-809a-95d811d4e918} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9412 | 2025.04.30 22:43:37.286199 [ 259 ] {efba5a0d-d1d3-454c-809a-95d811d4e918} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9413 | 2025.04.30 22:43:37.286424 [ 259 ] {efba5a0d-d1d3-454c-809a-95d811d4e918} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00134 sec., 61194.029850746265 rows/sec., 3.89 MiB/sec. | ||
| 9414 | 2025.04.30 22:43:37.286505 [ 259 ] {efba5a0d-d1d3-454c-809a-95d811d4e918} <Debug> TCPHandler: Processed in 0.001550283 sec. | ||
| 9415 | 2025.04.30 22:43:40.349869 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9416 | 2025.04.30 22:43:40.349937 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9417 | 2025.04.30 22:43:40.570302 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21106 | ||
| 9418 | 2025.04.30 22:43:40.570940 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9419 | 2025.04.30 22:43:40.570980 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9420 | 2025.04.30 22:43:40.571485 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9421 | 2025.04.30 22:43:40.571732 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9422 | 2025.04.30 22:43:40.571971 [ 172 ] {} <Debug> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9423 | 2025.04.30 22:43:40.572007 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 | ||
| 9424 | 2025.04.30 22:43:40.572098 [ 172 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9425 | 2025.04.30 22:43:40.572147 [ 172 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9426 | 2025.04.30 22:43:40.572286 [ 190 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 9427 | 2025.04.30 22:43:40.572390 [ 190 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9428 | 2025.04.30 22:43:40.572423 [ 190 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 9429 | 2025.04.30 22:43:40.572491 [ 190 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 9430 | 2025.04.30 22:43:40.572654 [ 190 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 9431 | 2025.04.30 22:43:40.573023 [ 190 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 9432 | 2025.04.30 22:43:40.573335 [ 190 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 9433 | 2025.04.30 22:43:40.573534 [ 190 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 9434 | 2025.04.30 22:43:40.575910 [ 191 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003672226 sec., 5747467.612287479 rows/sec., 82.22 MiB/sec. | ||
| 9435 | 2025.04.30 22:43:40.576317 [ 191 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9436 | 2025.04.30 22:43:40.576640 [ 191 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_46_9} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9437 | 2025.04.30 22:43:40.576734 [ 191 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_46_9} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9438 | 2025.04.30 22:43:40.576851 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.66 MiB. | ||
| 9439 | 2025.04.30 22:43:42.063223 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347 | ||
| 9440 | 2025.04.30 22:43:42.084308 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9441 | 2025.04.30 22:43:42.084363 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9442 | 2025.04.30 22:43:42.091664 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9443 | 2025.04.30 22:43:42.092457 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9444 | 2025.04.30 22:43:42.092917 [ 155 ] {} <Debug> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9445 | 2025.04.30 22:43:42.093102 [ 155 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9446 | 2025.04.30 22:43:42.093176 [ 155 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9447 | 2025.04.30 22:43:42.093766 [ 190 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 9448 | 2025.04.30 22:43:42.109478 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
| 9449 | 2025.04.30 22:43:42.111107 [ 190 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9450 | 2025.04.30 22:43:42.112394 [ 190 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 9451 | 2025.04.30 22:43:42.117532 [ 190 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 9452 | 2025.04.30 22:43:42.123100 [ 190 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 8 rows starting from the beginning of the part | ||
| 9453 | 2025.04.30 22:43:42.128677 [ 190 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 7 rows starting from the beginning of the part | ||
| 9454 | 2025.04.30 22:43:42.134479 [ 190 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 9455 | 2025.04.30 22:43:42.138879 [ 190 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 9456 | 2025.04.30 22:43:42.200932 [ 191 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.107628975 sec., 3224.038879864832 rows/sec., 16.67 MiB/sec. | ||
| 9457 | 2025.04.30 22:43:42.204093 [ 199 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9458 | 2025.04.30 22:43:42.206925 [ 199 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_46_9} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9459 | 2025.04.30 22:43:42.207052 [ 199 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_46_9} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9460 | 2025.04.30 22:43:42.209334 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.95 MiB. | ||
| 9461 | 2025.04.30 22:43:42.250174 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9462 | 2025.04.30 22:43:42.250372 [ 259 ] {fe8a72c0-a32d-46b0-b205-8eeaf39e4222} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9463 | 2025.04.30 22:43:42.250453 [ 259 ] {fe8a72c0-a32d-46b0-b205-8eeaf39e4222} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9464 | 2025.04.30 22:43:42.251307 [ 259 ] {fe8a72c0-a32d-46b0-b205-8eeaf39e4222} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9465 | 2025.04.30 22:43:42.251354 [ 259 ] {fe8a72c0-a32d-46b0-b205-8eeaf39e4222} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9466 | 2025.04.30 22:43:42.251802 [ 259 ] {fe8a72c0-a32d-46b0-b205-8eeaf39e4222} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9467 | 2025.04.30 22:43:42.252079 [ 259 ] {fe8a72c0-a32d-46b0-b205-8eeaf39e4222} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9468 | 2025.04.30 22:43:42.252309 [ 259 ] {fe8a72c0-a32d-46b0-b205-8eeaf39e4222} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001985 sec., 60453.40050377834 rows/sec., 5.14 MiB/sec. | ||
| 9469 | 2025.04.30 22:43:42.252427 [ 259 ] {fe8a72c0-a32d-46b0-b205-8eeaf39e4222} <Debug> TCPHandler: Processed in 0.002380252 sec. | ||
| 9470 | 2025.04.30 22:43:42.252621 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9471 | 2025.04.30 22:43:42.252827 [ 259 ] {480ac5a3-0f55-4951-8774-16ccbde56f0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9472 | 2025.04.30 22:43:42.252876 [ 259 ] {480ac5a3-0f55-4951-8774-16ccbde56f0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9473 | 2025.04.30 22:43:42.253407 [ 259 ] {480ac5a3-0f55-4951-8774-16ccbde56f0b} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9474 | 2025.04.30 22:43:42.253446 [ 259 ] {480ac5a3-0f55-4951-8774-16ccbde56f0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9475 | 2025.04.30 22:43:42.253799 [ 259 ] {480ac5a3-0f55-4951-8774-16ccbde56f0b} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9476 | 2025.04.30 22:43:42.254047 [ 259 ] {480ac5a3-0f55-4951-8774-16ccbde56f0b} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9477 | 2025.04.30 22:43:42.254230 [ 155 ] {} <Debug> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6) (MergerMutator): Selected 6 parts from all_1_55_11 to all_60_60_0 | ||
| 9478 | 2025.04.30 22:43:42.254285 [ 259 ] {480ac5a3-0f55-4951-8774-16ccbde56f0b} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001494 sec., 21419.0093708166 rows/sec., 1.57 MiB/sec. | ||
| 9479 | 2025.04.30 22:43:42.254310 [ 155 ] {} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9480 | 2025.04.30 22:43:42.254379 [ 155 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9481 | 2025.04.30 22:43:42.254405 [ 259 ] {480ac5a3-0f55-4951-8774-16ccbde56f0b} <Debug> TCPHandler: Processed in 0.001898885 sec. | ||
| 9482 | 2025.04.30 22:43:42.254678 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9483 | 2025.04.30 22:43:42.254705 [ 188 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_60_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_55_11 to all_60_60_0 into Compact with storage Full | ||
| 9484 | 2025.04.30 22:43:42.254997 [ 259 ] {51f3e82d-8dfb-45b7-92aa-deedfb091cf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9485 | 2025.04.30 22:43:42.255166 [ 259 ] {51f3e82d-8dfb-45b7-92aa-deedfb091cf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9486 | 2025.04.30 22:43:42.255398 [ 188 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_60_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9487 | 2025.04.30 22:43:42.255547 [ 188 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_55_11, total 164 rows starting from the beginning of the part | ||
| 9488 | 2025.04.30 22:43:42.255830 [ 188 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 32 rows starting from the beginning of the part | ||
| 9489 | 2025.04.30 22:43:42.256169 [ 188 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 114 rows starting from the beginning of the part | ||
| 9490 | 2025.04.30 22:43:42.256528 [ 188 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 32 rows starting from the beginning of the part | ||
| 9491 | 2025.04.30 22:43:42.256863 [ 188 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 114 rows starting from the beginning of the part | ||
| 9492 | 2025.04.30 22:43:42.257175 [ 188 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 32 rows starting from the beginning of the part | ||
| 9493 | 2025.04.30 22:43:42.258117 [ 259 ] {51f3e82d-8dfb-45b7-92aa-deedfb091cf0} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9494 | 2025.04.30 22:43:42.258176 [ 259 ] {51f3e82d-8dfb-45b7-92aa-deedfb091cf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9495 | 2025.04.30 22:43:42.259174 [ 259 ] {51f3e82d-8dfb-45b7-92aa-deedfb091cf0} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9496 | 2025.04.30 22:43:42.259703 [ 188 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_60_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 488 rows, containing 5 columns (5 merged, 0 gathered) in 0.005197328 sec., 93894.40112303861 rows/sec., 6.34 MiB/sec. | ||
| 9497 | 2025.04.30 22:43:42.259720 [ 259 ] {51f3e82d-8dfb-45b7-92aa-deedfb091cf0} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9498 | 2025.04.30 22:43:42.259926 [ 188 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_60_12} <Trace> MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary) | ||
| 9499 | 2025.04.30 22:43:42.260168 [ 259 ] {51f3e82d-8dfb-45b7-92aa-deedfb091cf0} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.00526 sec., 18250.950570342207 rows/sec., 1.43 MiB/sec. | ||
| 9500 | 2025.04.30 22:43:42.260301 [ 259 ] {51f3e82d-8dfb-45b7-92aa-deedfb091cf0} <Debug> TCPHandler: Processed in 0.005719536 sec. | ||
| 9501 | 2025.04.30 22:43:42.260469 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9502 | 2025.04.30 22:43:42.260534 [ 188 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_60_12} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9503 | 2025.04.30 22:43:42.260646 [ 259 ] {ffdf0151-2bf0-4270-99cc-795e70bd4048} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9504 | 2025.04.30 22:43:42.260711 [ 188 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_60_12} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6) (MergerMutator): Merged 6 parts: [all_1_55_11, all_60_60_0] -> all_1_60_12 | ||
| 9505 | 2025.04.30 22:43:42.260731 [ 259 ] {ffdf0151-2bf0-4270-99cc-795e70bd4048} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9506 | 2025.04.30 22:43:42.260894 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 9507 | 2025.04.30 22:43:42.261407 [ 259 ] {ffdf0151-2bf0-4270-99cc-795e70bd4048} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9508 | 2025.04.30 22:43:42.261450 [ 259 ] {ffdf0151-2bf0-4270-99cc-795e70bd4048} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9509 | 2025.04.30 22:43:42.261835 [ 259 ] {ffdf0151-2bf0-4270-99cc-795e70bd4048} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9510 | 2025.04.30 22:43:42.262094 [ 259 ] {ffdf0151-2bf0-4270-99cc-795e70bd4048} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9511 | 2025.04.30 22:43:42.262294 [ 259 ] {ffdf0151-2bf0-4270-99cc-795e70bd4048} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001712 sec., 93457.94392523365 rows/sec., 6.51 MiB/sec. | ||
| 9512 | 2025.04.30 22:43:42.262346 [ 259 ] {ffdf0151-2bf0-4270-99cc-795e70bd4048} <Debug> TCPHandler: Processed in 0.001946127 sec. | ||
| 9513 | 2025.04.30 22:43:42.262460 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9514 | 2025.04.30 22:43:42.262563 [ 259 ] {c1fcdad2-f171-465a-8af8-7d09019d5b9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9515 | 2025.04.30 22:43:42.262629 [ 259 ] {c1fcdad2-f171-465a-8af8-7d09019d5b9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9516 | 2025.04.30 22:43:42.263727 [ 259 ] {c1fcdad2-f171-465a-8af8-7d09019d5b9b} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9517 | 2025.04.30 22:43:42.263766 [ 259 ] {c1fcdad2-f171-465a-8af8-7d09019d5b9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9518 | 2025.04.30 22:43:42.264422 [ 259 ] {c1fcdad2-f171-465a-8af8-7d09019d5b9b} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9519 | 2025.04.30 22:43:42.264682 [ 259 ] {c1fcdad2-f171-465a-8af8-7d09019d5b9b} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9520 | 2025.04.30 22:43:42.264912 [ 259 ] {c1fcdad2-f171-465a-8af8-7d09019d5b9b} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002365 sec., 13530.655391120508 rows/sec., 24.25 MiB/sec. | ||
| 9521 | 2025.04.30 22:43:42.265095 [ 259 ] {c1fcdad2-f171-465a-8af8-7d09019d5b9b} <Debug> TCPHandler: Processed in 0.002676412 sec. | ||
| 9522 | 2025.04.30 22:43:42.265441 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9523 | 2025.04.30 22:43:42.265575 [ 259 ] {b10fd526-a4e9-43ce-9163-2dbc067a83bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9524 | 2025.04.30 22:43:42.265623 [ 259 ] {b10fd526-a4e9-43ce-9163-2dbc067a83bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9525 | 2025.04.30 22:43:42.266095 [ 259 ] {b10fd526-a4e9-43ce-9163-2dbc067a83bd} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9526 | 2025.04.30 22:43:42.266136 [ 259 ] {b10fd526-a4e9-43ce-9163-2dbc067a83bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9527 | 2025.04.30 22:43:42.266516 [ 259 ] {b10fd526-a4e9-43ce-9163-2dbc067a83bd} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9528 | 2025.04.30 22:43:42.266762 [ 259 ] {b10fd526-a4e9-43ce-9163-2dbc067a83bd} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9529 | 2025.04.30 22:43:42.266982 [ 259 ] {b10fd526-a4e9-43ce-9163-2dbc067a83bd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00143 sec., 41958.041958041955 rows/sec., 2.83 MiB/sec. | ||
| 9530 | 2025.04.30 22:43:42.267035 [ 259 ] {b10fd526-a4e9-43ce-9163-2dbc067a83bd} <Debug> TCPHandler: Processed in 0.001695479 sec. | ||
| 9531 | 2025.04.30 22:43:42.531359 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9532 | 2025.04.30 22:43:42.531502 [ 259 ] {9550655f-1ecb-4435-b00c-f3252429bb8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9533 | 2025.04.30 22:43:42.531560 [ 259 ] {9550655f-1ecb-4435-b00c-f3252429bb8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9534 | 2025.04.30 22:43:42.532294 [ 259 ] {9550655f-1ecb-4435-b00c-f3252429bb8d} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9535 | 2025.04.30 22:43:42.532339 [ 259 ] {9550655f-1ecb-4435-b00c-f3252429bb8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9536 | 2025.04.30 22:43:42.532742 [ 259 ] {9550655f-1ecb-4435-b00c-f3252429bb8d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9537 | 2025.04.30 22:43:42.533015 [ 259 ] {9550655f-1ecb-4435-b00c-f3252429bb8d} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9538 | 2025.04.30 22:43:42.533198 [ 153 ] {} <Debug> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 9539 | 2025.04.30 22:43:42.533254 [ 259 ] {9550655f-1ecb-4435-b00c-f3252429bb8d} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001777 sec., 119302.19471018571 rows/sec., 7.59 MiB/sec. | ||
| 9540 | 2025.04.30 22:43:42.533282 [ 153 ] {} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9541 | 2025.04.30 22:43:42.533347 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9542 | 2025.04.30 22:43:42.533373 [ 259 ] {9550655f-1ecb-4435-b00c-f3252429bb8d} <Debug> TCPHandler: Processed in 0.002098982 sec. | ||
| 9543 | 2025.04.30 22:43:42.533661 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9544 | 2025.04.30 22:43:42.533699 [ 191 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
| 9545 | 2025.04.30 22:43:42.533992 [ 259 ] {206e5435-96af-4cbf-a8d8-4f5219bb99eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9546 | 2025.04.30 22:43:42.534116 [ 259 ] {206e5435-96af-4cbf-a8d8-4f5219bb99eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9547 | 2025.04.30 22:43:42.534130 [ 191 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9548 | 2025.04.30 22:43:42.534236 [ 191 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 212 rows starting from the beginning of the part | ||
| 9549 | 2025.04.30 22:43:42.534532 [ 191 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 212 rows starting from the beginning of the part | ||
| 9550 | 2025.04.30 22:43:42.535026 [ 191 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 212 rows starting from the beginning of the part | ||
| 9551 | 2025.04.30 22:43:42.535432 [ 191 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 212 rows starting from the beginning of the part | ||
| 9552 | 2025.04.30 22:43:42.535572 [ 191 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 212 rows starting from the beginning of the part | ||
| 9553 | 2025.04.30 22:43:42.537193 [ 259 ] {206e5435-96af-4cbf-a8d8-4f5219bb99eb} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9554 | 2025.04.30 22:43:42.537268 [ 259 ] {206e5435-96af-4cbf-a8d8-4f5219bb99eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9555 | 2025.04.30 22:43:42.537683 [ 197 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004198654 sec., 252461.86039621272 rows/sec., 17.02 MiB/sec. | ||
| 9556 | 2025.04.30 22:43:42.537961 [ 197 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 9557 | 2025.04.30 22:43:42.538290 [ 259 ] {206e5435-96af-4cbf-a8d8-4f5219bb99eb} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9558 | 2025.04.30 22:43:42.538491 [ 197 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_33_8} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9559 | 2025.04.30 22:43:42.538639 [ 197 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_33_8} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 9560 | 2025.04.30 22:43:42.538813 [ 259 ] {206e5435-96af-4cbf-a8d8-4f5219bb99eb} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9561 | 2025.04.30 22:43:42.538834 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 9562 | 2025.04.30 22:43:42.539098 [ 259 ] {206e5435-96af-4cbf-a8d8-4f5219bb99eb} <Debug> executeQuery: Read 1773 rows, 147.54 KiB in 0.005201 sec., 340895.98154201114 rows/sec., 27.70 MiB/sec. | ||
| 9563 | 2025.04.30 22:43:42.539165 [ 259 ] {206e5435-96af-4cbf-a8d8-4f5219bb99eb} <Debug> TCPHandler: Processed in 0.005615883 sec. | ||
| 9564 | 2025.04.30 22:43:42.539307 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9565 | 2025.04.30 22:43:42.539412 [ 259 ] {a750d626-fbc0-431b-9f09-f536e833a802} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9566 | 2025.04.30 22:43:42.539456 [ 259 ] {a750d626-fbc0-431b-9f09-f536e833a802} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9567 | 2025.04.30 22:43:42.540055 [ 259 ] {a750d626-fbc0-431b-9f09-f536e833a802} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9568 | 2025.04.30 22:43:42.540095 [ 259 ] {a750d626-fbc0-431b-9f09-f536e833a802} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9569 | 2025.04.30 22:43:42.540449 [ 259 ] {a750d626-fbc0-431b-9f09-f536e833a802} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 9570 | 2025.04.30 22:43:42.540694 [ 259 ] {a750d626-fbc0-431b-9f09-f536e833a802} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9571 | 2025.04.30 22:43:42.540902 [ 259 ] {a750d626-fbc0-431b-9f09-f536e833a802} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001512 sec., 75396.82539682538 rows/sec., 4.51 MiB/sec. | ||
| 9572 | 2025.04.30 22:43:42.540955 [ 259 ] {a750d626-fbc0-431b-9f09-f536e833a802} <Debug> TCPHandler: Processed in 0.001698548 sec. | ||
| 9573 | 2025.04.30 22:43:42.541071 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9574 | 2025.04.30 22:43:42.541176 [ 259 ] {1d8133b9-09c5-4408-9a37-a2419613163e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9575 | 2025.04.30 22:43:42.541220 [ 259 ] {1d8133b9-09c5-4408-9a37-a2419613163e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9576 | 2025.04.30 22:43:42.541864 [ 259 ] {1d8133b9-09c5-4408-9a37-a2419613163e} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9577 | 2025.04.30 22:43:42.541911 [ 259 ] {1d8133b9-09c5-4408-9a37-a2419613163e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9578 | 2025.04.30 22:43:42.542276 [ 259 ] {1d8133b9-09c5-4408-9a37-a2419613163e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9579 | 2025.04.30 22:43:42.542532 [ 259 ] {1d8133b9-09c5-4408-9a37-a2419613163e} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9580 | 2025.04.30 22:43:42.542754 [ 259 ] {1d8133b9-09c5-4408-9a37-a2419613163e} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001595 sec., 213793.10344827586 rows/sec., 14.27 MiB/sec. | ||
| 9581 | 2025.04.30 22:43:42.542834 [ 259 ] {1d8133b9-09c5-4408-9a37-a2419613163e} <Debug> TCPHandler: Processed in 0.001812342 sec. | ||
| 9582 | 2025.04.30 22:43:42.543070 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9583 | 2025.04.30 22:43:42.543183 [ 259 ] {4cb4ec61-fba8-4a50-a3e1-2246c2a06fad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9584 | 2025.04.30 22:43:42.543230 [ 259 ] {4cb4ec61-fba8-4a50-a3e1-2246c2a06fad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9585 | 2025.04.30 22:43:42.543788 [ 259 ] {4cb4ec61-fba8-4a50-a3e1-2246c2a06fad} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9586 | 2025.04.30 22:43:42.543827 [ 259 ] {4cb4ec61-fba8-4a50-a3e1-2246c2a06fad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9587 | 2025.04.30 22:43:42.544194 [ 259 ] {4cb4ec61-fba8-4a50-a3e1-2246c2a06fad} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9588 | 2025.04.30 22:43:42.544462 [ 259 ] {4cb4ec61-fba8-4a50-a3e1-2246c2a06fad} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9589 | 2025.04.30 22:43:42.544640 [ 153 ] {} <Debug> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 9590 | 2025.04.30 22:43:42.544699 [ 259 ] {4cb4ec61-fba8-4a50-a3e1-2246c2a06fad} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001534 sec., 73011.73402868317 rows/sec., 4.16 MiB/sec. | ||
| 9591 | 2025.04.30 22:43:42.544710 [ 153 ] {} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9592 | 2025.04.30 22:43:42.544790 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9593 | 2025.04.30 22:43:42.544810 [ 259 ] {4cb4ec61-fba8-4a50-a3e1-2246c2a06fad} <Debug> TCPHandler: Processed in 0.001821772 sec. | ||
| 9594 | 2025.04.30 22:43:42.545040 [ 196 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
| 9595 | 2025.04.30 22:43:42.545064 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9596 | 2025.04.30 22:43:42.545305 [ 259 ] {e9fd9621-803a-4f15-befa-ab4f27bfa850} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9597 | 2025.04.30 22:43:42.545317 [ 196 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9598 | 2025.04.30 22:43:42.545381 [ 259 ] {e9fd9621-803a-4f15-befa-ab4f27bfa850} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9599 | 2025.04.30 22:43:42.545397 [ 196 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 112 rows starting from the beginning of the part | ||
| 9600 | 2025.04.30 22:43:42.545763 [ 196 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 112 rows starting from the beginning of the part | ||
| 9601 | 2025.04.30 22:43:42.546075 [ 196 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 112 rows starting from the beginning of the part | ||
| 9602 | 2025.04.30 22:43:42.546377 [ 196 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 112 rows starting from the beginning of the part | ||
| 9603 | 2025.04.30 22:43:42.546713 [ 196 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 112 rows starting from the beginning of the part | ||
| 9604 | 2025.04.30 22:43:42.548523 [ 259 ] {e9fd9621-803a-4f15-befa-ab4f27bfa850} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9605 | 2025.04.30 22:43:42.548615 [ 259 ] {e9fd9621-803a-4f15-befa-ab4f27bfa850} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9606 | 2025.04.30 22:43:42.548777 [ 196 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.003866433 sec., 144836.33881668193 rows/sec., 8.80 MiB/sec. | ||
| 9607 | 2025.04.30 22:43:42.548984 [ 186 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 9608 | 2025.04.30 22:43:42.549209 [ 259 ] {e9fd9621-803a-4f15-befa-ab4f27bfa850} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9609 | 2025.04.30 22:43:42.549417 [ 186 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_33_8} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9610 | 2025.04.30 22:43:42.549513 [ 259 ] {e9fd9621-803a-4f15-befa-ab4f27bfa850} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9611 | 2025.04.30 22:43:42.549555 [ 186 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_33_8} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 9612 | 2025.04.30 22:43:42.549754 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 9613 | 2025.04.30 22:43:42.549920 [ 259 ] {e9fd9621-803a-4f15-befa-ab4f27bfa850} <Debug> executeQuery: Read 846 rows, 62.51 KiB in 0.004694 sec., 180230.08095440987 rows/sec., 13.01 MiB/sec. | ||
| 9614 | 2025.04.30 22:43:42.549985 [ 259 ] {e9fd9621-803a-4f15-befa-ab4f27bfa850} <Debug> TCPHandler: Processed in 0.004997802 sec. | ||
| 9615 | 2025.04.30 22:43:42.550244 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9616 | 2025.04.30 22:43:42.550427 [ 259 ] {583bdb50-36a5-4429-9730-69f09d5e81fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9617 | 2025.04.30 22:43:42.550476 [ 259 ] {583bdb50-36a5-4429-9730-69f09d5e81fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9618 | 2025.04.30 22:43:42.550937 [ 259 ] {583bdb50-36a5-4429-9730-69f09d5e81fd} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9619 | 2025.04.30 22:43:42.550975 [ 259 ] {583bdb50-36a5-4429-9730-69f09d5e81fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9620 | 2025.04.30 22:43:42.551329 [ 259 ] {583bdb50-36a5-4429-9730-69f09d5e81fd} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9621 | 2025.04.30 22:43:42.551569 [ 259 ] {583bdb50-36a5-4429-9730-69f09d5e81fd} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9622 | 2025.04.30 22:43:42.551769 [ 259 ] {583bdb50-36a5-4429-9730-69f09d5e81fd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001379 sec., 4350.97897026831 rows/sec., 227.32 KiB/sec. | ||
| 9623 | 2025.04.30 22:43:42.551818 [ 259 ] {583bdb50-36a5-4429-9730-69f09d5e81fd} <Debug> TCPHandler: Processed in 0.001674438 sec. | ||
| 9624 | 2025.04.30 22:43:42.551935 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9625 | 2025.04.30 22:43:42.552039 [ 259 ] {ac853802-7525-4311-a6e4-c6509c7996e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9626 | 2025.04.30 22:43:42.552086 [ 259 ] {ac853802-7525-4311-a6e4-c6509c7996e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9627 | 2025.04.30 22:43:42.552764 [ 259 ] {ac853802-7525-4311-a6e4-c6509c7996e0} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9628 | 2025.04.30 22:43:42.552802 [ 259 ] {ac853802-7525-4311-a6e4-c6509c7996e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9629 | 2025.04.30 22:43:42.553234 [ 259 ] {ac853802-7525-4311-a6e4-c6509c7996e0} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9630 | 2025.04.30 22:43:42.553476 [ 259 ] {ac853802-7525-4311-a6e4-c6509c7996e0} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9631 | 2025.04.30 22:43:42.553678 [ 259 ] {ac853802-7525-4311-a6e4-c6509c7996e0} <Debug> executeQuery: Read 955 rows, 64.97 KiB in 0.001659 sec., 575647.9807112719 rows/sec., 38.24 MiB/sec. | ||
| 9632 | 2025.04.30 22:43:42.553726 [ 259 ] {ac853802-7525-4311-a6e4-c6509c7996e0} <Debug> TCPHandler: Processed in 0.001840823 sec. | ||
| 9633 | 2025.04.30 22:43:42.553841 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9634 | 2025.04.30 22:43:42.553953 [ 259 ] {e2b6b300-b432-4644-b1e3-3f6441ea9c1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9635 | 2025.04.30 22:43:42.553998 [ 259 ] {e2b6b300-b432-4644-b1e3-3f6441ea9c1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9636 | 2025.04.30 22:43:42.554387 [ 259 ] {e2b6b300-b432-4644-b1e3-3f6441ea9c1c} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9637 | 2025.04.30 22:43:42.554426 [ 259 ] {e2b6b300-b432-4644-b1e3-3f6441ea9c1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9638 | 2025.04.30 22:43:42.554805 [ 259 ] {e2b6b300-b432-4644-b1e3-3f6441ea9c1c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9639 | 2025.04.30 22:43:42.555057 [ 259 ] {e2b6b300-b432-4644-b1e3-3f6441ea9c1c} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9640 | 2025.04.30 22:43:42.555271 [ 259 ] {e2b6b300-b432-4644-b1e3-3f6441ea9c1c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001335 sec., 749.063670411985 rows/sec., 50.47 KiB/sec. | ||
| 9641 | 2025.04.30 22:43:42.555332 [ 259 ] {e2b6b300-b432-4644-b1e3-3f6441ea9c1c} <Debug> TCPHandler: Processed in 0.001540753 sec. | ||
| 9642 | 2025.04.30 22:43:42.555556 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9643 | 2025.04.30 22:43:42.555669 [ 259 ] {a749c89e-6495-4167-bf4f-62e2c9b24339} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9644 | 2025.04.30 22:43:42.555736 [ 259 ] {a749c89e-6495-4167-bf4f-62e2c9b24339} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9645 | 2025.04.30 22:43:42.556743 [ 259 ] {a749c89e-6495-4167-bf4f-62e2c9b24339} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9646 | 2025.04.30 22:43:42.556782 [ 259 ] {a749c89e-6495-4167-bf4f-62e2c9b24339} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9647 | 2025.04.30 22:43:42.557366 [ 259 ] {a749c89e-6495-4167-bf4f-62e2c9b24339} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 9648 | 2025.04.30 22:43:42.557618 [ 259 ] {a749c89e-6495-4167-bf4f-62e2c9b24339} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9649 | 2025.04.30 22:43:42.557769 [ 154 ] {} <Debug> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 9650 | 2025.04.30 22:43:42.557805 [ 259 ] {a749c89e-6495-4167-bf4f-62e2c9b24339} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002158 sec., 3707.1362372567187 rows/sec., 6.64 MiB/sec. | ||
| 9651 | 2025.04.30 22:43:42.557824 [ 154 ] {} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9652 | 2025.04.30 22:43:42.557866 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9653 | 2025.04.30 22:43:42.558120 [ 259 ] {a749c89e-6495-4167-bf4f-62e2c9b24339} <Debug> TCPHandler: Processed in 0.002644471 sec. | ||
| 9654 | 2025.04.30 22:43:42.558167 [ 200 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::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 | ||
| 9655 | 2025.04.30 22:43:42.558301 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9656 | 2025.04.30 22:43:42.558527 [ 259 ] {cd800287-8642-4f01-a671-7bb04c039696} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9657 | 2025.04.30 22:43:42.558632 [ 259 ] {cd800287-8642-4f01-a671-7bb04c039696} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9658 | 2025.04.30 22:43:42.558972 [ 200 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9659 | 2025.04.30 22:43:42.559224 [ 200 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1062 rows starting from the beginning of the part | ||
| 9660 | 2025.04.30 22:43:42.559883 [ 200 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 8 rows starting from the beginning of the part | ||
| 9661 | 2025.04.30 22:43:42.560596 [ 200 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 32 rows starting from the beginning of the part | ||
| 9662 | 2025.04.30 22:43:42.560647 [ 259 ] {cd800287-8642-4f01-a671-7bb04c039696} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9663 | 2025.04.30 22:43:42.560718 [ 259 ] {cd800287-8642-4f01-a671-7bb04c039696} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9664 | 2025.04.30 22:43:42.561218 [ 200 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 8 rows starting from the beginning of the part | ||
| 9665 | 2025.04.30 22:43:42.561800 [ 200 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 32 rows starting from the beginning of the part | ||
| 9666 | 2025.04.30 22:43:42.562207 [ 259 ] {cd800287-8642-4f01-a671-7bb04c039696} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9667 | 2025.04.30 22:43:42.562360 [ 200 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 8 rows starting from the beginning of the part | ||
| 9668 | 2025.04.30 22:43:42.562968 [ 259 ] {cd800287-8642-4f01-a671-7bb04c039696} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9669 | 2025.04.30 22:43:42.563418 [ 259 ] {cd800287-8642-4f01-a671-7bb04c039696} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.004962 sec., 6852.075775896816 rows/sec., 407.20 KiB/sec. | ||
| 9670 | 2025.04.30 22:43:42.563544 [ 259 ] {cd800287-8642-4f01-a671-7bb04c039696} <Debug> TCPHandler: Processed in 0.005318882 sec. | ||
| 9671 | 2025.04.30 22:43:42.569075 [ 186 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1150 rows, containing 19 columns (19 merged, 0 gathered) in 0.011106301 sec., 103544.82559044636 rows/sec., 185.55 MiB/sec. | ||
| 9672 | 2025.04.30 22:43:42.570666 [ 201 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 9673 | 2025.04.30 22:43:42.571123 [ 201 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9674 | 2025.04.30 22:43:42.571213 [ 201 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 9675 | 2025.04.30 22:43:42.571382 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.52 MiB. | ||
| 9676 | 2025.04.30 22:43:43.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 228.40 MiB, peak 240.46 MiB, free memory in arenas 0.00 B, will set to 229.98 MiB (RSS), difference: 1.58 MiB | ||
| 9677 | 2025.04.30 22:43:45.676538 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 1374 | ||
| 9678 | 2025.04.30 22:43:45.680718 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9679 | 2025.04.30 22:43:45.680823 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9680 | 2025.04.30 22:43:45.682539 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9681 | 2025.04.30 22:43:45.682866 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9682 | 2025.04.30 22:43:45.683518 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1374 | ||
| 9683 | 2025.04.30 22:43:47.247420 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9684 | 2025.04.30 22:43:47.247664 [ 259 ] {81504d58-8682-4beb-b074-eb210d75c524} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9685 | 2025.04.30 22:43:47.247758 [ 259 ] {81504d58-8682-4beb-b074-eb210d75c524} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9686 | 2025.04.30 22:43:47.248707 [ 259 ] {81504d58-8682-4beb-b074-eb210d75c524} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9687 | 2025.04.30 22:43:47.248760 [ 259 ] {81504d58-8682-4beb-b074-eb210d75c524} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9688 | 2025.04.30 22:43:47.249203 [ 259 ] {81504d58-8682-4beb-b074-eb210d75c524} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9689 | 2025.04.30 22:43:47.249460 [ 259 ] {81504d58-8682-4beb-b074-eb210d75c524} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9690 | 2025.04.30 22:43:47.249674 [ 136 ] {} <Debug> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9691 | 2025.04.30 22:43:47.249719 [ 259 ] {81504d58-8682-4beb-b074-eb210d75c524} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002121 sec., 26402.640264026402 rows/sec., 2.03 MiB/sec. | ||
| 9692 | 2025.04.30 22:43:47.249773 [ 136 ] {} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9693 | 2025.04.30 22:43:47.249840 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9694 | 2025.04.30 22:43:47.249862 [ 259 ] {81504d58-8682-4beb-b074-eb210d75c524} <Debug> TCPHandler: Processed in 0.002592139 sec. | ||
| 9695 | 2025.04.30 22:43:47.250118 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9696 | 2025.04.30 22:43:47.250139 [ 198 ] {d4e73ecb-69f6-409c-bee6-1454de550956::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 | ||
| 9697 | 2025.04.30 22:43:47.250487 [ 259 ] {518263b4-d084-403a-8902-a00f233be18d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9698 | 2025.04.30 22:43:47.250674 [ 259 ] {518263b4-d084-403a-8902-a00f233be18d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9699 | 2025.04.30 22:43:47.250816 [ 198 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9700 | 2025.04.30 22:43:47.250980 [ 198 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1846 rows starting from the beginning of the part | ||
| 9701 | 2025.04.30 22:43:47.251499 [ 198 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 120 rows starting from the beginning of the part | ||
| 9702 | 2025.04.30 22:43:47.252209 [ 198 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 633 rows starting from the beginning of the part | ||
| 9703 | 2025.04.30 22:43:47.252678 [ 198 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 120 rows starting from the beginning of the part | ||
| 9704 | 2025.04.30 22:43:47.253061 [ 198 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 1773 rows starting from the beginning of the part | ||
| 9705 | 2025.04.30 22:43:47.253319 [ 198 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 56 rows starting from the beginning of the part | ||
| 9706 | 2025.04.30 22:43:47.253977 [ 259 ] {518263b4-d084-403a-8902-a00f233be18d} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9707 | 2025.04.30 22:43:47.254021 [ 259 ] {518263b4-d084-403a-8902-a00f233be18d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9708 | 2025.04.30 22:43:47.254545 [ 259 ] {518263b4-d084-403a-8902-a00f233be18d} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9709 | 2025.04.30 22:43:47.254892 [ 259 ] {518263b4-d084-403a-8902-a00f233be18d} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9710 | 2025.04.30 22:43:47.255115 [ 136 ] {} <Debug> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9711 | 2025.04.30 22:43:47.255187 [ 136 ] {} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9712 | 2025.04.30 22:43:47.255190 [ 259 ] {518263b4-d084-403a-8902-a00f233be18d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004842 sec., 13217.67864518794 rows/sec., 1.03 MiB/sec. | ||
| 9713 | 2025.04.30 22:43:47.255240 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9714 | 2025.04.30 22:43:47.255388 [ 259 ] {518263b4-d084-403a-8902-a00f233be18d} <Debug> TCPHandler: Processed in 0.005355823 sec. | ||
| 9715 | 2025.04.30 22:43:47.255558 [ 186 ] {e25d2b30-b306-449e-8756-7ab1229a4707::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 | ||
| 9716 | 2025.04.30 22:43:47.255600 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9717 | 2025.04.30 22:43:47.255758 [ 186 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9718 | 2025.04.30 22:43:47.255830 [ 259 ] {09455c86-451c-4575-970d-9cbaf8404625} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9719 | 2025.04.30 22:43:47.255838 [ 186 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 914 rows starting from the beginning of the part | ||
| 9720 | 2025.04.30 22:43:47.256010 [ 259 ] {09455c86-451c-4575-970d-9cbaf8404625} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9721 | 2025.04.30 22:43:47.256525 [ 186 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 96 rows starting from the beginning of the part | ||
| 9722 | 2025.04.30 22:43:47.256779 [ 198 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4548 rows, containing 5 columns (5 merged, 0 gathered) in 0.006811273 sec., 667716.592772012 rows/sec., 56.75 MiB/sec. | ||
| 9723 | 2025.04.30 22:43:47.257047 [ 186 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 390 rows starting from the beginning of the part | ||
| 9724 | 2025.04.30 22:43:47.257439 [ 192 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9725 | 2025.04.30 22:43:47.257523 [ 186 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 96 rows starting from the beginning of the part | ||
| 9726 | 2025.04.30 22:43:47.258034 [ 186 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 846 rows starting from the beginning of the part | ||
| 9727 | 2025.04.30 22:43:47.258509 [ 186 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 64 rows starting from the beginning of the part | ||
| 9728 | 2025.04.30 22:43:47.259345 [ 187 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_76_15} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9729 | 2025.04.30 22:43:47.259758 [ 187 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_76_15} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9730 | 2025.04.30 22:43:47.260143 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 9731 | 2025.04.30 22:43:47.260262 [ 259 ] {09455c86-451c-4575-970d-9cbaf8404625} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9732 | 2025.04.30 22:43:47.260318 [ 259 ] {09455c86-451c-4575-970d-9cbaf8404625} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9733 | 2025.04.30 22:43:47.260931 [ 259 ] {09455c86-451c-4575-970d-9cbaf8404625} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9734 | 2025.04.30 22:43:47.261218 [ 259 ] {09455c86-451c-4575-970d-9cbaf8404625} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9735 | 2025.04.30 22:43:47.261507 [ 136 ] {} <Debug> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9736 | 2025.04.30 22:43:47.261659 [ 136 ] {} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9737 | 2025.04.30 22:43:47.261767 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9738 | 2025.04.30 22:43:47.261804 [ 259 ] {09455c86-451c-4575-970d-9cbaf8404625} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.006026 sec., 21241.287753070028 rows/sec., 1.48 MiB/sec. | ||
| 9739 | 2025.04.30 22:43:47.261914 [ 194 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2406 rows, containing 5 columns (5 merged, 0 gathered) in 0.006501523 sec., 370067.1365770759 rows/sec., 28.33 MiB/sec. | ||
| 9740 | 2025.04.30 22:43:47.262038 [ 259 ] {09455c86-451c-4575-970d-9cbaf8404625} <Debug> TCPHandler: Processed in 0.006493623 sec. | ||
| 9741 | 2025.04.30 22:43:47.262056 [ 186 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::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 | ||
| 9742 | 2025.04.30 22:43:47.262196 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9743 | 2025.04.30 22:43:47.262216 [ 194 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9744 | 2025.04.30 22:43:47.262227 [ 186 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9745 | 2025.04.30 22:43:47.262283 [ 186 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 22346 rows starting from the beginning of the part | ||
| 9746 | 2025.04.30 22:43:47.262432 [ 259 ] {8a60e6f3-d5fa-4d94-9473-bf38c9f06024} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9747 | 2025.04.30 22:43:47.262680 [ 259 ] {8a60e6f3-d5fa-4d94-9473-bf38c9f06024} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9748 | 2025.04.30 22:43:47.262704 [ 186 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::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 | ||
| 9749 | 2025.04.30 22:43:47.263365 [ 186 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 237 rows starting from the beginning of the part | ||
| 9750 | 2025.04.30 22:43:47.263395 [ 194 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_76_15} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9751 | 2025.04.30 22:43:47.263881 [ 194 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_76_15} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9752 | 2025.04.30 22:43:47.263908 [ 186 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 160 rows starting from the beginning of the part | ||
| 9753 | 2025.04.30 22:43:47.264297 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 9754 | 2025.04.30 22:43:47.264439 [ 186 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 955 rows starting from the beginning of the part | ||
| 9755 | 2025.04.30 22:43:47.264719 [ 186 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 128 rows starting from the beginning of the part | ||
| 9756 | 2025.04.30 22:43:47.265463 [ 259 ] {8a60e6f3-d5fa-4d94-9473-bf38c9f06024} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9757 | 2025.04.30 22:43:47.265540 [ 259 ] {8a60e6f3-d5fa-4d94-9473-bf38c9f06024} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9758 | 2025.04.30 22:43:47.266078 [ 259 ] {8a60e6f3-d5fa-4d94-9473-bf38c9f06024} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9759 | 2025.04.30 22:43:47.266463 [ 259 ] {8a60e6f3-d5fa-4d94-9473-bf38c9f06024} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9760 | 2025.04.30 22:43:47.266698 [ 136 ] {} <Debug> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9761 | 2025.04.30 22:43:47.266808 [ 136 ] {} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9762 | 2025.04.30 22:43:47.266865 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9763 | 2025.04.30 22:43:47.267023 [ 259 ] {8a60e6f3-d5fa-4d94-9473-bf38c9f06024} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004643 sec., 10338.143441740252 rows/sec., 713.44 KiB/sec. | ||
| 9764 | 2025.04.30 22:43:47.267267 [ 192 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::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 | ||
| 9765 | 2025.04.30 22:43:47.267342 [ 259 ] {8a60e6f3-d5fa-4d94-9473-bf38c9f06024} <Debug> TCPHandler: Processed in 0.005203469 sec. | ||
| 9766 | 2025.04.30 22:43:47.267826 [ 192 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9767 | 2025.04.30 22:43:47.268159 [ 192 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4450 rows starting from the beginning of the part | ||
| 9768 | 2025.04.30 22:43:47.268540 [ 192 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::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 | ||
| 9769 | 2025.04.30 22:43:47.268876 [ 192 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 82 rows starting from the beginning of the part | ||
| 9770 | 2025.04.30 22:43:47.269251 [ 192 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part | ||
| 9771 | 2025.04.30 22:43:47.269429 [ 192 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 34 rows starting from the beginning of the part | ||
| 9772 | 2025.04.30 22:43:47.269511 [ 192 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 48 rows starting from the beginning of the part | ||
| 9773 | 2025.04.30 22:43:47.275023 [ 193 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4734 rows, containing 4 columns (4 merged, 0 gathered) in 0.008024775 sec., 589923.0819555689 rows/sec., 38.45 MiB/sec. | ||
| 9774 | 2025.04.30 22:43:47.275474 [ 193 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9775 | 2025.04.30 22:43:47.275914 [ 193 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_76_15} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9776 | 2025.04.30 22:43:47.276009 [ 193 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_76_15} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9777 | 2025.04.30 22:43:47.276122 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
| 9778 | 2025.04.30 22:43:47.277061 [ 195 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23986 rows, containing 5 columns (5 merged, 0 gathered) in 0.015178781 sec., 1580232.2992867476 rows/sec., 106.67 MiB/sec. | ||
| 9779 | 2025.04.30 22:43:47.277655 [ 193 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9780 | 2025.04.30 22:43:47.277978 [ 193 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9781 | 2025.04.30 22:43:47.278063 [ 193 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9782 | 2025.04.30 22:43:47.278157 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 9783 | 2025.04.30 22:43:48.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 230.39 MiB, peak 241.37 MiB, free memory in arenas 0.00 B, will set to 231.55 MiB (RSS), difference: 1.15 MiB | ||
| 9784 | 2025.04.30 22:43:48.073138 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21594 | ||
| 9785 | 2025.04.30 22:43:48.073795 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9786 | 2025.04.30 22:43:48.073836 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9787 | 2025.04.30 22:43:48.074364 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9788 | 2025.04.30 22:43:48.074618 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9789 | 2025.04.30 22:43:48.074802 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21594 | ||
| 9790 | 2025.04.30 22:43:49.610536 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355 | ||
| 9791 | 2025.04.30 22:43:49.629172 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9792 | 2025.04.30 22:43:49.629214 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9793 | 2025.04.30 22:43:49.635973 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9794 | 2025.04.30 22:43:49.636700 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9795 | 2025.04.30 22:43:49.639659 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355 | ||
| 9796 | 2025.04.30 22:43:52.249993 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9797 | 2025.04.30 22:43:52.250192 [ 259 ] {6bc37d78-4853-4279-b2db-05a678e6dd75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9798 | 2025.04.30 22:43:52.250265 [ 259 ] {6bc37d78-4853-4279-b2db-05a678e6dd75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9799 | 2025.04.30 22:43:52.251052 [ 259 ] {6bc37d78-4853-4279-b2db-05a678e6dd75} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9800 | 2025.04.30 22:43:52.251103 [ 259 ] {6bc37d78-4853-4279-b2db-05a678e6dd75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9801 | 2025.04.30 22:43:52.251537 [ 259 ] {6bc37d78-4853-4279-b2db-05a678e6dd75} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9802 | 2025.04.30 22:43:52.251799 [ 259 ] {6bc37d78-4853-4279-b2db-05a678e6dd75} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9803 | 2025.04.30 22:43:52.252042 [ 259 ] {6bc37d78-4853-4279-b2db-05a678e6dd75} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001898 sec., 63224.44678609062 rows/sec., 5.37 MiB/sec. | ||
| 9804 | 2025.04.30 22:43:52.252102 [ 259 ] {6bc37d78-4853-4279-b2db-05a678e6dd75} <Debug> TCPHandler: Processed in 0.002233087 sec. | ||
| 9805 | 2025.04.30 22:43:52.252240 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9806 | 2025.04.30 22:43:52.252391 [ 259 ] {15c85672-9d77-49ff-bd14-e847de327559} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9807 | 2025.04.30 22:43:52.252440 [ 259 ] {15c85672-9d77-49ff-bd14-e847de327559} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9808 | 2025.04.30 22:43:52.252962 [ 259 ] {15c85672-9d77-49ff-bd14-e847de327559} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9809 | 2025.04.30 22:43:52.253000 [ 259 ] {15c85672-9d77-49ff-bd14-e847de327559} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9810 | 2025.04.30 22:43:52.253352 [ 259 ] {15c85672-9d77-49ff-bd14-e847de327559} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 9811 | 2025.04.30 22:43:52.253605 [ 259 ] {15c85672-9d77-49ff-bd14-e847de327559} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9812 | 2025.04.30 22:43:52.253821 [ 259 ] {15c85672-9d77-49ff-bd14-e847de327559} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001455 sec., 21993.127147766325 rows/sec., 1.62 MiB/sec. | ||
| 9813 | 2025.04.30 22:43:52.253877 [ 259 ] {15c85672-9d77-49ff-bd14-e847de327559} <Debug> TCPHandler: Processed in 0.001702779 sec. | ||
| 9814 | 2025.04.30 22:43:52.254026 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9815 | 2025.04.30 22:43:52.254131 [ 259 ] {17a04aa2-2e18-4335-8cb3-0dd722291ad9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9816 | 2025.04.30 22:43:52.254176 [ 259 ] {17a04aa2-2e18-4335-8cb3-0dd722291ad9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9817 | 2025.04.30 22:43:52.254725 [ 259 ] {17a04aa2-2e18-4335-8cb3-0dd722291ad9} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9818 | 2025.04.30 22:43:52.254763 [ 259 ] {17a04aa2-2e18-4335-8cb3-0dd722291ad9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9819 | 2025.04.30 22:43:52.255129 [ 259 ] {17a04aa2-2e18-4335-8cb3-0dd722291ad9} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9820 | 2025.04.30 22:43:52.255366 [ 259 ] {17a04aa2-2e18-4335-8cb3-0dd722291ad9} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9821 | 2025.04.30 22:43:52.255564 [ 259 ] {17a04aa2-2e18-4335-8cb3-0dd722291ad9} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001455 sec., 65979.38144329897 rows/sec., 5.15 MiB/sec. | ||
| 9822 | 2025.04.30 22:43:52.255615 [ 259 ] {17a04aa2-2e18-4335-8cb3-0dd722291ad9} <Debug> TCPHandler: Processed in 0.001649986 sec. | ||
| 9823 | 2025.04.30 22:43:52.255727 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9824 | 2025.04.30 22:43:52.255839 [ 259 ] {d7674849-c9ae-4e46-b12e-cf8342c87505} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9825 | 2025.04.30 22:43:52.255888 [ 259 ] {d7674849-c9ae-4e46-b12e-cf8342c87505} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9826 | 2025.04.30 22:43:52.256386 [ 259 ] {d7674849-c9ae-4e46-b12e-cf8342c87505} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9827 | 2025.04.30 22:43:52.256426 [ 259 ] {d7674849-c9ae-4e46-b12e-cf8342c87505} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9828 | 2025.04.30 22:43:52.256806 [ 259 ] {d7674849-c9ae-4e46-b12e-cf8342c87505} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9829 | 2025.04.30 22:43:52.257054 [ 259 ] {d7674849-c9ae-4e46-b12e-cf8342c87505} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9830 | 2025.04.30 22:43:52.257250 [ 259 ] {d7674849-c9ae-4e46-b12e-cf8342c87505} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00144 sec., 111111.11111111111 rows/sec., 7.74 MiB/sec. | ||
| 9831 | 2025.04.30 22:43:52.257299 [ 259 ] {d7674849-c9ae-4e46-b12e-cf8342c87505} <Debug> TCPHandler: Processed in 0.001623376 sec. | ||
| 9832 | 2025.04.30 22:43:52.257405 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9833 | 2025.04.30 22:43:52.257508 [ 259 ] {65aaf634-ef24-42f2-9375-24dfe1e0fe9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9834 | 2025.04.30 22:43:52.257571 [ 259 ] {65aaf634-ef24-42f2-9375-24dfe1e0fe9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9835 | 2025.04.30 22:43:52.258664 [ 259 ] {65aaf634-ef24-42f2-9375-24dfe1e0fe9b} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9836 | 2025.04.30 22:43:52.258702 [ 259 ] {65aaf634-ef24-42f2-9375-24dfe1e0fe9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9837 | 2025.04.30 22:43:52.259320 [ 259 ] {65aaf634-ef24-42f2-9375-24dfe1e0fe9b} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 9838 | 2025.04.30 22:43:52.259584 [ 259 ] {65aaf634-ef24-42f2-9375-24dfe1e0fe9b} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9839 | 2025.04.30 22:43:52.259819 [ 259 ] {65aaf634-ef24-42f2-9375-24dfe1e0fe9b} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002325 sec., 13763.440860215054 rows/sec., 24.66 MiB/sec. | ||
| 9840 | 2025.04.30 22:43:52.259910 [ 259 ] {65aaf634-ef24-42f2-9375-24dfe1e0fe9b} <Debug> TCPHandler: Processed in 0.002555078 sec. | ||
| 9841 | 2025.04.30 22:43:52.260015 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9842 | 2025.04.30 22:43:52.260116 [ 259 ] {0d0efa83-2bc2-4caa-9a0d-74be1af9a6fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9843 | 2025.04.30 22:43:52.260160 [ 259 ] {0d0efa83-2bc2-4caa-9a0d-74be1af9a6fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9844 | 2025.04.30 22:43:52.260567 [ 259 ] {0d0efa83-2bc2-4caa-9a0d-74be1af9a6fe} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9845 | 2025.04.30 22:43:52.260605 [ 259 ] {0d0efa83-2bc2-4caa-9a0d-74be1af9a6fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9846 | 2025.04.30 22:43:52.260970 [ 259 ] {0d0efa83-2bc2-4caa-9a0d-74be1af9a6fe} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9847 | 2025.04.30 22:43:52.261211 [ 259 ] {0d0efa83-2bc2-4caa-9a0d-74be1af9a6fe} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9848 | 2025.04.30 22:43:52.261400 [ 259 ] {0d0efa83-2bc2-4caa-9a0d-74be1af9a6fe} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001302 sec., 46082.949308755764 rows/sec., 3.11 MiB/sec. | ||
| 9849 | 2025.04.30 22:43:52.261474 [ 259 ] {0d0efa83-2bc2-4caa-9a0d-74be1af9a6fe} <Debug> TCPHandler: Processed in 0.001505902 sec. | ||
| 9850 | 2025.04.30 22:43:55.235168 [ 144 ] {} <Debug> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9) (MergerMutator): Selected 5 parts from all_1_29_6 to all_33_33_0 | ||
| 9851 | 2025.04.30 22:43:55.235245 [ 144 ] {} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9852 | 2025.04.30 22:43:55.235266 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9853 | 2025.04.30 22:43:55.235485 [ 195 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_6 to all_33_33_0 into Compact with storage Full | ||
| 9854 | 2025.04.30 22:43:55.235755 [ 195 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9855 | 2025.04.30 22:43:55.235795 [ 195 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 174 rows starting from the beginning of the part | ||
| 9856 | 2025.04.30 22:43:55.235880 [ 195 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
| 9857 | 2025.04.30 22:43:55.236144 [ 195 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
| 9858 | 2025.04.30 22:43:55.236275 [ 195 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
| 9859 | 2025.04.30 22:43:55.236463 [ 195 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
| 9860 | 2025.04.30 22:43:55.237541 [ 193 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 198 rows, containing 4 columns (4 merged, 0 gathered) in 0.002186665 sec., 90548.84950369627 rows/sec., 4.62 MiB/sec. | ||
| 9861 | 2025.04.30 22:43:55.237759 [ 188 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
| 9862 | 2025.04.30 22:43:55.238166 [ 188 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_33_7} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9863 | 2025.04.30 22:43:55.238255 [ 188 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_33_7} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9) (MergerMutator): Merged 5 parts: [all_1_29_6, all_33_33_0] -> all_1_33_7 | ||
| 9864 | 2025.04.30 22:43:55.238353 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 9865 | 2025.04.30 22:43:55.349993 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9866 | 2025.04.30 22:43:55.350057 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9867 | 2025.04.30 22:43:55.575885 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22021 | ||
| 9868 | 2025.04.30 22:43:55.576497 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9869 | 2025.04.30 22:43:55.576536 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9870 | 2025.04.30 22:43:55.577072 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9871 | 2025.04.30 22:43:55.577324 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9872 | 2025.04.30 22:43:55.577517 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 | ||
| 9873 | 2025.04.30 22:43:55.684751 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1394 | ||
| 9874 | 2025.04.30 22:43:55.687679 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9875 | 2025.04.30 22:43:55.687744 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9876 | 2025.04.30 22:43:55.689239 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9877 | 2025.04.30 22:43:55.689566 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9878 | 2025.04.30 22:43:55.690243 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1394 | ||
| 9879 | 2025.04.30 22:43:56.001333 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000936372 sec. | ||
| 9880 | 2025.04.30 22:43:57.140697 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362 | ||
| 9881 | 2025.04.30 22:43:57.161759 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9882 | 2025.04.30 22:43:57.161829 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9883 | 2025.04.30 22:43:57.168951 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9884 | 2025.04.30 22:43:57.169718 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9885 | 2025.04.30 22:43:57.172814 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362 | ||
| 9886 | 2025.04.30 22:43:57.256532 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9887 | 2025.04.30 22:43:57.256723 [ 259 ] {6563a6da-813e-4fd6-809f-059a4e7073d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9888 | 2025.04.30 22:43:57.256795 [ 259 ] {6563a6da-813e-4fd6-809f-059a4e7073d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9889 | 2025.04.30 22:43:57.257624 [ 259 ] {6563a6da-813e-4fd6-809f-059a4e7073d2} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9890 | 2025.04.30 22:43:57.257676 [ 259 ] {6563a6da-813e-4fd6-809f-059a4e7073d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9891 | 2025.04.30 22:43:57.258144 [ 259 ] {6563a6da-813e-4fd6-809f-059a4e7073d2} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9892 | 2025.04.30 22:43:57.258422 [ 259 ] {6563a6da-813e-4fd6-809f-059a4e7073d2} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9893 | 2025.04.30 22:43:57.258657 [ 259 ] {6563a6da-813e-4fd6-809f-059a4e7073d2} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001983 sec., 106908.72415532022 rows/sec., 6.80 MiB/sec. | ||
| 9894 | 2025.04.30 22:43:57.258726 [ 259 ] {6563a6da-813e-4fd6-809f-059a4e7073d2} <Debug> TCPHandler: Processed in 0.002389022 sec. | ||
| 9895 | 2025.04.30 22:43:57.258894 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9896 | 2025.04.30 22:43:57.258998 [ 259 ] {34ec9f4e-659b-4e41-887e-707fb9316d0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9897 | 2025.04.30 22:43:57.259042 [ 259 ] {34ec9f4e-659b-4e41-887e-707fb9316d0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9898 | 2025.04.30 22:43:57.259857 [ 259 ] {34ec9f4e-659b-4e41-887e-707fb9316d0f} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9899 | 2025.04.30 22:43:57.259900 [ 259 ] {34ec9f4e-659b-4e41-887e-707fb9316d0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9900 | 2025.04.30 22:43:57.260315 [ 259 ] {34ec9f4e-659b-4e41-887e-707fb9316d0f} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9901 | 2025.04.30 22:43:57.260568 [ 259 ] {34ec9f4e-659b-4e41-887e-707fb9316d0f} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9902 | 2025.04.30 22:43:57.260787 [ 259 ] {34ec9f4e-659b-4e41-887e-707fb9316d0f} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001811 sec., 349530.64605190506 rows/sec., 27.49 MiB/sec. | ||
| 9903 | 2025.04.30 22:43:57.260850 [ 259 ] {34ec9f4e-659b-4e41-887e-707fb9316d0f} <Debug> TCPHandler: Processed in 0.002015349 sec. | ||
| 9904 | 2025.04.30 22:43:57.260972 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9905 | 2025.04.30 22:43:57.261086 [ 259 ] {36310d59-fd68-464d-91b7-5d074b4d2f3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9906 | 2025.04.30 22:43:57.261143 [ 259 ] {36310d59-fd68-464d-91b7-5d074b4d2f3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9907 | 2025.04.30 22:43:57.261758 [ 259 ] {36310d59-fd68-464d-91b7-5d074b4d2f3b} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9908 | 2025.04.30 22:43:57.261798 [ 259 ] {36310d59-fd68-464d-91b7-5d074b4d2f3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9909 | 2025.04.30 22:43:57.262174 [ 259 ] {36310d59-fd68-464d-91b7-5d074b4d2f3b} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 9910 | 2025.04.30 22:43:57.262413 [ 259 ] {36310d59-fd68-464d-91b7-5d074b4d2f3b} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9911 | 2025.04.30 22:43:57.262619 [ 259 ] {36310d59-fd68-464d-91b7-5d074b4d2f3b} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001555 sec., 73311.89710610933 rows/sec., 4.39 MiB/sec. | ||
| 9912 | 2025.04.30 22:43:57.262672 [ 259 ] {36310d59-fd68-464d-91b7-5d074b4d2f3b} <Debug> TCPHandler: Processed in 0.00175235 sec. | ||
| 9913 | 2025.04.30 22:43:57.262791 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9914 | 2025.04.30 22:43:57.262895 [ 259 ] {99261e93-241d-456b-868c-e675c42ae1f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9915 | 2025.04.30 22:43:57.262939 [ 259 ] {99261e93-241d-456b-868c-e675c42ae1f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9916 | 2025.04.30 22:43:57.263474 [ 259 ] {99261e93-241d-456b-868c-e675c42ae1f6} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9917 | 2025.04.30 22:43:57.263513 [ 259 ] {99261e93-241d-456b-868c-e675c42ae1f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9918 | 2025.04.30 22:43:57.263868 [ 259 ] {99261e93-241d-456b-868c-e675c42ae1f6} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9919 | 2025.04.30 22:43:57.264108 [ 259 ] {99261e93-241d-456b-868c-e675c42ae1f6} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9920 | 2025.04.30 22:43:57.264319 [ 259 ] {99261e93-241d-456b-868c-e675c42ae1f6} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001445 sec., 78200.69204152249 rows/sec., 5.06 MiB/sec. | ||
| 9921 | 2025.04.30 22:43:57.264369 [ 259 ] {99261e93-241d-456b-868c-e675c42ae1f6} <Debug> TCPHandler: Processed in 0.001628665 sec. | ||
| 9922 | 2025.04.30 22:43:57.264495 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9923 | 2025.04.30 22:43:57.264610 [ 259 ] {ebbabe45-5cc5-42eb-b53c-5d37afd9b0b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9924 | 2025.04.30 22:43:57.264654 [ 259 ] {ebbabe45-5cc5-42eb-b53c-5d37afd9b0b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9925 | 2025.04.30 22:43:57.265199 [ 259 ] {ebbabe45-5cc5-42eb-b53c-5d37afd9b0b7} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9926 | 2025.04.30 22:43:57.265238 [ 259 ] {ebbabe45-5cc5-42eb-b53c-5d37afd9b0b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9927 | 2025.04.30 22:43:57.265579 [ 259 ] {ebbabe45-5cc5-42eb-b53c-5d37afd9b0b7} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9928 | 2025.04.30 22:43:57.265813 [ 259 ] {ebbabe45-5cc5-42eb-b53c-5d37afd9b0b7} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9929 | 2025.04.30 22:43:57.266019 [ 259 ] {ebbabe45-5cc5-42eb-b53c-5d37afd9b0b7} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001429 sec., 78376.48705388384 rows/sec., 4.46 MiB/sec. | ||
| 9930 | 2025.04.30 22:43:57.266099 [ 259 ] {ebbabe45-5cc5-42eb-b53c-5d37afd9b0b7} <Debug> TCPHandler: Processed in 0.001657107 sec. | ||
| 9931 | 2025.04.30 22:43:57.266253 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9932 | 2025.04.30 22:43:57.266358 [ 259 ] {b4fac2f0-1510-401d-805e-23d7851b4ac9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9933 | 2025.04.30 22:43:57.266401 [ 259 ] {b4fac2f0-1510-401d-805e-23d7851b4ac9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9934 | 2025.04.30 22:43:57.267031 [ 259 ] {b4fac2f0-1510-401d-805e-23d7851b4ac9} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9935 | 2025.04.30 22:43:57.267069 [ 259 ] {b4fac2f0-1510-401d-805e-23d7851b4ac9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9936 | 2025.04.30 22:43:57.267439 [ 259 ] {b4fac2f0-1510-401d-805e-23d7851b4ac9} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9937 | 2025.04.30 22:43:57.267668 [ 259 ] {b4fac2f0-1510-401d-805e-23d7851b4ac9} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9938 | 2025.04.30 22:43:57.267900 [ 259 ] {b4fac2f0-1510-401d-805e-23d7851b4ac9} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001556 sec., 250642.6735218509 rows/sec., 17.71 MiB/sec. | ||
| 9939 | 2025.04.30 22:43:57.267991 [ 259 ] {b4fac2f0-1510-401d-805e-23d7851b4ac9} <Debug> TCPHandler: Processed in 0.001791362 sec. | ||
| 9940 | 2025.04.30 22:43:57.268180 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9941 | 2025.04.30 22:43:57.268356 [ 259 ] {5cec5b89-0428-412a-b562-171370e0047d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9942 | 2025.04.30 22:43:57.268404 [ 259 ] {5cec5b89-0428-412a-b562-171370e0047d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9943 | 2025.04.30 22:43:57.268845 [ 259 ] {5cec5b89-0428-412a-b562-171370e0047d} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9944 | 2025.04.30 22:43:57.268883 [ 259 ] {5cec5b89-0428-412a-b562-171370e0047d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9945 | 2025.04.30 22:43:57.269218 [ 259 ] {5cec5b89-0428-412a-b562-171370e0047d} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9946 | 2025.04.30 22:43:57.269448 [ 259 ] {5cec5b89-0428-412a-b562-171370e0047d} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9947 | 2025.04.30 22:43:57.269645 [ 259 ] {5cec5b89-0428-412a-b562-171370e0047d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00132 sec., 4545.454545454545 rows/sec., 237.48 KiB/sec. | ||
| 9948 | 2025.04.30 22:43:57.269692 [ 259 ] {5cec5b89-0428-412a-b562-171370e0047d} <Debug> TCPHandler: Processed in 0.001613835 sec. | ||
| 9949 | 2025.04.30 22:43:57.269813 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9950 | 2025.04.30 22:43:57.269918 [ 259 ] {eb18cd84-1979-4af5-a1df-a5296146b4f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9951 | 2025.04.30 22:43:57.269964 [ 259 ] {eb18cd84-1979-4af5-a1df-a5296146b4f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9952 | 2025.04.30 22:43:57.270469 [ 259 ] {eb18cd84-1979-4af5-a1df-a5296146b4f3} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9953 | 2025.04.30 22:43:57.270508 [ 259 ] {eb18cd84-1979-4af5-a1df-a5296146b4f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9954 | 2025.04.30 22:43:57.270884 [ 259 ] {eb18cd84-1979-4af5-a1df-a5296146b4f3} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9955 | 2025.04.30 22:43:57.271111 [ 259 ] {eb18cd84-1979-4af5-a1df-a5296146b4f3} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9956 | 2025.04.30 22:43:57.271315 [ 259 ] {eb18cd84-1979-4af5-a1df-a5296146b4f3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001419 sec., 167019.02748414376 rows/sec., 11.19 MiB/sec. | ||
| 9957 | 2025.04.30 22:43:57.271364 [ 259 ] {eb18cd84-1979-4af5-a1df-a5296146b4f3} <Debug> TCPHandler: Processed in 0.001605155 sec. | ||
| 9958 | 2025.04.30 22:43:57.271487 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9959 | 2025.04.30 22:43:57.271590 [ 259 ] {5cdf51f9-1ec4-4ead-9f79-f9f80ea2bd72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9960 | 2025.04.30 22:43:57.271637 [ 259 ] {5cdf51f9-1ec4-4ead-9f79-f9f80ea2bd72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9961 | 2025.04.30 22:43:57.272028 [ 259 ] {5cdf51f9-1ec4-4ead-9f79-f9f80ea2bd72} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9962 | 2025.04.30 22:43:57.272066 [ 259 ] {5cdf51f9-1ec4-4ead-9f79-f9f80ea2bd72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9963 | 2025.04.30 22:43:57.272401 [ 259 ] {5cdf51f9-1ec4-4ead-9f79-f9f80ea2bd72} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9964 | 2025.04.30 22:43:57.272645 [ 259 ] {5cdf51f9-1ec4-4ead-9f79-f9f80ea2bd72} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9965 | 2025.04.30 22:43:57.272846 [ 259 ] {5cdf51f9-1ec4-4ead-9f79-f9f80ea2bd72} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001276 sec., 783.6990595611285 rows/sec., 52.81 KiB/sec. | ||
| 9966 | 2025.04.30 22:43:57.272894 [ 259 ] {5cdf51f9-1ec4-4ead-9f79-f9f80ea2bd72} <Debug> TCPHandler: Processed in 0.00145733 sec. | ||
| 9967 | 2025.04.30 22:43:57.273006 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9968 | 2025.04.30 22:43:57.273109 [ 259 ] {2e136329-69ed-4d79-9f13-41d0d41e79ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9969 | 2025.04.30 22:43:57.273174 [ 259 ] {2e136329-69ed-4d79-9f13-41d0d41e79ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9970 | 2025.04.30 22:43:57.274206 [ 259 ] {2e136329-69ed-4d79-9f13-41d0d41e79ab} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9971 | 2025.04.30 22:43:57.274246 [ 259 ] {2e136329-69ed-4d79-9f13-41d0d41e79ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9972 | 2025.04.30 22:43:57.274849 [ 259 ] {2e136329-69ed-4d79-9f13-41d0d41e79ab} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 9973 | 2025.04.30 22:43:57.275109 [ 259 ] {2e136329-69ed-4d79-9f13-41d0d41e79ab} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9974 | 2025.04.30 22:43:57.275335 [ 259 ] {2e136329-69ed-4d79-9f13-41d0d41e79ab} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002245 sec., 3563.4743875278396 rows/sec., 6.39 MiB/sec. | ||
| 9975 | 2025.04.30 22:43:57.275566 [ 259 ] {2e136329-69ed-4d79-9f13-41d0d41e79ab} <Debug> TCPHandler: Processed in 0.00260893 sec. | ||
| 9976 | 2025.04.30 22:43:57.275758 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9977 | 2025.04.30 22:43:57.275859 [ 259 ] {f41f5b39-9552-4283-b449-cc77bfafb93d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9978 | 2025.04.30 22:43:57.275904 [ 259 ] {f41f5b39-9552-4283-b449-cc77bfafb93d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9979 | 2025.04.30 22:43:57.276312 [ 259 ] {f41f5b39-9552-4283-b449-cc77bfafb93d} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9980 | 2025.04.30 22:43:57.276350 [ 259 ] {f41f5b39-9552-4283-b449-cc77bfafb93d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9981 | 2025.04.30 22:43:57.276698 [ 259 ] {f41f5b39-9552-4283-b449-cc77bfafb93d} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9982 | 2025.04.30 22:43:57.276938 [ 259 ] {f41f5b39-9552-4283-b449-cc77bfafb93d} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9983 | 2025.04.30 22:43:57.277140 [ 259 ] {f41f5b39-9552-4283-b449-cc77bfafb93d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001302 sec., 62980.030721966206 rows/sec., 4.00 MiB/sec. | ||
| 9984 | 2025.04.30 22:43:57.277188 [ 259 ] {f41f5b39-9552-4283-b449-cc77bfafb93d} <Debug> TCPHandler: Processed in 0.0014881 sec. | ||
| 9985 | 2025.04.30 22:43:58.000153 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 232.85 MiB, peak 241.37 MiB, free memory in arenas 0.00 B, will set to 231.55 MiB (RSS), difference: -1.30 MiB | ||
| 9986 | 2025.04.30 22:44:02.251433 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9987 | 2025.04.30 22:44:02.251634 [ 259 ] {90424e3c-6751-43d1-8746-7436c299b3e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9988 | 2025.04.30 22:44:02.251707 [ 259 ] {90424e3c-6751-43d1-8746-7436c299b3e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9989 | 2025.04.30 22:44:02.252434 [ 259 ] {90424e3c-6751-43d1-8746-7436c299b3e4} <Trace> oximeter.fields_ipaddr (4dea1092-816a-42b9-a56f-a845cbc6e13d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9990 | 2025.04.30 22:44:02.252486 [ 259 ] {90424e3c-6751-43d1-8746-7436c299b3e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 9991 | 2025.04.30 22:44:02.252898 [ 259 ] {90424e3c-6751-43d1-8746-7436c299b3e4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 9992 | 2025.04.30 22:44:02.253150 [ 259 ] {90424e3c-6751-43d1-8746-7436c299b3e4} <Trace> oximeter.fields_ipaddr (4dea1092-816a-42b9-a56f-a845cbc6e13d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9993 | 2025.04.30 22:44:02.253385 [ 259 ] {90424e3c-6751-43d1-8746-7436c299b3e4} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001797 sec., 3338.8981636060103 rows/sec., 272.26 KiB/sec. | ||
| 9994 | 2025.04.30 22:44:02.253570 [ 259 ] {90424e3c-6751-43d1-8746-7436c299b3e4} <Debug> TCPHandler: Processed in 0.002257577 sec. | ||
| 9995 | 2025.04.30 22:44:02.253702 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9996 | 2025.04.30 22:44:02.253811 [ 259 ] {dab792b0-cd3e-4c4e-88b8-81981d181ef8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9997 | 2025.04.30 22:44:02.253858 [ 259 ] {dab792b0-cd3e-4c4e-88b8-81981d181ef8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9998 | 2025.04.30 22:44:02.254451 [ 259 ] {dab792b0-cd3e-4c4e-88b8-81981d181ef8} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9999 | 2025.04.30 22:44:02.254491 [ 259 ] {dab792b0-cd3e-4c4e-88b8-81981d181ef8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10000 | 2025.04.30 22:44:02.254843 [ 259 ] {dab792b0-cd3e-4c4e-88b8-81981d181ef8} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10001 | 2025.04.30 22:44:02.255080 [ 259 ] {dab792b0-cd3e-4c4e-88b8-81981d181ef8} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10002 | 2025.04.30 22:44:02.255321 [ 259 ] {dab792b0-cd3e-4c4e-88b8-81981d181ef8} <Debug> executeQuery: Read 123 rows, 10.66 KiB in 0.001532 sec., 80287.20626631854 rows/sec., 6.80 MiB/sec. | ||
| 10003 | 2025.04.30 22:44:02.255427 [ 259 ] {dab792b0-cd3e-4c4e-88b8-81981d181ef8} <Debug> TCPHandler: Processed in 0.001775781 sec. | ||
| 10004 | 2025.04.30 22:44:02.255598 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10005 | 2025.04.30 22:44:02.255788 [ 259 ] {b3be3a89-883d-43d0-b840-299d35c2d650} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10006 | 2025.04.30 22:44:02.255836 [ 259 ] {b3be3a89-883d-43d0-b840-299d35c2d650} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10007 | 2025.04.30 22:44:02.256363 [ 259 ] {b3be3a89-883d-43d0-b840-299d35c2d650} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10008 | 2025.04.30 22:44:02.256401 [ 259 ] {b3be3a89-883d-43d0-b840-299d35c2d650} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10009 | 2025.04.30 22:44:02.256739 [ 259 ] {b3be3a89-883d-43d0-b840-299d35c2d650} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 10010 | 2025.04.30 22:44:02.256978 [ 259 ] {b3be3a89-883d-43d0-b840-299d35c2d650} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10011 | 2025.04.30 22:44:02.257203 [ 259 ] {b3be3a89-883d-43d0-b840-299d35c2d650} <Debug> executeQuery: Read 38 rows, 2.83 KiB in 0.001439 sec., 26407.22724113968 rows/sec., 1.92 MiB/sec. | ||
| 10012 | 2025.04.30 22:44:02.257264 [ 259 ] {b3be3a89-883d-43d0-b840-299d35c2d650} <Debug> TCPHandler: Processed in 0.00176603 sec. | ||
| 10013 | 2025.04.30 22:44:02.257486 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10014 | 2025.04.30 22:44:02.257626 [ 259 ] {47ed10f8-f7d5-4636-872d-85fde815d9fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10015 | 2025.04.30 22:44:02.257671 [ 259 ] {47ed10f8-f7d5-4636-872d-85fde815d9fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10016 | 2025.04.30 22:44:02.258212 [ 259 ] {47ed10f8-f7d5-4636-872d-85fde815d9fd} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10017 | 2025.04.30 22:44:02.258250 [ 259 ] {47ed10f8-f7d5-4636-872d-85fde815d9fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10018 | 2025.04.30 22:44:02.258591 [ 259 ] {47ed10f8-f7d5-4636-872d-85fde815d9fd} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10019 | 2025.04.30 22:44:02.258832 [ 259 ] {47ed10f8-f7d5-4636-872d-85fde815d9fd} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10020 | 2025.04.30 22:44:02.259049 [ 259 ] {47ed10f8-f7d5-4636-872d-85fde815d9fd} <Debug> executeQuery: Read 102 rows, 8.17 KiB in 0.001442 sec., 70735.09015256588 rows/sec., 5.53 MiB/sec. | ||
| 10021 | 2025.04.30 22:44:02.259145 [ 259 ] {47ed10f8-f7d5-4636-872d-85fde815d9fd} <Debug> TCPHandler: Processed in 0.00174766 sec. | ||
| 10022 | 2025.04.30 22:44:02.259267 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10023 | 2025.04.30 22:44:02.259566 [ 259 ] {db32dc7a-297c-40cd-b88c-76c5da9c49df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10024 | 2025.04.30 22:44:02.259697 [ 259 ] {db32dc7a-297c-40cd-b88c-76c5da9c49df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10025 | 2025.04.30 22:44:02.260214 [ 259 ] {db32dc7a-297c-40cd-b88c-76c5da9c49df} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10026 | 2025.04.30 22:44:02.260252 [ 259 ] {db32dc7a-297c-40cd-b88c-76c5da9c49df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10027 | 2025.04.30 22:44:02.260621 [ 259 ] {db32dc7a-297c-40cd-b88c-76c5da9c49df} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10028 | 2025.04.30 22:44:02.260846 [ 259 ] {db32dc7a-297c-40cd-b88c-76c5da9c49df} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10029 | 2025.04.30 22:44:02.261066 [ 259 ] {db32dc7a-297c-40cd-b88c-76c5da9c49df} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001605 sec., 101557.63239875389 rows/sec., 7.07 MiB/sec. | ||
| 10030 | 2025.04.30 22:44:02.261128 [ 259 ] {db32dc7a-297c-40cd-b88c-76c5da9c49df} <Debug> TCPHandler: Processed in 0.001929076 sec. | ||
| 10031 | 2025.04.30 22:44:02.261356 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10032 | 2025.04.30 22:44:02.261492 [ 259 ] {3e934748-d3fa-452b-a3de-f8272dea2cde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10033 | 2025.04.30 22:44:02.261561 [ 259 ] {3e934748-d3fa-452b-a3de-f8272dea2cde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10034 | 2025.04.30 22:44:02.262612 [ 259 ] {3e934748-d3fa-452b-a3de-f8272dea2cde} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10035 | 2025.04.30 22:44:02.262650 [ 259 ] {3e934748-d3fa-452b-a3de-f8272dea2cde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10036 | 2025.04.30 22:44:02.263280 [ 259 ] {3e934748-d3fa-452b-a3de-f8272dea2cde} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 10037 | 2025.04.30 22:44:02.263529 [ 259 ] {3e934748-d3fa-452b-a3de-f8272dea2cde} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10038 | 2025.04.30 22:44:02.263752 [ 259 ] {3e934748-d3fa-452b-a3de-f8272dea2cde} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002283 sec., 14016.64476565922 rows/sec., 25.12 MiB/sec. | ||
| 10039 | 2025.04.30 22:44:02.263846 [ 259 ] {3e934748-d3fa-452b-a3de-f8272dea2cde} <Debug> TCPHandler: Processed in 0.002584348 sec. | ||
| 10040 | 2025.04.30 22:44:02.263965 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10041 | 2025.04.30 22:44:02.264068 [ 259 ] {c7a70bbb-33e1-4e9f-9f22-6b0ad773d400} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10042 | 2025.04.30 22:44:02.264114 [ 259 ] {c7a70bbb-33e1-4e9f-9f22-6b0ad773d400} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10043 | 2025.04.30 22:44:02.264522 [ 259 ] {c7a70bbb-33e1-4e9f-9f22-6b0ad773d400} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10044 | 2025.04.30 22:44:02.264560 [ 259 ] {c7a70bbb-33e1-4e9f-9f22-6b0ad773d400} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10045 | 2025.04.30 22:44:02.264908 [ 259 ] {c7a70bbb-33e1-4e9f-9f22-6b0ad773d400} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10046 | 2025.04.30 22:44:02.265139 [ 259 ] {c7a70bbb-33e1-4e9f-9f22-6b0ad773d400} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10047 | 2025.04.30 22:44:02.265331 [ 259 ] {c7a70bbb-33e1-4e9f-9f22-6b0ad773d400} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001284 sec., 46728.97196261682 rows/sec., 3.15 MiB/sec. | ||
| 10048 | 2025.04.30 22:44:02.265379 [ 259 ] {c7a70bbb-33e1-4e9f-9f22-6b0ad773d400} <Debug> TCPHandler: Processed in 0.001465351 sec. | ||
| 10049 | 2025.04.30 22:44:03.078606 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22509 | ||
| 10050 | 2025.04.30 22:44:03.079240 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10051 | 2025.04.30 22:44:03.079285 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10052 | 2025.04.30 22:44:03.079778 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10053 | 2025.04.30 22:44:03.080020 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10054 | 2025.04.30 22:44:03.080312 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22509 | ||
| 10055 | 2025.04.30 22:44:04.673863 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370 | ||
| 10056 | 2025.04.30 22:44:04.693865 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10057 | 2025.04.30 22:44:04.693923 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10058 | 2025.04.30 22:44:04.701821 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10059 | 2025.04.30 22:44:04.702601 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10060 | 2025.04.30 22:44:04.706241 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370 | ||
| 10061 | 2025.04.30 22:44:05.691313 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1430 | ||
| 10062 | 2025.04.30 22:44:05.694492 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10063 | 2025.04.30 22:44:05.694544 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10064 | 2025.04.30 22:44:05.696001 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10065 | 2025.04.30 22:44:05.696301 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10066 | 2025.04.30 22:44:05.696549 [ 127 ] {} <Debug> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 10067 | 2025.04.30 22:44:05.696672 [ 127 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10068 | 2025.04.30 22:44:05.696775 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10069 | 2025.04.30 22:44:05.697232 [ 195 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::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 | ||
| 10070 | 2025.04.30 22:44:05.698536 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1430 | ||
| 10071 | 2025.04.30 22:44:05.698831 [ 195 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10072 | 2025.04.30 22:44:05.698977 [ 195 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1264 rows starting from the beginning of the part | ||
| 10073 | 2025.04.30 22:44:05.699649 [ 195 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::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 | ||
| 10074 | 2025.04.30 22:44:05.700232 [ 195 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 34 rows starting from the beginning of the part | ||
| 10075 | 2025.04.30 22:44:05.700770 [ 195 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 56 rows starting from the beginning of the part | ||
| 10076 | 2025.04.30 22:44:05.701290 [ 195 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::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 | ||
| 10077 | 2025.04.30 22:44:05.701859 [ 195 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 36 rows starting from the beginning of the part | ||
| 10078 | 2025.04.30 22:44:05.709919 [ 193 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1430 rows, containing 72 columns (72 merged, 0 gathered) in 0.012982836 sec., 110145.42585302626 rows/sec., 85.66 MiB/sec. | ||
| 10079 | 2025.04.30 22:44:05.711565 [ 193 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 10080 | 2025.04.30 22:44:05.712366 [ 193 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_36_7} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10081 | 2025.04.30 22:44:05.712462 [ 193 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_36_7} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 10082 | 2025.04.30 22:44:05.712801 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.95 MiB. | ||
| 10083 | 2025.04.30 22:44:07.256037 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10084 | 2025.04.30 22:44:07.256217 [ 259 ] {4ef3243b-c706-4285-a1ab-de1e12e35e90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10085 | 2025.04.30 22:44:07.256286 [ 259 ] {4ef3243b-c706-4285-a1ab-de1e12e35e90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10086 | 2025.04.30 22:44:07.257116 [ 259 ] {4ef3243b-c706-4285-a1ab-de1e12e35e90} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10087 | 2025.04.30 22:44:07.257164 [ 259 ] {4ef3243b-c706-4285-a1ab-de1e12e35e90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10088 | 2025.04.30 22:44:07.257598 [ 259 ] {4ef3243b-c706-4285-a1ab-de1e12e35e90} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10089 | 2025.04.30 22:44:07.257848 [ 259 ] {4ef3243b-c706-4285-a1ab-de1e12e35e90} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10090 | 2025.04.30 22:44:07.258078 [ 259 ] {4ef3243b-c706-4285-a1ab-de1e12e35e90} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001911 sec., 110936.6823652538 rows/sec., 7.06 MiB/sec. | ||
| 10091 | 2025.04.30 22:44:07.258132 [ 259 ] {4ef3243b-c706-4285-a1ab-de1e12e35e90} <Debug> TCPHandler: Processed in 0.002233736 sec. | ||
| 10092 | 2025.04.30 22:44:07.258253 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10093 | 2025.04.30 22:44:07.258358 [ 259 ] {77fb155c-9894-4a06-8b2e-35d7b58f21aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10094 | 2025.04.30 22:44:07.258403 [ 259 ] {77fb155c-9894-4a06-8b2e-35d7b58f21aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10095 | 2025.04.30 22:44:07.259250 [ 259 ] {77fb155c-9894-4a06-8b2e-35d7b58f21aa} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10096 | 2025.04.30 22:44:07.259288 [ 259 ] {77fb155c-9894-4a06-8b2e-35d7b58f21aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10097 | 2025.04.30 22:44:07.259666 [ 259 ] {77fb155c-9894-4a06-8b2e-35d7b58f21aa} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10098 | 2025.04.30 22:44:07.259905 [ 259 ] {77fb155c-9894-4a06-8b2e-35d7b58f21aa} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10099 | 2025.04.30 22:44:07.260133 [ 259 ] {77fb155c-9894-4a06-8b2e-35d7b58f21aa} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001796 sec., 352449.88864142535 rows/sec., 27.72 MiB/sec. | ||
| 10100 | 2025.04.30 22:44:07.260182 [ 259 ] {77fb155c-9894-4a06-8b2e-35d7b58f21aa} <Debug> TCPHandler: Processed in 0.001979998 sec. | ||
| 10101 | 2025.04.30 22:44:07.260294 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10102 | 2025.04.30 22:44:07.260397 [ 259 ] {ddefc657-e68e-47a5-8a1d-c05911bfa5a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10103 | 2025.04.30 22:44:07.260442 [ 259 ] {ddefc657-e68e-47a5-8a1d-c05911bfa5a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10104 | 2025.04.30 22:44:07.260985 [ 259 ] {ddefc657-e68e-47a5-8a1d-c05911bfa5a9} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10105 | 2025.04.30 22:44:07.261025 [ 259 ] {ddefc657-e68e-47a5-8a1d-c05911bfa5a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10106 | 2025.04.30 22:44:07.261366 [ 259 ] {ddefc657-e68e-47a5-8a1d-c05911bfa5a9} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 10107 | 2025.04.30 22:44:07.261600 [ 259 ] {ddefc657-e68e-47a5-8a1d-c05911bfa5a9} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10108 | 2025.04.30 22:44:07.261774 [ 123 ] {} <Debug> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6) (MergerMutator): Selected 6 parts from all_1_60_12 to all_65_65_0 | ||
| 10109 | 2025.04.30 22:44:07.261822 [ 259 ] {ddefc657-e68e-47a5-8a1d-c05911bfa5a9} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001443 sec., 79002.079002079 rows/sec., 4.73 MiB/sec. | ||
| 10110 | 2025.04.30 22:44:07.261853 [ 123 ] {} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10111 | 2025.04.30 22:44:07.261933 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10112 | 2025.04.30 22:44:07.261935 [ 259 ] {ddefc657-e68e-47a5-8a1d-c05911bfa5a9} <Debug> TCPHandler: Processed in 0.001688618 sec. | ||
| 10113 | 2025.04.30 22:44:07.262168 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10114 | 2025.04.30 22:44:07.262323 [ 193 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_65_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_60_12 to all_65_65_0 into Compact with storage Full | ||
| 10115 | 2025.04.30 22:44:07.262446 [ 259 ] {641cb726-93ec-4d8f-8721-733bf1c79894} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10116 | 2025.04.30 22:44:07.262592 [ 259 ] {641cb726-93ec-4d8f-8721-733bf1c79894} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10117 | 2025.04.30 22:44:07.263126 [ 193 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_65_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10118 | 2025.04.30 22:44:07.263285 [ 193 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_12, total 164 rows starting from the beginning of the part | ||
| 10119 | 2025.04.30 22:44:07.263932 [ 193 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 114 rows starting from the beginning of the part | ||
| 10120 | 2025.04.30 22:44:07.264229 [ 193 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 32 rows starting from the beginning of the part | ||
| 10121 | 2025.04.30 22:44:07.264663 [ 193 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 114 rows starting from the beginning of the part | ||
| 10122 | 2025.04.30 22:44:07.264922 [ 193 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 38 rows starting from the beginning of the part | ||
| 10123 | 2025.04.30 22:44:07.265377 [ 193 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 114 rows starting from the beginning of the part | ||
| 10124 | 2025.04.30 22:44:07.266215 [ 259 ] {641cb726-93ec-4d8f-8721-733bf1c79894} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10125 | 2025.04.30 22:44:07.266272 [ 259 ] {641cb726-93ec-4d8f-8721-733bf1c79894} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10126 | 2025.04.30 22:44:07.267238 [ 259 ] {641cb726-93ec-4d8f-8721-733bf1c79894} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10127 | 2025.04.30 22:44:07.267845 [ 259 ] {641cb726-93ec-4d8f-8721-733bf1c79894} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10128 | 2025.04.30 22:44:07.268385 [ 259 ] {641cb726-93ec-4d8f-8721-733bf1c79894} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005987 sec., 18874.227492901286 rows/sec., 1.22 MiB/sec. | ||
| 10129 | 2025.04.30 22:44:07.268725 [ 259 ] {641cb726-93ec-4d8f-8721-733bf1c79894} <Debug> TCPHandler: Processed in 0.006655849 sec. | ||
| 10130 | 2025.04.30 22:44:07.269083 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10131 | 2025.04.30 22:44:07.269256 [ 193 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_65_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 576 rows, containing 5 columns (5 merged, 0 gathered) in 0.007185107 sec., 80165.82077344152 rows/sec., 5.31 MiB/sec. | ||
| 10132 | 2025.04.30 22:44:07.269298 [ 259 ] {82cf8377-8d12-43ba-9f69-bc72ff1e7cfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10133 | 2025.04.30 22:44:07.269365 [ 259 ] {82cf8377-8d12-43ba-9f69-bc72ff1e7cfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10134 | 2025.04.30 22:44:07.269521 [ 196 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_65_13} <Trace> MergedBlockOutputStream: filled checksums all_1_65_13 (state Temporary) | ||
| 10135 | 2025.04.30 22:44:07.270144 [ 196 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_65_13} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_merge_all_1_65_13 to all_1_65_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10136 | 2025.04.30 22:44:07.270362 [ 196 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_65_13} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6) (MergerMutator): Merged 6 parts: [all_1_60_12, all_65_65_0] -> all_1_65_13 | ||
| 10137 | 2025.04.30 22:44:07.270553 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 10138 | 2025.04.30 22:44:07.270640 [ 259 ] {82cf8377-8d12-43ba-9f69-bc72ff1e7cfd} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10139 | 2025.04.30 22:44:07.270683 [ 259 ] {82cf8377-8d12-43ba-9f69-bc72ff1e7cfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10140 | 2025.04.30 22:44:07.271036 [ 259 ] {82cf8377-8d12-43ba-9f69-bc72ff1e7cfd} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10141 | 2025.04.30 22:44:07.271268 [ 259 ] {82cf8377-8d12-43ba-9f69-bc72ff1e7cfd} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10142 | 2025.04.30 22:44:07.271467 [ 259 ] {82cf8377-8d12-43ba-9f69-bc72ff1e7cfd} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.002214 sec., 50587.17253839206 rows/sec., 2.88 MiB/sec. | ||
| 10143 | 2025.04.30 22:44:07.271519 [ 259 ] {82cf8377-8d12-43ba-9f69-bc72ff1e7cfd} <Debug> TCPHandler: Processed in 0.002585219 sec. | ||
| 10144 | 2025.04.30 22:44:07.271635 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10145 | 2025.04.30 22:44:07.271742 [ 259 ] {b25ad519-8e07-4035-99bb-146fe87584dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10146 | 2025.04.30 22:44:07.271787 [ 259 ] {b25ad519-8e07-4035-99bb-146fe87584dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10147 | 2025.04.30 22:44:07.272453 [ 259 ] {b25ad519-8e07-4035-99bb-146fe87584dc} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10148 | 2025.04.30 22:44:07.272493 [ 259 ] {b25ad519-8e07-4035-99bb-146fe87584dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10149 | 2025.04.30 22:44:07.272855 [ 259 ] {b25ad519-8e07-4035-99bb-146fe87584dc} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10150 | 2025.04.30 22:44:07.273089 [ 259 ] {b25ad519-8e07-4035-99bb-146fe87584dc} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10151 | 2025.04.30 22:44:07.273290 [ 259 ] {b25ad519-8e07-4035-99bb-146fe87584dc} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001572 sec., 248091.6030534351 rows/sec., 17.53 MiB/sec. | ||
| 10152 | 2025.04.30 22:44:07.273343 [ 259 ] {b25ad519-8e07-4035-99bb-146fe87584dc} <Debug> TCPHandler: Processed in 0.00175945 sec. | ||
| 10153 | 2025.04.30 22:44:07.273459 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10154 | 2025.04.30 22:44:07.273563 [ 259 ] {5c724c51-8ddb-46cd-9bc5-79630c20109b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10155 | 2025.04.30 22:44:07.273608 [ 259 ] {5c724c51-8ddb-46cd-9bc5-79630c20109b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10156 | 2025.04.30 22:44:07.274013 [ 259 ] {5c724c51-8ddb-46cd-9bc5-79630c20109b} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10157 | 2025.04.30 22:44:07.274051 [ 259 ] {5c724c51-8ddb-46cd-9bc5-79630c20109b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10158 | 2025.04.30 22:44:07.274391 [ 259 ] {5c724c51-8ddb-46cd-9bc5-79630c20109b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10159 | 2025.04.30 22:44:07.274631 [ 259 ] {5c724c51-8ddb-46cd-9bc5-79630c20109b} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10160 | 2025.04.30 22:44:07.274821 [ 259 ] {5c724c51-8ddb-46cd-9bc5-79630c20109b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001279 sec., 4691.164972634871 rows/sec., 245.10 KiB/sec. | ||
| 10161 | 2025.04.30 22:44:07.274869 [ 259 ] {5c724c51-8ddb-46cd-9bc5-79630c20109b} <Debug> TCPHandler: Processed in 0.00146054 sec. | ||
| 10162 | 2025.04.30 22:44:07.274977 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10163 | 2025.04.30 22:44:07.275081 [ 259 ] {40865e56-c418-4c5f-8782-594bfd647d3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10164 | 2025.04.30 22:44:07.275130 [ 259 ] {40865e56-c418-4c5f-8782-594bfd647d3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10165 | 2025.04.30 22:44:07.275634 [ 259 ] {40865e56-c418-4c5f-8782-594bfd647d3b} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10166 | 2025.04.30 22:44:07.275673 [ 259 ] {40865e56-c418-4c5f-8782-594bfd647d3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10167 | 2025.04.30 22:44:07.276046 [ 259 ] {40865e56-c418-4c5f-8782-594bfd647d3b} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10168 | 2025.04.30 22:44:07.276280 [ 259 ] {40865e56-c418-4c5f-8782-594bfd647d3b} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10169 | 2025.04.30 22:44:07.276479 [ 259 ] {40865e56-c418-4c5f-8782-594bfd647d3b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001418 sec., 167136.81241184767 rows/sec., 11.20 MiB/sec. | ||
| 10170 | 2025.04.30 22:44:07.276529 [ 259 ] {40865e56-c418-4c5f-8782-594bfd647d3b} <Debug> TCPHandler: Processed in 0.001601915 sec. | ||
| 10171 | 2025.04.30 22:44:07.276644 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10172 | 2025.04.30 22:44:07.276747 [ 259 ] {ffbcf39c-40eb-4167-80e4-6436a085138c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10173 | 2025.04.30 22:44:07.276794 [ 259 ] {ffbcf39c-40eb-4167-80e4-6436a085138c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10174 | 2025.04.30 22:44:07.277190 [ 259 ] {ffbcf39c-40eb-4167-80e4-6436a085138c} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10175 | 2025.04.30 22:44:07.277228 [ 259 ] {ffbcf39c-40eb-4167-80e4-6436a085138c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10176 | 2025.04.30 22:44:07.277561 [ 259 ] {ffbcf39c-40eb-4167-80e4-6436a085138c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10177 | 2025.04.30 22:44:07.277801 [ 259 ] {ffbcf39c-40eb-4167-80e4-6436a085138c} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10178 | 2025.04.30 22:44:07.277990 [ 259 ] {ffbcf39c-40eb-4167-80e4-6436a085138c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001263 sec., 791.7656373713381 rows/sec., 53.35 KiB/sec. | ||
| 10179 | 2025.04.30 22:44:07.278037 [ 259 ] {ffbcf39c-40eb-4167-80e4-6436a085138c} <Debug> TCPHandler: Processed in 0.00144195 sec. | ||
| 10180 | 2025.04.30 22:44:07.278142 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10181 | 2025.04.30 22:44:07.278245 [ 259 ] {d716028d-0a4b-43f5-abbe-0ced967a8cfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10182 | 2025.04.30 22:44:07.278310 [ 259 ] {d716028d-0a4b-43f5-abbe-0ced967a8cfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10183 | 2025.04.30 22:44:07.279313 [ 259 ] {d716028d-0a4b-43f5-abbe-0ced967a8cfd} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10184 | 2025.04.30 22:44:07.279353 [ 259 ] {d716028d-0a4b-43f5-abbe-0ced967a8cfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10185 | 2025.04.30 22:44:07.279938 [ 259 ] {d716028d-0a4b-43f5-abbe-0ced967a8cfd} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 10186 | 2025.04.30 22:44:07.280204 [ 259 ] {d716028d-0a4b-43f5-abbe-0ced967a8cfd} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10187 | 2025.04.30 22:44:07.280451 [ 259 ] {d716028d-0a4b-43f5-abbe-0ced967a8cfd} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002226 sec., 3593.8903863432165 rows/sec., 6.44 MiB/sec. | ||
| 10188 | 2025.04.30 22:44:07.280541 [ 259 ] {d716028d-0a4b-43f5-abbe-0ced967a8cfd} <Debug> TCPHandler: Processed in 0.002448284 sec. | ||
| 10189 | 2025.04.30 22:44:07.280647 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10190 | 2025.04.30 22:44:07.280748 [ 259 ] {d20c4467-1c29-490a-a675-4cb10c780a44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10191 | 2025.04.30 22:44:07.280794 [ 259 ] {d20c4467-1c29-490a-a675-4cb10c780a44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10192 | 2025.04.30 22:44:07.281208 [ 259 ] {d20c4467-1c29-490a-a675-4cb10c780a44} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10193 | 2025.04.30 22:44:07.281247 [ 259 ] {d20c4467-1c29-490a-a675-4cb10c780a44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10194 | 2025.04.30 22:44:07.281595 [ 259 ] {d20c4467-1c29-490a-a675-4cb10c780a44} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10195 | 2025.04.30 22:44:07.281833 [ 259 ] {d20c4467-1c29-490a-a675-4cb10c780a44} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10196 | 2025.04.30 22:44:07.282045 [ 259 ] {d20c4467-1c29-490a-a675-4cb10c780a44} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001314 sec., 62404.8706240487 rows/sec., 3.96 MiB/sec. | ||
| 10197 | 2025.04.30 22:44:07.282139 [ 259 ] {d20c4467-1c29-490a-a675-4cb10c780a44} <Debug> TCPHandler: Processed in 0.001539473 sec. | ||
| 10198 | 2025.04.30 22:44:10.350116 [ 115 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10199 | 2025.04.30 22:44:10.350202 [ 115 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10200 | 2025.04.30 22:44:10.581407 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22936 | ||
| 10201 | 2025.04.30 22:44:10.582004 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10202 | 2025.04.30 22:44:10.582043 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10203 | 2025.04.30 22:44:10.582543 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10204 | 2025.04.30 22:44:10.582803 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10205 | 2025.04.30 22:44:10.582991 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 | ||
| 10206 | 2025.04.30 22:44:12.206315 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377 | ||
| 10207 | 2025.04.30 22:44:12.227003 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10208 | 2025.04.30 22:44:12.227049 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10209 | 2025.04.30 22:44:12.234106 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10210 | 2025.04.30 22:44:12.234860 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10211 | 2025.04.30 22:44:12.237420 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377 | ||
| 10212 | 2025.04.30 22:44:12.250760 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10213 | 2025.04.30 22:44:12.250971 [ 259 ] {9464e3c6-4a88-4942-9b94-18516ecf0e41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10214 | 2025.04.30 22:44:12.251050 [ 259 ] {9464e3c6-4a88-4942-9b94-18516ecf0e41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10215 | 2025.04.30 22:44:12.251842 [ 259 ] {9464e3c6-4a88-4942-9b94-18516ecf0e41} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10216 | 2025.04.30 22:44:12.251893 [ 259 ] {9464e3c6-4a88-4942-9b94-18516ecf0e41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10217 | 2025.04.30 22:44:12.252322 [ 259 ] {9464e3c6-4a88-4942-9b94-18516ecf0e41} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10218 | 2025.04.30 22:44:12.252568 [ 259 ] {9464e3c6-4a88-4942-9b94-18516ecf0e41} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10219 | 2025.04.30 22:44:12.252793 [ 112 ] {} <Debug> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10220 | 2025.04.30 22:44:12.252799 [ 259 ] {9464e3c6-4a88-4942-9b94-18516ecf0e41} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001873 sec., 64068.339562199675 rows/sec., 5.44 MiB/sec. | ||
| 10221 | 2025.04.30 22:44:12.252926 [ 112 ] {} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10222 | 2025.04.30 22:44:12.252978 [ 259 ] {9464e3c6-4a88-4942-9b94-18516ecf0e41} <Debug> TCPHandler: Processed in 0.00235514 sec. | ||
| 10223 | 2025.04.30 22:44:12.253005 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10224 | 2025.04.30 22:44:12.253148 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10225 | 2025.04.30 22:44:12.253309 [ 191 ] {d4e73ecb-69f6-409c-bee6-1454de550956::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 | ||
| 10226 | 2025.04.30 22:44:12.253350 [ 259 ] {b3f229fa-da77-48f4-aae2-94ae66d33037} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10227 | 2025.04.30 22:44:12.253451 [ 259 ] {b3f229fa-da77-48f4-aae2-94ae66d33037} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10228 | 2025.04.30 22:44:12.253681 [ 191 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10229 | 2025.04.30 22:44:12.253768 [ 191 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1846 rows starting from the beginning of the part | ||
| 10230 | 2025.04.30 22:44:12.254225 [ 191 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 120 rows starting from the beginning of the part | ||
| 10231 | 2025.04.30 22:44:12.254622 [ 191 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 633 rows starting from the beginning of the part | ||
| 10232 | 2025.04.30 22:44:12.254916 [ 191 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 123 rows starting from the beginning of the part | ||
| 10233 | 2025.04.30 22:44:12.255280 [ 191 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 633 rows starting from the beginning of the part | ||
| 10234 | 2025.04.30 22:44:12.255600 [ 191 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 120 rows starting from the beginning of the part | ||
| 10235 | 2025.04.30 22:44:12.256217 [ 259 ] {b3f229fa-da77-48f4-aae2-94ae66d33037} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10236 | 2025.04.30 22:44:12.256275 [ 259 ] {b3f229fa-da77-48f4-aae2-94ae66d33037} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10237 | 2025.04.30 22:44:12.256976 [ 259 ] {b3f229fa-da77-48f4-aae2-94ae66d33037} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 10238 | 2025.04.30 22:44:12.257517 [ 259 ] {b3f229fa-da77-48f4-aae2-94ae66d33037} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10239 | 2025.04.30 22:44:12.258005 [ 259 ] {b3f229fa-da77-48f4-aae2-94ae66d33037} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.004685 sec., 6830.309498399146 rows/sec., 513.61 KiB/sec. | ||
| 10240 | 2025.04.30 22:44:12.258198 [ 259 ] {b3f229fa-da77-48f4-aae2-94ae66d33037} <Debug> TCPHandler: Processed in 0.005123916 sec. | ||
| 10241 | 2025.04.30 22:44:12.258356 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10242 | 2025.04.30 22:44:12.258485 [ 259 ] {53ec228f-61d2-4e82-90f0-2c0bf764eab9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10243 | 2025.04.30 22:44:12.258550 [ 259 ] {53ec228f-61d2-4e82-90f0-2c0bf764eab9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10244 | 2025.04.30 22:44:12.259379 [ 196 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3475 rows, containing 5 columns (5 merged, 0 gathered) in 0.006222973 sec., 558414.764132835 rows/sec., 47.28 MiB/sec. | ||
| 10245 | 2025.04.30 22:44:12.259686 [ 259 ] {53ec228f-61d2-4e82-90f0-2c0bf764eab9} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10246 | 2025.04.30 22:44:12.259731 [ 259 ] {53ec228f-61d2-4e82-90f0-2c0bf764eab9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10247 | 2025.04.30 22:44:12.260016 [ 196 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10248 | 2025.04.30 22:44:12.260380 [ 259 ] {53ec228f-61d2-4e82-90f0-2c0bf764eab9} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10249 | 2025.04.30 22:44:12.260679 [ 196 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_81_16} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10250 | 2025.04.30 22:44:12.260822 [ 259 ] {53ec228f-61d2-4e82-90f0-2c0bf764eab9} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10251 | 2025.04.30 22:44:12.260856 [ 196 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_81_16} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10252 | 2025.04.30 22:44:12.261070 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 10253 | 2025.04.30 22:44:12.261160 [ 112 ] {} <Debug> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10254 | 2025.04.30 22:44:12.261218 [ 112 ] {} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10255 | 2025.04.30 22:44:12.261226 [ 259 ] {53ec228f-61d2-4e82-90f0-2c0bf764eab9} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.002751 sec., 34896.40130861505 rows/sec., 2.73 MiB/sec. | ||
| 10256 | 2025.04.30 22:44:12.261249 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10257 | 2025.04.30 22:44:12.261431 [ 259 ] {53ec228f-61d2-4e82-90f0-2c0bf764eab9} <Debug> TCPHandler: Processed in 0.003130687 sec. | ||
| 10258 | 2025.04.30 22:44:12.261522 [ 201 ] {e25d2b30-b306-449e-8756-7ab1229a4707::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 | ||
| 10259 | 2025.04.30 22:44:12.261601 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10260 | 2025.04.30 22:44:12.261683 [ 201 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10261 | 2025.04.30 22:44:12.261764 [ 201 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 914 rows starting from the beginning of the part | ||
| 10262 | 2025.04.30 22:44:12.261801 [ 259 ] {3386176c-840e-458b-9f7c-3fe3f4fc5b33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10263 | 2025.04.30 22:44:12.261960 [ 259 ] {3386176c-840e-458b-9f7c-3fe3f4fc5b33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10264 | 2025.04.30 22:44:12.262107 [ 201 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 96 rows starting from the beginning of the part | ||
| 10265 | 2025.04.30 22:44:12.262548 [ 201 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 390 rows starting from the beginning of the part | ||
| 10266 | 2025.04.30 22:44:12.263000 [ 201 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 102 rows starting from the beginning of the part | ||
| 10267 | 2025.04.30 22:44:12.263297 [ 201 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 390 rows starting from the beginning of the part | ||
| 10268 | 2025.04.30 22:44:12.263655 [ 201 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 96 rows starting from the beginning of the part | ||
| 10269 | 2025.04.30 22:44:12.264380 [ 259 ] {3386176c-840e-458b-9f7c-3fe3f4fc5b33} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10270 | 2025.04.30 22:44:12.264456 [ 259 ] {3386176c-840e-458b-9f7c-3fe3f4fc5b33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10271 | 2025.04.30 22:44:12.265462 [ 259 ] {3386176c-840e-458b-9f7c-3fe3f4fc5b33} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10272 | 2025.04.30 22:44:12.265961 [ 259 ] {3386176c-840e-458b-9f7c-3fe3f4fc5b33} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10273 | 2025.04.30 22:44:12.266191 [ 112 ] {} <Debug> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10274 | 2025.04.30 22:44:12.266283 [ 112 ] {} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10275 | 2025.04.30 22:44:12.266320 [ 259 ] {3386176c-840e-458b-9f7c-3fe3f4fc5b33} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004578 sec., 34949.759720401926 rows/sec., 2.43 MiB/sec. | ||
| 10276 | 2025.04.30 22:44:12.266343 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10277 | 2025.04.30 22:44:12.266646 [ 259 ] {3386176c-840e-458b-9f7c-3fe3f4fc5b33} <Debug> TCPHandler: Processed in 0.005096105 sec. | ||
| 10278 | 2025.04.30 22:44:12.267136 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10279 | 2025.04.30 22:44:12.267360 [ 201 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::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 | ||
| 10280 | 2025.04.30 22:44:12.267385 [ 200 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1988 rows, containing 5 columns (5 merged, 0 gathered) in 0.005991826 sec., 331785.3355554718 rows/sec., 25.38 MiB/sec. | ||
| 10281 | 2025.04.30 22:44:12.267496 [ 259 ] {ba12e063-5172-441a-a0c3-24279b755132} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10282 | 2025.04.30 22:44:12.267787 [ 200 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10283 | 2025.04.30 22:44:12.267795 [ 259 ] {ba12e063-5172-441a-a0c3-24279b755132} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10284 | 2025.04.30 22:44:12.267958 [ 201 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10285 | 2025.04.30 22:44:12.268176 [ 201 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 23986 rows starting from the beginning of the part | ||
| 10286 | 2025.04.30 22:44:12.268947 [ 201 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::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 | ||
| 10287 | 2025.04.30 22:44:12.268996 [ 200 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_81_16} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10288 | 2025.04.30 22:44:12.269354 [ 200 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_81_16} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10289 | 2025.04.30 22:44:12.269645 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 10290 | 2025.04.30 22:44:12.269698 [ 201 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 237 rows starting from the beginning of the part | ||
| 10291 | 2025.04.30 22:44:12.270189 [ 201 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 163 rows starting from the beginning of the part | ||
| 10292 | 2025.04.30 22:44:12.270603 [ 201 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 237 rows starting from the beginning of the part | ||
| 10293 | 2025.04.30 22:44:12.271065 [ 201 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part | ||
| 10294 | 2025.04.30 22:44:12.272885 [ 259 ] {ba12e063-5172-441a-a0c3-24279b755132} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10295 | 2025.04.30 22:44:12.272936 [ 259 ] {ba12e063-5172-441a-a0c3-24279b755132} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10296 | 2025.04.30 22:44:12.274818 [ 259 ] {ba12e063-5172-441a-a0c3-24279b755132} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 10297 | 2025.04.30 22:44:12.275103 [ 259 ] {ba12e063-5172-441a-a0c3-24279b755132} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10298 | 2025.04.30 22:44:12.275580 [ 112 ] {} <Debug> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 10299 | 2025.04.30 22:44:12.275704 [ 112 ] {} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10300 | 2025.04.30 22:44:12.275740 [ 259 ] {ba12e063-5172-441a-a0c3-24279b755132} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.008352 sec., 3831.417624521073 rows/sec., 6.87 MiB/sec. | ||
| 10301 | 2025.04.30 22:44:12.275796 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10302 | 2025.04.30 22:44:12.276310 [ 259 ] {ba12e063-5172-441a-a0c3-24279b755132} <Debug> TCPHandler: Processed in 0.00931777 sec. | ||
| 10303 | 2025.04.30 22:44:12.276388 [ 200 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::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 | ||
| 10304 | 2025.04.30 22:44:12.276707 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10305 | 2025.04.30 22:44:12.276962 [ 259 ] {a4311191-e206-43c1-a57a-320218541ecd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10306 | 2025.04.30 22:44:12.277094 [ 259 ] {a4311191-e206-43c1-a57a-320218541ecd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10307 | 2025.04.30 22:44:12.277267 [ 200 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10308 | 2025.04.30 22:44:12.277518 [ 200 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1150 rows starting from the beginning of the part | ||
| 10309 | 2025.04.30 22:44:12.278641 [ 200 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 32 rows starting from the beginning of the part | ||
| 10310 | 2025.04.30 22:44:12.279622 [ 200 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 8 rows starting from the beginning of the part | ||
| 10311 | 2025.04.30 22:44:12.279883 [ 259 ] {a4311191-e206-43c1-a57a-320218541ecd} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10312 | 2025.04.30 22:44:12.280210 [ 259 ] {a4311191-e206-43c1-a57a-320218541ecd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10313 | 2025.04.30 22:44:12.280376 [ 200 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 32 rows starting from the beginning of the part | ||
| 10314 | 2025.04.30 22:44:12.281287 [ 200 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 8 rows starting from the beginning of the part | ||
| 10315 | 2025.04.30 22:44:12.282044 [ 200 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 32 rows starting from the beginning of the part | ||
| 10316 | 2025.04.30 22:44:12.282064 [ 259 ] {a4311191-e206-43c1-a57a-320218541ecd} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10317 | 2025.04.30 22:44:12.283048 [ 259 ] {a4311191-e206-43c1-a57a-320218541ecd} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10318 | 2025.04.30 22:44:12.283670 [ 112 ] {} <Debug> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10319 | 2025.04.30 22:44:12.283893 [ 112 ] {} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10320 | 2025.04.30 22:44:12.283988 [ 194 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24943 rows, containing 5 columns (5 merged, 0 gathered) in 0.017329855 sec., 1439308.061146501 rows/sec., 97.20 MiB/sec. | ||
| 10321 | 2025.04.30 22:44:12.284013 [ 259 ] {a4311191-e206-43c1-a57a-320218541ecd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007109 sec., 8440.005626670418 rows/sec., 582.45 KiB/sec. | ||
| 10322 | 2025.04.30 22:44:12.284174 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10323 | 2025.04.30 22:44:12.284378 [ 259 ] {a4311191-e206-43c1-a57a-320218541ecd} <Debug> TCPHandler: Processed in 0.007755476 sec. | ||
| 10324 | 2025.04.30 22:44:12.284637 [ 187 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10325 | 2025.04.30 22:44:12.285062 [ 189 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 10326 | 2025.04.30 22:44:12.285714 [ 189 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10327 | 2025.04.30 22:44:12.285736 [ 187 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10328 | 2025.04.30 22:44:12.285873 [ 189 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4734 rows starting from the beginning of the part | ||
| 10329 | 2025.04.30 22:44:12.286141 [ 187 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10330 | 2025.04.30 22:44:12.286384 [ 189 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::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 | ||
| 10331 | 2025.04.30 22:44:12.286567 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
| 10332 | 2025.04.30 22:44:12.286717 [ 189 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 82 rows starting from the beginning of the part | ||
| 10333 | 2025.04.30 22:44:12.286886 [ 189 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::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 | ||
| 10334 | 2025.04.30 22:44:12.287101 [ 189 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 82 rows starting from the beginning of the part | ||
| 10335 | 2025.04.30 22:44:12.287319 [ 189 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part | ||
| 10336 | 2025.04.30 22:44:12.291384 [ 187 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5078 rows, containing 4 columns (4 merged, 0 gathered) in 0.006930858 sec., 732665.4217991481 rows/sec., 47.77 MiB/sec. | ||
| 10337 | 2025.04.30 22:44:12.293190 [ 187 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10338 | 2025.04.30 22:44:12.293527 [ 187 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_81_16} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10339 | 2025.04.30 22:44:12.293643 [ 187 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_81_16} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10340 | 2025.04.30 22:44:12.293731 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. | ||
| 10341 | 2025.04.30 22:44:12.294862 [ 192 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1262 rows, containing 19 columns (19 merged, 0 gathered) in 0.018874958 sec., 66861.07592928153 rows/sec., 119.81 MiB/sec. | ||
| 10342 | 2025.04.30 22:44:12.296358 [ 198 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 10343 | 2025.04.30 22:44:12.296801 [ 198 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10344 | 2025.04.30 22:44:12.296880 [ 198 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 10345 | 2025.04.30 22:44:12.297039 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.61 MiB. | ||
| 10346 | 2025.04.30 22:44:12.532793 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10347 | 2025.04.30 22:44:12.533031 [ 259 ] {bb4279ba-c2d1-4d41-9b19-d060008351c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10348 | 2025.04.30 22:44:12.533122 [ 259 ] {bb4279ba-c2d1-4d41-9b19-d060008351c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10349 | 2025.04.30 22:44:12.533984 [ 259 ] {bb4279ba-c2d1-4d41-9b19-d060008351c9} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10350 | 2025.04.30 22:44:12.534026 [ 259 ] {bb4279ba-c2d1-4d41-9b19-d060008351c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10351 | 2025.04.30 22:44:12.534470 [ 259 ] {bb4279ba-c2d1-4d41-9b19-d060008351c9} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10352 | 2025.04.30 22:44:12.534753 [ 259 ] {bb4279ba-c2d1-4d41-9b19-d060008351c9} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10353 | 2025.04.30 22:44:12.534950 [ 259 ] {bb4279ba-c2d1-4d41-9b19-d060008351c9} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001982 sec., 106962.66397578205 rows/sec., 6.80 MiB/sec. | ||
| 10354 | 2025.04.30 22:44:12.535004 [ 259 ] {bb4279ba-c2d1-4d41-9b19-d060008351c9} <Debug> TCPHandler: Processed in 0.002365061 sec. | ||
| 10355 | 2025.04.30 22:44:12.535126 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10356 | 2025.04.30 22:44:12.535229 [ 259 ] {2c914aef-452c-43ea-9ea6-0765059553a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10357 | 2025.04.30 22:44:12.535275 [ 259 ] {2c914aef-452c-43ea-9ea6-0765059553a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10358 | 2025.04.30 22:44:12.535781 [ 259 ] {2c914aef-452c-43ea-9ea6-0765059553a8} <Trace> oximeter.fields_ipaddr (4dea1092-816a-42b9-a56f-a845cbc6e13d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10359 | 2025.04.30 22:44:12.535818 [ 259 ] {2c914aef-452c-43ea-9ea6-0765059553a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10360 | 2025.04.30 22:44:12.536160 [ 259 ] {2c914aef-452c-43ea-9ea6-0765059553a8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 10361 | 2025.04.30 22:44:12.536399 [ 259 ] {2c914aef-452c-43ea-9ea6-0765059553a8} <Trace> oximeter.fields_ipaddr (4dea1092-816a-42b9-a56f-a845cbc6e13d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10362 | 2025.04.30 22:44:12.536612 [ 259 ] {2c914aef-452c-43ea-9ea6-0765059553a8} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001393 sec., 8614.501076812636 rows/sec., 702.45 KiB/sec. | ||
| 10363 | 2025.04.30 22:44:12.536805 [ 259 ] {2c914aef-452c-43ea-9ea6-0765059553a8} <Debug> TCPHandler: Processed in 0.00172406 sec. | ||
| 10364 | 2025.04.30 22:44:12.536937 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10365 | 2025.04.30 22:44:12.537038 [ 259 ] {d5b7fe0b-f03a-40b3-8eb9-3aa8e74e577e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10366 | 2025.04.30 22:44:12.537083 [ 259 ] {d5b7fe0b-f03a-40b3-8eb9-3aa8e74e577e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10367 | 2025.04.30 22:44:12.538548 [ 259 ] {d5b7fe0b-f03a-40b3-8eb9-3aa8e74e577e} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10368 | 2025.04.30 22:44:12.538586 [ 259 ] {d5b7fe0b-f03a-40b3-8eb9-3aa8e74e577e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10369 | 2025.04.30 22:44:12.539052 [ 259 ] {d5b7fe0b-f03a-40b3-8eb9-3aa8e74e577e} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10370 | 2025.04.30 22:44:12.539299 [ 259 ] {d5b7fe0b-f03a-40b3-8eb9-3aa8e74e577e} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10371 | 2025.04.30 22:44:12.539488 [ 259 ] {d5b7fe0b-f03a-40b3-8eb9-3aa8e74e577e} <Debug> executeQuery: Read 1779 rows, 147.98 KiB in 0.002464 sec., 721996.7532467532 rows/sec., 58.65 MiB/sec. | ||
| 10372 | 2025.04.30 22:44:12.539558 [ 259 ] {d5b7fe0b-f03a-40b3-8eb9-3aa8e74e577e} <Debug> TCPHandler: Processed in 0.002671071 sec. | ||
| 10373 | 2025.04.30 22:44:12.539694 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10374 | 2025.04.30 22:44:12.540007 [ 259 ] {86ff18e4-096d-4884-9dd9-c2917116d2b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10375 | 2025.04.30 22:44:12.540156 [ 259 ] {86ff18e4-096d-4884-9dd9-c2917116d2b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10376 | 2025.04.30 22:44:12.541199 [ 259 ] {86ff18e4-096d-4884-9dd9-c2917116d2b0} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10377 | 2025.04.30 22:44:12.541237 [ 259 ] {86ff18e4-096d-4884-9dd9-c2917116d2b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10378 | 2025.04.30 22:44:12.541582 [ 259 ] {86ff18e4-096d-4884-9dd9-c2917116d2b0} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 10379 | 2025.04.30 22:44:12.541827 [ 259 ] {86ff18e4-096d-4884-9dd9-c2917116d2b0} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10380 | 2025.04.30 22:44:12.541996 [ 259 ] {86ff18e4-096d-4884-9dd9-c2917116d2b0} <Debug> executeQuery: Read 126 rows, 7.83 KiB in 0.002123 sec., 59349.97644842205 rows/sec., 3.60 MiB/sec. | ||
| 10381 | 2025.04.30 22:44:12.542053 [ 259 ] {86ff18e4-096d-4884-9dd9-c2917116d2b0} <Debug> TCPHandler: Processed in 0.002409243 sec. | ||
| 10382 | 2025.04.30 22:44:12.542196 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10383 | 2025.04.30 22:44:12.542306 [ 259 ] {0c5951d5-94a1-467b-b545-fcdb93f0f657} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10384 | 2025.04.30 22:44:12.542349 [ 259 ] {0c5951d5-94a1-467b-b545-fcdb93f0f657} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10385 | 2025.04.30 22:44:12.542978 [ 259 ] {0c5951d5-94a1-467b-b545-fcdb93f0f657} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10386 | 2025.04.30 22:44:12.543016 [ 259 ] {0c5951d5-94a1-467b-b545-fcdb93f0f657} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10387 | 2025.04.30 22:44:12.543386 [ 259 ] {0c5951d5-94a1-467b-b545-fcdb93f0f657} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10388 | 2025.04.30 22:44:12.543619 [ 259 ] {0c5951d5-94a1-467b-b545-fcdb93f0f657} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10389 | 2025.04.30 22:44:12.543786 [ 259 ] {0c5951d5-94a1-467b-b545-fcdb93f0f657} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001502 sec., 227030.62583222368 rows/sec., 15.15 MiB/sec. | ||
| 10390 | 2025.04.30 22:44:12.543835 [ 259 ] {0c5951d5-94a1-467b-b545-fcdb93f0f657} <Debug> TCPHandler: Processed in 0.001705388 sec. | ||
| 10391 | 2025.04.30 22:44:12.543944 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10392 | 2025.04.30 22:44:12.544047 [ 259 ] {bba37e17-8416-4282-b0ba-6a0e64c28777} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10393 | 2025.04.30 22:44:12.544091 [ 259 ] {bba37e17-8416-4282-b0ba-6a0e64c28777} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10394 | 2025.04.30 22:44:12.544623 [ 259 ] {bba37e17-8416-4282-b0ba-6a0e64c28777} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10395 | 2025.04.30 22:44:12.544659 [ 259 ] {bba37e17-8416-4282-b0ba-6a0e64c28777} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10396 | 2025.04.30 22:44:12.544996 [ 259 ] {bba37e17-8416-4282-b0ba-6a0e64c28777} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10397 | 2025.04.30 22:44:12.545225 [ 259 ] {bba37e17-8416-4282-b0ba-6a0e64c28777} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10398 | 2025.04.30 22:44:12.545389 [ 259 ] {bba37e17-8416-4282-b0ba-6a0e64c28777} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001363 sec., 82171.68011738811 rows/sec., 4.68 MiB/sec. | ||
| 10399 | 2025.04.30 22:44:12.545437 [ 259 ] {bba37e17-8416-4282-b0ba-6a0e64c28777} <Debug> TCPHandler: Processed in 0.001541923 sec. | ||
| 10400 | 2025.04.30 22:44:12.545551 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10401 | 2025.04.30 22:44:12.545653 [ 259 ] {dfb9d1f0-a9d1-4b5c-8418-331fe89480a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10402 | 2025.04.30 22:44:12.545697 [ 259 ] {dfb9d1f0-a9d1-4b5c-8418-331fe89480a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10403 | 2025.04.30 22:44:12.546524 [ 259 ] {dfb9d1f0-a9d1-4b5c-8418-331fe89480a7} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10404 | 2025.04.30 22:44:12.546560 [ 259 ] {dfb9d1f0-a9d1-4b5c-8418-331fe89480a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10405 | 2025.04.30 22:44:12.546940 [ 259 ] {dfb9d1f0-a9d1-4b5c-8418-331fe89480a7} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10406 | 2025.04.30 22:44:12.547185 [ 259 ] {dfb9d1f0-a9d1-4b5c-8418-331fe89480a7} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10407 | 2025.04.30 22:44:12.547344 [ 259 ] {dfb9d1f0-a9d1-4b5c-8418-331fe89480a7} <Debug> executeQuery: Read 858 rows, 63.49 KiB in 0.001712 sec., 501168.2242990654 rows/sec., 36.22 MiB/sec. | ||
| 10408 | 2025.04.30 22:44:12.547392 [ 259 ] {dfb9d1f0-a9d1-4b5c-8418-331fe89480a7} <Debug> TCPHandler: Processed in 0.001891235 sec. | ||
| 10409 | 2025.04.30 22:44:12.547506 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10410 | 2025.04.30 22:44:12.547609 [ 259 ] {5be22ca6-6754-41e3-ab1b-a6ebf7931193} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10411 | 2025.04.30 22:44:12.547655 [ 259 ] {5be22ca6-6754-41e3-ab1b-a6ebf7931193} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10412 | 2025.04.30 22:44:12.548055 [ 259 ] {5be22ca6-6754-41e3-ab1b-a6ebf7931193} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10413 | 2025.04.30 22:44:12.548091 [ 259 ] {5be22ca6-6754-41e3-ab1b-a6ebf7931193} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10414 | 2025.04.30 22:44:12.548449 [ 259 ] {5be22ca6-6754-41e3-ab1b-a6ebf7931193} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10415 | 2025.04.30 22:44:12.548683 [ 259 ] {5be22ca6-6754-41e3-ab1b-a6ebf7931193} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10416 | 2025.04.30 22:44:12.548869 [ 259 ] {5be22ca6-6754-41e3-ab1b-a6ebf7931193} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001277 sec., 4698.512137823023 rows/sec., 245.48 KiB/sec. | ||
| 10417 | 2025.04.30 22:44:12.548949 [ 259 ] {5be22ca6-6754-41e3-ab1b-a6ebf7931193} <Debug> TCPHandler: Processed in 0.001490691 sec. | ||
| 10418 | 2025.04.30 22:44:12.549111 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10419 | 2025.04.30 22:44:12.549238 [ 259 ] {f3847af3-2342-4bcb-81d8-715f08770817} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10420 | 2025.04.30 22:44:12.549289 [ 259 ] {f3847af3-2342-4bcb-81d8-715f08770817} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10421 | 2025.04.30 22:44:12.549973 [ 259 ] {f3847af3-2342-4bcb-81d8-715f08770817} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10422 | 2025.04.30 22:44:12.550010 [ 259 ] {f3847af3-2342-4bcb-81d8-715f08770817} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10423 | 2025.04.30 22:44:12.550425 [ 259 ] {f3847af3-2342-4bcb-81d8-715f08770817} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10424 | 2025.04.30 22:44:12.550662 [ 259 ] {f3847af3-2342-4bcb-81d8-715f08770817} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10425 | 2025.04.30 22:44:12.550833 [ 259 ] {f3847af3-2342-4bcb-81d8-715f08770817} <Debug> executeQuery: Read 961 rows, 65.39 KiB in 0.001618 sec., 593943.1396786155 rows/sec., 39.47 MiB/sec. | ||
| 10426 | 2025.04.30 22:44:12.550888 [ 259 ] {f3847af3-2342-4bcb-81d8-715f08770817} <Debug> TCPHandler: Processed in 0.001860893 sec. | ||
| 10427 | 2025.04.30 22:44:12.551035 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10428 | 2025.04.30 22:44:12.551171 [ 259 ] {307aa2f8-638c-40b5-8833-49af83626db0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10429 | 2025.04.30 22:44:12.551218 [ 259 ] {307aa2f8-638c-40b5-8833-49af83626db0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10430 | 2025.04.30 22:44:12.551595 [ 259 ] {307aa2f8-638c-40b5-8833-49af83626db0} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10431 | 2025.04.30 22:44:12.551631 [ 259 ] {307aa2f8-638c-40b5-8833-49af83626db0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10432 | 2025.04.30 22:44:12.551973 [ 259 ] {307aa2f8-638c-40b5-8833-49af83626db0} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10433 | 2025.04.30 22:44:12.552205 [ 259 ] {307aa2f8-638c-40b5-8833-49af83626db0} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10434 | 2025.04.30 22:44:12.552367 [ 259 ] {307aa2f8-638c-40b5-8833-49af83626db0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001218 sec., 821.0180623973728 rows/sec., 55.32 KiB/sec. | ||
| 10435 | 2025.04.30 22:44:12.552413 [ 259 ] {307aa2f8-638c-40b5-8833-49af83626db0} <Debug> TCPHandler: Processed in 0.00144144 sec. | ||
| 10436 | 2025.04.30 22:44:12.552523 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10437 | 2025.04.30 22:44:12.552650 [ 259 ] {25f2c932-728a-4679-b612-a45f03676357} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10438 | 2025.04.30 22:44:12.552713 [ 259 ] {25f2c932-728a-4679-b612-a45f03676357} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10439 | 2025.04.30 22:44:12.553715 [ 259 ] {25f2c932-728a-4679-b612-a45f03676357} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10440 | 2025.04.30 22:44:12.553753 [ 259 ] {25f2c932-728a-4679-b612-a45f03676357} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10441 | 2025.04.30 22:44:12.554330 [ 259 ] {25f2c932-728a-4679-b612-a45f03676357} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 10442 | 2025.04.30 22:44:12.554605 [ 259 ] {25f2c932-728a-4679-b612-a45f03676357} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10443 | 2025.04.30 22:44:12.554792 [ 259 ] {25f2c932-728a-4679-b612-a45f03676357} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002164 sec., 3696.857670979667 rows/sec., 6.62 MiB/sec. | ||
| 10444 | 2025.04.30 22:44:12.554882 [ 259 ] {25f2c932-728a-4679-b612-a45f03676357} <Debug> TCPHandler: Processed in 0.002409643 sec. | ||
| 10445 | 2025.04.30 22:44:12.555001 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10446 | 2025.04.30 22:44:12.555104 [ 259 ] {dc9a4c49-9ebf-4a8c-b925-7c62664aee65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10447 | 2025.04.30 22:44:12.555150 [ 259 ] {dc9a4c49-9ebf-4a8c-b925-7c62664aee65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10448 | 2025.04.30 22:44:12.555545 [ 259 ] {dc9a4c49-9ebf-4a8c-b925-7c62664aee65} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10449 | 2025.04.30 22:44:12.555581 [ 259 ] {dc9a4c49-9ebf-4a8c-b925-7c62664aee65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 10450 | 2025.04.30 22:44:12.555927 [ 259 ] {dc9a4c49-9ebf-4a8c-b925-7c62664aee65} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10451 | 2025.04.30 22:44:12.556162 [ 259 ] {dc9a4c49-9ebf-4a8c-b925-7c62664aee65} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10452 | 2025.04.30 22:44:12.556326 [ 259 ] {dc9a4c49-9ebf-4a8c-b925-7c62664aee65} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001244 sec., 27331.18971061093 rows/sec., 1.59 MiB/sec. | ||
| 10453 | 2025.04.30 22:44:12.556372 [ 259 ] {dc9a4c49-9ebf-4a8c-b925-7c62664aee65} <Debug> TCPHandler: Processed in 0.001422728 sec. | ||
| 10454 | 2025.04.30 22:44:15.698763 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1488 | ||
| 10455 | 2025.04.30 22:44:15.702574 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10456 | 2025.04.30 22:44:15.702631 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10457 | 2025.04.30 22:44:15.704152 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10458 | 2025.04.30 22:44:15.704469 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10459 | 2025.04.30 22:44:15.705107 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1488 | ||
| 10460 | 2025.04.30 22:44:16.000142 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 230.02 MiB, peak 244.29 MiB, free memory in arenas 0.00 B, will set to 234.02 MiB (RSS), difference: 4.00 MiB | ||
| 10461 | 2025.04.30 22:44:17.246577 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10462 | 2025.04.30 22:44:17.246762 [ 259 ] {c8f1ed9f-2e97-4f64-9a4a-032bc1ab4558} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10463 | 2025.04.30 22:44:17.246846 [ 259 ] {c8f1ed9f-2e97-4f64-9a4a-032bc1ab4558} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10464 | 2025.04.30 22:44:17.247610 [ 259 ] {c8f1ed9f-2e97-4f64-9a4a-032bc1ab4558} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10465 | 2025.04.30 22:44:17.247652 [ 259 ] {c8f1ed9f-2e97-4f64-9a4a-032bc1ab4558} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10466 | 2025.04.30 22:44:17.248109 [ 259 ] {c8f1ed9f-2e97-4f64-9a4a-032bc1ab4558} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10467 | 2025.04.30 22:44:17.248375 [ 259 ] {c8f1ed9f-2e97-4f64-9a4a-032bc1ab4558} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10468 | 2025.04.30 22:44:17.248573 [ 259 ] {c8f1ed9f-2e97-4f64-9a4a-032bc1ab4558} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001865 sec., 30026.809651474534 rows/sec., 2.31 MiB/sec. | ||
| 10469 | 2025.04.30 22:44:17.248637 [ 259 ] {c8f1ed9f-2e97-4f64-9a4a-032bc1ab4558} <Debug> TCPHandler: Processed in 0.002187885 sec. | ||
| 10470 | 2025.04.30 22:44:17.248764 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10471 | 2025.04.30 22:44:17.248876 [ 259 ] {8c9b14a0-3d23-4876-8961-da95f96c9492} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10472 | 2025.04.30 22:44:17.248925 [ 259 ] {8c9b14a0-3d23-4876-8961-da95f96c9492} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10473 | 2025.04.30 22:44:17.249477 [ 259 ] {8c9b14a0-3d23-4876-8961-da95f96c9492} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10474 | 2025.04.30 22:44:17.249514 [ 259 ] {8c9b14a0-3d23-4876-8961-da95f96c9492} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10475 | 2025.04.30 22:44:17.249875 [ 259 ] {8c9b14a0-3d23-4876-8961-da95f96c9492} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10476 | 2025.04.30 22:44:17.250131 [ 259 ] {8c9b14a0-3d23-4876-8961-da95f96c9492} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10477 | 2025.04.30 22:44:17.250298 [ 259 ] {8c9b14a0-3d23-4876-8961-da95f96c9492} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001449 sec., 44168.39199447895 rows/sec., 3.45 MiB/sec. | ||
| 10478 | 2025.04.30 22:44:17.250348 [ 259 ] {8c9b14a0-3d23-4876-8961-da95f96c9492} <Debug> TCPHandler: Processed in 0.001639346 sec. | ||
| 10479 | 2025.04.30 22:44:17.250464 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10480 | 2025.04.30 22:44:17.250569 [ 259 ] {1475f80f-7f51-44df-919a-42629083ef23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10481 | 2025.04.30 22:44:17.250619 [ 259 ] {1475f80f-7f51-44df-919a-42629083ef23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10482 | 2025.04.30 22:44:17.251127 [ 259 ] {1475f80f-7f51-44df-919a-42629083ef23} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10483 | 2025.04.30 22:44:17.251164 [ 259 ] {1475f80f-7f51-44df-919a-42629083ef23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10484 | 2025.04.30 22:44:17.251548 [ 259 ] {1475f80f-7f51-44df-919a-42629083ef23} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10485 | 2025.04.30 22:44:17.251794 [ 259 ] {1475f80f-7f51-44df-919a-42629083ef23} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10486 | 2025.04.30 22:44:17.251965 [ 259 ] {1475f80f-7f51-44df-919a-42629083ef23} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001419 sec., 90204.36927413673 rows/sec., 6.28 MiB/sec. | ||
| 10487 | 2025.04.30 22:44:17.252014 [ 259 ] {1475f80f-7f51-44df-919a-42629083ef23} <Debug> TCPHandler: Processed in 0.001602655 sec. | ||
| 10488 | 2025.04.30 22:44:17.252132 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10489 | 2025.04.30 22:44:17.252237 [ 259 ] {508c9f0b-311d-4a4a-b82d-42f655b78e6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10490 | 2025.04.30 22:44:17.252283 [ 259 ] {508c9f0b-311d-4a4a-b82d-42f655b78e6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10491 | 2025.04.30 22:44:17.252690 [ 259 ] {508c9f0b-311d-4a4a-b82d-42f655b78e6d} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10492 | 2025.04.30 22:44:17.252727 [ 259 ] {508c9f0b-311d-4a4a-b82d-42f655b78e6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10493 | 2025.04.30 22:44:17.253126 [ 259 ] {508c9f0b-311d-4a4a-b82d-42f655b78e6d} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10494 | 2025.04.30 22:44:17.253367 [ 259 ] {508c9f0b-311d-4a4a-b82d-42f655b78e6d} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10495 | 2025.04.30 22:44:17.253535 [ 259 ] {508c9f0b-311d-4a4a-b82d-42f655b78e6d} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001322 sec., 36308.62329803328 rows/sec., 2.45 MiB/sec. | ||
| 10496 | 2025.04.30 22:44:17.253583 [ 259 ] {508c9f0b-311d-4a4a-b82d-42f655b78e6d} <Debug> TCPHandler: Processed in 0.001502472 sec. | ||
| 10497 | 2025.04.30 22:44:18.083121 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23424 | ||
| 10498 | 2025.04.30 22:44:18.084117 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10499 | 2025.04.30 22:44:18.084171 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10500 | 2025.04.30 22:44:18.084708 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10501 | 2025.04.30 22:44:18.084976 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10502 | 2025.04.30 22:44:18.085232 [ 99 ] {} <Debug> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10503 | 2025.04.30 22:44:18.085273 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23424 | ||
| 10504 | 2025.04.30 22:44:18.085364 [ 99 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10505 | 2025.04.30 22:44:18.085414 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10506 | 2025.04.30 22:44:18.085557 [ 186 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 10507 | 2025.04.30 22:44:18.085656 [ 186 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10508 | 2025.04.30 22:44:18.085688 [ 186 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 10509 | 2025.04.30 22:44:18.085756 [ 186 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 10510 | 2025.04.30 22:44:18.085969 [ 186 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 10511 | 2025.04.30 22:44:18.086163 [ 186 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 10512 | 2025.04.30 22:44:18.086313 [ 186 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 10513 | 2025.04.30 22:44:18.086447 [ 186 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 10514 | 2025.04.30 22:44:18.088907 [ 192 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23424 rows, containing 4 columns (4 merged, 0 gathered) in 0.003397336 sec., 6894814.05430608 rows/sec., 98.63 MiB/sec. | ||
| 10515 | 2025.04.30 22:44:18.089313 [ 192 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10516 | 2025.04.30 22:44:18.089639 [ 192 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_51_10} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10517 | 2025.04.30 22:44:18.089730 [ 192 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_51_10} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10518 | 2025.04.30 22:44:18.089836 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
| 10519 | 2025.04.30 22:44:19.738447 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385 | ||
| 10520 | 2025.04.30 22:44:19.759642 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10521 | 2025.04.30 22:44:19.759694 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10522 | 2025.04.30 22:44:19.766938 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10523 | 2025.04.30 22:44:19.767699 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10524 | 2025.04.30 22:44:19.768040 [ 95 ] {} <Debug> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10525 | 2025.04.30 22:44:19.768107 [ 95 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10526 | 2025.04.30 22:44:19.768151 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10527 | 2025.04.30 22:44:19.768856 [ 188 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 10528 | 2025.04.30 22:44:19.783569 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385 | ||
| 10529 | 2025.04.30 22:44:19.785398 [ 188 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10530 | 2025.04.30 22:44:19.787081 [ 188 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 10531 | 2025.04.30 22:44:19.793218 [ 188 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 10532 | 2025.04.30 22:44:19.799105 [ 188 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 10533 | 2025.04.30 22:44:19.804568 [ 188 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 10534 | 2025.04.30 22:44:19.810136 [ 188 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 10535 | 2025.04.30 22:44:19.814589 [ 188 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 10536 | 2025.04.30 22:44:19.874830 [ 186 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.106534798 sec., 3613.842680773657 rows/sec., 18.69 MiB/sec. | ||
| 10537 | 2025.04.30 22:44:19.877937 [ 197 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10538 | 2025.04.30 22:44:19.881164 [ 197 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_51_10} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10539 | 2025.04.30 22:44:19.881259 [ 197 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_51_10} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10540 | 2025.04.30 22:44:19.883446 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 10541 | 2025.04.30 22:44:20.001144 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 235.08 MiB, peak 248.50 MiB, free memory in arenas 0.00 B, will set to 236.54 MiB (RSS), difference: 1.45 MiB | ||
| 10542 | 2025.04.30 22:44:22.250094 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10543 | 2025.04.30 22:44:22.250280 [ 259 ] {ead6fa9b-acc5-4b5b-9bba-65a96957c93f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10544 | 2025.04.30 22:44:22.250348 [ 259 ] {ead6fa9b-acc5-4b5b-9bba-65a96957c93f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10545 | 2025.04.30 22:44:22.251121 [ 259 ] {ead6fa9b-acc5-4b5b-9bba-65a96957c93f} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10546 | 2025.04.30 22:44:22.251165 [ 259 ] {ead6fa9b-acc5-4b5b-9bba-65a96957c93f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10547 | 2025.04.30 22:44:22.251592 [ 259 ] {ead6fa9b-acc5-4b5b-9bba-65a96957c93f} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10548 | 2025.04.30 22:44:22.251841 [ 259 ] {ead6fa9b-acc5-4b5b-9bba-65a96957c93f} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10549 | 2025.04.30 22:44:22.252068 [ 259 ] {ead6fa9b-acc5-4b5b-9bba-65a96957c93f} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001837 sec., 65323.897659227 rows/sec., 5.55 MiB/sec. | ||
| 10550 | 2025.04.30 22:44:22.252159 [ 259 ] {ead6fa9b-acc5-4b5b-9bba-65a96957c93f} <Debug> TCPHandler: Processed in 0.002197115 sec. | ||
| 10551 | 2025.04.30 22:44:22.252293 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10552 | 2025.04.30 22:44:22.252546 [ 259 ] {1bc88d3d-0194-4a18-8755-947f57479080} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10553 | 2025.04.30 22:44:22.252665 [ 259 ] {1bc88d3d-0194-4a18-8755-947f57479080} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10554 | 2025.04.30 22:44:22.253556 [ 259 ] {1bc88d3d-0194-4a18-8755-947f57479080} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10555 | 2025.04.30 22:44:22.253596 [ 259 ] {1bc88d3d-0194-4a18-8755-947f57479080} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10556 | 2025.04.30 22:44:22.253930 [ 259 ] {1bc88d3d-0194-4a18-8755-947f57479080} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 10557 | 2025.04.30 22:44:22.254175 [ 259 ] {1bc88d3d-0194-4a18-8755-947f57479080} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10558 | 2025.04.30 22:44:22.254371 [ 259 ] {1bc88d3d-0194-4a18-8755-947f57479080} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001928 sec., 16597.510373443984 rows/sec., 1.22 MiB/sec. | ||
| 10559 | 2025.04.30 22:44:22.254425 [ 259 ] {1bc88d3d-0194-4a18-8755-947f57479080} <Debug> TCPHandler: Processed in 0.002185855 sec. | ||
| 10560 | 2025.04.30 22:44:22.254545 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10561 | 2025.04.30 22:44:22.254648 [ 259 ] {637659e7-56bb-4804-b89b-7cd3d42234b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10562 | 2025.04.30 22:44:22.254693 [ 259 ] {637659e7-56bb-4804-b89b-7cd3d42234b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10563 | 2025.04.30 22:44:22.255221 [ 259 ] {637659e7-56bb-4804-b89b-7cd3d42234b9} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10564 | 2025.04.30 22:44:22.255260 [ 259 ] {637659e7-56bb-4804-b89b-7cd3d42234b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10565 | 2025.04.30 22:44:22.255602 [ 259 ] {637659e7-56bb-4804-b89b-7cd3d42234b9} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10566 | 2025.04.30 22:44:22.255836 [ 259 ] {637659e7-56bb-4804-b89b-7cd3d42234b9} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10567 | 2025.04.30 22:44:22.256038 [ 259 ] {637659e7-56bb-4804-b89b-7cd3d42234b9} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.00141 sec., 68085.10638297872 rows/sec., 5.32 MiB/sec. | ||
| 10568 | 2025.04.30 22:44:22.256105 [ 259 ] {637659e7-56bb-4804-b89b-7cd3d42234b9} <Debug> TCPHandler: Processed in 0.001609846 sec. | ||
| 10569 | 2025.04.30 22:44:22.256228 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10570 | 2025.04.30 22:44:22.256348 [ 259 ] {0a9e664c-bee4-4b80-b632-6bbabcba5c35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10571 | 2025.04.30 22:44:22.256395 [ 259 ] {0a9e664c-bee4-4b80-b632-6bbabcba5c35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10572 | 2025.04.30 22:44:22.256929 [ 259 ] {0a9e664c-bee4-4b80-b632-6bbabcba5c35} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10573 | 2025.04.30 22:44:22.256967 [ 259 ] {0a9e664c-bee4-4b80-b632-6bbabcba5c35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10574 | 2025.04.30 22:44:22.257372 [ 259 ] {0a9e664c-bee4-4b80-b632-6bbabcba5c35} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10575 | 2025.04.30 22:44:22.257623 [ 259 ] {0a9e664c-bee4-4b80-b632-6bbabcba5c35} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10576 | 2025.04.30 22:44:22.257853 [ 259 ] {0a9e664c-bee4-4b80-b632-6bbabcba5c35} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001519 sec., 105332.45556287031 rows/sec., 7.34 MiB/sec. | ||
| 10577 | 2025.04.30 22:44:22.257950 [ 259 ] {0a9e664c-bee4-4b80-b632-6bbabcba5c35} <Debug> TCPHandler: Processed in 0.001785141 sec. | ||
| 10578 | 2025.04.30 22:44:22.258088 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10579 | 2025.04.30 22:44:22.258398 [ 259 ] {9e2b6bf3-a342-473b-b7ca-cb982cbddb8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10580 | 2025.04.30 22:44:22.258593 [ 259 ] {9e2b6bf3-a342-473b-b7ca-cb982cbddb8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10581 | 2025.04.30 22:44:22.259732 [ 259 ] {9e2b6bf3-a342-473b-b7ca-cb982cbddb8a} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10582 | 2025.04.30 22:44:22.259771 [ 259 ] {9e2b6bf3-a342-473b-b7ca-cb982cbddb8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10583 | 2025.04.30 22:44:22.260402 [ 259 ] {9e2b6bf3-a342-473b-b7ca-cb982cbddb8a} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 10584 | 2025.04.30 22:44:22.260656 [ 259 ] {9e2b6bf3-a342-473b-b7ca-cb982cbddb8a} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10585 | 2025.04.30 22:44:22.260894 [ 259 ] {9e2b6bf3-a342-473b-b7ca-cb982cbddb8a} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002615 sec., 12237.093690248565 rows/sec., 21.93 MiB/sec. | ||
| 10586 | 2025.04.30 22:44:22.260999 [ 259 ] {9e2b6bf3-a342-473b-b7ca-cb982cbddb8a} <Debug> TCPHandler: Processed in 0.002987763 sec. | ||
| 10587 | 2025.04.30 22:44:22.261126 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10588 | 2025.04.30 22:44:22.261239 [ 259 ] {65f655f4-aeb6-4a31-b6cb-6f26f27a4a81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10589 | 2025.04.30 22:44:22.261285 [ 259 ] {65f655f4-aeb6-4a31-b6cb-6f26f27a4a81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10590 | 2025.04.30 22:44:22.261710 [ 259 ] {65f655f4-aeb6-4a31-b6cb-6f26f27a4a81} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10591 | 2025.04.30 22:44:22.261749 [ 259 ] {65f655f4-aeb6-4a31-b6cb-6f26f27a4a81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10592 | 2025.04.30 22:44:22.262116 [ 259 ] {65f655f4-aeb6-4a31-b6cb-6f26f27a4a81} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10593 | 2025.04.30 22:44:22.262351 [ 259 ] {65f655f4-aeb6-4a31-b6cb-6f26f27a4a81} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10594 | 2025.04.30 22:44:22.262548 [ 259 ] {65f655f4-aeb6-4a31-b6cb-6f26f27a4a81} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001331 sec., 45078.88805409467 rows/sec., 3.04 MiB/sec. | ||
| 10595 | 2025.04.30 22:44:22.262598 [ 259 ] {65f655f4-aeb6-4a31-b6cb-6f26f27a4a81} <Debug> TCPHandler: Processed in 0.001526213 sec. | ||
| 10596 | 2025.04.30 22:44:24.941101 [ 92 ] {} <Debug> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f) (MergerMutator): Selected 5 parts from all_1_32_7 to all_36_36_0 | ||
| 10597 | 2025.04.30 22:44:24.941173 [ 92 ] {} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10598 | 2025.04.30 22:44:24.941195 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10599 | 2025.04.30 22:44:24.941426 [ 195 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_36_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_32_7 to all_36_36_0 into Compact with storage Full | ||
| 10600 | 2025.04.30 22:44:24.941724 [ 195 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_36_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10601 | 2025.04.30 22:44:24.941770 [ 195 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_32_7, total 32 rows starting from the beginning of the part | ||
| 10602 | 2025.04.30 22:44:24.941851 [ 195 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
| 10603 | 2025.04.30 22:44:24.942047 [ 195 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
| 10604 | 2025.04.30 22:44:24.942305 [ 195 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part | ||
| 10605 | 2025.04.30 22:44:24.942413 [ 195 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part | ||
| 10606 | 2025.04.30 22:44:24.943552 [ 193 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_36_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.002269037 sec., 15865.761554351033 rows/sec., 1.04 MiB/sec. | ||
| 10607 | 2025.04.30 22:44:24.943757 [ 190 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_36_8} <Trace> MergedBlockOutputStream: filled checksums all_1_36_8 (state Temporary) | ||
| 10608 | 2025.04.30 22:44:24.944150 [ 190 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_36_8} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_merge_all_1_36_8 to all_1_36_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10609 | 2025.04.30 22:44:24.944260 [ 190 ] {1a2cf388-9475-44fb-a9db-754af81d826f::all_1_36_8} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f) (MergerMutator): Merged 5 parts: [all_1_32_7, all_36_36_0] -> all_1_36_8 | ||
| 10610 | 2025.04.30 22:44:24.944377 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 10611 | 2025.04.30 22:44:25.092952 [ 92 ] {} <Debug> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07) (MergerMutator): Selected 5 parts from all_1_32_7 to all_36_36_0 | ||
| 10612 | 2025.04.30 22:44:25.093005 [ 92 ] {} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10613 | 2025.04.30 22:44:25.093026 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10614 | 2025.04.30 22:44:25.093174 [ 195 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_36_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_32_7 to all_36_36_0 into Compact with storage Full | ||
| 10615 | 2025.04.30 22:44:25.093568 [ 195 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_36_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10616 | 2025.04.30 22:44:25.093648 [ 195 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_32_7, total 341 rows starting from the beginning of the part | ||
| 10617 | 2025.04.30 22:44:25.093738 [ 195 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 341 rows starting from the beginning of the part | ||
| 10618 | 2025.04.30 22:44:25.093885 [ 195 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 113 rows starting from the beginning of the part | ||
| 10619 | 2025.04.30 22:44:25.094084 [ 195 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 113 rows starting from the beginning of the part | ||
| 10620 | 2025.04.30 22:44:25.094166 [ 195 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 341 rows starting from the beginning of the part | ||
| 10621 | 2025.04.30 22:44:25.095344 [ 187 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_36_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1249 rows, containing 5 columns (5 merged, 0 gathered) in 0.002257318 sec., 553311.4962092182 rows/sec., 38.83 MiB/sec. | ||
| 10622 | 2025.04.30 22:44:25.095572 [ 194 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_36_8} <Trace> MergedBlockOutputStream: filled checksums all_1_36_8 (state Temporary) | ||
| 10623 | 2025.04.30 22:44:25.095931 [ 194 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_36_8} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_merge_all_1_36_8 to all_1_36_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10624 | 2025.04.30 22:44:25.096023 [ 194 ] {8ab213ef-0c73-405c-bede-b90985010e07::all_1_36_8} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07) (MergerMutator): Merged 5 parts: [all_1_32_7, all_36_36_0] -> all_1_36_8 | ||
| 10625 | 2025.04.30 22:44:25.096126 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 10626 | 2025.04.30 22:44:25.350276 [ 92 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10627 | 2025.04.30 22:44:25.350344 [ 92 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10628 | 2025.04.30 22:44:25.586375 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23851 | ||
| 10629 | 2025.04.30 22:44:25.586999 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10630 | 2025.04.30 22:44:25.587045 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10631 | 2025.04.30 22:44:25.587573 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10632 | 2025.04.30 22:44:25.587827 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10633 | 2025.04.30 22:44:25.588014 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851 | ||
| 10634 | 2025.04.30 22:44:25.706286 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1508 | ||
| 10635 | 2025.04.30 22:44:25.709051 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10636 | 2025.04.30 22:44:25.709102 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10637 | 2025.04.30 22:44:25.710538 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10638 | 2025.04.30 22:44:25.710835 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10639 | 2025.04.30 22:44:25.712140 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1508 | ||
| 10640 | 2025.04.30 22:44:27.256243 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10641 | 2025.04.30 22:44:27.256448 [ 259 ] {fd2d53b8-c8c3-43f9-8822-765b8fe76067} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10642 | 2025.04.30 22:44:27.256525 [ 259 ] {fd2d53b8-c8c3-43f9-8822-765b8fe76067} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10643 | 2025.04.30 22:44:27.257374 [ 259 ] {fd2d53b8-c8c3-43f9-8822-765b8fe76067} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10644 | 2025.04.30 22:44:27.257421 [ 259 ] {fd2d53b8-c8c3-43f9-8822-765b8fe76067} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10645 | 2025.04.30 22:44:27.257864 [ 259 ] {fd2d53b8-c8c3-43f9-8822-765b8fe76067} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10646 | 2025.04.30 22:44:27.258129 [ 259 ] {fd2d53b8-c8c3-43f9-8822-765b8fe76067} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10647 | 2025.04.30 22:44:27.258350 [ 90 ] {} <Debug> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 10648 | 2025.04.30 22:44:27.258375 [ 259 ] {fd2d53b8-c8c3-43f9-8822-765b8fe76067} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001983 sec., 106908.72415532022 rows/sec., 6.80 MiB/sec. | ||
| 10649 | 2025.04.30 22:44:27.258435 [ 90 ] {} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10650 | 2025.04.30 22:44:27.258494 [ 259 ] {fd2d53b8-c8c3-43f9-8822-765b8fe76067} <Debug> TCPHandler: Processed in 0.002377491 sec. | ||
| 10651 | 2025.04.30 22:44:27.258504 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10652 | 2025.04.30 22:44:27.258700 [ 195 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 10653 | 2025.04.30 22:44:27.258705 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10654 | 2025.04.30 22:44:27.258974 [ 195 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10655 | 2025.04.30 22:44:27.258983 [ 259 ] {f753281c-a8ee-41da-b829-a983a106f6b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10656 | 2025.04.30 22:44:27.259040 [ 195 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 212 rows starting from the beginning of the part | ||
| 10657 | 2025.04.30 22:44:27.259086 [ 259 ] {f753281c-a8ee-41da-b829-a983a106f6b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10658 | 2025.04.30 22:44:27.259408 [ 195 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 212 rows starting from the beginning of the part | ||
| 10659 | 2025.04.30 22:44:27.259763 [ 195 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 212 rows starting from the beginning of the part | ||
| 10660 | 2025.04.30 22:44:27.260204 [ 195 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 212 rows starting from the beginning of the part | ||
| 10661 | 2025.04.30 22:44:27.260610 [ 195 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 212 rows starting from the beginning of the part | ||
| 10662 | 2025.04.30 22:44:27.262180 [ 259 ] {f753281c-a8ee-41da-b829-a983a106f6b3} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10663 | 2025.04.30 22:44:27.262251 [ 259 ] {f753281c-a8ee-41da-b829-a983a106f6b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10664 | 2025.04.30 22:44:27.263111 [ 195 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004491405 sec., 236006.3276413505 rows/sec., 15.91 MiB/sec. | ||
| 10665 | 2025.04.30 22:44:27.263241 [ 259 ] {f753281c-a8ee-41da-b829-a983a106f6b3} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10666 | 2025.04.30 22:44:27.263297 [ 195 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 10667 | 2025.04.30 22:44:27.263720 [ 259 ] {f753281c-a8ee-41da-b829-a983a106f6b3} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10668 | 2025.04.30 22:44:27.263828 [ 195 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_37_9} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10669 | 2025.04.30 22:44:27.264083 [ 195 ] {84e1799a-6177-4738-9088-5e51a5999881::all_1_37_9} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 10670 | 2025.04.30 22:44:27.264133 [ 259 ] {f753281c-a8ee-41da-b829-a983a106f6b3} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.005245 sec., 120686.36796949476 rows/sec., 9.49 MiB/sec. | ||
| 10671 | 2025.04.30 22:44:27.264246 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 10672 | 2025.04.30 22:44:27.264334 [ 259 ] {f753281c-a8ee-41da-b829-a983a106f6b3} <Debug> TCPHandler: Processed in 0.005706776 sec. | ||
| 10673 | 2025.04.30 22:44:27.264457 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10674 | 2025.04.30 22:44:27.264563 [ 259 ] {af385320-cd90-4c10-a73a-eebdb818ce9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10675 | 2025.04.30 22:44:27.264609 [ 259 ] {af385320-cd90-4c10-a73a-eebdb818ce9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10676 | 2025.04.30 22:44:27.265192 [ 259 ] {af385320-cd90-4c10-a73a-eebdb818ce9a} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10677 | 2025.04.30 22:44:27.265232 [ 259 ] {af385320-cd90-4c10-a73a-eebdb818ce9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10678 | 2025.04.30 22:44:27.265606 [ 259 ] {af385320-cd90-4c10-a73a-eebdb818ce9a} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 10679 | 2025.04.30 22:44:27.265860 [ 259 ] {af385320-cd90-4c10-a73a-eebdb818ce9a} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10680 | 2025.04.30 22:44:27.266033 [ 259 ] {af385320-cd90-4c10-a73a-eebdb818ce9a} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001493 sec., 76356.32953784327 rows/sec., 4.57 MiB/sec. | ||
| 10681 | 2025.04.30 22:44:27.266081 [ 259 ] {af385320-cd90-4c10-a73a-eebdb818ce9a} <Debug> TCPHandler: Processed in 0.001675208 sec. | ||
| 10682 | 2025.04.30 22:44:27.266196 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10683 | 2025.04.30 22:44:27.266299 [ 259 ] {454be395-f6a7-4042-a455-3457b8e7545f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10684 | 2025.04.30 22:44:27.266344 [ 259 ] {454be395-f6a7-4042-a455-3457b8e7545f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10685 | 2025.04.30 22:44:27.266878 [ 259 ] {454be395-f6a7-4042-a455-3457b8e7545f} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10686 | 2025.04.30 22:44:27.266914 [ 259 ] {454be395-f6a7-4042-a455-3457b8e7545f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10687 | 2025.04.30 22:44:27.267255 [ 259 ] {454be395-f6a7-4042-a455-3457b8e7545f} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10688 | 2025.04.30 22:44:27.267499 [ 259 ] {454be395-f6a7-4042-a455-3457b8e7545f} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10689 | 2025.04.30 22:44:27.267675 [ 259 ] {454be395-f6a7-4042-a455-3457b8e7545f} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001397 sec., 80887.61632068719 rows/sec., 5.24 MiB/sec. | ||
| 10690 | 2025.04.30 22:44:27.267727 [ 259 ] {454be395-f6a7-4042-a455-3457b8e7545f} <Debug> TCPHandler: Processed in 0.001580964 sec. | ||
| 10691 | 2025.04.30 22:44:27.267841 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10692 | 2025.04.30 22:44:27.267946 [ 259 ] {a208fee6-cfaf-459f-95a8-bda795b25327} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10693 | 2025.04.30 22:44:27.267990 [ 259 ] {a208fee6-cfaf-459f-95a8-bda795b25327} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10694 | 2025.04.30 22:44:27.268531 [ 259 ] {a208fee6-cfaf-459f-95a8-bda795b25327} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10695 | 2025.04.30 22:44:27.268569 [ 259 ] {a208fee6-cfaf-459f-95a8-bda795b25327} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10696 | 2025.04.30 22:44:27.268923 [ 259 ] {a208fee6-cfaf-459f-95a8-bda795b25327} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10697 | 2025.04.30 22:44:27.269165 [ 259 ] {a208fee6-cfaf-459f-95a8-bda795b25327} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10698 | 2025.04.30 22:44:27.269291 [ 89 ] {} <Debug> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 10699 | 2025.04.30 22:44:27.269333 [ 89 ] {} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10700 | 2025.04.30 22:44:27.269345 [ 259 ] {a208fee6-cfaf-459f-95a8-bda795b25327} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001419 sec., 78928.82311486964 rows/sec., 4.50 MiB/sec. | ||
| 10701 | 2025.04.30 22:44:27.269355 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10702 | 2025.04.30 22:44:27.269458 [ 259 ] {a208fee6-cfaf-459f-95a8-bda795b25327} <Debug> TCPHandler: Processed in 0.001664738 sec. | ||
| 10703 | 2025.04.30 22:44:27.269572 [ 187 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 10704 | 2025.04.30 22:44:27.269651 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10705 | 2025.04.30 22:44:27.269750 [ 187 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10706 | 2025.04.30 22:44:27.269838 [ 187 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 112 rows starting from the beginning of the part | ||
| 10707 | 2025.04.30 22:44:27.269847 [ 259 ] {f809020a-4778-4fae-b17b-6ff7787bc3d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10708 | 2025.04.30 22:44:27.270008 [ 259 ] {f809020a-4778-4fae-b17b-6ff7787bc3d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10709 | 2025.04.30 22:44:27.270095 [ 187 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 112 rows starting from the beginning of the part | ||
| 10710 | 2025.04.30 22:44:27.270490 [ 187 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 112 rows starting from the beginning of the part | ||
| 10711 | 2025.04.30 22:44:27.270909 [ 187 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 112 rows starting from the beginning of the part | ||
| 10712 | 2025.04.30 22:44:27.271283 [ 187 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 112 rows starting from the beginning of the part | ||
| 10713 | 2025.04.30 22:44:27.272863 [ 259 ] {f809020a-4778-4fae-b17b-6ff7787bc3d7} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10714 | 2025.04.30 22:44:27.272942 [ 259 ] {f809020a-4778-4fae-b17b-6ff7787bc3d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10715 | 2025.04.30 22:44:27.273735 [ 187 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004283467 sec., 130735.2198581196 rows/sec., 7.95 MiB/sec. | ||
| 10716 | 2025.04.30 22:44:27.273886 [ 259 ] {f809020a-4778-4fae-b17b-6ff7787bc3d7} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10717 | 2025.04.30 22:44:27.273911 [ 187 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 10718 | 2025.04.30 22:44:27.274367 [ 187 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_37_9} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10719 | 2025.04.30 22:44:27.274435 [ 259 ] {f809020a-4778-4fae-b17b-6ff7787bc3d7} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10720 | 2025.04.30 22:44:27.274525 [ 187 ] {472cc780-f552-450a-a096-4f5a8203a7f4::all_1_37_9} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 10721 | 2025.04.30 22:44:27.274652 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 10722 | 2025.04.30 22:44:27.274818 [ 259 ] {f809020a-4778-4fae-b17b-6ff7787bc3d7} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.005035 sec., 77457.79543197616 rows/sec., 5.47 MiB/sec. | ||
| 10723 | 2025.04.30 22:44:27.274892 [ 259 ] {f809020a-4778-4fae-b17b-6ff7787bc3d7} <Debug> TCPHandler: Processed in 0.005317562 sec. | ||
| 10724 | 2025.04.30 22:44:27.275006 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10725 | 2025.04.30 22:44:27.275112 [ 259 ] {1f59cd6e-2fea-46eb-85e0-189359399ebd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10726 | 2025.04.30 22:44:27.275159 [ 259 ] {1f59cd6e-2fea-46eb-85e0-189359399ebd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10727 | 2025.04.30 22:44:27.275578 [ 259 ] {1f59cd6e-2fea-46eb-85e0-189359399ebd} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10728 | 2025.04.30 22:44:27.275617 [ 259 ] {1f59cd6e-2fea-46eb-85e0-189359399ebd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10729 | 2025.04.30 22:44:27.275976 [ 259 ] {1f59cd6e-2fea-46eb-85e0-189359399ebd} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10730 | 2025.04.30 22:44:27.276207 [ 259 ] {1f59cd6e-2fea-46eb-85e0-189359399ebd} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10731 | 2025.04.30 22:44:27.276413 [ 259 ] {1f59cd6e-2fea-46eb-85e0-189359399ebd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001308 sec., 4587.155963302753 rows/sec., 239.66 KiB/sec. | ||
| 10732 | 2025.04.30 22:44:27.276477 [ 259 ] {1f59cd6e-2fea-46eb-85e0-189359399ebd} <Debug> TCPHandler: Processed in 0.001517543 sec. | ||
| 10733 | 2025.04.30 22:44:27.276712 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10734 | 2025.04.30 22:44:27.276821 [ 259 ] {9353cac4-84ae-44fc-96fd-550236de6389} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10735 | 2025.04.30 22:44:27.276870 [ 259 ] {9353cac4-84ae-44fc-96fd-550236de6389} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10736 | 2025.04.30 22:44:27.277377 [ 259 ] {9353cac4-84ae-44fc-96fd-550236de6389} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10737 | 2025.04.30 22:44:27.277415 [ 259 ] {9353cac4-84ae-44fc-96fd-550236de6389} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10738 | 2025.04.30 22:44:27.277799 [ 259 ] {9353cac4-84ae-44fc-96fd-550236de6389} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10739 | 2025.04.30 22:44:27.278041 [ 259 ] {9353cac4-84ae-44fc-96fd-550236de6389} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10740 | 2025.04.30 22:44:27.278223 [ 259 ] {9353cac4-84ae-44fc-96fd-550236de6389} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001426 sec., 166199.1584852735 rows/sec., 11.14 MiB/sec. | ||
| 10741 | 2025.04.30 22:44:27.278278 [ 259 ] {9353cac4-84ae-44fc-96fd-550236de6389} <Debug> TCPHandler: Processed in 0.001652657 sec. | ||
| 10742 | 2025.04.30 22:44:27.278431 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10743 | 2025.04.30 22:44:27.278548 [ 259 ] {27c12c88-71d4-431c-b3ff-a952685d2e7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10744 | 2025.04.30 22:44:27.278597 [ 259 ] {27c12c88-71d4-431c-b3ff-a952685d2e7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10745 | 2025.04.30 22:44:27.279052 [ 259 ] {27c12c88-71d4-431c-b3ff-a952685d2e7b} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10746 | 2025.04.30 22:44:27.279091 [ 259 ] {27c12c88-71d4-431c-b3ff-a952685d2e7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10747 | 2025.04.30 22:44:27.279437 [ 259 ] {27c12c88-71d4-431c-b3ff-a952685d2e7b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10748 | 2025.04.30 22:44:27.279673 [ 259 ] {27c12c88-71d4-431c-b3ff-a952685d2e7b} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10749 | 2025.04.30 22:44:27.279846 [ 259 ] {27c12c88-71d4-431c-b3ff-a952685d2e7b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001319 sec., 758.1501137225171 rows/sec., 51.09 KiB/sec. | ||
| 10750 | 2025.04.30 22:44:27.279894 [ 259 ] {27c12c88-71d4-431c-b3ff-a952685d2e7b} <Debug> TCPHandler: Processed in 0.001532632 sec. | ||
| 10751 | 2025.04.30 22:44:27.280004 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10752 | 2025.04.30 22:44:27.280106 [ 259 ] {4ffe3658-c4be-4c74-bf8a-65bbe9976f6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10753 | 2025.04.30 22:44:27.280170 [ 259 ] {4ffe3658-c4be-4c74-bf8a-65bbe9976f6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10754 | 2025.04.30 22:44:27.281205 [ 259 ] {4ffe3658-c4be-4c74-bf8a-65bbe9976f6b} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10755 | 2025.04.30 22:44:27.281242 [ 259 ] {4ffe3658-c4be-4c74-bf8a-65bbe9976f6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10756 | 2025.04.30 22:44:27.281834 [ 259 ] {4ffe3658-c4be-4c74-bf8a-65bbe9976f6b} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 10757 | 2025.04.30 22:44:27.282085 [ 259 ] {4ffe3658-c4be-4c74-bf8a-65bbe9976f6b} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10758 | 2025.04.30 22:44:27.282313 [ 259 ] {4ffe3658-c4be-4c74-bf8a-65bbe9976f6b} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002215 sec., 3611.7381489841987 rows/sec., 6.47 MiB/sec. | ||
| 10759 | 2025.04.30 22:44:27.282719 [ 259 ] {4ffe3658-c4be-4c74-bf8a-65bbe9976f6b} <Debug> TCPHandler: Processed in 0.002761745 sec. | ||
| 10760 | 2025.04.30 22:44:27.283017 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10761 | 2025.04.30 22:44:27.283123 [ 259 ] {007d8b51-24c6-476e-96d3-c2ad87662b33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10762 | 2025.04.30 22:44:27.283171 [ 259 ] {007d8b51-24c6-476e-96d3-c2ad87662b33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10763 | 2025.04.30 22:44:27.283632 [ 259 ] {007d8b51-24c6-476e-96d3-c2ad87662b33} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10764 | 2025.04.30 22:44:27.283673 [ 259 ] {007d8b51-24c6-476e-96d3-c2ad87662b33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10765 | 2025.04.30 22:44:27.284052 [ 259 ] {007d8b51-24c6-476e-96d3-c2ad87662b33} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10766 | 2025.04.30 22:44:27.284300 [ 259 ] {007d8b51-24c6-476e-96d3-c2ad87662b33} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10767 | 2025.04.30 22:44:27.284478 [ 259 ] {007d8b51-24c6-476e-96d3-c2ad87662b33} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001377 sec., 59549.74582425563 rows/sec., 3.78 MiB/sec. | ||
| 10768 | 2025.04.30 22:44:27.284530 [ 259 ] {007d8b51-24c6-476e-96d3-c2ad87662b33} <Debug> TCPHandler: Processed in 0.001576744 sec. | ||
| 10769 | 2025.04.30 22:44:27.284594 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392 | ||
| 10770 | 2025.04.30 22:44:27.304569 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10771 | 2025.04.30 22:44:27.304644 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10772 | 2025.04.30 22:44:27.311484 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10773 | 2025.04.30 22:44:27.312215 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10774 | 2025.04.30 22:44:27.314826 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392 | ||
| 10775 | 2025.04.30 22:44:28.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 237.93 MiB, peak 248.50 MiB, free memory in arenas 0.00 B, will set to 236.56 MiB (RSS), difference: -1.37 MiB | ||
| 10776 | 2025.04.30 22:44:32.251154 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10777 | 2025.04.30 22:44:32.251357 [ 259 ] {79a5f1dc-8692-4f0e-a3f5-d3cb08c68450} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10778 | 2025.04.30 22:44:32.251429 [ 259 ] {79a5f1dc-8692-4f0e-a3f5-d3cb08c68450} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10779 | 2025.04.30 22:44:32.252184 [ 259 ] {79a5f1dc-8692-4f0e-a3f5-d3cb08c68450} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10780 | 2025.04.30 22:44:32.252235 [ 259 ] {79a5f1dc-8692-4f0e-a3f5-d3cb08c68450} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10781 | 2025.04.30 22:44:32.252687 [ 259 ] {79a5f1dc-8692-4f0e-a3f5-d3cb08c68450} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10782 | 2025.04.30 22:44:32.252960 [ 259 ] {79a5f1dc-8692-4f0e-a3f5-d3cb08c68450} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10783 | 2025.04.30 22:44:32.253184 [ 80 ] {} <Debug> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10784 | 2025.04.30 22:44:32.253212 [ 259 ] {79a5f1dc-8692-4f0e-a3f5-d3cb08c68450} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001904 sec., 63025.21008403361 rows/sec., 5.36 MiB/sec. | ||
| 10785 | 2025.04.30 22:44:32.253263 [ 80 ] {} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10786 | 2025.04.30 22:44:32.253331 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10787 | 2025.04.30 22:44:32.253350 [ 259 ] {79a5f1dc-8692-4f0e-a3f5-d3cb08c68450} <Debug> TCPHandler: Processed in 0.00231698 sec. | ||
| 10788 | 2025.04.30 22:44:32.253585 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10789 | 2025.04.30 22:44:32.253596 [ 196 ] {d4e73ecb-69f6-409c-bee6-1454de550956::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 | ||
| 10790 | 2025.04.30 22:44:32.253974 [ 259 ] {1f574916-992f-4090-b5b6-4ae01883e079} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10791 | 2025.04.30 22:44:32.254103 [ 196 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10792 | 2025.04.30 22:44:32.254190 [ 259 ] {1f574916-992f-4090-b5b6-4ae01883e079} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10793 | 2025.04.30 22:44:32.254230 [ 196 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1846 rows starting from the beginning of the part | ||
| 10794 | 2025.04.30 22:44:32.254788 [ 196 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 1779 rows starting from the beginning of the part | ||
| 10795 | 2025.04.30 22:44:32.255358 [ 196 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 56 rows starting from the beginning of the part | ||
| 10796 | 2025.04.30 22:44:32.255879 [ 196 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 120 rows starting from the beginning of the part | ||
| 10797 | 2025.04.30 22:44:32.256167 [ 196 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 633 rows starting from the beginning of the part | ||
| 10798 | 2025.04.30 22:44:32.256509 [ 196 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 120 rows starting from the beginning of the part | ||
| 10799 | 2025.04.30 22:44:32.257755 [ 259 ] {1f574916-992f-4090-b5b6-4ae01883e079} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10800 | 2025.04.30 22:44:32.257811 [ 259 ] {1f574916-992f-4090-b5b6-4ae01883e079} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10801 | 2025.04.30 22:44:32.258705 [ 259 ] {1f574916-992f-4090-b5b6-4ae01883e079} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 10802 | 2025.04.30 22:44:32.259134 [ 259 ] {1f574916-992f-4090-b5b6-4ae01883e079} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10803 | 2025.04.30 22:44:32.259361 [ 80 ] {} <Debug> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6) (MergerMutator): Selected 6 parts from all_1_65_13 to all_70_70_0 | ||
| 10804 | 2025.04.30 22:44:32.259469 [ 80 ] {} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10805 | 2025.04.30 22:44:32.259469 [ 259 ] {1f574916-992f-4090-b5b6-4ae01883e079} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.005666 sec., 5647.723261560183 rows/sec., 424.68 KiB/sec. | ||
| 10806 | 2025.04.30 22:44:32.259585 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10807 | 2025.04.30 22:44:32.259684 [ 259 ] {1f574916-992f-4090-b5b6-4ae01883e079} <Debug> TCPHandler: Processed in 0.006187402 sec. | ||
| 10808 | 2025.04.30 22:44:32.260106 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10809 | 2025.04.30 22:44:32.260588 [ 259 ] {92f22b9b-b386-4037-9bf2-d09141b5fc13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10810 | 2025.04.30 22:44:32.260828 [ 259 ] {92f22b9b-b386-4037-9bf2-d09141b5fc13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10811 | 2025.04.30 22:44:32.261045 [ 200 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4554 rows, containing 5 columns (5 merged, 0 gathered) in 0.007584831 sec., 600408.8950696462 rows/sec., 51.02 MiB/sec. | ||
| 10812 | 2025.04.30 22:44:32.261453 [ 191 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_70_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_65_13 to all_70_70_0 into Compact with storage Full | ||
| 10813 | 2025.04.30 22:44:32.261991 [ 189 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10814 | 2025.04.30 22:44:32.262207 [ 191 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_70_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10815 | 2025.04.30 22:44:32.262378 [ 191 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_13, total 164 rows starting from the beginning of the part | ||
| 10816 | 2025.04.30 22:44:32.262906 [ 191 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 32 rows starting from the beginning of the part | ||
| 10817 | 2025.04.30 22:44:32.263319 [ 191 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 126 rows starting from the beginning of the part | ||
| 10818 | 2025.04.30 22:44:32.263714 [ 191 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 32 rows starting from the beginning of the part | ||
| 10819 | 2025.04.30 22:44:32.264225 [ 191 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 114 rows starting from the beginning of the part | ||
| 10820 | 2025.04.30 22:44:32.264622 [ 191 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 32 rows starting from the beginning of the part | ||
| 10821 | 2025.04.30 22:44:32.264349 [ 189 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_86_17} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10822 | 2025.04.30 22:44:32.264746 [ 259 ] {92f22b9b-b386-4037-9bf2-d09141b5fc13} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10823 | 2025.04.30 22:44:32.264854 [ 259 ] {92f22b9b-b386-4037-9bf2-d09141b5fc13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10824 | 2025.04.30 22:44:32.265368 [ 189 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_86_17} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10825 | 2025.04.30 22:44:32.265685 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 10826 | 2025.04.30 22:44:32.266173 [ 259 ] {92f22b9b-b386-4037-9bf2-d09141b5fc13} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10827 | 2025.04.30 22:44:32.266788 [ 259 ] {92f22b9b-b386-4037-9bf2-d09141b5fc13} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10828 | 2025.04.30 22:44:32.267262 [ 80 ] {} <Debug> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10829 | 2025.04.30 22:44:32.267384 [ 80 ] {} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10830 | 2025.04.30 22:44:32.267442 [ 259 ] {92f22b9b-b386-4037-9bf2-d09141b5fc13} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.007054 sec., 13609.299688120214 rows/sec., 1.06 MiB/sec. | ||
| 10831 | 2025.04.30 22:44:32.267471 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10832 | 2025.04.30 22:44:32.267779 [ 259 ] {92f22b9b-b386-4037-9bf2-d09141b5fc13} <Debug> TCPHandler: Processed in 0.007826518 sec. | ||
| 10833 | 2025.04.30 22:44:32.268160 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10834 | 2025.04.30 22:44:32.268509 [ 189 ] {e25d2b30-b306-449e-8756-7ab1229a4707::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 | ||
| 10835 | 2025.04.30 22:44:32.268553 [ 259 ] {b34e6ea2-9068-46f9-b5f2-a5ea2cbda8cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10836 | 2025.04.30 22:44:32.268766 [ 259 ] {b34e6ea2-9068-46f9-b5f2-a5ea2cbda8cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10837 | 2025.04.30 22:44:32.269751 [ 201 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_70_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 500 rows, containing 5 columns (5 merged, 0 gathered) in 0.00993127 sec., 50346.02825217721 rows/sec., 3.41 MiB/sec. | ||
| 10838 | 2025.04.30 22:44:32.269907 [ 189 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10839 | 2025.04.30 22:44:32.270027 [ 189 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 914 rows starting from the beginning of the part | ||
| 10840 | 2025.04.30 22:44:32.270087 [ 201 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_70_14} <Trace> MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) | ||
| 10841 | 2025.04.30 22:44:32.270483 [ 189 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 858 rows starting from the beginning of the part | ||
| 10842 | 2025.04.30 22:44:32.270942 [ 189 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 64 rows starting from the beginning of the part | ||
| 10843 | 2025.04.30 22:44:32.271493 [ 201 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_70_14} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10844 | 2025.04.30 22:44:32.271617 [ 189 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 96 rows starting from the beginning of the part | ||
| 10845 | 2025.04.30 22:44:32.271875 [ 201 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_70_14} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6) (MergerMutator): Merged 6 parts: [all_1_65_13, all_70_70_0] -> all_1_70_14 | ||
| 10846 | 2025.04.30 22:44:32.272083 [ 189 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 390 rows starting from the beginning of the part | ||
| 10847 | 2025.04.30 22:44:32.272236 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 10848 | 2025.04.30 22:44:32.272579 [ 189 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 96 rows starting from the beginning of the part | ||
| 10849 | 2025.04.30 22:44:32.272777 [ 259 ] {b34e6ea2-9068-46f9-b5f2-a5ea2cbda8cb} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10850 | 2025.04.30 22:44:32.272889 [ 259 ] {b34e6ea2-9068-46f9-b5f2-a5ea2cbda8cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10851 | 2025.04.30 22:44:32.273831 [ 259 ] {b34e6ea2-9068-46f9-b5f2-a5ea2cbda8cb} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10852 | 2025.04.30 22:44:32.274464 [ 259 ] {b34e6ea2-9068-46f9-b5f2-a5ea2cbda8cb} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10853 | 2025.04.30 22:44:32.274801 [ 80 ] {} <Debug> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10854 | 2025.04.30 22:44:32.274897 [ 80 ] {} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10855 | 2025.04.30 22:44:32.275000 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10856 | 2025.04.30 22:44:32.275163 [ 259 ] {b34e6ea2-9068-46f9-b5f2-a5ea2cbda8cb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006728 sec., 23781.212841854936 rows/sec., 1.66 MiB/sec. | ||
| 10857 | 2025.04.30 22:44:32.275387 [ 259 ] {b34e6ea2-9068-46f9-b5f2-a5ea2cbda8cb} <Debug> TCPHandler: Processed in 0.007355023 sec. | ||
| 10858 | 2025.04.30 22:44:32.275431 [ 198 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::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 | ||
| 10859 | 2025.04.30 22:44:32.275933 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10860 | 2025.04.30 22:44:32.276550 [ 198 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10861 | 2025.04.30 22:44:32.276695 [ 259 ] {2d07e3dd-378f-4ec5-a2ae-d1282ab84794} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10862 | 2025.04.30 22:44:32.276777 [ 198 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_81_16, total 24943 rows starting from the beginning of the part | ||
| 10863 | 2025.04.30 22:44:32.277009 [ 197 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2418 rows, containing 5 columns (5 merged, 0 gathered) in 0.009348701 sec., 258645.55942050132 rows/sec., 19.81 MiB/sec. | ||
| 10864 | 2025.04.30 22:44:32.277517 [ 259 ] {2d07e3dd-378f-4ec5-a2ae-d1282ab84794} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10865 | 2025.04.30 22:44:32.277603 [ 198 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 961 rows starting from the beginning of the part | ||
| 10866 | 2025.04.30 22:44:32.277953 [ 201 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10867 | 2025.04.30 22:44:32.278378 [ 198 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 128 rows starting from the beginning of the part | ||
| 10868 | 2025.04.30 22:44:32.279397 [ 198 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::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 | ||
| 10869 | 2025.04.30 22:44:32.279907 [ 198 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 237 rows starting from the beginning of the part | ||
| 10870 | 2025.04.30 22:44:32.280403 [ 198 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::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 | ||
| 10871 | 2025.04.30 22:44:32.280832 [ 197 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_86_17} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10872 | 2025.04.30 22:44:32.281318 [ 197 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_86_17} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10873 | 2025.04.30 22:44:32.281632 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 10874 | 2025.04.30 22:44:32.282942 [ 259 ] {2d07e3dd-378f-4ec5-a2ae-d1282ab84794} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10875 | 2025.04.30 22:44:32.282987 [ 259 ] {2d07e3dd-378f-4ec5-a2ae-d1282ab84794} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10876 | 2025.04.30 22:44:32.284175 [ 259 ] {2d07e3dd-378f-4ec5-a2ae-d1282ab84794} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 10877 | 2025.04.30 22:44:32.284614 [ 259 ] {2d07e3dd-378f-4ec5-a2ae-d1282ab84794} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10878 | 2025.04.30 22:44:32.285073 [ 259 ] {2d07e3dd-378f-4ec5-a2ae-d1282ab84794} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.008645 sec., 3701.5615962984384 rows/sec., 6.63 MiB/sec. | ||
| 10879 | 2025.04.30 22:44:32.285248 [ 259 ] {2d07e3dd-378f-4ec5-a2ae-d1282ab84794} <Debug> TCPHandler: Processed in 0.009508007 sec. | ||
| 10880 | 2025.04.30 22:44:32.285602 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10881 | 2025.04.30 22:44:32.286019 [ 259 ] {ae1e91d0-e823-47fe-8c94-b8b831079538} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10882 | 2025.04.30 22:44:32.286119 [ 259 ] {ae1e91d0-e823-47fe-8c94-b8b831079538} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10883 | 2025.04.30 22:44:32.286583 [ 259 ] {ae1e91d0-e823-47fe-8c94-b8b831079538} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10884 | 2025.04.30 22:44:32.286623 [ 259 ] {ae1e91d0-e823-47fe-8c94-b8b831079538} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10885 | 2025.04.30 22:44:32.287236 [ 259 ] {ae1e91d0-e823-47fe-8c94-b8b831079538} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10886 | 2025.04.30 22:44:32.287493 [ 259 ] {ae1e91d0-e823-47fe-8c94-b8b831079538} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10887 | 2025.04.30 22:44:32.287690 [ 80 ] {} <Debug> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10888 | 2025.04.30 22:44:32.287760 [ 259 ] {ae1e91d0-e823-47fe-8c94-b8b831079538} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001846 sec., 32502.708559046587 rows/sec., 2.19 MiB/sec. | ||
| 10889 | 2025.04.30 22:44:32.287768 [ 80 ] {} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10890 | 2025.04.30 22:44:32.287860 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10891 | 2025.04.30 22:44:32.287896 [ 259 ] {ae1e91d0-e823-47fe-8c94-b8b831079538} <Debug> TCPHandler: Processed in 0.002410533 sec. | ||
| 10892 | 2025.04.30 22:44:32.288267 [ 188 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::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 | ||
| 10893 | 2025.04.30 22:44:32.288642 [ 188 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10894 | 2025.04.30 22:44:32.288709 [ 188 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 5078 rows starting from the beginning of the part | ||
| 10895 | 2025.04.30 22:44:32.289063 [ 188 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 34 rows starting from the beginning of the part | ||
| 10896 | 2025.04.30 22:44:32.289932 [ 188 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 48 rows starting from the beginning of the part | ||
| 10897 | 2025.04.30 22:44:32.290323 [ 188 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::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 | ||
| 10898 | 2025.04.30 22:44:32.290511 [ 198 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26589 rows, containing 5 columns (5 merged, 0 gathered) in 0.015341997 sec., 1733085.9861333568 rows/sec., 117.03 MiB/sec. | ||
| 10899 | 2025.04.30 22:44:32.290571 [ 188 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 82 rows starting from the beginning of the part | ||
| 10900 | 2025.04.30 22:44:32.290855 [ 188 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::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 | ||
| 10901 | 2025.04.30 22:44:32.290984 [ 198 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10902 | 2025.04.30 22:44:32.291651 [ 186 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10903 | 2025.04.30 22:44:32.291819 [ 186 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10904 | 2025.04.30 22:44:32.291949 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. | ||
| 10905 | 2025.04.30 22:44:32.293383 [ 190 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5362 rows, containing 4 columns (4 merged, 0 gathered) in 0.005412826 sec., 990610.0805752855 rows/sec., 64.59 MiB/sec. | ||
| 10906 | 2025.04.30 22:44:32.293703 [ 190 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10907 | 2025.04.30 22:44:32.294011 [ 190 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_86_17} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10908 | 2025.04.30 22:44:32.294090 [ 190 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_86_17} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10909 | 2025.04.30 22:44:32.294174 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. | ||
| 10910 | 2025.04.30 22:44:33.089106 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24339 | ||
| 10911 | 2025.04.30 22:44:33.089904 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10912 | 2025.04.30 22:44:33.089960 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10913 | 2025.04.30 22:44:33.090501 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10914 | 2025.04.30 22:44:33.090770 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10915 | 2025.04.30 22:44:33.091034 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24339 | ||
| 10916 | 2025.04.30 22:44:34.815845 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400 | ||
| 10917 | 2025.04.30 22:44:34.835277 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10918 | 2025.04.30 22:44:34.835327 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10919 | 2025.04.30 22:44:34.842486 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10920 | 2025.04.30 22:44:34.843378 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10921 | 2025.04.30 22:44:34.845952 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400 | ||
| 10922 | 2025.04.30 22:44:35.713197 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1542 | ||
| 10923 | 2025.04.30 22:44:35.716695 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10924 | 2025.04.30 22:44:35.716744 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10925 | 2025.04.30 22:44:35.718179 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10926 | 2025.04.30 22:44:35.718475 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10927 | 2025.04.30 22:44:35.719029 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1542 | ||
| 10928 | 2025.04.30 22:44:37.255085 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10929 | 2025.04.30 22:44:37.255357 [ 259 ] {c93b640b-f394-4181-830b-eb693ff16ea3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10930 | 2025.04.30 22:44:37.255466 [ 259 ] {c93b640b-f394-4181-830b-eb693ff16ea3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10931 | 2025.04.30 22:44:37.256581 [ 259 ] {c93b640b-f394-4181-830b-eb693ff16ea3} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10932 | 2025.04.30 22:44:37.256634 [ 259 ] {c93b640b-f394-4181-830b-eb693ff16ea3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10933 | 2025.04.30 22:44:37.257072 [ 259 ] {c93b640b-f394-4181-830b-eb693ff16ea3} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10934 | 2025.04.30 22:44:37.257338 [ 259 ] {c93b640b-f394-4181-830b-eb693ff16ea3} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10935 | 2025.04.30 22:44:37.257551 [ 259 ] {c93b640b-f394-4181-830b-eb693ff16ea3} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002279 sec., 93023.25581395348 rows/sec., 5.92 MiB/sec. | ||
| 10936 | 2025.04.30 22:44:37.257663 [ 259 ] {c93b640b-f394-4181-830b-eb693ff16ea3} <Debug> TCPHandler: Processed in 0.002717023 sec. | ||
| 10937 | 2025.04.30 22:44:37.257815 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10938 | 2025.04.30 22:44:37.257983 [ 259 ] {c70c1aac-c8d3-4a82-a8e6-07afcb907514} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10939 | 2025.04.30 22:44:37.258032 [ 259 ] {c70c1aac-c8d3-4a82-a8e6-07afcb907514} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10940 | 2025.04.30 22:44:37.258891 [ 259 ] {c70c1aac-c8d3-4a82-a8e6-07afcb907514} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10941 | 2025.04.30 22:44:37.258931 [ 259 ] {c70c1aac-c8d3-4a82-a8e6-07afcb907514} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10942 | 2025.04.30 22:44:37.259328 [ 259 ] {c70c1aac-c8d3-4a82-a8e6-07afcb907514} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10943 | 2025.04.30 22:44:37.259577 [ 259 ] {c70c1aac-c8d3-4a82-a8e6-07afcb907514} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10944 | 2025.04.30 22:44:37.259785 [ 259 ] {c70c1aac-c8d3-4a82-a8e6-07afcb907514} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001823 sec., 347229.84092155786 rows/sec., 27.31 MiB/sec. | ||
| 10945 | 2025.04.30 22:44:37.259864 [ 259 ] {c70c1aac-c8d3-4a82-a8e6-07afcb907514} <Debug> TCPHandler: Processed in 0.002125603 sec. | ||
| 10946 | 2025.04.30 22:44:37.259992 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10947 | 2025.04.30 22:44:37.260302 [ 259 ] {7474cf8a-39a3-4d0d-ac7d-24fd0c1eef9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10948 | 2025.04.30 22:44:37.260437 [ 259 ] {7474cf8a-39a3-4d0d-ac7d-24fd0c1eef9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10949 | 2025.04.30 22:44:37.261143 [ 259 ] {7474cf8a-39a3-4d0d-ac7d-24fd0c1eef9a} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10950 | 2025.04.30 22:44:37.261183 [ 259 ] {7474cf8a-39a3-4d0d-ac7d-24fd0c1eef9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10951 | 2025.04.30 22:44:37.261551 [ 259 ] {7474cf8a-39a3-4d0d-ac7d-24fd0c1eef9a} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 10952 | 2025.04.30 22:44:37.261798 [ 259 ] {7474cf8a-39a3-4d0d-ac7d-24fd0c1eef9a} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10953 | 2025.04.30 22:44:37.262021 [ 259 ] {7474cf8a-39a3-4d0d-ac7d-24fd0c1eef9a} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001838 sec., 62023.93906420022 rows/sec., 3.71 MiB/sec. | ||
| 10954 | 2025.04.30 22:44:37.262072 [ 259 ] {7474cf8a-39a3-4d0d-ac7d-24fd0c1eef9a} <Debug> TCPHandler: Processed in 0.002135653 sec. | ||
| 10955 | 2025.04.30 22:44:37.262187 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10956 | 2025.04.30 22:44:37.262290 [ 259 ] {991d1a60-48f7-4fc1-b96e-eefe93e30a01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10957 | 2025.04.30 22:44:37.262335 [ 259 ] {991d1a60-48f7-4fc1-b96e-eefe93e30a01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10958 | 2025.04.30 22:44:37.262874 [ 259 ] {991d1a60-48f7-4fc1-b96e-eefe93e30a01} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10959 | 2025.04.30 22:44:37.262913 [ 259 ] {991d1a60-48f7-4fc1-b96e-eefe93e30a01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10960 | 2025.04.30 22:44:37.263260 [ 259 ] {991d1a60-48f7-4fc1-b96e-eefe93e30a01} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10961 | 2025.04.30 22:44:37.263502 [ 259 ] {991d1a60-48f7-4fc1-b96e-eefe93e30a01} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10962 | 2025.04.30 22:44:37.263697 [ 259 ] {991d1a60-48f7-4fc1-b96e-eefe93e30a01} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001428 sec., 79131.65266106442 rows/sec., 5.12 MiB/sec. | ||
| 10963 | 2025.04.30 22:44:37.263748 [ 259 ] {991d1a60-48f7-4fc1-b96e-eefe93e30a01} <Debug> TCPHandler: Processed in 0.001613346 sec. | ||
| 10964 | 2025.04.30 22:44:37.263862 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10965 | 2025.04.30 22:44:37.263966 [ 259 ] {45cdb0ce-2f00-46ee-84ed-c3c51191752d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10966 | 2025.04.30 22:44:37.264010 [ 259 ] {45cdb0ce-2f00-46ee-84ed-c3c51191752d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10967 | 2025.04.30 22:44:37.264544 [ 259 ] {45cdb0ce-2f00-46ee-84ed-c3c51191752d} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10968 | 2025.04.30 22:44:37.264583 [ 259 ] {45cdb0ce-2f00-46ee-84ed-c3c51191752d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10969 | 2025.04.30 22:44:37.264932 [ 259 ] {45cdb0ce-2f00-46ee-84ed-c3c51191752d} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10970 | 2025.04.30 22:44:37.265178 [ 259 ] {45cdb0ce-2f00-46ee-84ed-c3c51191752d} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10971 | 2025.04.30 22:44:37.265399 [ 259 ] {45cdb0ce-2f00-46ee-84ed-c3c51191752d} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001451 sec., 77188.1461061337 rows/sec., 4.40 MiB/sec. | ||
| 10972 | 2025.04.30 22:44:37.265477 [ 259 ] {45cdb0ce-2f00-46ee-84ed-c3c51191752d} <Debug> TCPHandler: Processed in 0.001665977 sec. | ||
| 10973 | 2025.04.30 22:44:37.265724 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10974 | 2025.04.30 22:44:37.265833 [ 259 ] {d98c9fbb-4f9c-40d8-ad7a-4e2ef8896aa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10975 | 2025.04.30 22:44:37.265881 [ 259 ] {d98c9fbb-4f9c-40d8-ad7a-4e2ef8896aa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10976 | 2025.04.30 22:44:37.266539 [ 259 ] {d98c9fbb-4f9c-40d8-ad7a-4e2ef8896aa8} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10977 | 2025.04.30 22:44:37.266579 [ 259 ] {d98c9fbb-4f9c-40d8-ad7a-4e2ef8896aa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10978 | 2025.04.30 22:44:37.266956 [ 259 ] {d98c9fbb-4f9c-40d8-ad7a-4e2ef8896aa8} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10979 | 2025.04.30 22:44:37.267194 [ 259 ] {d98c9fbb-4f9c-40d8-ad7a-4e2ef8896aa8} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10980 | 2025.04.30 22:44:37.267403 [ 259 ] {d98c9fbb-4f9c-40d8-ad7a-4e2ef8896aa8} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.00159 sec., 245283.01886792452 rows/sec., 17.34 MiB/sec. | ||
| 10981 | 2025.04.30 22:44:37.267456 [ 259 ] {d98c9fbb-4f9c-40d8-ad7a-4e2ef8896aa8} <Debug> TCPHandler: Processed in 0.001822173 sec. | ||
| 10982 | 2025.04.30 22:44:37.267572 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10983 | 2025.04.30 22:44:37.267739 [ 259 ] {a9fb1d41-8634-4beb-8bb0-4a6ec4913601} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10984 | 2025.04.30 22:44:37.267818 [ 259 ] {a9fb1d41-8634-4beb-8bb0-4a6ec4913601} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10985 | 2025.04.30 22:44:37.268248 [ 259 ] {a9fb1d41-8634-4beb-8bb0-4a6ec4913601} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10986 | 2025.04.30 22:44:37.268285 [ 259 ] {a9fb1d41-8634-4beb-8bb0-4a6ec4913601} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10987 | 2025.04.30 22:44:37.268629 [ 259 ] {a9fb1d41-8634-4beb-8bb0-4a6ec4913601} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10988 | 2025.04.30 22:44:37.268864 [ 259 ] {a9fb1d41-8634-4beb-8bb0-4a6ec4913601} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10989 | 2025.04.30 22:44:37.269021 [ 73 ] {} <Debug> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0 | ||
| 10990 | 2025.04.30 22:44:37.269047 [ 259 ] {a9fb1d41-8634-4beb-8bb0-4a6ec4913601} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001358 sec., 4418.262150220913 rows/sec., 230.84 KiB/sec. | ||
| 10991 | 2025.04.30 22:44:37.269077 [ 73 ] {} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10992 | 2025.04.30 22:44:37.269114 [ 259 ] {a9fb1d41-8634-4beb-8bb0-4a6ec4913601} <Debug> TCPHandler: Processed in 0.001602635 sec. | ||
| 10993 | 2025.04.30 22:44:37.269117 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 10994 | 2025.04.30 22:44:37.269263 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10995 | 2025.04.30 22:44:37.269391 [ 188 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_38_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_33_7 to all_38_38_0 into Compact with storage Full | ||
| 10996 | 2025.04.30 22:44:37.269431 [ 259 ] {75b00c00-5876-4349-81ca-c035a6c6a0f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10997 | 2025.04.30 22:44:37.269533 [ 259 ] {75b00c00-5876-4349-81ca-c035a6c6a0f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10998 | 2025.04.30 22:44:37.269953 [ 188 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10999 | 2025.04.30 22:44:37.270082 [ 188 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 198 rows starting from the beginning of the part | ||
| 11000 | 2025.04.30 22:44:37.270332 [ 188 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
| 11001 | 2025.04.30 22:44:37.270478 [ 188 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
| 11002 | 2025.04.30 22:44:37.270865 [ 188 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
| 11003 | 2025.04.30 22:44:37.271255 [ 188 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
| 11004 | 2025.04.30 22:44:37.271497 [ 188 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
| 11005 | 2025.04.30 22:44:37.272125 [ 259 ] {75b00c00-5876-4349-81ca-c035a6c6a0f9} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11006 | 2025.04.30 22:44:37.272186 [ 259 ] {75b00c00-5876-4349-81ca-c035a6c6a0f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11007 | 2025.04.30 22:44:37.273122 [ 259 ] {75b00c00-5876-4349-81ca-c035a6c6a0f9} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11008 | 2025.04.30 22:44:37.273690 [ 259 ] {75b00c00-5876-4349-81ca-c035a6c6a0f9} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11009 | 2025.04.30 22:44:37.274064 [ 190 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 228 rows, containing 4 columns (4 merged, 0 gathered) in 0.004850626 sec., 47004.242339030054 rows/sec., 2.40 MiB/sec. | ||
| 11010 | 2025.04.30 22:44:37.274145 [ 259 ] {75b00c00-5876-4349-81ca-c035a6c6a0f9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004753 sec., 49863.24426677887 rows/sec., 3.34 MiB/sec. | ||
| 11011 | 2025.04.30 22:44:37.274289 [ 259 ] {75b00c00-5876-4349-81ca-c035a6c6a0f9} <Debug> TCPHandler: Processed in 0.005103335 sec. | ||
| 11012 | 2025.04.30 22:44:37.274294 [ 190 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary) | ||
| 11013 | 2025.04.30 22:44:37.274566 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11014 | 2025.04.30 22:44:37.275018 [ 259 ] {361cbe92-b4db-475b-8c06-d70e20551bb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11015 | 2025.04.30 22:44:37.275230 [ 259 ] {361cbe92-b4db-475b-8c06-d70e20551bb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11016 | 2025.04.30 22:44:37.275461 [ 190 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_38_8} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11017 | 2025.04.30 22:44:37.275864 [ 190 ] {c5b7976f-dfb8-4679-8c41-6927952d42e9::all_1_38_8} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8 | ||
| 11018 | 2025.04.30 22:44:37.276221 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11019 | 2025.04.30 22:44:37.276898 [ 259 ] {361cbe92-b4db-475b-8c06-d70e20551bb3} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11020 | 2025.04.30 22:44:37.276938 [ 259 ] {361cbe92-b4db-475b-8c06-d70e20551bb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11021 | 2025.04.30 22:44:37.277291 [ 259 ] {361cbe92-b4db-475b-8c06-d70e20551bb3} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11022 | 2025.04.30 22:44:37.277539 [ 259 ] {361cbe92-b4db-475b-8c06-d70e20551bb3} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11023 | 2025.04.30 22:44:37.277703 [ 259 ] {361cbe92-b4db-475b-8c06-d70e20551bb3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002867 sec., 348.7966515521451 rows/sec., 23.50 KiB/sec. | ||
| 11024 | 2025.04.30 22:44:37.277752 [ 259 ] {361cbe92-b4db-475b-8c06-d70e20551bb3} <Debug> TCPHandler: Processed in 0.003340914 sec. | ||
| 11025 | 2025.04.30 22:44:37.277859 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11026 | 2025.04.30 22:44:37.277962 [ 259 ] {f9cf3bd4-944a-4bfd-a93e-bedf3872aa5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11027 | 2025.04.30 22:44:37.278026 [ 259 ] {f9cf3bd4-944a-4bfd-a93e-bedf3872aa5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11028 | 2025.04.30 22:44:37.279016 [ 259 ] {f9cf3bd4-944a-4bfd-a93e-bedf3872aa5c} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11029 | 2025.04.30 22:44:37.279054 [ 259 ] {f9cf3bd4-944a-4bfd-a93e-bedf3872aa5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11030 | 2025.04.30 22:44:37.279642 [ 259 ] {f9cf3bd4-944a-4bfd-a93e-bedf3872aa5c} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 11031 | 2025.04.30 22:44:37.279902 [ 259 ] {f9cf3bd4-944a-4bfd-a93e-bedf3872aa5c} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11032 | 2025.04.30 22:44:37.280049 [ 73 ] {} <Debug> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 11033 | 2025.04.30 22:44:37.280090 [ 73 ] {} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11034 | 2025.04.30 22:44:37.280100 [ 259 ] {f9cf3bd4-944a-4bfd-a93e-bedf3872aa5c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002157 sec., 3708.8548910523873 rows/sec., 6.65 MiB/sec. | ||
| 11035 | 2025.04.30 22:44:37.280120 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11036 | 2025.04.30 22:44:37.280441 [ 259 ] {f9cf3bd4-944a-4bfd-a93e-bedf3872aa5c} <Debug> TCPHandler: Processed in 0.002632041 sec. | ||
| 11037 | 2025.04.30 22:44:37.280463 [ 193 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::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 | ||
| 11038 | 2025.04.30 22:44:37.280609 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11039 | 2025.04.30 22:44:37.280889 [ 259 ] {07f38af7-2e4a-4ee0-8bca-f227aa29bb01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11040 | 2025.04.30 22:44:37.281023 [ 259 ] {07f38af7-2e4a-4ee0-8bca-f227aa29bb01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11041 | 2025.04.30 22:44:37.281280 [ 193 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11042 | 2025.04.30 22:44:37.281517 [ 193 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1262 rows starting from the beginning of the part | ||
| 11043 | 2025.04.30 22:44:37.282316 [ 193 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 8 rows starting from the beginning of the part | ||
| 11044 | 2025.04.30 22:44:37.283063 [ 193 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 32 rows starting from the beginning of the part | ||
| 11045 | 2025.04.30 22:44:37.283222 [ 259 ] {07f38af7-2e4a-4ee0-8bca-f227aa29bb01} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11046 | 2025.04.30 22:44:37.283336 [ 259 ] {07f38af7-2e4a-4ee0-8bca-f227aa29bb01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11047 | 2025.04.30 22:44:37.283730 [ 193 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 8 rows starting from the beginning of the part | ||
| 11048 | 2025.04.30 22:44:37.284408 [ 193 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 32 rows starting from the beginning of the part | ||
| 11049 | 2025.04.30 22:44:37.284929 [ 259 ] {07f38af7-2e4a-4ee0-8bca-f227aa29bb01} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11050 | 2025.04.30 22:44:37.285066 [ 193 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 8 rows starting from the beginning of the part | ||
| 11051 | 2025.04.30 22:44:37.285814 [ 259 ] {07f38af7-2e4a-4ee0-8bca-f227aa29bb01} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11052 | 2025.04.30 22:44:37.286256 [ 259 ] {07f38af7-2e4a-4ee0-8bca-f227aa29bb01} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005483 sec., 14955.316432609885 rows/sec., 972.64 KiB/sec. | ||
| 11053 | 2025.04.30 22:44:37.286384 [ 259 ] {07f38af7-2e4a-4ee0-8bca-f227aa29bb01} <Debug> TCPHandler: Processed in 0.005860441 sec. | ||
| 11054 | 2025.04.30 22:44:37.292407 [ 194 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1350 rows, containing 19 columns (19 merged, 0 gathered) in 0.012155357 sec., 111062.14321800668 rows/sec., 199.02 MiB/sec. | ||
| 11055 | 2025.04.30 22:44:37.294101 [ 199 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 11056 | 2025.04.30 22:44:37.294620 [ 199 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11057 | 2025.04.30 22:44:37.294735 [ 199 ] {8cca38fc-8645-469b-ad2a-5e6dcce2b5f7::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 11058 | 2025.04.30 22:44:37.294919 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.59 MiB. | ||
| 11059 | 2025.04.30 22:44:38.000211 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 238.10 MiB, peak 249.63 MiB, free memory in arenas 0.00 B, will set to 239.42 MiB (RSS), difference: 1.33 MiB | ||
| 11060 | 2025.04.30 22:44:40.350607 [ 72 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11061 | 2025.04.30 22:44:40.350687 [ 72 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11062 | 2025.04.30 22:44:40.592088 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24766 | ||
| 11063 | 2025.04.30 22:44:40.592733 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11064 | 2025.04.30 22:44:40.592787 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11065 | 2025.04.30 22:44:40.593322 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 11066 | 2025.04.30 22:44:40.593595 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11067 | 2025.04.30 22:44:40.593836 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766 | ||
| 11068 | 2025.04.30 22:44:42.250458 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11069 | 2025.04.30 22:44:42.250646 [ 259 ] {742ed574-34dc-4d18-a1c5-e780b59579a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11070 | 2025.04.30 22:44:42.250715 [ 259 ] {742ed574-34dc-4d18-a1c5-e780b59579a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11071 | 2025.04.30 22:44:42.251456 [ 259 ] {742ed574-34dc-4d18-a1c5-e780b59579a2} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11072 | 2025.04.30 22:44:42.251499 [ 259 ] {742ed574-34dc-4d18-a1c5-e780b59579a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11073 | 2025.04.30 22:44:42.251960 [ 259 ] {742ed574-34dc-4d18-a1c5-e780b59579a2} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11074 | 2025.04.30 22:44:42.252238 [ 259 ] {742ed574-34dc-4d18-a1c5-e780b59579a2} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11075 | 2025.04.30 22:44:42.252431 [ 259 ] {742ed574-34dc-4d18-a1c5-e780b59579a2} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001837 sec., 65323.897659227 rows/sec., 5.55 MiB/sec. | ||
| 11076 | 2025.04.30 22:44:42.252485 [ 259 ] {742ed574-34dc-4d18-a1c5-e780b59579a2} <Debug> TCPHandler: Processed in 0.002156645 sec. | ||
| 11077 | 2025.04.30 22:44:42.252608 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11078 | 2025.04.30 22:44:42.252735 [ 259 ] {72ba123a-368f-4df1-a5a1-5d1669720188} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11079 | 2025.04.30 22:44:42.252780 [ 259 ] {72ba123a-368f-4df1-a5a1-5d1669720188} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11080 | 2025.04.30 22:44:42.253305 [ 259 ] {72ba123a-368f-4df1-a5a1-5d1669720188} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11081 | 2025.04.30 22:44:42.253342 [ 259 ] {72ba123a-368f-4df1-a5a1-5d1669720188} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11082 | 2025.04.30 22:44:42.253696 [ 259 ] {72ba123a-368f-4df1-a5a1-5d1669720188} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 11083 | 2025.04.30 22:44:42.253945 [ 259 ] {72ba123a-368f-4df1-a5a1-5d1669720188} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11084 | 2025.04.30 22:44:42.254112 [ 259 ] {72ba123a-368f-4df1-a5a1-5d1669720188} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001399 sec., 22873.481057898498 rows/sec., 1.68 MiB/sec. | ||
| 11085 | 2025.04.30 22:44:42.254163 [ 259 ] {72ba123a-368f-4df1-a5a1-5d1669720188} <Debug> TCPHandler: Processed in 0.001605575 sec. | ||
| 11086 | 2025.04.30 22:44:42.254283 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11087 | 2025.04.30 22:44:42.254387 [ 259 ] {760ff1d1-7089-4374-af03-7cc0c982b7c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11088 | 2025.04.30 22:44:42.254432 [ 259 ] {760ff1d1-7089-4374-af03-7cc0c982b7c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11089 | 2025.04.30 22:44:42.254963 [ 259 ] {760ff1d1-7089-4374-af03-7cc0c982b7c7} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11090 | 2025.04.30 22:44:42.255001 [ 259 ] {760ff1d1-7089-4374-af03-7cc0c982b7c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11091 | 2025.04.30 22:44:42.255358 [ 259 ] {760ff1d1-7089-4374-af03-7cc0c982b7c7} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11092 | 2025.04.30 22:44:42.255606 [ 259 ] {760ff1d1-7089-4374-af03-7cc0c982b7c7} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11093 | 2025.04.30 22:44:42.255802 [ 259 ] {760ff1d1-7089-4374-af03-7cc0c982b7c7} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001431 sec., 67085.95387840671 rows/sec., 5.24 MiB/sec. | ||
| 11094 | 2025.04.30 22:44:42.255860 [ 259 ] {760ff1d1-7089-4374-af03-7cc0c982b7c7} <Debug> TCPHandler: Processed in 0.001626575 sec. | ||
| 11095 | 2025.04.30 22:44:42.255975 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11096 | 2025.04.30 22:44:42.256132 [ 259 ] {473a8885-5f40-45fb-86bb-2eecdaacb7b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11097 | 2025.04.30 22:44:42.256192 [ 259 ] {473a8885-5f40-45fb-86bb-2eecdaacb7b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11098 | 2025.04.30 22:44:42.256692 [ 259 ] {473a8885-5f40-45fb-86bb-2eecdaacb7b2} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11099 | 2025.04.30 22:44:42.256740 [ 259 ] {473a8885-5f40-45fb-86bb-2eecdaacb7b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11100 | 2025.04.30 22:44:42.257126 [ 259 ] {473a8885-5f40-45fb-86bb-2eecdaacb7b2} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11101 | 2025.04.30 22:44:42.257380 [ 259 ] {473a8885-5f40-45fb-86bb-2eecdaacb7b2} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11102 | 2025.04.30 22:44:42.257585 [ 259 ] {473a8885-5f40-45fb-86bb-2eecdaacb7b2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001498 sec., 106809.0787716956 rows/sec., 7.44 MiB/sec. | ||
| 11103 | 2025.04.30 22:44:42.257635 [ 259 ] {473a8885-5f40-45fb-86bb-2eecdaacb7b2} <Debug> TCPHandler: Processed in 0.001719288 sec. | ||
| 11104 | 2025.04.30 22:44:42.257746 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11105 | 2025.04.30 22:44:42.257850 [ 259 ] {a9be3448-7404-4faa-84e8-473da33fe9be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11106 | 2025.04.30 22:44:42.257939 [ 259 ] {a9be3448-7404-4faa-84e8-473da33fe9be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11107 | 2025.04.30 22:44:42.259007 [ 259 ] {a9be3448-7404-4faa-84e8-473da33fe9be} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11108 | 2025.04.30 22:44:42.259047 [ 259 ] {a9be3448-7404-4faa-84e8-473da33fe9be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11109 | 2025.04.30 22:44:42.259698 [ 259 ] {a9be3448-7404-4faa-84e8-473da33fe9be} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 11110 | 2025.04.30 22:44:42.259966 [ 259 ] {a9be3448-7404-4faa-84e8-473da33fe9be} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11111 | 2025.04.30 22:44:42.260190 [ 259 ] {a9be3448-7404-4faa-84e8-473da33fe9be} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002363 sec., 13542.107490478205 rows/sec., 24.27 MiB/sec. | ||
| 11112 | 2025.04.30 22:44:42.260296 [ 259 ] {a9be3448-7404-4faa-84e8-473da33fe9be} <Debug> TCPHandler: Processed in 0.002600759 sec. | ||
| 11113 | 2025.04.30 22:44:42.260429 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11114 | 2025.04.30 22:44:42.260532 [ 259 ] {0a531059-3330-4d2e-907d-2250a649d281} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11115 | 2025.04.30 22:44:42.260578 [ 259 ] {0a531059-3330-4d2e-907d-2250a649d281} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11116 | 2025.04.30 22:44:42.261003 [ 259 ] {0a531059-3330-4d2e-907d-2250a649d281} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11117 | 2025.04.30 22:44:42.261043 [ 259 ] {0a531059-3330-4d2e-907d-2250a649d281} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11118 | 2025.04.30 22:44:42.261416 [ 259 ] {0a531059-3330-4d2e-907d-2250a649d281} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11119 | 2025.04.30 22:44:42.261666 [ 259 ] {0a531059-3330-4d2e-907d-2250a649d281} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11120 | 2025.04.30 22:44:42.261867 [ 259 ] {0a531059-3330-4d2e-907d-2250a649d281} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001357 sec., 44215.18054532056 rows/sec., 2.98 MiB/sec. | ||
| 11121 | 2025.04.30 22:44:42.261916 [ 259 ] {0a531059-3330-4d2e-907d-2250a649d281} <Debug> TCPHandler: Processed in 0.001536652 sec. | ||
| 11122 | 2025.04.30 22:44:42.346944 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407 | ||
| 11123 | 2025.04.30 22:44:42.367703 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11124 | 2025.04.30 22:44:42.367765 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11125 | 2025.04.30 22:44:42.375039 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 11126 | 2025.04.30 22:44:42.375799 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11127 | 2025.04.30 22:44:42.378554 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407 | ||
| 11128 | 2025.04.30 22:44:42.532734 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11129 | 2025.04.30 22:44:42.532899 [ 259 ] {cec98fd3-0a24-437e-b04b-0c0884ac5665} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11130 | 2025.04.30 22:44:42.532965 [ 259 ] {cec98fd3-0a24-437e-b04b-0c0884ac5665} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11131 | 2025.04.30 22:44:42.533782 [ 259 ] {cec98fd3-0a24-437e-b04b-0c0884ac5665} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11132 | 2025.04.30 22:44:42.533824 [ 259 ] {cec98fd3-0a24-437e-b04b-0c0884ac5665} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11133 | 2025.04.30 22:44:42.534222 [ 259 ] {cec98fd3-0a24-437e-b04b-0c0884ac5665} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11134 | 2025.04.30 22:44:42.534472 [ 259 ] {cec98fd3-0a24-437e-b04b-0c0884ac5665} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11135 | 2025.04.30 22:44:42.534690 [ 259 ] {cec98fd3-0a24-437e-b04b-0c0884ac5665} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00183 sec., 115846.99453551913 rows/sec., 7.37 MiB/sec. | ||
| 11136 | 2025.04.30 22:44:42.534743 [ 259 ] {cec98fd3-0a24-437e-b04b-0c0884ac5665} <Debug> TCPHandler: Processed in 0.002099832 sec. | ||
| 11137 | 2025.04.30 22:44:42.534875 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11138 | 2025.04.30 22:44:42.534978 [ 259 ] {180bfe68-3900-4f71-9904-37e1d22c2a8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11139 | 2025.04.30 22:44:42.535020 [ 259 ] {180bfe68-3900-4f71-9904-37e1d22c2a8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11140 | 2025.04.30 22:44:42.536572 [ 259 ] {180bfe68-3900-4f71-9904-37e1d22c2a8e} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11141 | 2025.04.30 22:44:42.536613 [ 259 ] {180bfe68-3900-4f71-9904-37e1d22c2a8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11142 | 2025.04.30 22:44:42.537086 [ 259 ] {180bfe68-3900-4f71-9904-37e1d22c2a8e} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11143 | 2025.04.30 22:44:42.537335 [ 259 ] {180bfe68-3900-4f71-9904-37e1d22c2a8e} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11144 | 2025.04.30 22:44:42.537549 [ 259 ] {180bfe68-3900-4f71-9904-37e1d22c2a8e} <Debug> executeQuery: Read 1773 rows, 147.54 KiB in 0.002592 sec., 684027.7777777778 rows/sec., 55.59 MiB/sec. | ||
| 11145 | 2025.04.30 22:44:42.537602 [ 259 ] {180bfe68-3900-4f71-9904-37e1d22c2a8e} <Debug> TCPHandler: Processed in 0.002780136 sec. | ||
| 11146 | 2025.04.30 22:44:42.537734 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11147 | 2025.04.30 22:44:42.537838 [ 259 ] {5eeb4e2a-8a62-4151-bc92-7fbe2cf7d0f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11148 | 2025.04.30 22:44:42.537883 [ 259 ] {5eeb4e2a-8a62-4151-bc92-7fbe2cf7d0f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11149 | 2025.04.30 22:44:42.538474 [ 259 ] {5eeb4e2a-8a62-4151-bc92-7fbe2cf7d0f9} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11150 | 2025.04.30 22:44:42.538514 [ 259 ] {5eeb4e2a-8a62-4151-bc92-7fbe2cf7d0f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11151 | 2025.04.30 22:44:42.538858 [ 259 ] {5eeb4e2a-8a62-4151-bc92-7fbe2cf7d0f9} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 11152 | 2025.04.30 22:44:42.539095 [ 259 ] {5eeb4e2a-8a62-4151-bc92-7fbe2cf7d0f9} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11153 | 2025.04.30 22:44:42.539320 [ 259 ] {5eeb4e2a-8a62-4151-bc92-7fbe2cf7d0f9} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.0015 sec., 76000 rows/sec., 4.55 MiB/sec. | ||
| 11154 | 2025.04.30 22:44:42.539416 [ 259 ] {5eeb4e2a-8a62-4151-bc92-7fbe2cf7d0f9} <Debug> TCPHandler: Processed in 0.00173594 sec. | ||
| 11155 | 2025.04.30 22:44:42.539614 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11156 | 2025.04.30 22:44:42.539763 [ 259 ] {17a37bb0-b0fc-4fc8-868a-6b4be86b4dce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11157 | 2025.04.30 22:44:42.539809 [ 259 ] {17a37bb0-b0fc-4fc8-868a-6b4be86b4dce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11158 | 2025.04.30 22:44:42.540489 [ 259 ] {17a37bb0-b0fc-4fc8-868a-6b4be86b4dce} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11159 | 2025.04.30 22:44:42.540527 [ 259 ] {17a37bb0-b0fc-4fc8-868a-6b4be86b4dce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11160 | 2025.04.30 22:44:42.540887 [ 259 ] {17a37bb0-b0fc-4fc8-868a-6b4be86b4dce} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11161 | 2025.04.30 22:44:42.541125 [ 259 ] {17a37bb0-b0fc-4fc8-868a-6b4be86b4dce} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11162 | 2025.04.30 22:44:42.541327 [ 259 ] {17a37bb0-b0fc-4fc8-868a-6b4be86b4dce} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001587 sec., 214870.82545683678 rows/sec., 14.34 MiB/sec. | ||
| 11163 | 2025.04.30 22:44:42.541379 [ 259 ] {17a37bb0-b0fc-4fc8-868a-6b4be86b4dce} <Debug> TCPHandler: Processed in 0.001870294 sec. | ||
| 11164 | 2025.04.30 22:44:42.541497 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11165 | 2025.04.30 22:44:42.541603 [ 259 ] {d4b66200-a164-4cee-8419-e4b65c8e7ba4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11166 | 2025.04.30 22:44:42.541648 [ 259 ] {d4b66200-a164-4cee-8419-e4b65c8e7ba4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11167 | 2025.04.30 22:44:42.542190 [ 259 ] {d4b66200-a164-4cee-8419-e4b65c8e7ba4} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11168 | 2025.04.30 22:44:42.542230 [ 259 ] {d4b66200-a164-4cee-8419-e4b65c8e7ba4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11169 | 2025.04.30 22:44:42.542575 [ 259 ] {d4b66200-a164-4cee-8419-e4b65c8e7ba4} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11170 | 2025.04.30 22:44:42.542822 [ 259 ] {d4b66200-a164-4cee-8419-e4b65c8e7ba4} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11171 | 2025.04.30 22:44:42.543025 [ 259 ] {d4b66200-a164-4cee-8419-e4b65c8e7ba4} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001445 sec., 77508.65051903113 rows/sec., 4.42 MiB/sec. | ||
| 11172 | 2025.04.30 22:44:42.543076 [ 259 ] {d4b66200-a164-4cee-8419-e4b65c8e7ba4} <Debug> TCPHandler: Processed in 0.001630776 sec. | ||
| 11173 | 2025.04.30 22:44:42.543196 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11174 | 2025.04.30 22:44:42.543300 [ 259 ] {10146f8b-eb2c-4b0f-882f-29457648a0a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11175 | 2025.04.30 22:44:42.543344 [ 259 ] {10146f8b-eb2c-4b0f-882f-29457648a0a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11176 | 2025.04.30 22:44:42.544157 [ 259 ] {10146f8b-eb2c-4b0f-882f-29457648a0a8} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11177 | 2025.04.30 22:44:42.544196 [ 259 ] {10146f8b-eb2c-4b0f-882f-29457648a0a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11178 | 2025.04.30 22:44:42.544578 [ 259 ] {10146f8b-eb2c-4b0f-882f-29457648a0a8} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11179 | 2025.04.30 22:44:42.544811 [ 259 ] {10146f8b-eb2c-4b0f-882f-29457648a0a8} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11180 | 2025.04.30 22:44:42.545013 [ 259 ] {10146f8b-eb2c-4b0f-882f-29457648a0a8} <Debug> executeQuery: Read 846 rows, 62.51 KiB in 0.001735 sec., 487608.0691642651 rows/sec., 35.19 MiB/sec. | ||
| 11181 | 2025.04.30 22:44:42.545065 [ 259 ] {10146f8b-eb2c-4b0f-882f-29457648a0a8} <Debug> TCPHandler: Processed in 0.001920746 sec. | ||
| 11182 | 2025.04.30 22:44:42.545183 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11183 | 2025.04.30 22:44:42.545288 [ 259 ] {b160c395-80c2-4004-a2b3-ba766222a8f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11184 | 2025.04.30 22:44:42.545335 [ 259 ] {b160c395-80c2-4004-a2b3-ba766222a8f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11185 | 2025.04.30 22:44:42.545750 [ 259 ] {b160c395-80c2-4004-a2b3-ba766222a8f4} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11186 | 2025.04.30 22:44:42.545788 [ 259 ] {b160c395-80c2-4004-a2b3-ba766222a8f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11187 | 2025.04.30 22:44:42.546136 [ 259 ] {b160c395-80c2-4004-a2b3-ba766222a8f4} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11188 | 2025.04.30 22:44:42.546369 [ 259 ] {b160c395-80c2-4004-a2b3-ba766222a8f4} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11189 | 2025.04.30 22:44:42.546563 [ 259 ] {b160c395-80c2-4004-a2b3-ba766222a8f4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001297 sec., 4626.060138781804 rows/sec., 241.69 KiB/sec. | ||
| 11190 | 2025.04.30 22:44:42.546612 [ 259 ] {b160c395-80c2-4004-a2b3-ba766222a8f4} <Debug> TCPHandler: Processed in 0.001481141 sec. | ||
| 11191 | 2025.04.30 22:44:42.546725 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11192 | 2025.04.30 22:44:42.546829 [ 259 ] {7e83413b-de60-4814-bb60-a99380b47ab7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11193 | 2025.04.30 22:44:42.546875 [ 259 ] {7e83413b-de60-4814-bb60-a99380b47ab7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11194 | 2025.04.30 22:44:42.547552 [ 259 ] {7e83413b-de60-4814-bb60-a99380b47ab7} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11195 | 2025.04.30 22:44:42.547592 [ 259 ] {7e83413b-de60-4814-bb60-a99380b47ab7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11196 | 2025.04.30 22:44:42.548013 [ 259 ] {7e83413b-de60-4814-bb60-a99380b47ab7} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11197 | 2025.04.30 22:44:42.548248 [ 259 ] {7e83413b-de60-4814-bb60-a99380b47ab7} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11198 | 2025.04.30 22:44:42.548444 [ 259 ] {7e83413b-de60-4814-bb60-a99380b47ab7} <Debug> executeQuery: Read 955 rows, 64.97 KiB in 0.001637 sec., 583384.2394624313 rows/sec., 38.76 MiB/sec. | ||
| 11199 | 2025.04.30 22:44:42.548495 [ 259 ] {7e83413b-de60-4814-bb60-a99380b47ab7} <Debug> TCPHandler: Processed in 0.001821462 sec. | ||
| 11200 | 2025.04.30 22:44:42.548613 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11201 | 2025.04.30 22:44:42.548718 [ 259 ] {98bca17a-4527-44b6-b8de-f37b32fea569} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11202 | 2025.04.30 22:44:42.548765 [ 259 ] {98bca17a-4527-44b6-b8de-f37b32fea569} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11203 | 2025.04.30 22:44:42.549158 [ 259 ] {98bca17a-4527-44b6-b8de-f37b32fea569} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11204 | 2025.04.30 22:44:42.549197 [ 259 ] {98bca17a-4527-44b6-b8de-f37b32fea569} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11205 | 2025.04.30 22:44:42.549550 [ 259 ] {98bca17a-4527-44b6-b8de-f37b32fea569} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11206 | 2025.04.30 22:44:42.549783 [ 259 ] {98bca17a-4527-44b6-b8de-f37b32fea569} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11207 | 2025.04.30 22:44:42.549984 [ 259 ] {98bca17a-4527-44b6-b8de-f37b32fea569} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001286 sec., 777.6049766718506 rows/sec., 52.40 KiB/sec. | ||
| 11208 | 2025.04.30 22:44:42.550034 [ 259 ] {98bca17a-4527-44b6-b8de-f37b32fea569} <Debug> TCPHandler: Processed in 0.00147321 sec. | ||
| 11209 | 2025.04.30 22:44:42.550147 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11210 | 2025.04.30 22:44:42.550253 [ 259 ] {39930732-346c-4711-bbe7-0fcf7085c676} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11211 | 2025.04.30 22:44:42.550316 [ 259 ] {39930732-346c-4711-bbe7-0fcf7085c676} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11212 | 2025.04.30 22:44:42.551351 [ 259 ] {39930732-346c-4711-bbe7-0fcf7085c676} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11213 | 2025.04.30 22:44:42.551390 [ 259 ] {39930732-346c-4711-bbe7-0fcf7085c676} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11214 | 2025.04.30 22:44:42.551981 [ 259 ] {39930732-346c-4711-bbe7-0fcf7085c676} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 11215 | 2025.04.30 22:44:42.552233 [ 259 ] {39930732-346c-4711-bbe7-0fcf7085c676} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11216 | 2025.04.30 22:44:42.552471 [ 259 ] {39930732-346c-4711-bbe7-0fcf7085c676} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00224 sec., 3571.4285714285716 rows/sec., 6.40 MiB/sec. | ||
| 11217 | 2025.04.30 22:44:42.552570 [ 259 ] {39930732-346c-4711-bbe7-0fcf7085c676} <Debug> TCPHandler: Processed in 0.002473875 sec. | ||
| 11218 | 2025.04.30 22:44:42.552691 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11219 | 2025.04.30 22:44:42.552801 [ 259 ] {7990ec7a-8f51-4425-aa04-1e990d2bcd80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11220 | 2025.04.30 22:44:42.552845 [ 259 ] {7990ec7a-8f51-4425-aa04-1e990d2bcd80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11221 | 2025.04.30 22:44:42.553249 [ 259 ] {7990ec7a-8f51-4425-aa04-1e990d2bcd80} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11222 | 2025.04.30 22:44:42.553286 [ 259 ] {7990ec7a-8f51-4425-aa04-1e990d2bcd80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11223 | 2025.04.30 22:44:42.553638 [ 259 ] {7990ec7a-8f51-4425-aa04-1e990d2bcd80} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11224 | 2025.04.30 22:44:42.553876 [ 259 ] {7990ec7a-8f51-4425-aa04-1e990d2bcd80} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11225 | 2025.04.30 22:44:42.554077 [ 259 ] {7990ec7a-8f51-4425-aa04-1e990d2bcd80} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001298 sec., 26194.144838212636 rows/sec., 1.52 MiB/sec. | ||
| 11226 | 2025.04.30 22:44:42.554127 [ 259 ] {7990ec7a-8f51-4425-aa04-1e990d2bcd80} <Debug> TCPHandler: Processed in 0.001486551 sec. | ||
| 11227 | 2025.04.30 22:44:43.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 241.16 MiB, peak 249.63 MiB, free memory in arenas 0.00 B, will set to 239.42 MiB (RSS), difference: -1.74 MiB | ||
| 11228 | 2025.04.30 22:44:45.720198 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 1598 | ||
| 11229 | 2025.04.30 22:44:45.723677 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11230 | 2025.04.30 22:44:45.723728 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11231 | 2025.04.30 22:44:45.725166 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11232 | 2025.04.30 22:44:45.725474 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11233 | 2025.04.30 22:44:45.726929 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1598 | ||
| 11234 | 2025.04.30 22:44:47.247079 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11235 | 2025.04.30 22:44:47.247260 [ 259 ] {861ffbc3-c68f-4a6d-9bd4-37996878bc57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11236 | 2025.04.30 22:44:47.247334 [ 259 ] {861ffbc3-c68f-4a6d-9bd4-37996878bc57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11237 | 2025.04.30 22:44:47.248126 [ 259 ] {861ffbc3-c68f-4a6d-9bd4-37996878bc57} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11238 | 2025.04.30 22:44:47.248174 [ 259 ] {861ffbc3-c68f-4a6d-9bd4-37996878bc57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11239 | 2025.04.30 22:44:47.248603 [ 259 ] {861ffbc3-c68f-4a6d-9bd4-37996878bc57} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11240 | 2025.04.30 22:44:47.248863 [ 259 ] {861ffbc3-c68f-4a6d-9bd4-37996878bc57} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11241 | 2025.04.30 22:44:47.249098 [ 259 ] {861ffbc3-c68f-4a6d-9bd4-37996878bc57} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001888 sec., 29661.016949152545 rows/sec., 2.28 MiB/sec. | ||
| 11242 | 2025.04.30 22:44:47.249165 [ 259 ] {861ffbc3-c68f-4a6d-9bd4-37996878bc57} <Debug> TCPHandler: Processed in 0.002212716 sec. | ||
| 11243 | 2025.04.30 22:44:47.249295 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11244 | 2025.04.30 22:44:47.249407 [ 259 ] {cc6e8d6a-552d-4596-ab93-dbdb7cca7fe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11245 | 2025.04.30 22:44:47.249454 [ 259 ] {cc6e8d6a-552d-4596-ab93-dbdb7cca7fe1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11246 | 2025.04.30 22:44:47.249996 [ 259 ] {cc6e8d6a-552d-4596-ab93-dbdb7cca7fe1} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11247 | 2025.04.30 22:44:47.250036 [ 259 ] {cc6e8d6a-552d-4596-ab93-dbdb7cca7fe1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11248 | 2025.04.30 22:44:47.250381 [ 259 ] {cc6e8d6a-552d-4596-ab93-dbdb7cca7fe1} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11249 | 2025.04.30 22:44:47.250618 [ 259 ] {cc6e8d6a-552d-4596-ab93-dbdb7cca7fe1} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11250 | 2025.04.30 22:44:47.250831 [ 259 ] {cc6e8d6a-552d-4596-ab93-dbdb7cca7fe1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00145 sec., 44137.93103448276 rows/sec., 3.45 MiB/sec. | ||
| 11251 | 2025.04.30 22:44:47.250881 [ 259 ] {cc6e8d6a-552d-4596-ab93-dbdb7cca7fe1} <Debug> TCPHandler: Processed in 0.001641687 sec. | ||
| 11252 | 2025.04.30 22:44:47.251000 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11253 | 2025.04.30 22:44:47.251105 [ 259 ] {722e8aa5-3539-4995-95fc-6d4835edbfa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11254 | 2025.04.30 22:44:47.251152 [ 259 ] {722e8aa5-3539-4995-95fc-6d4835edbfa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11255 | 2025.04.30 22:44:47.251639 [ 259 ] {722e8aa5-3539-4995-95fc-6d4835edbfa1} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11256 | 2025.04.30 22:44:47.251676 [ 259 ] {722e8aa5-3539-4995-95fc-6d4835edbfa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11257 | 2025.04.30 22:44:47.252050 [ 259 ] {722e8aa5-3539-4995-95fc-6d4835edbfa1} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11258 | 2025.04.30 22:44:47.252288 [ 259 ] {722e8aa5-3539-4995-95fc-6d4835edbfa1} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11259 | 2025.04.30 22:44:47.252484 [ 259 ] {722e8aa5-3539-4995-95fc-6d4835edbfa1} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001401 sec., 91363.31192005711 rows/sec., 6.36 MiB/sec. | ||
| 11260 | 2025.04.30 22:44:47.252533 [ 259 ] {722e8aa5-3539-4995-95fc-6d4835edbfa1} <Debug> TCPHandler: Processed in 0.001585264 sec. | ||
| 11261 | 2025.04.30 22:44:47.252659 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11262 | 2025.04.30 22:44:47.252763 [ 259 ] {a40afff4-f3bb-42aa-acc9-16acc462da92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11263 | 2025.04.30 22:44:47.252808 [ 259 ] {a40afff4-f3bb-42aa-acc9-16acc462da92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11264 | 2025.04.30 22:44:47.253209 [ 259 ] {a40afff4-f3bb-42aa-acc9-16acc462da92} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11265 | 2025.04.30 22:44:47.253247 [ 259 ] {a40afff4-f3bb-42aa-acc9-16acc462da92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11266 | 2025.04.30 22:44:47.253597 [ 259 ] {a40afff4-f3bb-42aa-acc9-16acc462da92} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11267 | 2025.04.30 22:44:47.253848 [ 259 ] {a40afff4-f3bb-42aa-acc9-16acc462da92} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11268 | 2025.04.30 22:44:47.254048 [ 259 ] {a40afff4-f3bb-42aa-acc9-16acc462da92} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001306 sec., 36753.445635528326 rows/sec., 2.48 MiB/sec. | ||
| 11269 | 2025.04.30 22:44:47.254095 [ 259 ] {a40afff4-f3bb-42aa-acc9-16acc462da92} <Debug> TCPHandler: Processed in 0.001488021 sec. | ||
| 11270 | 2025.04.30 22:44:48.094001 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25254 | ||
| 11271 | 2025.04.30 22:44:48.094740 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11272 | 2025.04.30 22:44:48.094792 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11273 | 2025.04.30 22:44:48.095311 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 11274 | 2025.04.30 22:44:48.095562 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11275 | 2025.04.30 22:44:48.095808 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25254 | ||
| 11276 | 2025.04.30 22:44:49.878713 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 | ||
| 11277 | 2025.04.30 22:44:49.901220 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11278 | 2025.04.30 22:44:49.901289 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11279 | 2025.04.30 22:44:49.908537 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 11280 | 2025.04.30 22:44:49.909317 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11281 | 2025.04.30 22:44:49.913433 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415 | ||
| 11282 | 2025.04.30 22:44:52.250274 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11283 | 2025.04.30 22:44:52.250458 [ 259 ] {e58453f8-4ad2-43b1-9669-1fcfaadcf0d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11284 | 2025.04.30 22:44:52.250530 [ 259 ] {e58453f8-4ad2-43b1-9669-1fcfaadcf0d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11285 | 2025.04.30 22:44:52.251338 [ 259 ] {e58453f8-4ad2-43b1-9669-1fcfaadcf0d1} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11286 | 2025.04.30 22:44:52.251385 [ 259 ] {e58453f8-4ad2-43b1-9669-1fcfaadcf0d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11287 | 2025.04.30 22:44:52.251819 [ 259 ] {e58453f8-4ad2-43b1-9669-1fcfaadcf0d1} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11288 | 2025.04.30 22:44:52.252084 [ 259 ] {e58453f8-4ad2-43b1-9669-1fcfaadcf0d1} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11289 | 2025.04.30 22:44:52.252243 [ 53 ] {} <Debug> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11290 | 2025.04.30 22:44:52.252284 [ 53 ] {} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11291 | 2025.04.30 22:44:52.252284 [ 259 ] {e58453f8-4ad2-43b1-9669-1fcfaadcf0d1} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001873 sec., 64068.339562199675 rows/sec., 5.44 MiB/sec. | ||
| 11292 | 2025.04.30 22:44:52.252310 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11293 | 2025.04.30 22:44:52.252435 [ 259 ] {e58453f8-4ad2-43b1-9669-1fcfaadcf0d1} <Debug> TCPHandler: Processed in 0.002278138 sec. | ||
| 11294 | 2025.04.30 22:44:52.252738 [ 187 ] {d4e73ecb-69f6-409c-bee6-1454de550956::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 | ||
| 11295 | 2025.04.30 22:44:52.252757 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11296 | 2025.04.30 22:44:52.253142 [ 259 ] {5da3846b-cba6-4230-8e48-176343524f24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11297 | 2025.04.30 22:44:52.253331 [ 259 ] {5da3846b-cba6-4230-8e48-176343524f24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11298 | 2025.04.30 22:44:52.253434 [ 187 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11299 | 2025.04.30 22:44:52.253613 [ 187 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1846 rows starting from the beginning of the part | ||
| 11300 | 2025.04.30 22:44:52.253991 [ 187 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 633 rows starting from the beginning of the part | ||
| 11301 | 2025.04.30 22:44:52.254301 [ 187 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 120 rows starting from the beginning of the part | ||
| 11302 | 2025.04.30 22:44:52.254703 [ 187 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 1773 rows starting from the beginning of the part | ||
| 11303 | 2025.04.30 22:44:52.255027 [ 187 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 56 rows starting from the beginning of the part | ||
| 11304 | 2025.04.30 22:44:52.255348 [ 187 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 120 rows starting from the beginning of the part | ||
| 11305 | 2025.04.30 22:44:52.256338 [ 259 ] {5da3846b-cba6-4230-8e48-176343524f24} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11306 | 2025.04.30 22:44:52.256401 [ 259 ] {5da3846b-cba6-4230-8e48-176343524f24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11307 | 2025.04.30 22:44:52.257327 [ 259 ] {5da3846b-cba6-4230-8e48-176343524f24} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 11308 | 2025.04.30 22:44:52.257849 [ 259 ] {5da3846b-cba6-4230-8e48-176343524f24} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11309 | 2025.04.30 22:44:52.258091 [ 259 ] {5da3846b-cba6-4230-8e48-176343524f24} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.005073 sec., 6307.904592943031 rows/sec., 474.32 KiB/sec. | ||
| 11310 | 2025.04.30 22:44:52.258173 [ 259 ] {5da3846b-cba6-4230-8e48-176343524f24} <Debug> TCPHandler: Processed in 0.00552699 sec. | ||
| 11311 | 2025.04.30 22:44:52.258316 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11312 | 2025.04.30 22:44:52.258488 [ 259 ] {530d62d8-2ada-4c51-87bc-31f1a97d5f87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11313 | 2025.04.30 22:44:52.258651 [ 259 ] {530d62d8-2ada-4c51-87bc-31f1a97d5f87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11314 | 2025.04.30 22:44:52.258939 [ 187 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4548 rows, containing 5 columns (5 merged, 0 gathered) in 0.006492503 sec., 700500.2539082385 rows/sec., 59.53 MiB/sec. | ||
| 11315 | 2025.04.30 22:44:52.259267 [ 187 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11316 | 2025.04.30 22:44:52.259772 [ 187 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_91_18} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11317 | 2025.04.30 22:44:52.259983 [ 187 ] {d4e73ecb-69f6-409c-bee6-1454de550956::all_1_91_18} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11318 | 2025.04.30 22:44:52.260001 [ 259 ] {530d62d8-2ada-4c51-87bc-31f1a97d5f87} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11319 | 2025.04.30 22:44:52.260068 [ 259 ] {530d62d8-2ada-4c51-87bc-31f1a97d5f87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11320 | 2025.04.30 22:44:52.260128 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 11321 | 2025.04.30 22:44:52.260521 [ 259 ] {530d62d8-2ada-4c51-87bc-31f1a97d5f87} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11322 | 2025.04.30 22:44:52.260765 [ 259 ] {530d62d8-2ada-4c51-87bc-31f1a97d5f87} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11323 | 2025.04.30 22:44:52.260906 [ 53 ] {} <Debug> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11324 | 2025.04.30 22:44:52.260945 [ 259 ] {530d62d8-2ada-4c51-87bc-31f1a97d5f87} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.002516 sec., 38155.80286168522 rows/sec., 2.98 MiB/sec. | ||
| 11325 | 2025.04.30 22:44:52.260945 [ 53 ] {} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11326 | 2025.04.30 22:44:52.260992 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11327 | 2025.04.30 22:44:52.261024 [ 259 ] {530d62d8-2ada-4c51-87bc-31f1a97d5f87} <Debug> TCPHandler: Processed in 0.002779526 sec. | ||
| 11328 | 2025.04.30 22:44:52.261221 [ 195 ] {e25d2b30-b306-449e-8756-7ab1229a4707::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 | ||
| 11329 | 2025.04.30 22:44:52.261251 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11330 | 2025.04.30 22:44:52.261472 [ 195 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11331 | 2025.04.30 22:44:52.261484 [ 259 ] {922f2cc4-a602-42c6-9276-26c8dcaebdd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11332 | 2025.04.30 22:44:52.261532 [ 195 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 914 rows starting from the beginning of the part | ||
| 11333 | 2025.04.30 22:44:52.261605 [ 259 ] {922f2cc4-a602-42c6-9276-26c8dcaebdd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11334 | 2025.04.30 22:44:52.261838 [ 195 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 390 rows starting from the beginning of the part | ||
| 11335 | 2025.04.30 22:44:52.262179 [ 195 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 96 rows starting from the beginning of the part | ||
| 11336 | 2025.04.30 22:44:52.262515 [ 195 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 846 rows starting from the beginning of the part | ||
| 11337 | 2025.04.30 22:44:52.262872 [ 195 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 64 rows starting from the beginning of the part | ||
| 11338 | 2025.04.30 22:44:52.263188 [ 195 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 96 rows starting from the beginning of the part | ||
| 11339 | 2025.04.30 22:44:52.264268 [ 259 ] {922f2cc4-a602-42c6-9276-26c8dcaebdd5} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11340 | 2025.04.30 22:44:52.264342 [ 259 ] {922f2cc4-a602-42c6-9276-26c8dcaebdd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11341 | 2025.04.30 22:44:52.265486 [ 259 ] {922f2cc4-a602-42c6-9276-26c8dcaebdd5} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11342 | 2025.04.30 22:44:52.265796 [ 259 ] {922f2cc4-a602-42c6-9276-26c8dcaebdd5} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11343 | 2025.04.30 22:44:52.266135 [ 53 ] {} <Debug> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11344 | 2025.04.30 22:44:52.266264 [ 53 ] {} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11345 | 2025.04.30 22:44:52.266328 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11346 | 2025.04.30 22:44:52.266408 [ 195 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2406 rows, containing 5 columns (5 merged, 0 gathered) in 0.005307303 sec., 453337.5991534683 rows/sec., 34.70 MiB/sec. | ||
| 11347 | 2025.04.30 22:44:52.266473 [ 259 ] {922f2cc4-a602-42c6-9276-26c8dcaebdd5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005052 sec., 31670.625494853524 rows/sec., 2.21 MiB/sec. | ||
| 11348 | 2025.04.30 22:44:52.266704 [ 200 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::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 | ||
| 11349 | 2025.04.30 22:44:52.266739 [ 259 ] {922f2cc4-a602-42c6-9276-26c8dcaebdd5} <Debug> TCPHandler: Processed in 0.005571552 sec. | ||
| 11350 | 2025.04.30 22:44:52.266833 [ 195 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11351 | 2025.04.30 22:44:52.267050 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11352 | 2025.04.30 22:44:52.267188 [ 200 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11353 | 2025.04.30 22:44:52.267323 [ 259 ] {6ff14f8a-3da7-4f80-a029-efb695f024e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11354 | 2025.04.30 22:44:52.267323 [ 200 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 26589 rows starting from the beginning of the part | ||
| 11355 | 2025.04.30 22:44:52.267686 [ 259 ] {6ff14f8a-3da7-4f80-a029-efb695f024e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11356 | 2025.04.30 22:44:52.267840 [ 200 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 237 rows starting from the beginning of the part | ||
| 11357 | 2025.04.30 22:44:52.268144 [ 195 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_91_18} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11358 | 2025.04.30 22:44:52.268312 [ 200 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 160 rows starting from the beginning of the part | ||
| 11359 | 2025.04.30 22:44:52.268882 [ 200 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 955 rows starting from the beginning of the part | ||
| 11360 | 2025.04.30 22:44:52.268920 [ 195 ] {e25d2b30-b306-449e-8756-7ab1229a4707::all_1_91_18} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11361 | 2025.04.30 22:44:52.269209 [ 200 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 128 rows starting from the beginning of the part | ||
| 11362 | 2025.04.30 22:44:52.269603 [ 200 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::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 | ||
| 11363 | 2025.04.30 22:44:52.270193 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 11364 | 2025.04.30 22:44:52.272394 [ 259 ] {6ff14f8a-3da7-4f80-a029-efb695f024e7} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11365 | 2025.04.30 22:44:52.272465 [ 259 ] {6ff14f8a-3da7-4f80-a029-efb695f024e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11366 | 2025.04.30 22:44:52.273971 [ 259 ] {6ff14f8a-3da7-4f80-a029-efb695f024e7} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 11367 | 2025.04.30 22:44:52.274303 [ 259 ] {6ff14f8a-3da7-4f80-a029-efb695f024e7} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11368 | 2025.04.30 22:44:52.274905 [ 259 ] {6ff14f8a-3da7-4f80-a029-efb695f024e7} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.007686 sec., 4163.413999479573 rows/sec., 7.46 MiB/sec. | ||
| 11369 | 2025.04.30 22:44:52.275061 [ 259 ] {6ff14f8a-3da7-4f80-a029-efb695f024e7} <Debug> TCPHandler: Processed in 0.008126219 sec. | ||
| 11370 | 2025.04.30 22:44:52.275188 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11371 | 2025.04.30 22:44:52.275294 [ 259 ] {7d48edf9-f03d-4828-8a4c-b005b5569cdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11372 | 2025.04.30 22:44:52.275341 [ 259 ] {7d48edf9-f03d-4828-8a4c-b005b5569cdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11373 | 2025.04.30 22:44:52.275906 [ 259 ] {7d48edf9-f03d-4828-8a4c-b005b5569cdb} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11374 | 2025.04.30 22:44:52.275943 [ 259 ] {7d48edf9-f03d-4828-8a4c-b005b5569cdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11375 | 2025.04.30 22:44:52.276591 [ 259 ] {7d48edf9-f03d-4828-8a4c-b005b5569cdb} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11376 | 2025.04.30 22:44:52.277136 [ 259 ] {7d48edf9-f03d-4828-8a4c-b005b5569cdb} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11377 | 2025.04.30 22:44:52.277343 [ 259 ] {7d48edf9-f03d-4828-8a4c-b005b5569cdb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002066 sec., 29041.626331074538 rows/sec., 1.96 MiB/sec. | ||
| 11378 | 2025.04.30 22:44:52.277355 [ 52 ] {} <Debug> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11379 | 2025.04.30 22:44:52.277421 [ 259 ] {7d48edf9-f03d-4828-8a4c-b005b5569cdb} <Debug> TCPHandler: Processed in 0.002280829 sec. | ||
| 11380 | 2025.04.30 22:44:52.277461 [ 52 ] {} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11381 | 2025.04.30 22:44:52.277631 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11382 | 2025.04.30 22:44:52.277835 [ 186 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::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 | ||
| 11383 | 2025.04.30 22:44:52.278100 [ 186 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11384 | 2025.04.30 22:44:52.278137 [ 186 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5362 rows starting from the beginning of the part | ||
| 11385 | 2025.04.30 22:44:52.278293 [ 186 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 82 rows starting from the beginning of the part | ||
| 11386 | 2025.04.30 22:44:52.278397 [ 186 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part | ||
| 11387 | 2025.04.30 22:44:52.278636 [ 186 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 34 rows starting from the beginning of the part | ||
| 11388 | 2025.04.30 22:44:52.278788 [ 186 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 48 rows starting from the beginning of the part | ||
| 11389 | 2025.04.30 22:44:52.279014 [ 186 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::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 | ||
| 11390 | 2025.04.30 22:44:52.281736 [ 201 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28229 rows, containing 5 columns (5 merged, 0 gathered) in 0.015282325 sec., 1847166.5796925535 rows/sec., 124.72 MiB/sec. | ||
| 11391 | 2025.04.30 22:44:52.282112 [ 201 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11392 | 2025.04.30 22:44:52.282123 [ 196 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5646 rows, containing 4 columns (4 merged, 0 gathered) in 0.004386591 sec., 1287104.268439889 rows/sec., 83.91 MiB/sec. | ||
| 11393 | 2025.04.30 22:44:52.282552 [ 201 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11394 | 2025.04.30 22:44:52.282635 [ 196 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11395 | 2025.04.30 22:44:52.282726 [ 201 ] {9b61fef6-927f-41b5-b6ff-ca928e750922::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11396 | 2025.04.30 22:44:52.282901 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. | ||
| 11397 | 2025.04.30 22:44:52.283119 [ 196 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_91_18} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11398 | 2025.04.30 22:44:52.283222 [ 196 ] {112f690f-0439-4e55-8715-d0f0f9f5cc90::all_1_91_18} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11399 | 2025.04.30 22:44:52.283324 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. | ||
| 11400 | 2025.04.30 22:44:53.000178 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 239.98 MiB, peak 249.63 MiB, free memory in arenas 0.00 B, will set to 241.31 MiB (RSS), difference: 1.33 MiB | ||
| 11401 | 2025.04.30 22:44:55.350760 [ 49 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11402 | 2025.04.30 22:44:55.350847 [ 49 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11403 | 2025.04.30 22:44:55.595985 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25681 | ||
| 11404 | 2025.04.30 22:44:55.596629 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11405 | 2025.04.30 22:44:55.596676 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11406 | 2025.04.30 22:44:55.597247 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 11407 | 2025.04.30 22:44:55.597504 [ 245 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11408 | 2025.04.30 22:44:55.597679 [ 49 ] {} <Debug> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 11409 | 2025.04.30 22:44:55.597717 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681 | ||
| 11410 | 2025.04.30 22:44:55.597730 [ 49 ] {} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11411 | 2025.04.30 22:44:55.597755 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11412 | 2025.04.30 22:44:55.597882 [ 198 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 11413 | 2025.04.30 22:44:55.598111 [ 198 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11414 | 2025.04.30 22:44:55.598208 [ 198 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 11415 | 2025.04.30 22:44:55.598493 [ 198 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 11416 | 2025.04.30 22:44:55.598735 [ 198 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 11417 | 2025.04.30 22:44:55.598849 [ 198 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 11418 | 2025.04.30 22:44:55.599014 [ 198 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 11419 | 2025.04.30 22:44:55.599330 [ 198 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::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 | ||
| 11420 | 2025.04.30 22:44:55.601983 [ 201 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.004170843 sec., 6157268.446690514 rows/sec., 88.08 MiB/sec. | ||
| 11421 | 2025.04.30 22:44:55.602247 [ 186 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 11422 | 2025.04.30 22:44:55.602585 [ 186 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_56_11} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11423 | 2025.04.30 22:44:55.602678 [ 186 ] {7e378136-6311-4ec2-8f43-65ec6b1f0ce2::all_1_56_11} <Trace> system.asynchronous_metric_log (7e378136-6311-4ec2-8f43-65ec6b1f0ce2) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 11424 | 2025.04.30 22:44:55.602776 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
| 11425 | 2025.04.30 22:44:55.727276 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1618 | ||
| 11426 | 2025.04.30 22:44:55.730143 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11427 | 2025.04.30 22:44:55.730197 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11428 | 2025.04.30 22:44:55.731657 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11429 | 2025.04.30 22:44:55.731963 [ 242 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11430 | 2025.04.30 22:44:55.732198 [ 49 ] {} <Debug> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 11431 | 2025.04.30 22:44:55.732300 [ 49 ] {} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11432 | 2025.04.30 22:44:55.732363 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11433 | 2025.04.30 22:44:55.732796 [ 186 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::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 | ||
| 11434 | 2025.04.30 22:44:55.733469 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1618 | ||
| 11435 | 2025.04.30 22:44:55.733933 [ 186 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11436 | 2025.04.30 22:44:55.734112 [ 186 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1430 rows starting from the beginning of the part | ||
| 11437 | 2025.04.30 22:44:55.734753 [ 186 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 58 rows starting from the beginning of the part | ||
| 11438 | 2025.04.30 22:44:55.735392 [ 186 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::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 | ||
| 11439 | 2025.04.30 22:44:55.735975 [ 186 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 34 rows starting from the beginning of the part | ||
| 11440 | 2025.04.30 22:44:55.736546 [ 186 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::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 | ||
| 11441 | 2025.04.30 22:44:55.737119 [ 186 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::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 | ||
| 11442 | 2025.04.30 22:44:55.745724 [ 201 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1618 rows, containing 72 columns (72 merged, 0 gathered) in 0.013208113 sec., 122500.46619074201 rows/sec., 94.27 MiB/sec. | ||
| 11443 | 2025.04.30 22:44:55.747549 [ 188 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 11444 | 2025.04.30 22:44:55.748382 [ 188 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_41_8} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11445 | 2025.04.30 22:44:55.748487 [ 188 ] {c4574b59-069a-4e4e-81d4-86cd957ed8ec::all_1_41_8} <Trace> system.query_log (c4574b59-069a-4e4e-81d4-86cd957ed8ec) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 11446 | 2025.04.30 22:44:55.748826 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB. | ||
| 11447 | 2025.04.30 22:44:57.256084 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11448 | 2025.04.30 22:44:57.256286 [ 259 ] {1534c957-7b57-49e4-94cc-4d9922643c86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11449 | 2025.04.30 22:44:57.256363 [ 259 ] {1534c957-7b57-49e4-94cc-4d9922643c86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11450 | 2025.04.30 22:44:57.257188 [ 259 ] {1534c957-7b57-49e4-94cc-4d9922643c86} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11451 | 2025.04.30 22:44:57.257239 [ 259 ] {1534c957-7b57-49e4-94cc-4d9922643c86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11452 | 2025.04.30 22:44:57.257666 [ 259 ] {1534c957-7b57-49e4-94cc-4d9922643c86} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11453 | 2025.04.30 22:44:57.257920 [ 259 ] {1534c957-7b57-49e4-94cc-4d9922643c86} <Trace> oximeter.fields_i16 (84e1799a-6177-4738-9088-5e51a5999881): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11454 | 2025.04.30 22:44:57.258143 [ 259 ] {1534c957-7b57-49e4-94cc-4d9922643c86} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00191 sec., 110994.76439790576 rows/sec., 7.06 MiB/sec. | ||
| 11455 | 2025.04.30 22:44:57.258207 [ 259 ] {1534c957-7b57-49e4-94cc-4d9922643c86} <Debug> TCPHandler: Processed in 0.002264668 sec. | ||
| 11456 | 2025.04.30 22:44:57.258335 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11457 | 2025.04.30 22:44:57.258445 [ 259 ] {9e2b1f2f-6aae-4d48-b088-054eb9e721aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11458 | 2025.04.30 22:44:57.258494 [ 259 ] {9e2b1f2f-6aae-4d48-b088-054eb9e721aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11459 | 2025.04.30 22:44:57.259338 [ 259 ] {9e2b1f2f-6aae-4d48-b088-054eb9e721aa} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11460 | 2025.04.30 22:44:57.259380 [ 259 ] {9e2b1f2f-6aae-4d48-b088-054eb9e721aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11461 | 2025.04.30 22:44:57.259772 [ 259 ] {9e2b1f2f-6aae-4d48-b088-054eb9e721aa} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11462 | 2025.04.30 22:44:57.260025 [ 259 ] {9e2b1f2f-6aae-4d48-b088-054eb9e721aa} <Trace> oximeter.fields_string (d4e73ecb-69f6-409c-bee6-1454de550956): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11463 | 2025.04.30 22:44:57.260236 [ 259 ] {9e2b1f2f-6aae-4d48-b088-054eb9e721aa} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001816 sec., 348568.281938326 rows/sec., 27.41 MiB/sec. | ||
| 11464 | 2025.04.30 22:44:57.260288 [ 259 ] {9e2b1f2f-6aae-4d48-b088-054eb9e721aa} <Debug> TCPHandler: Processed in 0.002006509 sec. | ||
| 11465 | 2025.04.30 22:44:57.260405 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11466 | 2025.04.30 22:44:57.260509 [ 259 ] {82e67faa-fa2c-4ebf-a66e-98bc89046edb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11467 | 2025.04.30 22:44:57.260556 [ 259 ] {82e67faa-fa2c-4ebf-a66e-98bc89046edb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11468 | 2025.04.30 22:44:57.261117 [ 259 ] {82e67faa-fa2c-4ebf-a66e-98bc89046edb} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11469 | 2025.04.30 22:44:57.261157 [ 259 ] {82e67faa-fa2c-4ebf-a66e-98bc89046edb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11470 | 2025.04.30 22:44:57.261509 [ 259 ] {82e67faa-fa2c-4ebf-a66e-98bc89046edb} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 11471 | 2025.04.30 22:44:57.261747 [ 259 ] {82e67faa-fa2c-4ebf-a66e-98bc89046edb} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11472 | 2025.04.30 22:44:57.261911 [ 47 ] {} <Debug> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0 | ||
| 11473 | 2025.04.30 22:44:57.261957 [ 259 ] {82e67faa-fa2c-4ebf-a66e-98bc89046edb} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001462 sec., 77975.37619699043 rows/sec., 4.67 MiB/sec. | ||
| 11474 | 2025.04.30 22:44:57.262000 [ 47 ] {} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11475 | 2025.04.30 22:44:57.262070 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11476 | 2025.04.30 22:44:57.262077 [ 259 ] {82e67faa-fa2c-4ebf-a66e-98bc89046edb} <Debug> TCPHandler: Processed in 0.001722079 sec. | ||
| 11477 | 2025.04.30 22:44:57.262279 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11478 | 2025.04.30 22:44:57.262290 [ 199 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_75_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_70_14 to all_75_75_0 into Compact with storage Full | ||
| 11479 | 2025.04.30 22:44:57.262463 [ 259 ] {ff632c88-02cf-4f88-948f-e621afc4709c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11480 | 2025.04.30 22:44:57.262572 [ 259 ] {ff632c88-02cf-4f88-948f-e621afc4709c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11481 | 2025.04.30 22:44:57.262593 [ 199 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_75_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11482 | 2025.04.30 22:44:57.262695 [ 199 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_70_14, total 164 rows starting from the beginning of the part | ||
| 11483 | 2025.04.30 22:44:57.262954 [ 199 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 114 rows starting from the beginning of the part | ||
| 11484 | 2025.04.30 22:44:57.263372 [ 199 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 32 rows starting from the beginning of the part | ||
| 11485 | 2025.04.30 22:44:57.263770 [ 199 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 114 rows starting from the beginning of the part | ||
| 11486 | 2025.04.30 22:44:57.264155 [ 199 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 32 rows starting from the beginning of the part | ||
| 11487 | 2025.04.30 22:44:57.264429 [ 199 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 114 rows starting from the beginning of the part | ||
| 11488 | 2025.04.30 22:44:57.265278 [ 259 ] {ff632c88-02cf-4f88-948f-e621afc4709c} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11489 | 2025.04.30 22:44:57.265356 [ 259 ] {ff632c88-02cf-4f88-948f-e621afc4709c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11490 | 2025.04.30 22:44:57.266363 [ 259 ] {ff632c88-02cf-4f88-948f-e621afc4709c} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11491 | 2025.04.30 22:44:57.266888 [ 259 ] {ff632c88-02cf-4f88-948f-e621afc4709c} <Trace> oximeter.fields_u32 (8ab213ef-0c73-405c-bede-b90985010e07): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11492 | 2025.04.30 22:44:57.267548 [ 259 ] {ff632c88-02cf-4f88-948f-e621afc4709c} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005114 sec., 22096.206491982794 rows/sec., 1.43 MiB/sec. | ||
| 11493 | 2025.04.30 22:44:57.267567 [ 190 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_75_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 570 rows, containing 5 columns (5 merged, 0 gathered) in 0.005376504 sec., 106016.8466349137 rows/sec., 7.02 MiB/sec. | ||
| 11494 | 2025.04.30 22:44:57.267899 [ 259 ] {ff632c88-02cf-4f88-948f-e621afc4709c} <Debug> TCPHandler: Processed in 0.005695045 sec. | ||
| 11495 | 2025.04.30 22:44:57.268073 [ 190 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_75_15} <Trace> MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary) | ||
| 11496 | 2025.04.30 22:44:57.268179 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11497 | 2025.04.30 22:44:57.268296 [ 259 ] {3f5f337b-833c-4aba-8b56-38b39fd1d06c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11498 | 2025.04.30 22:44:57.268351 [ 259 ] {3f5f337b-833c-4aba-8b56-38b39fd1d06c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11499 | 2025.04.30 22:44:57.268472 [ 190 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_75_15} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11500 | 2025.04.30 22:44:57.268609 [ 190 ] {28dec3bd-c970-4b69-b164-b2ce08f3b4d6::all_1_75_15} <Trace> oximeter.fields_u16 (28dec3bd-c970-4b69-b164-b2ce08f3b4d6) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15 | ||
| 11501 | 2025.04.30 22:44:57.268726 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 11502 | 2025.04.30 22:44:57.269063 [ 259 ] {3f5f337b-833c-4aba-8b56-38b39fd1d06c} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11503 | 2025.04.30 22:44:57.269103 [ 259 ] {3f5f337b-833c-4aba-8b56-38b39fd1d06c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11504 | 2025.04.30 22:44:57.269464 [ 259 ] {3f5f337b-833c-4aba-8b56-38b39fd1d06c} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11505 | 2025.04.30 22:44:57.269716 [ 259 ] {3f5f337b-833c-4aba-8b56-38b39fd1d06c} <Trace> oximeter.fields_u8 (472cc780-f552-450a-a096-4f5a8203a7f4): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11506 | 2025.04.30 22:44:57.269945 [ 259 ] {3f5f337b-833c-4aba-8b56-38b39fd1d06c} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001672 sec., 66985.64593301436 rows/sec., 3.82 MiB/sec. | ||
| 11507 | 2025.04.30 22:44:57.270020 [ 259 ] {3f5f337b-833c-4aba-8b56-38b39fd1d06c} <Debug> TCPHandler: Processed in 0.001918356 sec. | ||
| 11508 | 2025.04.30 22:44:57.270283 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11509 | 2025.04.30 22:44:57.270404 [ 259 ] {6ce1b856-bee4-4955-b4d0-f8e55ff4cf88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11510 | 2025.04.30 22:44:57.270451 [ 259 ] {6ce1b856-bee4-4955-b4d0-f8e55ff4cf88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11511 | 2025.04.30 22:44:57.271133 [ 259 ] {6ce1b856-bee4-4955-b4d0-f8e55ff4cf88} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11512 | 2025.04.30 22:44:57.271173 [ 259 ] {6ce1b856-bee4-4955-b4d0-f8e55ff4cf88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11513 | 2025.04.30 22:44:57.271545 [ 259 ] {6ce1b856-bee4-4955-b4d0-f8e55ff4cf88} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11514 | 2025.04.30 22:44:57.271782 [ 259 ] {6ce1b856-bee4-4955-b4d0-f8e55ff4cf88} <Trace> oximeter.fields_uuid (e25d2b30-b306-449e-8756-7ab1229a4707): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11515 | 2025.04.30 22:44:57.271978 [ 259 ] {6ce1b856-bee4-4955-b4d0-f8e55ff4cf88} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001598 sec., 244055.06883604504 rows/sec., 17.25 MiB/sec. | ||
| 11516 | 2025.04.30 22:44:57.272031 [ 259 ] {6ce1b856-bee4-4955-b4d0-f8e55ff4cf88} <Debug> TCPHandler: Processed in 0.001845933 sec. | ||
| 11517 | 2025.04.30 22:44:57.272150 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11518 | 2025.04.30 22:44:57.272253 [ 259 ] {d92072bf-43d7-4b2b-bd09-e4139fcedce2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11519 | 2025.04.30 22:44:57.272298 [ 259 ] {d92072bf-43d7-4b2b-bd09-e4139fcedce2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11520 | 2025.04.30 22:44:57.272737 [ 259 ] {d92072bf-43d7-4b2b-bd09-e4139fcedce2} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11521 | 2025.04.30 22:44:57.272776 [ 259 ] {d92072bf-43d7-4b2b-bd09-e4139fcedce2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11522 | 2025.04.30 22:44:57.273153 [ 259 ] {d92072bf-43d7-4b2b-bd09-e4139fcedce2} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11523 | 2025.04.30 22:44:57.273396 [ 259 ] {d92072bf-43d7-4b2b-bd09-e4139fcedce2} <Trace> oximeter.measurements_bool (c5b7976f-dfb8-4679-8c41-6927952d42e9): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11524 | 2025.04.30 22:44:57.273592 [ 259 ] {d92072bf-43d7-4b2b-bd09-e4139fcedce2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001361 sec., 4408.52314474651 rows/sec., 230.33 KiB/sec. | ||
| 11525 | 2025.04.30 22:44:57.273645 [ 259 ] {d92072bf-43d7-4b2b-bd09-e4139fcedce2} <Debug> TCPHandler: Processed in 0.001545663 sec. | ||
| 11526 | 2025.04.30 22:44:57.273760 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11527 | 2025.04.30 22:44:57.273867 [ 259 ] {b72a6a11-6afe-4940-8ff2-fcdb602cb1af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11528 | 2025.04.30 22:44:57.273916 [ 259 ] {b72a6a11-6afe-4940-8ff2-fcdb602cb1af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11529 | 2025.04.30 22:44:57.274473 [ 259 ] {b72a6a11-6afe-4940-8ff2-fcdb602cb1af} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11530 | 2025.04.30 22:44:57.274513 [ 259 ] {b72a6a11-6afe-4940-8ff2-fcdb602cb1af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11531 | 2025.04.30 22:44:57.274907 [ 259 ] {b72a6a11-6afe-4940-8ff2-fcdb602cb1af} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11532 | 2025.04.30 22:44:57.275152 [ 259 ] {b72a6a11-6afe-4940-8ff2-fcdb602cb1af} <Trace> oximeter.measurements_cumulativeu64 (9b61fef6-927f-41b5-b6ff-ca928e750922): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11533 | 2025.04.30 22:44:57.275331 [ 259 ] {b72a6a11-6afe-4940-8ff2-fcdb602cb1af} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001486 sec., 159488.5598923284 rows/sec., 10.69 MiB/sec. | ||
| 11534 | 2025.04.30 22:44:57.275382 [ 259 ] {b72a6a11-6afe-4940-8ff2-fcdb602cb1af} <Debug> TCPHandler: Processed in 0.001674357 sec. | ||
| 11535 | 2025.04.30 22:44:57.275501 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11536 | 2025.04.30 22:44:57.275607 [ 259 ] {9c683569-b088-4b55-89b7-19f1a500043c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11537 | 2025.04.30 22:44:57.275655 [ 259 ] {9c683569-b088-4b55-89b7-19f1a500043c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11538 | 2025.04.30 22:44:57.276085 [ 259 ] {9c683569-b088-4b55-89b7-19f1a500043c} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11539 | 2025.04.30 22:44:57.276121 [ 259 ] {9c683569-b088-4b55-89b7-19f1a500043c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11540 | 2025.04.30 22:44:57.276467 [ 259 ] {9c683569-b088-4b55-89b7-19f1a500043c} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11541 | 2025.04.30 22:44:57.276708 [ 259 ] {9c683569-b088-4b55-89b7-19f1a500043c} <Trace> oximeter.measurements_f64 (1a2cf388-9475-44fb-a9db-754af81d826f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11542 | 2025.04.30 22:44:57.276918 [ 259 ] {9c683569-b088-4b55-89b7-19f1a500043c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001335 sec., 749.063670411985 rows/sec., 50.47 KiB/sec. | ||
| 11543 | 2025.04.30 22:44:57.276967 [ 259 ] {9c683569-b088-4b55-89b7-19f1a500043c} <Debug> TCPHandler: Processed in 0.001518382 sec. | ||
| 11544 | 2025.04.30 22:44:57.277099 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11545 | 2025.04.30 22:44:57.277204 [ 259 ] {f6eecbb6-5fca-464e-9383-10308f02672c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11546 | 2025.04.30 22:44:57.277269 [ 259 ] {f6eecbb6-5fca-464e-9383-10308f02672c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11547 | 2025.04.30 22:44:57.278302 [ 259 ] {f6eecbb6-5fca-464e-9383-10308f02672c} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11548 | 2025.04.30 22:44:57.278340 [ 259 ] {f6eecbb6-5fca-464e-9383-10308f02672c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11549 | 2025.04.30 22:44:57.278942 [ 259 ] {f6eecbb6-5fca-464e-9383-10308f02672c} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 11550 | 2025.04.30 22:44:57.279203 [ 259 ] {f6eecbb6-5fca-464e-9383-10308f02672c} <Trace> oximeter.measurements_histogramu64 (8cca38fc-8645-469b-ad2a-5e6dcce2b5f7): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11551 | 2025.04.30 22:44:57.279400 [ 259 ] {f6eecbb6-5fca-464e-9383-10308f02672c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002218 sec., 3606.853020739405 rows/sec., 6.46 MiB/sec. | ||
| 11552 | 2025.04.30 22:44:57.279508 [ 259 ] {f6eecbb6-5fca-464e-9383-10308f02672c} <Debug> TCPHandler: Processed in 0.002460964 sec. | ||
| 11553 | 2025.04.30 22:44:57.279624 [ 259 ] {} <Trace> TCP-Session: af5481d9-428a-4624-ac55-c9b80ec2b7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11554 | 2025.04.30 22:44:57.279725 [ 259 ] {082ba0f1-f9ad-4f07-a9ef-dbda12554658} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43595) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11555 | 2025.04.30 22:44:57.279771 [ 259 ] {082ba0f1-f9ad-4f07-a9ef-dbda12554658} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11556 | 2025.04.30 22:44:57.280190 [ 259 ] {082ba0f1-f9ad-4f07-a9ef-dbda12554658} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11557 | 2025.04.30 22:44:57.280228 [ 259 ] {082ba0f1-f9ad-4f07-a9ef-dbda12554658} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11558 | 2025.04.30 22:44:57.280585 [ 259 ] {082ba0f1-f9ad-4f07-a9ef-dbda12554658} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11559 | 2025.04.30 22:44:57.280817 [ 259 ] {082ba0f1-f9ad-4f07-a9ef-dbda12554658} <Trace> oximeter.measurements_u64 (112f690f-0439-4e55-8715-d0f0f9f5cc90): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11560 | 2025.04.30 22:44:57.280984 [ 259 ] {082ba0f1-f9ad-4f07-a9ef-dbda12554658} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001282 sec., 63962.5585023401 rows/sec., 4.06 MiB/sec. | ||
| 11561 | 2025.04.30 22:44:57.281033 [ 259 ] {082ba0f1-f9ad-4f07-a9ef-dbda12554658} <Debug> TCPHandler: Processed in 0.00146001 sec. | ||
| 11562 | 2025.04.30 22:44:57.413511 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 | ||
| 11563 | 2025.04.30 22:44:57.435173 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11564 | 2025.04.30 22:44:57.435234 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11565 | 2025.04.30 22:44:57.442457 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 11566 | 2025.04.30 22:44:57.443226 [ 244 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11567 | 2025.04.30 22:44:57.443647 [ 45 ] {} <Debug> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 11568 | 2025.04.30 22:44:57.443761 [ 45 ] {} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11569 | 2025.04.30 22:44:57.443836 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
| 11570 | 2025.04.30 22:44:57.444140 [ 201 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 11571 | 2025.04.30 22:44:57.453398 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 422 | ||
| 11572 | 2025.04.30 22:44:57.454480 [ 201 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11573 | 2025.04.30 22:44:57.455376 [ 201 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 11574 | 2025.04.30 22:44:57.460259 [ 201 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 11575 | 2025.04.30 22:44:57.464904 [ 201 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 11576 | 2025.04.30 22:44:57.470001 [ 201 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 11577 | 2025.04.30 22:44:57.475440 [ 201 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 11578 | 2025.04.30 22:44:57.479801 [ 201 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::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 | ||
| 11579 | 2025.04.30 22:44:57.537255 [ 194 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.093316334 sec., 4522.252235069586 rows/sec., 23.38 MiB/sec. | ||
| 11580 | 2025.04.30 22:44:57.540622 [ 192 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 11581 | 2025.04.30 22:44:57.543865 [ 192 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_56_11} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11582 | 2025.04.30 22:44:57.544000 [ 192 ] {f8cce69f-fcf0-4679-832c-b38a6a7075b2::all_1_56_11} <Trace> system.metric_log (f8cce69f-fcf0-4679-832c-b38a6a7075b2) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 11583 | 2025.04.30 22:44:57.546646 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||