| 1 | [ Jan 16 23:24:13 Enabled. ] | ||
| 2 | [ Jan 16 23:24:13 Rereading configuration. ] | ||
| 3 | [ Jan 16 23:24:14 Rereading configuration. ] | ||
| 4 | [ Jan 16 23:24:17 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 | [ Jan 16 23:24:17 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.01.16 23:24:18.563928 [ 1 ] {} <Information> Application: Will watch for the process with pid 24322 | ||
| 29 | 2025.01.16 23:24:18.564369 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.01.16 23:24:18.778006 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 24322 | ||
| 31 | 2025.01.16 23:24:18.778746 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.01.16 23:24:18.779433 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.01.16 23:24:18.869032 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.01.16 23:24:19.030414 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.01.16 23:24:19.030483 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.01.16 23:24:19.030497 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.01.16 23:24:19.030591 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.01.16 23:24:19.031019 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.01.16 23:24:19.032646 [ 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.01.16 23:24:19.033421 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.01.16 23:24:19.033782 [ 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.01.16 23:24:19.033801 [ 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.01.16 23:24:19.033817 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.01.16 23:24:19.033993 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.01.16 23:24:19.034862 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.01.16 23:24:19.039598 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.01.16 23:24:19.040326 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.01.16 23:24:19.041751 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.01.16 23:24:19.041816 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.01.16 23:24:19.043421 [ 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.01.16 23:24:19.043897 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.01.16 23:24:19.048204 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.01.16 23:24:19.048905 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.01.16 23:24:19.050468 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.01.16 23:24:19.050849 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.01.16 23:24:19.051270 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.01.16 23:24:19.051628 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.01.16 23:24:19.053031 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.01.16 23:24:19.053057 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.01.16 23:24:19.053132 [ 120 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.01.16 23:24:19.053313 [ 120 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.01.16 23:24:19.120772 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.01.16 23:24:19.120816 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000254325 sec | ||
| 68 | 2025.01.16 23:24:19.120900 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.01.16 23:24:19.120950 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.01.16 23:24:19.122199 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.01.16 23:24:19.123340 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.01.16 23:24:19.137625 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.01.16 23:24:19.138040 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.01.16 23:24:19.138128 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.01.16 23:24:19.138143 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.01.16 23:24:19.138175 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.01.16 23:24:19.138256 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.01.16 23:24:19.143069 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.01.16 23:24:19.143119 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.01.16 23:24:19.143186 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.01.16 23:24:19.143428 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.01.16 23:24:19.143451 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.01.16 23:24:19.143492 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.01.16 23:24:19.143578 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.01.16 23:24:19.143595 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.01.16 23:24:19.143627 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.01.16 23:24:19.143703 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.01.16 23:24:19.174667 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.01.16 23:24:19.196329 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.01.16 23:24:19.196438 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000136623 sec | ||
| 91 | 2025.01.16 23:24:19.196454 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.01.16 23:24:19.196465 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.01.16 23:24:19.196495 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.01.16 23:24:19.196743 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.01.16 23:24:19.196860 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.01.16 23:24:19.196875 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.01.16 23:24:19.196887 [ 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.01.16 23:24:19.196900 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.01.16 23:24:19.225236 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.01.16 23:24:19.225496 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.13 MiB (RSS), difference: 92.35 MiB | ||
| 101 | 2025.01.16 23:24:19.226492 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.6211e-05 sec. | ||
| 102 | 2025.01.16 23:24:19.227596 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.01.16 23:24:19.227691 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.01.16 23:24:19.227716 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.01.16 23:24:19.227900 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49798 | ||
| 106 | 2025.01.16 23:24:19.228255 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.01.16 23:24:19.228313 [ 3 ] {} <Debug> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Authenticating user 'default' from [fd00:1122:3344:101::d]:49798 | ||
| 108 | 2025.01.16 23:24:19.228347 [ 3 ] {} <Debug> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.01.16 23:24:19.228443 [ 3 ] {} <Debug> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.01.16 23:24:19.228532 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.01.16 23:24:19.228559 [ 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.01.16 23:24:19.228649 [ 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.01.16 23:24:19.229065 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46682 | ||
| 114 | 2025.01.16 23:24:19.229068 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44494 | ||
| 115 | 2025.01.16 23:24:19.229207 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 116 | 2025.01.16 23:24:19.229232 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 117 | 2025.01.16 23:24:19.229250 [ 4 ] {} <Debug> TCP-Session: f3b041b0-d13c-47b0-a053-2489007efc98 Authenticating user 'default' from [fd00:1122:3344:101::d]:46682 | ||
| 118 | 2025.01.16 23:24:19.229404 [ 5 ] {} <Debug> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Authenticating user 'default' from [fd00:1122:3344:101::d]:44494 | ||
| 119 | 2025.01.16 23:24:19.229415 [ 4 ] {} <Debug> TCP-Session: f3b041b0-d13c-47b0-a053-2489007efc98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 120 | 2025.01.16 23:24:19.229440 [ 5 ] {} <Debug> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 121 | 2025.01.16 23:24:19.229551 [ 4 ] {} <Debug> TCP-Session: f3b041b0-d13c-47b0-a053-2489007efc98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 122 | 2025.01.16 23:24:19.229562 [ 5 ] {} <Debug> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 123 | 2025.01.16 23:24:19.230153 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63581 | ||
| 124 | 2025.01.16 23:24:19.230793 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 125 | 2025.01.16 23:24:19.230803 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43022 | ||
| 126 | 2025.01.16 23:24:19.230848 [ 253 ] {} <Debug> TCP-Session: d2a4bf39-f32f-4094-83e6-50fa5610780a Authenticating user 'default' from [fd00:1122:3344:101::d]:63581 | ||
| 127 | 2025.01.16 23:24:19.231022 [ 253 ] {} <Debug> TCP-Session: d2a4bf39-f32f-4094-83e6-50fa5610780a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 128 | 2025.01.16 23:24:19.231030 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 129 | 2025.01.16 23:24:19.231061 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39847 | ||
| 130 | 2025.01.16 23:24:19.231086 [ 254 ] {} <Debug> TCP-Session: 32b32b8a-862e-4bf3-9826-56b09b278269 Authenticating user 'default' from [fd00:1122:3344:101::d]:43022 | ||
| 131 | 2025.01.16 23:24:19.231074 [ 253 ] {} <Debug> TCP-Session: d2a4bf39-f32f-4094-83e6-50fa5610780a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 132 | 2025.01.16 23:24:19.231869 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 133 | 2025.01.16 23:24:19.231872 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45972 | ||
| 134 | 2025.01.16 23:24:19.231889 [ 254 ] {} <Debug> TCP-Session: 32b32b8a-862e-4bf3-9826-56b09b278269 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 135 | 2025.01.16 23:24:19.231997 [ 255 ] {} <Debug> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Authenticating user 'default' from [fd00:1122:3344:101::d]:39847 | ||
| 136 | 2025.01.16 23:24:19.232018 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 137 | 2025.01.16 23:24:19.232080 [ 255 ] {} <Debug> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 138 | 2025.01.16 23:24:19.232032 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40821 | ||
| 139 | 2025.01.16 23:24:19.232154 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42372 | ||
| 140 | 2025.01.16 23:24:19.232201 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 141 | 2025.01.16 23:24:19.232216 [ 255 ] {} <Debug> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 142 | 2025.01.16 23:24:19.232051 [ 254 ] {} <Debug> TCP-Session: 32b32b8a-862e-4bf3-9826-56b09b278269 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 143 | 2025.01.16 23:24:19.232644 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 144 | 2025.01.16 23:24:19.232650 [ 256 ] {} <Debug> TCP-Session: c479aeab-40bf-409b-86f8-e0eca5cc027d Authenticating user 'default' from [fd00:1122:3344:101::d]:45972 | ||
| 145 | 2025.01.16 23:24:19.232673 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 146 | 2025.01.16 23:24:19.232756 [ 258 ] {} <Debug> TCP-Session: cd883a8e-a435-42d1-b606-5008f9d8d27b Authenticating user 'default' from [fd00:1122:3344:101::d]:42372 | ||
| 147 | 2025.01.16 23:24:19.232783 [ 256 ] {} <Debug> TCP-Session: c479aeab-40bf-409b-86f8-e0eca5cc027d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2025.01.16 23:24:19.232772 [ 257 ] {} <Debug> TCP-Session: 22b7cf74-cbdd-427f-b585-c0ee57fd36c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:40821 | ||
| 149 | 2025.01.16 23:24:19.232868 [ 258 ] {} <Debug> TCP-Session: cd883a8e-a435-42d1-b606-5008f9d8d27b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 150 | 2025.01.16 23:24:19.232892 [ 256 ] {} <Debug> TCP-Session: c479aeab-40bf-409b-86f8-e0eca5cc027d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 151 | 2025.01.16 23:24:19.232882 [ 257 ] {} <Debug> TCP-Session: 22b7cf74-cbdd-427f-b585-c0ee57fd36c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2025.01.16 23:24:19.232969 [ 258 ] {} <Debug> TCP-Session: cd883a8e-a435-42d1-b606-5008f9d8d27b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.01.16 23:24:19.232984 [ 257 ] {} <Debug> TCP-Session: 22b7cf74-cbdd-427f-b585-c0ee57fd36c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 154 | 2025.01.16 23:24:19.236226 [ 3 ] {8337a1d4-21f0-4ec8-92bf-7cee741d22b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 155 | 2025.01.16 23:24:19.292397 [ 3 ] {8337a1d4-21f0-4ec8-92bf-7cee741d22b1} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:49798) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 156 | |||
| 157 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 158 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 159 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 160 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 161 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 162 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 163 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 164 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 165 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 166 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 167 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 168 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 169 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 170 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 171 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 172 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 173 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 174 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 175 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 176 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 177 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 178 | |||
| 179 | 2025.01.16 23:24:19.293268 [ 3 ] {8337a1d4-21f0-4ec8-92bf-7cee741d22b1} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 180 | |||
| 181 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 182 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 183 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 184 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 185 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 186 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 187 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 188 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 189 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 190 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 191 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 192 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 193 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 194 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 195 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 196 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 197 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 198 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 199 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 200 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 201 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 202 | |||
| 203 | 2025.01.16 23:24:19.293382 [ 3 ] {8337a1d4-21f0-4ec8-92bf-7cee741d22b1} <Debug> TCPHandler: Processed in 0.063375418 sec. | ||
| 204 | 2025.01.16 23:24:19.293796 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 205 | 2025.01.16 23:24:19.294018 [ 5 ] {c9a845ea-ff96-4637-9e7b-41b2ac1f1729} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 206 | 2025.01.16 23:24:19.294369 [ 5 ] {c9a845ea-ff96-4637-9e7b-41b2ac1f1729} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:44494) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 207 | |||
| 208 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 209 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 210 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 211 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 212 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 214 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 215 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 216 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 217 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 218 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 219 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 220 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 221 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 222 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 223 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 224 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 225 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 227 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 228 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 229 | |||
| 230 | 2025.01.16 23:24:19.294529 [ 5 ] {c9a845ea-ff96-4637-9e7b-41b2ac1f1729} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 231 | |||
| 232 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 233 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 234 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 235 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 236 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 238 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 239 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 240 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 241 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 242 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 243 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 245 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 246 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 247 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 248 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 249 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 250 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 251 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 252 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 253 | |||
| 254 | 2025.01.16 23:24:19.294634 [ 5 ] {c9a845ea-ff96-4637-9e7b-41b2ac1f1729} <Debug> TCPHandler: Processed in 0.00099948 sec. | ||
| 255 | 2025.01.16 23:24:19.294942 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 256 | 2025.01.16 23:24:19.296220 [ 3 ] {24ec8c00-ca4e-4338-b87d-d4e85c417d6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 257 | 2025.01.16 23:24:19.296896 [ 3 ] {24ec8c00-ca4e-4338-b87d-d4e85c417d6f} <Debug> TCPHandler: Processed in 0.00207768 sec. | ||
| 258 | 2025.01.16 23:24:19.297607 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 259 | 2025.01.16 23:24:19.297723 [ 5 ] {241cef96-60f8-4ac2-8d95-e05650637529} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 260 | 2025.01.16 23:24:19.297820 [ 5 ] {241cef96-60f8-4ac2-8d95-e05650637529} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 261 | 2025.01.16 23:24:19.304487 [ 5 ] {241cef96-60f8-4ac2-8d95-e05650637529} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 262 | 2025.01.16 23:24:19.304520 [ 5 ] {241cef96-60f8-4ac2-8d95-e05650637529} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.9821e-05 sec | ||
| 263 | 2025.01.16 23:24:19.304539 [ 5 ] {241cef96-60f8-4ac2-8d95-e05650637529} <Trace> ReferentialDeps: No tables | ||
| 264 | 2025.01.16 23:24:19.304564 [ 5 ] {241cef96-60f8-4ac2-8d95-e05650637529} <Trace> LoadingDeps: No tables | ||
| 265 | 2025.01.16 23:24:19.304598 [ 5 ] {241cef96-60f8-4ac2-8d95-e05650637529} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 266 | 2025.01.16 23:24:19.304655 [ 5 ] {241cef96-60f8-4ac2-8d95-e05650637529} <Debug> TCPHandler: Processed in 0.007106446 sec. | ||
| 267 | 2025.01.16 23:24:19.304854 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 268 | 2025.01.16 23:24:19.305058 [ 3 ] {b6bc61e8-a9b4-4df2-af33-1085a1bba085} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) /* The version table contains metadata about the `oximeter` database */ | ||
| 269 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 270 | 2025.01.16 23:24:19.305116 [ 3 ] {b6bc61e8-a9b4-4df2-af33-1085a1bba085} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 271 | 2025.01.16 23:24:19.313573 [ 3 ] {b6bc61e8-a9b4-4df2-af33-1085a1bba085} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 272 | 2025.01.16 23:24:19.317491 [ 3 ] {b6bc61e8-a9b4-4df2-af33-1085a1bba085} <Debug> oximeter.version (243e78c2-737f-4f26-a1e0-e902454db46b): Loading data parts | ||
| 273 | 2025.01.16 23:24:19.318038 [ 3 ] {b6bc61e8-a9b4-4df2-af33-1085a1bba085} <Debug> oximeter.version (243e78c2-737f-4f26-a1e0-e902454db46b): There are no data parts | ||
| 274 | 2025.01.16 23:24:19.330965 [ 3 ] {b6bc61e8-a9b4-4df2-af33-1085a1bba085} <Debug> TCPHandler: Processed in 0.026165082 sec. | ||
| 275 | 2025.01.16 23:24:19.331245 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 276 | 2025.01.16 23:24:19.331512 [ 5 ] {668cc67b-a5bb-4ca0-ae97-9ac59d76a397} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) /* The measurement tables contain all individual samples from each timeseries. | ||
| 277 | * | ||
| 278 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 279 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 280 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 281 | * by all samples from the same timeseries. | ||
| 282 | * | ||
| 283 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 284 | * and then uses that to index quickly into the measurements tables. | ||
| 285 | */ | ||
| 286 | 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) | ||
| 287 | 2025.01.16 23:24:19.331605 [ 5 ] {668cc67b-a5bb-4ca0-ae97-9ac59d76a397} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 288 | 2025.01.16 23:24:19.343262 [ 5 ] {668cc67b-a5bb-4ca0-ae97-9ac59d76a397} <Debug> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Loading data parts | ||
| 289 | 2025.01.16 23:24:19.343520 [ 5 ] {668cc67b-a5bb-4ca0-ae97-9ac59d76a397} <Debug> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): There are no data parts | ||
| 290 | 2025.01.16 23:24:19.355895 [ 5 ] {668cc67b-a5bb-4ca0-ae97-9ac59d76a397} <Debug> TCPHandler: Processed in 0.024748055 sec. | ||
| 291 | 2025.01.16 23:24:19.356173 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 292 | 2025.01.16 23:24:19.356493 [ 3 ] {83c39231-316a-4ef7-b93e-ee74f0a877af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) 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) | ||
| 293 | 2025.01.16 23:24:19.356567 [ 3 ] {83c39231-316a-4ef7-b93e-ee74f0a877af} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 294 | 2025.01.16 23:24:19.368563 [ 3 ] {83c39231-316a-4ef7-b93e-ee74f0a877af} <Debug> oximeter.measurements_i8 (328908b4-2263-4bdf-8907-36934658f9b9): Loading data parts | ||
| 295 | 2025.01.16 23:24:19.368758 [ 3 ] {83c39231-316a-4ef7-b93e-ee74f0a877af} <Debug> oximeter.measurements_i8 (328908b4-2263-4bdf-8907-36934658f9b9): There are no data parts | ||
| 296 | 2025.01.16 23:24:19.381062 [ 3 ] {83c39231-316a-4ef7-b93e-ee74f0a877af} <Debug> TCPHandler: Processed in 0.024993869 sec. | ||
| 297 | 2025.01.16 23:24:19.381386 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 298 | 2025.01.16 23:24:19.381680 [ 5 ] {5fe80c3a-14af-4698-80c1-0d533f5188e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) 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) | ||
| 299 | 2025.01.16 23:24:19.381768 [ 5 ] {5fe80c3a-14af-4698-80c1-0d533f5188e5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 300 | 2025.01.16 23:24:19.394465 [ 5 ] {5fe80c3a-14af-4698-80c1-0d533f5188e5} <Debug> oximeter.measurements_u8 (f48d204a-7d14-4eba-b4ae-2fb6741f8677): Loading data parts | ||
| 301 | 2025.01.16 23:24:19.394697 [ 5 ] {5fe80c3a-14af-4698-80c1-0d533f5188e5} <Debug> oximeter.measurements_u8 (f48d204a-7d14-4eba-b4ae-2fb6741f8677): There are no data parts | ||
| 302 | 2025.01.16 23:24:19.406925 [ 5 ] {5fe80c3a-14af-4698-80c1-0d533f5188e5} <Debug> TCPHandler: Processed in 0.025663403 sec. | ||
| 303 | 2025.01.16 23:24:19.407240 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 304 | 2025.01.16 23:24:19.407619 [ 3 ] {94036878-7cca-47c7-b4d9-f598f882c309} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) 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) | ||
| 305 | 2025.01.16 23:24:19.407704 [ 3 ] {94036878-7cca-47c7-b4d9-f598f882c309} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 306 | 2025.01.16 23:24:19.418271 [ 3 ] {94036878-7cca-47c7-b4d9-f598f882c309} <Debug> oximeter.measurements_i16 (206aa525-b945-478c-9e50-db939d6f5911): Loading data parts | ||
| 307 | 2025.01.16 23:24:19.418474 [ 3 ] {94036878-7cca-47c7-b4d9-f598f882c309} <Debug> oximeter.measurements_i16 (206aa525-b945-478c-9e50-db939d6f5911): There are no data parts | ||
| 308 | 2025.01.16 23:24:19.432105 [ 3 ] {94036878-7cca-47c7-b4d9-f598f882c309} <Debug> TCPHandler: Processed in 0.02496402 sec. | ||
| 309 | 2025.01.16 23:24:19.432463 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 310 | 2025.01.16 23:24:19.432753 [ 5 ] {4e77cdd3-229b-48d2-a105-693b1fb36c6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) 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) | ||
| 311 | 2025.01.16 23:24:19.432853 [ 5 ] {4e77cdd3-229b-48d2-a105-693b1fb36c6f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 312 | 2025.01.16 23:24:19.457162 [ 5 ] {4e77cdd3-229b-48d2-a105-693b1fb36c6f} <Debug> oximeter.measurements_u16 (dc3a835e-d07e-46ec-8f1e-514a17d6713e): Loading data parts | ||
| 313 | 2025.01.16 23:24:19.457438 [ 5 ] {4e77cdd3-229b-48d2-a105-693b1fb36c6f} <Debug> oximeter.measurements_u16 (dc3a835e-d07e-46ec-8f1e-514a17d6713e): There are no data parts | ||
| 314 | 2025.01.16 23:24:19.469219 [ 5 ] {4e77cdd3-229b-48d2-a105-693b1fb36c6f} <Debug> TCPHandler: Processed in 0.036890348 sec. | ||
| 315 | 2025.01.16 23:24:19.469518 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 316 | 2025.01.16 23:24:19.469789 [ 3 ] {b921b7a4-daad-446f-bb9d-4fa48489d964} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) 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) | ||
| 317 | 2025.01.16 23:24:19.469853 [ 3 ] {b921b7a4-daad-446f-bb9d-4fa48489d964} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 318 | 2025.01.16 23:24:19.473284 [ 3 ] {b921b7a4-daad-446f-bb9d-4fa48489d964} <Debug> oximeter.measurements_i32 (6eff5e27-d55b-4526-9220-c15b261b9dab): Loading data parts | ||
| 319 | 2025.01.16 23:24:19.473471 [ 3 ] {b921b7a4-daad-446f-bb9d-4fa48489d964} <Debug> oximeter.measurements_i32 (6eff5e27-d55b-4526-9220-c15b261b9dab): There are no data parts | ||
| 320 | 2025.01.16 23:24:19.493356 [ 3 ] {b921b7a4-daad-446f-bb9d-4fa48489d964} <Debug> TCPHandler: Processed in 0.023925979 sec. | ||
| 321 | 2025.01.16 23:24:19.493720 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 322 | 2025.01.16 23:24:19.494011 [ 5 ] {866e80bc-2605-47c5-b6ce-b23fd19df61c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) 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) | ||
| 323 | 2025.01.16 23:24:19.494097 [ 5 ] {866e80bc-2605-47c5-b6ce-b23fd19df61c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 324 | 2025.01.16 23:24:19.499388 [ 5 ] {866e80bc-2605-47c5-b6ce-b23fd19df61c} <Debug> oximeter.measurements_u32 (4efe8b2d-bf7f-478b-9509-591d18cb1291): Loading data parts | ||
| 325 | 2025.01.16 23:24:19.499628 [ 5 ] {866e80bc-2605-47c5-b6ce-b23fd19df61c} <Debug> oximeter.measurements_u32 (4efe8b2d-bf7f-478b-9509-591d18cb1291): There are no data parts | ||
| 326 | 2025.01.16 23:24:19.511154 [ 5 ] {866e80bc-2605-47c5-b6ce-b23fd19df61c} <Debug> TCPHandler: Processed in 0.017586358 sec. | ||
| 327 | 2025.01.16 23:24:19.511417 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 328 | 2025.01.16 23:24:19.511670 [ 3 ] {6dde887f-a5a7-4b49-94c5-393d324396b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) 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) | ||
| 329 | 2025.01.16 23:24:19.511735 [ 3 ] {6dde887f-a5a7-4b49-94c5-393d324396b1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 330 | 2025.01.16 23:24:19.524375 [ 3 ] {6dde887f-a5a7-4b49-94c5-393d324396b1} <Debug> oximeter.measurements_i64 (b2ca5da8-2d4f-43a1-b8ea-8ecf00e59b2e): Loading data parts | ||
| 331 | 2025.01.16 23:24:19.524579 [ 3 ] {6dde887f-a5a7-4b49-94c5-393d324396b1} <Debug> oximeter.measurements_i64 (b2ca5da8-2d4f-43a1-b8ea-8ecf00e59b2e): There are no data parts | ||
| 332 | 2025.01.16 23:24:19.537317 [ 3 ] {6dde887f-a5a7-4b49-94c5-393d324396b1} <Debug> TCPHandler: Processed in 0.025990449 sec. | ||
| 333 | 2025.01.16 23:24:19.537617 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 334 | 2025.01.16 23:24:19.537889 [ 5 ] {a1e4f833-8120-43ff-8db1-b5302f13ee50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) 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) | ||
| 335 | 2025.01.16 23:24:19.537986 [ 5 ] {a1e4f833-8120-43ff-8db1-b5302f13ee50} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 336 | 2025.01.16 23:24:19.549694 [ 5 ] {a1e4f833-8120-43ff-8db1-b5302f13ee50} <Debug> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Loading data parts | ||
| 337 | 2025.01.16 23:24:19.549891 [ 5 ] {a1e4f833-8120-43ff-8db1-b5302f13ee50} <Debug> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): There are no data parts | ||
| 338 | 2025.01.16 23:24:19.564123 [ 5 ] {a1e4f833-8120-43ff-8db1-b5302f13ee50} <Debug> TCPHandler: Processed in 0.02657914 sec. | ||
| 339 | 2025.01.16 23:24:19.564365 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 340 | 2025.01.16 23:24:19.564608 [ 3 ] {f3d812ad-ba48-46e1-9c5a-31127ca9be72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) 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) | ||
| 341 | 2025.01.16 23:24:19.564686 [ 3 ] {f3d812ad-ba48-46e1-9c5a-31127ca9be72} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 342 | 2025.01.16 23:24:19.575787 [ 3 ] {f3d812ad-ba48-46e1-9c5a-31127ca9be72} <Debug> oximeter.measurements_f32 (968a922c-05c9-4df6-a165-d390bcd1175e): Loading data parts | ||
| 343 | 2025.01.16 23:24:19.575972 [ 3 ] {f3d812ad-ba48-46e1-9c5a-31127ca9be72} <Debug> oximeter.measurements_f32 (968a922c-05c9-4df6-a165-d390bcd1175e): There are no data parts | ||
| 344 | 2025.01.16 23:24:19.589909 [ 3 ] {f3d812ad-ba48-46e1-9c5a-31127ca9be72} <Debug> TCPHandler: Processed in 0.025621853 sec. | ||
| 345 | 2025.01.16 23:24:19.590170 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 346 | 2025.01.16 23:24:19.590420 [ 5 ] {3acfab0f-26e4-43fd-aa8c-a7c03f51101f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) 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) | ||
| 347 | 2025.01.16 23:24:19.590490 [ 5 ] {3acfab0f-26e4-43fd-aa8c-a7c03f51101f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 348 | 2025.01.16 23:24:19.596587 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41774 | ||
| 349 | 2025.01.16 23:24:19.596733 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 350 | 2025.01.16 23:24:19.596789 [ 261 ] {} <Debug> TCP-Session: d7018aad-1e59-4e4d-8f8c-8065deb4ef30 Authenticating user 'default' from [fd00:1122:3344:101::b]:41774 | ||
| 351 | 2025.01.16 23:24:19.596815 [ 261 ] {} <Debug> TCP-Session: d7018aad-1e59-4e4d-8f8c-8065deb4ef30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 352 | 2025.01.16 23:24:19.596829 [ 261 ] {} <Debug> TCP-Session: d7018aad-1e59-4e4d-8f8c-8065deb4ef30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 353 | 2025.01.16 23:24:19.596900 [ 261 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 354 | 2025.01.16 23:24:19.596925 [ 261 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 355 | 2025.01.16 23:24:19.596952 [ 261 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 356 | 2025.01.16 23:24:19.597296 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45149 | ||
| 357 | 2025.01.16 23:24:19.597370 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51491 | ||
| 358 | 2025.01.16 23:24:19.597572 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 359 | 2025.01.16 23:24:19.597627 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 360 | 2025.01.16 23:24:19.597645 [ 262 ] {} <Debug> TCP-Session: 57735b0d-a3d6-4a3d-b48b-f8490a8e318d Authenticating user 'default' from [fd00:1122:3344:101::b]:45149 | ||
| 361 | 2025.01.16 23:24:19.597644 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46456 | ||
| 362 | 2025.01.16 23:24:19.597697 [ 263 ] {} <Debug> TCP-Session: ac938dd1-d869-49ec-9ad5-9997741f3462 Authenticating user 'default' from [fd00:1122:3344:101::b]:51491 | ||
| 363 | 2025.01.16 23:24:19.597697 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33275 | ||
| 364 | 2025.01.16 23:24:19.597727 [ 262 ] {} <Debug> TCP-Session: 57735b0d-a3d6-4a3d-b48b-f8490a8e318d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 365 | 2025.01.16 23:24:19.597891 [ 263 ] {} <Debug> TCP-Session: ac938dd1-d869-49ec-9ad5-9997741f3462 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 366 | 2025.01.16 23:24:19.598088 [ 263 ] {} <Debug> TCP-Session: ac938dd1-d869-49ec-9ad5-9997741f3462 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 367 | 2025.01.16 23:24:19.598089 [ 262 ] {} <Debug> TCP-Session: 57735b0d-a3d6-4a3d-b48b-f8490a8e318d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 368 | 2025.01.16 23:24:19.598149 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 369 | 2025.01.16 23:24:19.598227 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42902 | ||
| 370 | 2025.01.16 23:24:19.598251 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 371 | 2025.01.16 23:24:19.598287 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55662 | ||
| 372 | 2025.01.16 23:24:19.598313 [ 265 ] {} <Debug> TCP-Session: 3441e2db-8504-4f41-8985-7e9476b3f5b8 Authenticating user 'default' from [fd00:1122:3344:101::b]:33275 | ||
| 373 | 2025.01.16 23:24:19.598367 [ 264 ] {} <Debug> TCP-Session: 8c4a8681-0364-4584-8847-091ff4136270 Authenticating user 'default' from [fd00:1122:3344:101::b]:46456 | ||
| 374 | 2025.01.16 23:24:19.598229 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55451 | ||
| 375 | 2025.01.16 23:24:19.598548 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 376 | 2025.01.16 23:24:19.598761 [ 268 ] {} <Debug> TCP-Session: 32e4f7fe-9f89-46b1-9f86-c0c11cd59e39 Authenticating user 'default' from [fd00:1122:3344:101::b]:55662 | ||
| 377 | 2025.01.16 23:24:19.598788 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 378 | 2025.01.16 23:24:19.598793 [ 264 ] {} <Debug> TCP-Session: 8c4a8681-0364-4584-8847-091ff4136270 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 379 | 2025.01.16 23:24:19.598839 [ 268 ] {} <Debug> TCP-Session: 32e4f7fe-9f89-46b1-9f86-c0c11cd59e39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 380 | 2025.01.16 23:24:19.598810 [ 265 ] {} <Debug> TCP-Session: 3441e2db-8504-4f41-8985-7e9476b3f5b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 381 | 2025.01.16 23:24:19.598885 [ 268 ] {} <Debug> TCP-Session: 32e4f7fe-9f89-46b1-9f86-c0c11cd59e39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 382 | 2025.01.16 23:24:19.598877 [ 264 ] {} <Debug> TCP-Session: 8c4a8681-0364-4584-8847-091ff4136270 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 383 | 2025.01.16 23:24:19.598915 [ 265 ] {} <Debug> TCP-Session: 3441e2db-8504-4f41-8985-7e9476b3f5b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 384 | 2025.01.16 23:24:19.598860 [ 267 ] {} <Debug> TCP-Session: 890d0925-0b91-4ecb-a25d-a5dd07fe9b61 Authenticating user 'default' from [fd00:1122:3344:101::b]:42902 | ||
| 385 | 2025.01.16 23:24:19.598783 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 386 | 2025.01.16 23:24:19.599050 [ 266 ] {} <Debug> TCP-Session: 32c9e992-0f22-4860-b1c0-cf7f9b0d741b Authenticating user 'default' from [fd00:1122:3344:101::b]:55451 | ||
| 387 | 2025.01.16 23:24:19.599054 [ 267 ] {} <Debug> TCP-Session: 890d0925-0b91-4ecb-a25d-a5dd07fe9b61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 388 | 2025.01.16 23:24:19.599131 [ 266 ] {} <Debug> TCP-Session: 32c9e992-0f22-4860-b1c0-cf7f9b0d741b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 389 | 2025.01.16 23:24:19.599196 [ 267 ] {} <Debug> TCP-Session: 890d0925-0b91-4ecb-a25d-a5dd07fe9b61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 390 | 2025.01.16 23:24:19.599202 [ 266 ] {} <Debug> TCP-Session: 32c9e992-0f22-4860-b1c0-cf7f9b0d741b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 391 | 2025.01.16 23:24:19.600203 [ 5 ] {3acfab0f-26e4-43fd-aa8c-a7c03f51101f} <Debug> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Loading data parts | ||
| 392 | 2025.01.16 23:24:19.600379 [ 5 ] {3acfab0f-26e4-43fd-aa8c-a7c03f51101f} <Debug> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): There are no data parts | ||
| 393 | 2025.01.16 23:24:19.603573 [ 5 ] {3acfab0f-26e4-43fd-aa8c-a7c03f51101f} <Debug> TCPHandler: Processed in 0.013482169 sec. | ||
| 394 | 2025.01.16 23:24:19.603814 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 395 | 2025.01.16 23:24:19.604080 [ 3 ] {4a7384d9-5c73-4857-907f-0c7114aa95f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) 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) | ||
| 396 | 2025.01.16 23:24:19.604175 [ 3 ] {4a7384d9-5c73-4857-907f-0c7114aa95f5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 397 | 2025.01.16 23:24:19.630426 [ 3 ] {4a7384d9-5c73-4857-907f-0c7114aa95f5} <Debug> oximeter.measurements_string (26d3f263-ebb6-4eaf-9dab-fe259973f139): Loading data parts | ||
| 398 | 2025.01.16 23:24:19.630734 [ 3 ] {4a7384d9-5c73-4857-907f-0c7114aa95f5} <Debug> oximeter.measurements_string (26d3f263-ebb6-4eaf-9dab-fe259973f139): There are no data parts | ||
| 399 | 2025.01.16 23:24:19.636327 [ 3 ] {4a7384d9-5c73-4857-907f-0c7114aa95f5} <Debug> TCPHandler: Processed in 0.032575656 sec. | ||
| 400 | 2025.01.16 23:24:19.636651 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 401 | 2025.01.16 23:24:19.636972 [ 5 ] {ff9940b1-e6d0-4468-b545-8f924188be5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 402 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 403 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 404 | * a string isn't palatable for a few reasons. | ||
| 405 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 406 | * details. | ||
| 407 | */ | ||
| 408 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 409 | 2025.01.16 23:24:19.637057 [ 5 ] {ff9940b1-e6d0-4468-b545-8f924188be5b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 410 | 2025.01.16 23:24:19.648598 [ 5 ] {ff9940b1-e6d0-4468-b545-8f924188be5b} <Debug> oximeter.measurements_bytes (40d6049b-fe4f-4291-84fd-329bad51b8f1): Loading data parts | ||
| 411 | 2025.01.16 23:24:19.648816 [ 5 ] {ff9940b1-e6d0-4468-b545-8f924188be5b} <Debug> oximeter.measurements_bytes (40d6049b-fe4f-4291-84fd-329bad51b8f1): There are no data parts | ||
| 412 | 2025.01.16 23:24:19.658269 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63990 | ||
| 413 | 2025.01.16 23:24:19.658434 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 414 | 2025.01.16 23:24:19.658568 [ 269 ] {} <Debug> TCP-Session: 0a59a7fa-db34-4cc1-aaa5-e325d9148c55 Authenticating user 'default' from [fd00:1122:3344:101::e]:63990 | ||
| 415 | 2025.01.16 23:24:19.658604 [ 269 ] {} <Debug> TCP-Session: 0a59a7fa-db34-4cc1-aaa5-e325d9148c55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 416 | 2025.01.16 23:24:19.658624 [ 269 ] {} <Debug> TCP-Session: 0a59a7fa-db34-4cc1-aaa5-e325d9148c55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 417 | 2025.01.16 23:24:19.658779 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 418 | 2025.01.16 23:24:19.658814 [ 269 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 419 | 2025.01.16 23:24:19.658975 [ 269 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 420 | 2025.01.16 23:24:19.659262 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33842 | ||
| 421 | 2025.01.16 23:24:19.659336 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48742 | ||
| 422 | 2025.01.16 23:24:19.659651 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62281 | ||
| 423 | 2025.01.16 23:24:19.659656 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54606 | ||
| 424 | 2025.01.16 23:24:19.659526 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 425 | 2025.01.16 23:24:19.659675 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 426 | 2025.01.16 23:24:19.659866 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46160 | ||
| 427 | 2025.01.16 23:24:19.659874 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 428 | 2025.01.16 23:24:19.660047 [ 270 ] {} <Debug> TCP-Session: 6f7f8243-7ee0-4d5e-a07a-2cb55e379754 Authenticating user 'default' from [fd00:1122:3344:101::e]:33842 | ||
| 429 | 2025.01.16 23:24:19.660105 [ 272 ] {} <Debug> TCP-Session: 2c2237fb-b81c-42cd-b3c6-91a14504edeb Authenticating user 'default' from [fd00:1122:3344:101::e]:62281 | ||
| 430 | 2025.01.16 23:24:19.660119 [ 271 ] {} <Debug> TCP-Session: 3b1ce7d4-72e8-4632-84d5-8456e000c71a Authenticating user 'default' from [fd00:1122:3344:101::e]:48742 | ||
| 431 | 2025.01.16 23:24:19.660085 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36106 | ||
| 432 | 2025.01.16 23:24:19.660177 [ 270 ] {} <Debug> TCP-Session: 6f7f8243-7ee0-4d5e-a07a-2cb55e379754 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 433 | 2025.01.16 23:24:19.660214 [ 272 ] {} <Debug> TCP-Session: 2c2237fb-b81c-42cd-b3c6-91a14504edeb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 434 | 2025.01.16 23:24:19.660243 [ 271 ] {} <Debug> TCP-Session: 3b1ce7d4-72e8-4632-84d5-8456e000c71a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 435 | 2025.01.16 23:24:19.660165 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53591 | ||
| 436 | 2025.01.16 23:24:19.660070 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 437 | 2025.01.16 23:24:19.660367 [ 272 ] {} <Debug> TCP-Session: 2c2237fb-b81c-42cd-b3c6-91a14504edeb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 438 | 2025.01.16 23:24:19.660553 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 439 | 2025.01.16 23:24:19.660592 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 440 | 2025.01.16 23:24:19.660606 [ 273 ] {} <Debug> TCP-Session: 26a91dc1-d28f-4635-8d63-d60a2ec41f8d Authenticating user 'default' from [fd00:1122:3344:101::e]:54606 | ||
| 441 | 2025.01.16 23:24:19.660575 [ 271 ] {} <Debug> TCP-Session: 3b1ce7d4-72e8-4632-84d5-8456e000c71a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 442 | 2025.01.16 23:24:19.660540 [ 270 ] {} <Debug> TCP-Session: 6f7f8243-7ee0-4d5e-a07a-2cb55e379754 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 443 | 2025.01.16 23:24:19.660821 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 444 | 2025.01.16 23:24:19.660837 [ 276 ] {} <Debug> TCP-Session: 203baa7b-f42f-4615-acd7-c82a12fec117 Authenticating user 'default' from [fd00:1122:3344:101::e]:53591 | ||
| 445 | 2025.01.16 23:24:19.660842 [ 273 ] {} <Debug> TCP-Session: 26a91dc1-d28f-4635-8d63-d60a2ec41f8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 446 | 2025.01.16 23:24:19.660908 [ 274 ] {} <Debug> TCP-Session: 6473069b-b181-4b8e-8aa9-6825ab550e4f Authenticating user 'default' from [fd00:1122:3344:101::e]:46160 | ||
| 447 | 2025.01.16 23:24:19.660957 [ 275 ] {} <Debug> TCP-Session: b07a42ad-d30e-46f2-ac2d-3ee94342a61d Authenticating user 'default' from [fd00:1122:3344:101::e]:36106 | ||
| 448 | 2025.01.16 23:24:19.660979 [ 276 ] {} <Debug> TCP-Session: 203baa7b-f42f-4615-acd7-c82a12fec117 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 449 | 2025.01.16 23:24:19.661020 [ 275 ] {} <Debug> TCP-Session: b07a42ad-d30e-46f2-ac2d-3ee94342a61d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 450 | 2025.01.16 23:24:19.661028 [ 274 ] {} <Debug> TCP-Session: 6473069b-b181-4b8e-8aa9-6825ab550e4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 451 | 2025.01.16 23:24:19.661087 [ 276 ] {} <Debug> TCP-Session: 203baa7b-f42f-4615-acd7-c82a12fec117 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 452 | 2025.01.16 23:24:19.661096 [ 275 ] {} <Debug> TCP-Session: b07a42ad-d30e-46f2-ac2d-3ee94342a61d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 453 | 2025.01.16 23:24:19.660997 [ 273 ] {} <Debug> TCP-Session: 26a91dc1-d28f-4635-8d63-d60a2ec41f8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 454 | 2025.01.16 23:24:19.661134 [ 274 ] {} <Debug> TCP-Session: 6473069b-b181-4b8e-8aa9-6825ab550e4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 455 | 2025.01.16 23:24:19.661473 [ 5 ] {ff9940b1-e6d0-4468-b545-8f924188be5b} <Debug> TCPHandler: Processed in 0.024949119 sec. | ||
| 456 | 2025.01.16 23:24:19.662248 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 457 | 2025.01.16 23:24:19.662562 [ 3 ] {8aa2eea9-dc4e-4a47-820b-0243bbe2645a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) 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) | ||
| 458 | 2025.01.16 23:24:19.662670 [ 3 ] {8aa2eea9-dc4e-4a47-820b-0243bbe2645a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 459 | 2025.01.16 23:24:19.684828 [ 3 ] {8aa2eea9-dc4e-4a47-820b-0243bbe2645a} <Debug> oximeter.measurements_cumulativei64 (588d3ab0-7e85-4382-9c9c-420cb66dd61d): Loading data parts | ||
| 460 | 2025.01.16 23:24:19.685064 [ 3 ] {8aa2eea9-dc4e-4a47-820b-0243bbe2645a} <Debug> oximeter.measurements_cumulativei64 (588d3ab0-7e85-4382-9c9c-420cb66dd61d): There are no data parts | ||
| 461 | 2025.01.16 23:24:19.701034 [ 3 ] {8aa2eea9-dc4e-4a47-820b-0243bbe2645a} <Debug> TCPHandler: Processed in 0.038856066 sec. | ||
| 462 | 2025.01.16 23:24:19.701438 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 463 | 2025.01.16 23:24:19.701791 [ 5 ] {9bbcbabd-c62b-4f92-b3f4-f744248548e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) 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) | ||
| 464 | 2025.01.16 23:24:19.701976 [ 5 ] {9bbcbabd-c62b-4f92-b3f4-f744248548e7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 465 | 2025.01.16 23:24:19.711681 [ 5 ] {9bbcbabd-c62b-4f92-b3f4-f744248548e7} <Debug> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Loading data parts | ||
| 466 | 2025.01.16 23:24:19.711966 [ 5 ] {9bbcbabd-c62b-4f92-b3f4-f744248548e7} <Debug> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): There are no data parts | ||
| 467 | 2025.01.16 23:24:19.715281 [ 5 ] {9bbcbabd-c62b-4f92-b3f4-f744248548e7} <Debug> TCPHandler: Processed in 0.013987999 sec. | ||
| 468 | 2025.01.16 23:24:19.715501 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 469 | 2025.01.16 23:24:19.715828 [ 3 ] {fcaaa2a2-46f4-4256-8945-bed518e921d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) 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) | ||
| 470 | 2025.01.16 23:24:19.715962 [ 3 ] {fcaaa2a2-46f4-4256-8945-bed518e921d2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 471 | 2025.01.16 23:24:19.735318 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58488 | ||
| 472 | 2025.01.16 23:24:19.735420 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 473 | 2025.01.16 23:24:19.735512 [ 277 ] {} <Debug> TCP-Session: f2b28290-bf70-45b3-89eb-afa6540762a3 Authenticating user 'default' from [fd00:1122:3344:101::c]:58488 | ||
| 474 | 2025.01.16 23:24:19.735531 [ 277 ] {} <Debug> TCP-Session: f2b28290-bf70-45b3-89eb-afa6540762a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 475 | 2025.01.16 23:24:19.735544 [ 277 ] {} <Debug> TCP-Session: f2b28290-bf70-45b3-89eb-afa6540762a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 476 | 2025.01.16 23:24:19.735646 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 477 | 2025.01.16 23:24:19.735674 [ 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 | ||
| 478 | 2025.01.16 23:24:19.735747 [ 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 | ||
| 479 | 2025.01.16 23:24:19.736089 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51629 | ||
| 480 | 2025.01.16 23:24:19.736170 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35007 | ||
| 481 | 2025.01.16 23:24:19.736252 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50418 | ||
| 482 | 2025.01.16 23:24:19.736333 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63424 | ||
| 483 | 2025.01.16 23:24:19.736651 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 484 | 2025.01.16 23:24:19.736670 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52933 | ||
| 485 | 2025.01.16 23:24:19.736668 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 486 | 2025.01.16 23:24:19.736834 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 487 | 2025.01.16 23:24:19.736906 [ 278 ] {} <Debug> TCP-Session: c05ea2dd-d9e2-4835-8fb2-90531e1cfc7f Authenticating user 'default' from [fd00:1122:3344:101::c]:51629 | ||
| 488 | 2025.01.16 23:24:19.737028 [ 280 ] {} <Debug> TCP-Session: 76694ccb-94f8-4873-b6e6-957654a18c80 Authenticating user 'default' from [fd00:1122:3344:101::c]:50418 | ||
| 489 | 2025.01.16 23:24:19.737046 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 490 | 2025.01.16 23:24:19.737052 [ 278 ] {} <Debug> TCP-Session: c05ea2dd-d9e2-4835-8fb2-90531e1cfc7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 491 | 2025.01.16 23:24:19.737085 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36639 | ||
| 492 | 2025.01.16 23:24:19.737114 [ 280 ] {} <Debug> TCP-Session: 76694ccb-94f8-4873-b6e6-957654a18c80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 493 | 2025.01.16 23:24:19.737146 [ 279 ] {} <Debug> TCP-Session: a76d8327-a06b-4591-a0bc-8a33920f54bf Authenticating user 'default' from [fd00:1122:3344:101::c]:35007 | ||
| 494 | 2025.01.16 23:24:19.737157 [ 282 ] {} <Debug> TCP-Session: 08a534b7-4271-4edc-8b10-fd3b360f6c7e Authenticating user 'default' from [fd00:1122:3344:101::c]:52933 | ||
| 495 | 2025.01.16 23:24:19.737173 [ 278 ] {} <Debug> TCP-Session: c05ea2dd-d9e2-4835-8fb2-90531e1cfc7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 496 | 2025.01.16 23:24:19.737220 [ 279 ] {} <Debug> TCP-Session: a76d8327-a06b-4591-a0bc-8a33920f54bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 497 | 2025.01.16 23:24:19.737196 [ 280 ] {} <Debug> TCP-Session: 76694ccb-94f8-4873-b6e6-957654a18c80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 498 | 2025.01.16 23:24:19.737305 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52444 | ||
| 499 | 2025.01.16 23:24:19.737389 [ 279 ] {} <Debug> TCP-Session: a76d8327-a06b-4591-a0bc-8a33920f54bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 500 | 2025.01.16 23:24:19.737411 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 501 | 2025.01.16 23:24:19.737453 [ 282 ] {} <Debug> TCP-Session: 08a534b7-4271-4edc-8b10-fd3b360f6c7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 502 | 2025.01.16 23:24:19.737485 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 503 | 2025.01.16 23:24:19.737668 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 504 | 2025.01.16 23:24:19.737743 [ 283 ] {} <Debug> TCP-Session: cc950f4d-d2a5-473f-be2b-5b3f51dfae2e Authenticating user 'default' from [fd00:1122:3344:101::c]:36639 | ||
| 505 | 2025.01.16 23:24:19.737709 [ 281 ] {} <Debug> TCP-Session: 3c5d9258-d7f4-4038-80b9-b0b8b0bc2390 Authenticating user 'default' from [fd00:1122:3344:101::c]:63424 | ||
| 506 | 2025.01.16 23:24:19.737780 [ 284 ] {} <Debug> TCP-Session: c37978a8-539e-468b-8135-1f2ab0527c8e Authenticating user 'default' from [fd00:1122:3344:101::c]:52444 | ||
| 507 | 2025.01.16 23:24:19.737686 [ 282 ] {} <Debug> TCP-Session: 08a534b7-4271-4edc-8b10-fd3b360f6c7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 508 | 2025.01.16 23:24:19.737841 [ 281 ] {} <Debug> TCP-Session: 3c5d9258-d7f4-4038-80b9-b0b8b0bc2390 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 509 | 2025.01.16 23:24:19.737828 [ 284 ] {} <Debug> TCP-Session: c37978a8-539e-468b-8135-1f2ab0527c8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 510 | 2025.01.16 23:24:19.737818 [ 283 ] {} <Debug> TCP-Session: cc950f4d-d2a5-473f-be2b-5b3f51dfae2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 511 | 2025.01.16 23:24:19.737938 [ 281 ] {} <Debug> TCP-Session: 3c5d9258-d7f4-4038-80b9-b0b8b0bc2390 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 512 | 2025.01.16 23:24:19.737919 [ 284 ] {} <Debug> TCP-Session: c37978a8-539e-468b-8135-1f2ab0527c8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 513 | 2025.01.16 23:24:19.738013 [ 283 ] {} <Debug> TCP-Session: cc950f4d-d2a5-473f-be2b-5b3f51dfae2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 514 | 2025.01.16 23:24:19.739358 [ 3 ] {fcaaa2a2-46f4-4256-8945-bed518e921d2} <Debug> oximeter.measurements_cumulativef32 (b1885364-94b5-4f4e-b1eb-4bf868dbaf6e): Loading data parts | ||
| 515 | 2025.01.16 23:24:19.739555 [ 3 ] {fcaaa2a2-46f4-4256-8945-bed518e921d2} <Debug> oximeter.measurements_cumulativef32 (b1885364-94b5-4f4e-b1eb-4bf868dbaf6e): There are no data parts | ||
| 516 | 2025.01.16 23:24:19.744032 [ 3 ] {fcaaa2a2-46f4-4256-8945-bed518e921d2} <Debug> TCPHandler: Processed in 0.028590469 sec. | ||
| 517 | 2025.01.16 23:24:19.744360 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 518 | 2025.01.16 23:24:19.744636 [ 5 ] {c4b7633d-04f4-494c-a35c-92d810034539} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) 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) | ||
| 519 | 2025.01.16 23:24:19.744782 [ 5 ] {c4b7633d-04f4-494c-a35c-92d810034539} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 520 | 2025.01.16 23:24:19.758482 [ 5 ] {c4b7633d-04f4-494c-a35c-92d810034539} <Debug> oximeter.measurements_cumulativef64 (19f2b53c-5218-4c8d-8c34-75fd5f33d6fb): Loading data parts | ||
| 521 | 2025.01.16 23:24:19.758822 [ 5 ] {c4b7633d-04f4-494c-a35c-92d810034539} <Debug> oximeter.measurements_cumulativef64 (19f2b53c-5218-4c8d-8c34-75fd5f33d6fb): There are no data parts | ||
| 522 | 2025.01.16 23:24:19.770986 [ 5 ] {c4b7633d-04f4-494c-a35c-92d810034539} <Debug> TCPHandler: Processed in 0.026736763 sec. | ||
| 523 | 2025.01.16 23:24:19.771344 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 524 | 2025.01.16 23:24:19.771932 [ 3 ] {42833715-03c8-4727-a30f-aeef6c86a8ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 525 | * NOTE: Array types cannot be Nullable, see | ||
| 526 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 527 | * for more details. | ||
| 528 | * | ||
| 529 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 530 | * is unfortunate, and at this point relies on the fact that an | ||
| 531 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 532 | * to figure out another way to represent missing samples here. | ||
| 533 | */ | ||
| 534 | 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) | ||
| 535 | 2025.01.16 23:24:19.772139 [ 3 ] {42833715-03c8-4727-a30f-aeef6c86a8ee} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 536 | 2025.01.16 23:24:19.784857 [ 3 ] {42833715-03c8-4727-a30f-aeef6c86a8ee} <Debug> oximeter.measurements_histogrami8 (7e76ffd3-4501-4100-9355-63a189f00b9b): Loading data parts | ||
| 537 | 2025.01.16 23:24:19.785076 [ 3 ] {42833715-03c8-4727-a30f-aeef6c86a8ee} <Debug> oximeter.measurements_histogrami8 (7e76ffd3-4501-4100-9355-63a189f00b9b): There are no data parts | ||
| 538 | 2025.01.16 23:24:19.797450 [ 3 ] {42833715-03c8-4727-a30f-aeef6c86a8ee} <Debug> TCPHandler: Processed in 0.026275845 sec. | ||
| 539 | 2025.01.16 23:24:19.797793 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 540 | 2025.01.16 23:24:19.798140 [ 5 ] {3a4402f5-d7a6-49fb-a637-50a95d27b1e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) 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) | ||
| 541 | 2025.01.16 23:24:19.798312 [ 5 ] {3a4402f5-d7a6-49fb-a637-50a95d27b1e9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 542 | 2025.01.16 23:24:19.811450 [ 5 ] {3a4402f5-d7a6-49fb-a637-50a95d27b1e9} <Debug> oximeter.measurements_histogramu8 (27d94100-3a4a-4f70-b438-938e7d347aa7): Loading data parts | ||
| 543 | 2025.01.16 23:24:19.811763 [ 5 ] {3a4402f5-d7a6-49fb-a637-50a95d27b1e9} <Debug> oximeter.measurements_histogramu8 (27d94100-3a4a-4f70-b438-938e7d347aa7): There are no data parts | ||
| 544 | 2025.01.16 23:24:19.824093 [ 5 ] {3a4402f5-d7a6-49fb-a637-50a95d27b1e9} <Debug> TCPHandler: Processed in 0.026397467 sec. | ||
| 545 | 2025.01.16 23:24:19.824362 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 546 | 2025.01.16 23:24:19.824828 [ 3 ] {fa2759af-7697-4149-bd99-ccd14d8072bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) 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) | ||
| 547 | 2025.01.16 23:24:19.824978 [ 3 ] {fa2759af-7697-4149-bd99-ccd14d8072bb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 548 | 2025.01.16 23:24:19.838348 [ 3 ] {fa2759af-7697-4149-bd99-ccd14d8072bb} <Debug> oximeter.measurements_histogrami16 (fcc8c82e-3ad8-4f5f-85e9-05aa3f9a51ee): Loading data parts | ||
| 549 | 2025.01.16 23:24:19.838547 [ 3 ] {fa2759af-7697-4149-bd99-ccd14d8072bb} <Debug> oximeter.measurements_histogrami16 (fcc8c82e-3ad8-4f5f-85e9-05aa3f9a51ee): There are no data parts | ||
| 550 | 2025.01.16 23:24:19.850636 [ 3 ] {fa2759af-7697-4149-bd99-ccd14d8072bb} <Debug> TCPHandler: Processed in 0.026378697 sec. | ||
| 551 | 2025.01.16 23:24:19.850984 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 552 | 2025.01.16 23:24:19.851311 [ 5 ] {995327fa-70ab-4c23-ac3e-7ea676d2f774} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) 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) | ||
| 553 | 2025.01.16 23:24:19.851550 [ 5 ] {995327fa-70ab-4c23-ac3e-7ea676d2f774} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 554 | 2025.01.16 23:24:19.869373 [ 5 ] {995327fa-70ab-4c23-ac3e-7ea676d2f774} <Debug> oximeter.measurements_histogramu16 (5e03ca83-28eb-43f9-8259-0d7d5c01ca38): Loading data parts | ||
| 555 | 2025.01.16 23:24:19.869789 [ 5 ] {995327fa-70ab-4c23-ac3e-7ea676d2f774} <Debug> oximeter.measurements_histogramu16 (5e03ca83-28eb-43f9-8259-0d7d5c01ca38): There are no data parts | ||
| 556 | 2025.01.16 23:24:19.880331 [ 5 ] {995327fa-70ab-4c23-ac3e-7ea676d2f774} <Debug> TCPHandler: Processed in 0.029428036 sec. | ||
| 557 | 2025.01.16 23:24:19.880623 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 558 | 2025.01.16 23:24:19.881128 [ 3 ] {be838e9d-9596-40ed-9829-44933642cf45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) 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) | ||
| 559 | 2025.01.16 23:24:19.881301 [ 3 ] {be838e9d-9596-40ed-9829-44933642cf45} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 560 | 2025.01.16 23:24:19.903386 [ 3 ] {be838e9d-9596-40ed-9829-44933642cf45} <Debug> oximeter.measurements_histogrami32 (9eb3e299-2401-4f5b-a812-6885cf2c89f9): Loading data parts | ||
| 561 | 2025.01.16 23:24:19.903639 [ 3 ] {be838e9d-9596-40ed-9829-44933642cf45} <Debug> oximeter.measurements_histogrami32 (9eb3e299-2401-4f5b-a812-6885cf2c89f9): There are no data parts | ||
| 562 | 2025.01.16 23:24:19.916230 [ 3 ] {be838e9d-9596-40ed-9829-44933642cf45} <Debug> TCPHandler: Processed in 0.035725106 sec. | ||
| 563 | 2025.01.16 23:24:19.916583 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 564 | 2025.01.16 23:24:19.916924 [ 5 ] {01de70aa-f5e1-4529-aafe-582e1530d17d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) 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) | ||
| 565 | 2025.01.16 23:24:19.917142 [ 5 ] {01de70aa-f5e1-4529-aafe-582e1530d17d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 566 | 2025.01.16 23:24:19.939748 [ 5 ] {01de70aa-f5e1-4529-aafe-582e1530d17d} <Debug> oximeter.measurements_histogramu32 (fffabd4d-6614-43bc-b942-8949b22a1891): Loading data parts | ||
| 567 | 2025.01.16 23:24:19.940001 [ 5 ] {01de70aa-f5e1-4529-aafe-582e1530d17d} <Debug> oximeter.measurements_histogramu32 (fffabd4d-6614-43bc-b942-8949b22a1891): There are no data parts | ||
| 568 | 2025.01.16 23:24:19.953280 [ 5 ] {01de70aa-f5e1-4529-aafe-582e1530d17d} <Debug> TCPHandler: Processed in 0.036789596 sec. | ||
| 569 | 2025.01.16 23:24:19.953581 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 570 | 2025.01.16 23:24:19.954049 [ 3 ] {b63340b9-874e-4f54-9cf8-df263f388d75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) 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) | ||
| 571 | 2025.01.16 23:24:19.954245 [ 3 ] {b63340b9-874e-4f54-9cf8-df263f388d75} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 572 | 2025.01.16 23:24:19.980001 [ 3 ] {b63340b9-874e-4f54-9cf8-df263f388d75} <Debug> oximeter.measurements_histogrami64 (a5aed6d4-560c-4dfe-bac2-848b11176406): Loading data parts | ||
| 573 | 2025.01.16 23:24:19.980231 [ 3 ] {b63340b9-874e-4f54-9cf8-df263f388d75} <Debug> oximeter.measurements_histogrami64 (a5aed6d4-560c-4dfe-bac2-848b11176406): There are no data parts | ||
| 574 | 2025.01.16 23:24:19.988883 [ 3 ] {b63340b9-874e-4f54-9cf8-df263f388d75} <Debug> TCPHandler: Processed in 0.035443231 sec. | ||
| 575 | 2025.01.16 23:24:19.989217 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 576 | 2025.01.16 23:24:19.989598 [ 5 ] {cafd27ec-9226-48bd-a0c6-c3eb8f261959} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) 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) | ||
| 577 | 2025.01.16 23:24:19.989772 [ 5 ] {cafd27ec-9226-48bd-a0c6-c3eb8f261959} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 578 | 2025.01.16 23:24:19.998221 [ 5 ] {cafd27ec-9226-48bd-a0c6-c3eb8f261959} <Debug> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Loading data parts | ||
| 579 | 2025.01.16 23:24:19.998454 [ 5 ] {cafd27ec-9226-48bd-a0c6-c3eb8f261959} <Debug> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): There are no data parts | ||
| 580 | 2025.01.16 23:24:20.000272 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 123.37 MiB, peak 123.37 MiB, free memory in arenas 0.00 B, will set to 135.99 MiB (RSS), difference: 12.62 MiB | ||
| 581 | 2025.01.16 23:24:20.011875 [ 5 ] {cafd27ec-9226-48bd-a0c6-c3eb8f261959} <Debug> TCPHandler: Processed in 0.022702316 sec. | ||
| 582 | 2025.01.16 23:24:20.012166 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 583 | 2025.01.16 23:24:20.012604 [ 3 ] {855b4622-6b2b-4951-8791-e0f61a7d8aaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) 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) | ||
| 584 | 2025.01.16 23:24:20.012763 [ 3 ] {855b4622-6b2b-4951-8791-e0f61a7d8aaa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 585 | 2025.01.16 23:24:20.026658 [ 3 ] {855b4622-6b2b-4951-8791-e0f61a7d8aaa} <Debug> oximeter.measurements_histogramf32 (d19bf2f6-474f-43bf-9f82-a01ca265f8e1): Loading data parts | ||
| 586 | 2025.01.16 23:24:20.026866 [ 3 ] {855b4622-6b2b-4951-8791-e0f61a7d8aaa} <Debug> oximeter.measurements_histogramf32 (d19bf2f6-474f-43bf-9f82-a01ca265f8e1): There are no data parts | ||
| 587 | 2025.01.16 23:24:20.039798 [ 3 ] {855b4622-6b2b-4951-8791-e0f61a7d8aaa} <Debug> TCPHandler: Processed in 0.027720702 sec. | ||
| 588 | 2025.01.16 23:24:20.040156 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 589 | 2025.01.16 23:24:20.040637 [ 5 ] {36284593-de30-41e8-a45c-9ad9ab4192d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) 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) | ||
| 590 | 2025.01.16 23:24:20.040846 [ 5 ] {36284593-de30-41e8-a45c-9ad9ab4192d8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 591 | 2025.01.16 23:24:20.065058 [ 5 ] {36284593-de30-41e8-a45c-9ad9ab4192d8} <Debug> oximeter.measurements_histogramf64 (f3dde241-2514-4271-bf59-1f64f6a03941): Loading data parts | ||
| 592 | 2025.01.16 23:24:20.065354 [ 5 ] {36284593-de30-41e8-a45c-9ad9ab4192d8} <Debug> oximeter.measurements_histogramf64 (f3dde241-2514-4271-bf59-1f64f6a03941): There are no data parts | ||
| 593 | 2025.01.16 23:24:20.069021 [ 5 ] {36284593-de30-41e8-a45c-9ad9ab4192d8} <Debug> TCPHandler: Processed in 0.029056628 sec. | ||
| 594 | 2025.01.16 23:24:20.069268 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 595 | 2025.01.16 23:24:20.069617 [ 3 ] {c3a91b91-5830-47df-a702-b804b8c6fa6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) /* The field tables store named dimensions of each timeseries. | ||
| 596 | * | ||
| 597 | * As with the measurement tables, there is one field table for each field data | ||
| 598 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 599 | * this behavior **must not** be relied upon for query correctness. | ||
| 600 | * | ||
| 601 | * The index for the fields differs from the measurements, however. Rows are | ||
| 602 | * sorted by timeseries name, then field name, field value, and finally | ||
| 603 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 604 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 605 | * usually then used to look up measurements. | ||
| 606 | * | ||
| 607 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 608 | * timeseries name and then key, since it would improve lookups where one | ||
| 609 | * already has the key. Realistically though, these tables are quite small and | ||
| 610 | * so performance benefits will be low in absolute terms. | ||
| 611 | * | ||
| 612 | * TTL: We use a materialized column to expire old field table records. This | ||
| 613 | * column is generated automatically by the database whenever a new row is | ||
| 614 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 615 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 616 | * record will remain during a deduplication, which will have the last | ||
| 617 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 618 | * measurement tables. | ||
| 619 | */ | ||
| 620 | 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) | ||
| 621 | 2025.01.16 23:24:20.069764 [ 3 ] {c3a91b91-5830-47df-a702-b804b8c6fa6d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 622 | 2025.01.16 23:24:20.092826 [ 3 ] {c3a91b91-5830-47df-a702-b804b8c6fa6d} <Debug> oximeter.fields_bool (8f2145bd-84d1-4cd6-a0d4-74ebf60394ee): Loading data parts | ||
| 623 | 2025.01.16 23:24:20.093015 [ 3 ] {c3a91b91-5830-47df-a702-b804b8c6fa6d} <Debug> oximeter.fields_bool (8f2145bd-84d1-4cd6-a0d4-74ebf60394ee): There are no data parts | ||
| 624 | 2025.01.16 23:24:20.103124 [ 3 ] {c3a91b91-5830-47df-a702-b804b8c6fa6d} <Debug> TCPHandler: Processed in 0.033943852 sec. | ||
| 625 | 2025.01.16 23:24:20.103443 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 626 | 2025.01.16 23:24:20.103664 [ 5 ] {702eec34-cc7a-4f94-ba43-62c134a59102} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) 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) | ||
| 627 | 2025.01.16 23:24:20.103819 [ 5 ] {702eec34-cc7a-4f94-ba43-62c134a59102} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 628 | 2025.01.16 23:24:20.108908 [ 5 ] {702eec34-cc7a-4f94-ba43-62c134a59102} <Debug> oximeter.fields_i8 (abf7ee17-8954-43ad-bd61-49d80ff18eaa): Loading data parts | ||
| 629 | 2025.01.16 23:24:20.109207 [ 5 ] {702eec34-cc7a-4f94-ba43-62c134a59102} <Debug> oximeter.fields_i8 (abf7ee17-8954-43ad-bd61-49d80ff18eaa): There are no data parts | ||
| 630 | 2025.01.16 23:24:20.117693 [ 5 ] {702eec34-cc7a-4f94-ba43-62c134a59102} <Debug> TCPHandler: Processed in 0.014313775 sec. | ||
| 631 | 2025.01.16 23:24:20.117925 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 632 | 2025.01.16 23:24:20.118372 [ 3 ] {bb735ba0-3557-4160-96b3-da1364549235} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) 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) | ||
| 633 | 2025.01.16 23:24:20.118490 [ 3 ] {bb735ba0-3557-4160-96b3-da1364549235} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 634 | 2025.01.16 23:24:20.128107 [ 3 ] {bb735ba0-3557-4160-96b3-da1364549235} <Debug> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Loading data parts | ||
| 635 | 2025.01.16 23:24:20.128361 [ 3 ] {bb735ba0-3557-4160-96b3-da1364549235} <Debug> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): There are no data parts | ||
| 636 | 2025.01.16 23:24:20.138270 [ 3 ] {bb735ba0-3557-4160-96b3-da1364549235} <Debug> TCPHandler: Processed in 0.020424272 sec. | ||
| 637 | 2025.01.16 23:24:20.138590 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 638 | 2025.01.16 23:24:20.138795 [ 5 ] {71b84bb2-b692-4719-911b-9fe4dbdfd373} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) 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) | ||
| 639 | 2025.01.16 23:24:20.138946 [ 5 ] {71b84bb2-b692-4719-911b-9fe4dbdfd373} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 640 | 2025.01.16 23:24:20.148726 [ 5 ] {71b84bb2-b692-4719-911b-9fe4dbdfd373} <Debug> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Loading data parts | ||
| 641 | 2025.01.16 23:24:20.149113 [ 5 ] {71b84bb2-b692-4719-911b-9fe4dbdfd373} <Debug> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): There are no data parts | ||
| 642 | 2025.01.16 23:24:20.161148 [ 5 ] {71b84bb2-b692-4719-911b-9fe4dbdfd373} <Debug> TCPHandler: Processed in 0.022615855 sec. | ||
| 643 | 2025.01.16 23:24:20.161377 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 644 | 2025.01.16 23:24:20.161697 [ 3 ] {a165e6dd-dd07-4bc8-9e26-d402a6a5d628} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) 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) | ||
| 645 | 2025.01.16 23:24:20.161787 [ 3 ] {a165e6dd-dd07-4bc8-9e26-d402a6a5d628} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 646 | 2025.01.16 23:24:20.172075 [ 3 ] {a165e6dd-dd07-4bc8-9e26-d402a6a5d628} <Debug> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Loading data parts | ||
| 647 | 2025.01.16 23:24:20.172323 [ 3 ] {a165e6dd-dd07-4bc8-9e26-d402a6a5d628} <Debug> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): There are no data parts | ||
| 648 | 2025.01.16 23:24:20.183038 [ 3 ] {a165e6dd-dd07-4bc8-9e26-d402a6a5d628} <Debug> TCPHandler: Processed in 0.021740977 sec. | ||
| 649 | 2025.01.16 23:24:20.183438 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 650 | 2025.01.16 23:24:20.183691 [ 5 ] {8e187d8f-d111-4219-add1-25a12eebce6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) 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) | ||
| 651 | 2025.01.16 23:24:20.183912 [ 5 ] {8e187d8f-d111-4219-add1-25a12eebce6b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 652 | 2025.01.16 23:24:20.195834 [ 5 ] {8e187d8f-d111-4219-add1-25a12eebce6b} <Debug> oximeter.fields_i32 (4d2fd12f-bd2a-4980-b56a-d16e6d65c4a6): Loading data parts | ||
| 653 | 2025.01.16 23:24:20.196137 [ 5 ] {8e187d8f-d111-4219-add1-25a12eebce6b} <Debug> oximeter.fields_i32 (4d2fd12f-bd2a-4980-b56a-d16e6d65c4a6): There are no data parts | ||
| 654 | 2025.01.16 23:24:20.208345 [ 5 ] {8e187d8f-d111-4219-add1-25a12eebce6b} <Debug> TCPHandler: Processed in 0.024976429 sec. | ||
| 655 | 2025.01.16 23:24:20.208607 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 656 | 2025.01.16 23:24:20.208998 [ 3 ] {e3340df5-64ab-4fd4-b435-adae40a2d76c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) 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) | ||
| 657 | 2025.01.16 23:24:20.209115 [ 3 ] {e3340df5-64ab-4fd4-b435-adae40a2d76c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 658 | 2025.01.16 23:24:20.218005 [ 3 ] {e3340df5-64ab-4fd4-b435-adae40a2d76c} <Debug> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Loading data parts | ||
| 659 | 2025.01.16 23:24:20.218183 [ 3 ] {e3340df5-64ab-4fd4-b435-adae40a2d76c} <Debug> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): There are no data parts | ||
| 660 | 2025.01.16 23:24:20.226951 [ 3 ] {e3340df5-64ab-4fd4-b435-adae40a2d76c} <Debug> TCPHandler: Processed in 0.018453864 sec. | ||
| 661 | 2025.01.16 23:24:20.227275 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 662 | 2025.01.16 23:24:20.227539 [ 5 ] {77c55cd1-8a29-42c1-a0a2-d9c00d908fdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) 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) | ||
| 663 | 2025.01.16 23:24:20.227707 [ 5 ] {77c55cd1-8a29-42c1-a0a2-d9c00d908fdf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 664 | 2025.01.16 23:24:20.237315 [ 5 ] {77c55cd1-8a29-42c1-a0a2-d9c00d908fdf} <Debug> oximeter.fields_i64 (7661747a-c1ef-4d63-88f2-a6af3bf6c98e): Loading data parts | ||
| 665 | 2025.01.16 23:24:20.237698 [ 5 ] {77c55cd1-8a29-42c1-a0a2-d9c00d908fdf} <Debug> oximeter.fields_i64 (7661747a-c1ef-4d63-88f2-a6af3bf6c98e): There are no data parts | ||
| 666 | 2025.01.16 23:24:20.247743 [ 5 ] {77c55cd1-8a29-42c1-a0a2-d9c00d908fdf} <Debug> TCPHandler: Processed in 0.020542705 sec. | ||
| 667 | 2025.01.16 23:24:20.248007 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 668 | 2025.01.16 23:24:20.248383 [ 3 ] {12d91729-3a5f-4256-9518-1a5d1538957f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) 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) | ||
| 669 | 2025.01.16 23:24:20.248506 [ 3 ] {12d91729-3a5f-4256-9518-1a5d1538957f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 670 | 2025.01.16 23:24:20.259270 [ 3 ] {12d91729-3a5f-4256-9518-1a5d1538957f} <Debug> oximeter.fields_u64 (36310c88-3c77-46cb-88e0-db71709ddcff): Loading data parts | ||
| 671 | 2025.01.16 23:24:20.259468 [ 3 ] {12d91729-3a5f-4256-9518-1a5d1538957f} <Debug> oximeter.fields_u64 (36310c88-3c77-46cb-88e0-db71709ddcff): There are no data parts | ||
| 672 | 2025.01.16 23:24:20.269928 [ 3 ] {12d91729-3a5f-4256-9518-1a5d1538957f} <Debug> TCPHandler: Processed in 0.022018083 sec. | ||
| 673 | 2025.01.16 23:24:20.270620 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 674 | 2025.01.16 23:24:20.270846 [ 5 ] {cd368430-c8ee-4298-a597-684515116037} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) 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) | ||
| 675 | 2025.01.16 23:24:20.271512 [ 5 ] {cd368430-c8ee-4298-a597-684515116037} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 676 | 2025.01.16 23:24:20.281885 [ 5 ] {cd368430-c8ee-4298-a597-684515116037} <Debug> oximeter.fields_ipaddr (32f5c164-55f5-48ad-a123-78247430c5f2): Loading data parts | ||
| 677 | 2025.01.16 23:24:20.282181 [ 5 ] {cd368430-c8ee-4298-a597-684515116037} <Debug> oximeter.fields_ipaddr (32f5c164-55f5-48ad-a123-78247430c5f2): There are no data parts | ||
| 678 | 2025.01.16 23:24:20.292437 [ 5 ] {cd368430-c8ee-4298-a597-684515116037} <Debug> TCPHandler: Processed in 0.021952121 sec. | ||
| 679 | 2025.01.16 23:24:20.292754 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 680 | 2025.01.16 23:24:20.293086 [ 3 ] {e23a8223-95a7-4eb8-9fe7-c063756aa62f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) 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) | ||
| 681 | 2025.01.16 23:24:20.293184 [ 3 ] {e23a8223-95a7-4eb8-9fe7-c063756aa62f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 682 | 2025.01.16 23:24:20.304697 [ 3 ] {e23a8223-95a7-4eb8-9fe7-c063756aa62f} <Debug> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Loading data parts | ||
| 683 | 2025.01.16 23:24:20.304877 [ 3 ] {e23a8223-95a7-4eb8-9fe7-c063756aa62f} <Debug> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): There are no data parts | ||
| 684 | 2025.01.16 23:24:20.315367 [ 3 ] {e23a8223-95a7-4eb8-9fe7-c063756aa62f} <Debug> TCPHandler: Processed in 0.022703325 sec. | ||
| 685 | 2025.01.16 23:24:20.315612 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 686 | 2025.01.16 23:24:20.315861 [ 5 ] {43f706b8-b58f-4130-8056-67541615ff3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) 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) | ||
| 687 | 2025.01.16 23:24:20.315955 [ 5 ] {43f706b8-b58f-4130-8056-67541615ff3f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 688 | 2025.01.16 23:24:20.327668 [ 5 ] {43f706b8-b58f-4130-8056-67541615ff3f} <Debug> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Loading data parts | ||
| 689 | 2025.01.16 23:24:20.327928 [ 5 ] {43f706b8-b58f-4130-8056-67541615ff3f} <Debug> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): There are no data parts | ||
| 690 | 2025.01.16 23:24:20.339479 [ 5 ] {43f706b8-b58f-4130-8056-67541615ff3f} <Debug> TCPHandler: Processed in 0.0239389 sec. | ||
| 691 | 2025.01.16 23:24:20.339698 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 692 | 2025.01.16 23:24:20.340095 [ 3 ] {63d85286-1223-439d-9634-3723888b3006} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) /* The timeseries schema table stores the extracted schema for the samples | ||
| 693 | * oximeter collects. | ||
| 694 | */ | ||
| 695 | 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) | ||
| 696 | 2025.01.16 23:24:20.340202 [ 3 ] {63d85286-1223-439d-9634-3723888b3006} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 697 | 2025.01.16 23:24:20.352912 [ 3 ] {63d85286-1223-439d-9634-3723888b3006} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a): Loading data parts | ||
| 698 | 2025.01.16 23:24:20.353122 [ 3 ] {63d85286-1223-439d-9634-3723888b3006} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a): There are no data parts | ||
| 699 | 2025.01.16 23:24:20.356292 [ 3 ] {63d85286-1223-439d-9634-3723888b3006} <Debug> TCPHandler: Processed in 0.016654829 sec. | ||
| 700 | 2025.01.16 23:24:20.356503 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 701 | 2025.01.16 23:24:20.356734 [ 5 ] {5d0a49bf-e26a-421f-9227-8e2fbad63826} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 702 | 2025.01.16 23:24:20.358048 [ 5 ] {5d0a49bf-e26a-421f-9227-8e2fbad63826} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 703 | 2025.01.16 23:24:20.366069 [ 259 ] {5d0a49bf-e26a-421f-9227-8e2fbad63826} <Trace> oximeter.version (243e78c2-737f-4f26-a1e0-e902454db46b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 704 | 2025.01.16 23:24:20.366145 [ 259 ] {5d0a49bf-e26a-421f-9227-8e2fbad63826} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 705 | 2025.01.16 23:24:20.370661 [ 259 ] {5d0a49bf-e26a-421f-9227-8e2fbad63826} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 706 | 2025.01.16 23:24:20.371005 [ 259 ] {5d0a49bf-e26a-421f-9227-8e2fbad63826} <Trace> oximeter.version (243e78c2-737f-4f26-a1e0-e902454db46b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 707 | 2025.01.16 23:24:20.371340 [ 5 ] {5d0a49bf-e26a-421f-9227-8e2fbad63826} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.014673 sec., 68.15238874122538 rows/sec., 1.06 KiB/sec. | ||
| 708 | 2025.01.16 23:24:20.371735 [ 5 ] {5d0a49bf-e26a-421f-9227-8e2fbad63826} <Debug> TCPHandler: Processed in 0.015293614 sec. | ||
| 709 | 2025.01.16 23:24:21.000194 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 137.28 MiB, peak 137.28 MiB, free memory in arenas 0.00 B, will set to 140.86 MiB (RSS), difference: 3.58 MiB | ||
| 710 | 2025.01.16 23:24:26.644118 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 711 | 2025.01.16 23:24:26.644177 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 | ||
| 712 | 2025.01.16 23:24:26.644234 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 713 | 2025.01.16 23:24:26.644303 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 714 | 2025.01.16 23:24:26.650334 [ 244 ] {} <Debug> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Loading data parts | ||
| 715 | 2025.01.16 23:24:26.650755 [ 244 ] {} <Debug> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): There are no data parts | ||
| 716 | 2025.01.16 23:24:26.657738 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 717 | 2025.01.16 23:24:26.657925 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 718 | 2025.01.16 23:24:26.660986 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 719 | 2025.01.16 23:24:26.662098 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 720 | 2025.01.16 23:24:26.663049 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 | ||
| 721 | 2025.01.16 23:24:26.682834 [ 243 ] {} <Debug> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Loading data parts | ||
| 722 | 2025.01.16 23:24:26.683059 [ 243 ] {} <Debug> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): There are no data parts | ||
| 723 | 2025.01.16 23:24:26.712245 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 724 | 2025.01.16 23:24:26.712398 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 725 | 2025.01.16 23:24:26.719817 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 726 | 2025.01.16 23:24:26.720991 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 727 | 2025.01.16 23:24:26.723611 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 728 | 2025.01.16 23:24:27.000287 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.82 MiB, peak 149.82 MiB, free memory in arenas 0.00 B, will set to 150.39 MiB (RSS), difference: 4.57 MiB | ||
| 729 | 2025.01.16 23:24:29.144100 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 | ||
| 730 | 2025.01.16 23:24:29.144246 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 731 | 2025.01.16 23:24:29.152250 [ 242 ] {} <Debug> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Loading data parts | ||
| 732 | 2025.01.16 23:24:29.152482 [ 242 ] {} <Debug> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): There are no data parts | ||
| 733 | 2025.01.16 23:24:29.158774 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 734 | 2025.01.16 23:24:29.158960 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 735 | 2025.01.16 23:24:29.160707 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 736 | 2025.01.16 23:24:29.161268 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 737 | 2025.01.16 23:24:29.161806 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90 | ||
| 738 | 2025.01.16 23:24:29.670781 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48320 | ||
| 739 | 2025.01.16 23:24:29.670904 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 740 | 2025.01.16 23:24:29.670933 [ 285 ] {} <Debug> TCP-Session: 27bf2d7b-afa2-4e0e-8bb1-c1d4835621e8 Authenticating user 'default' from [fd00:1122:3344:101::a]:48320 | ||
| 741 | 2025.01.16 23:24:29.671071 [ 285 ] {} <Debug> TCP-Session: 27bf2d7b-afa2-4e0e-8bb1-c1d4835621e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 742 | 2025.01.16 23:24:29.671135 [ 285 ] {} <Debug> TCP-Session: 27bf2d7b-afa2-4e0e-8bb1-c1d4835621e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 743 | 2025.01.16 23:24:29.671190 [ 285 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 744 | 2025.01.16 23:24:29.671255 [ 285 ] {} <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 | ||
| 745 | 2025.01.16 23:24:29.671311 [ 285 ] {} <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 | ||
| 746 | 2025.01.16 23:24:29.671790 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59748 | ||
| 747 | 2025.01.16 23:24:29.671941 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60108 | ||
| 748 | 2025.01.16 23:24:29.671953 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 749 | 2025.01.16 23:24:29.672038 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60476 | ||
| 750 | 2025.01.16 23:24:29.672138 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 751 | 2025.01.16 23:24:29.672168 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:52700 | ||
| 752 | 2025.01.16 23:24:29.672277 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57615 | ||
| 753 | 2025.01.16 23:24:29.672299 [ 286 ] {} <Debug> TCP-Session: 143fe957-fed4-410d-b8c0-c2920908e4d0 Authenticating user 'default' from [fd00:1122:3344:101::a]:59748 | ||
| 754 | 2025.01.16 23:24:29.672339 [ 287 ] {} <Debug> TCP-Session: 888b4018-6c23-45f6-90a1-0b6dab7b043f Authenticating user 'default' from [fd00:1122:3344:101::a]:60108 | ||
| 755 | 2025.01.16 23:24:29.672452 [ 286 ] {} <Debug> TCP-Session: 143fe957-fed4-410d-b8c0-c2920908e4d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 756 | 2025.01.16 23:24:29.672539 [ 287 ] {} <Debug> TCP-Session: 888b4018-6c23-45f6-90a1-0b6dab7b043f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 757 | 2025.01.16 23:24:29.672581 [ 286 ] {} <Debug> TCP-Session: 143fe957-fed4-410d-b8c0-c2920908e4d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 758 | 2025.01.16 23:24:29.672714 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 759 | 2025.01.16 23:24:29.672713 [ 287 ] {} <Debug> TCP-Session: 888b4018-6c23-45f6-90a1-0b6dab7b043f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 760 | 2025.01.16 23:24:29.672751 [ 292 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55120 | ||
| 761 | 2025.01.16 23:24:29.672770 [ 291 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49347 | ||
| 762 | 2025.01.16 23:24:29.672982 [ 288 ] {} <Debug> TCP-Session: c596e582-5f1b-4b58-991d-4e0df3651003 Authenticating user 'default' from [fd00:1122:3344:101::a]:60476 | ||
| 763 | 2025.01.16 23:24:29.673197 [ 288 ] {} <Debug> TCP-Session: c596e582-5f1b-4b58-991d-4e0df3651003 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 764 | 2025.01.16 23:24:29.673217 [ 288 ] {} <Debug> TCP-Session: c596e582-5f1b-4b58-991d-4e0df3651003 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 765 | 2025.01.16 23:24:29.673776 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 766 | 2025.01.16 23:24:29.673813 [ 289 ] {} <Debug> TCP-Session: 4e4c11cd-b7e2-4383-ba07-a84b1fe698e0 Authenticating user 'default' from [fd00:1122:3344:101::a]:52700 | ||
| 767 | 2025.01.16 23:24:29.673831 [ 289 ] {} <Debug> TCP-Session: 4e4c11cd-b7e2-4383-ba07-a84b1fe698e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 768 | 2025.01.16 23:24:29.673844 [ 289 ] {} <Debug> TCP-Session: 4e4c11cd-b7e2-4383-ba07-a84b1fe698e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 769 | 2025.01.16 23:24:29.676227 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 770 | 2025.01.16 23:24:29.676262 [ 292 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 771 | 2025.01.16 23:24:29.676288 [ 290 ] {} <Debug> TCP-Session: 610dbba0-76a3-4709-97ea-9f3acd86c922 Authenticating user 'default' from [fd00:1122:3344:101::a]:57615 | ||
| 772 | 2025.01.16 23:24:29.676277 [ 291 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 773 | 2025.01.16 23:24:29.676344 [ 292 ] {} <Debug> TCP-Session: 8026aaa4-b0a7-4401-a414-7d04f3707204 Authenticating user 'default' from [fd00:1122:3344:101::a]:55120 | ||
| 774 | 2025.01.16 23:24:29.676350 [ 290 ] {} <Debug> TCP-Session: 610dbba0-76a3-4709-97ea-9f3acd86c922 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 775 | 2025.01.16 23:24:29.676369 [ 291 ] {} <Debug> TCP-Session: 187e99c0-8495-4c20-8804-46be6a3d5ca3 Authenticating user 'default' from [fd00:1122:3344:101::a]:49347 | ||
| 776 | 2025.01.16 23:24:29.676413 [ 292 ] {} <Debug> TCP-Session: 8026aaa4-b0a7-4401-a414-7d04f3707204 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 777 | 2025.01.16 23:24:29.676426 [ 290 ] {} <Debug> TCP-Session: 610dbba0-76a3-4709-97ea-9f3acd86c922 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 778 | 2025.01.16 23:24:29.676433 [ 291 ] {} <Debug> TCP-Session: 187e99c0-8495-4c20-8804-46be6a3d5ca3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 779 | 2025.01.16 23:24:29.676455 [ 292 ] {} <Debug> TCP-Session: 8026aaa4-b0a7-4401-a414-7d04f3707204 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 780 | 2025.01.16 23:24:29.676494 [ 291 ] {} <Debug> TCP-Session: 187e99c0-8495-4c20-8804-46be6a3d5ca3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 781 | 2025.01.16 23:24:30.000169 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.63 MiB, peak 154.63 MiB, free memory in arenas 0.00 B, will set to 151.08 MiB (RSS), difference: -3.55 MiB | ||
| 782 | 2025.01.16 23:24:34.053586 [ 140 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 783 | 2025.01.16 23:24:34.053656 [ 140 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 784 | 2025.01.16 23:24:34.163254 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 | ||
| 785 | 2025.01.16 23:24:34.164188 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 786 | 2025.01.16 23:24:34.164238 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 787 | 2025.01.16 23:24:34.165079 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 788 | 2025.01.16 23:24:34.165611 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 789 | 2025.01.16 23:24:34.165851 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 790 | 2025.01.16 23:24:34.223761 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 791 | 2025.01.16 23:24:34.245010 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 792 | 2025.01.16 23:24:34.245071 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 793 | 2025.01.16 23:24:34.253408 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 794 | 2025.01.16 23:24:34.254613 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 795 | 2025.01.16 23:24:34.257394 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 796 | 2025.01.16 23:24:35.000184 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.75 MiB, peak 155.75 MiB, free memory in arenas 0.00 B, will set to 154.08 MiB (RSS), difference: 2.33 MiB | ||
| 797 | 2025.01.16 23:24:40.000181 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.10 MiB, peak 155.75 MiB, free memory in arenas 0.00 B, will set to 154.11 MiB (RSS), difference: 4.01 MiB | ||
| 798 | 2025.01.16 23:24:40.375207 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 799 | 2025.01.16 23:24:40.375409 [ 3 ] {60e47d99-6e8d-4f14-9dcf-705bbb4e490c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 800 | 2025.01.16 23:24:40.377789 [ 3 ] {60e47d99-6e8d-4f14-9dcf-705bbb4e490c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 801 | 2025.01.16 23:24:40.378048 [ 3 ] {60e47d99-6e8d-4f14-9dcf-705bbb4e490c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 802 | 2025.01.16 23:24:40.378872 [ 3 ] {60e47d99-6e8d-4f14-9dcf-705bbb4e490c} <Debug> TCPHandler: Processed in 0.003804753 sec. | ||
| 803 | 2025.01.16 23:24:40.380116 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 804 | 2025.01.16 23:24:40.380381 [ 5 ] {f551fa86-a167-47b9-b002-437e8b0bf0e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 805 | 2025.01.16 23:24:40.382230 [ 5 ] {f551fa86-a167-47b9-b002-437e8b0bf0e0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 806 | 2025.01.16 23:24:40.382312 [ 5 ] {f551fa86-a167-47b9-b002-437e8b0bf0e0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 807 | 2025.01.16 23:24:40.382949 [ 5 ] {f551fa86-a167-47b9-b002-437e8b0bf0e0} <Debug> TCPHandler: Processed in 0.002978658 sec. | ||
| 808 | 2025.01.16 23:24:40.383270 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 809 | 2025.01.16 23:24:40.383449 [ 3 ] {d8fa9db0-28f7-4be3-9bde-6b48bd9ea45d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 810 | 2025.01.16 23:24:40.383914 [ 3 ] {d8fa9db0-28f7-4be3-9bde-6b48bd9ea45d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 811 | 2025.01.16 23:24:40.383969 [ 3 ] {d8fa9db0-28f7-4be3-9bde-6b48bd9ea45d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 812 | 2025.01.16 23:24:40.384468 [ 3 ] {d8fa9db0-28f7-4be3-9bde-6b48bd9ea45d} <Debug> TCPHandler: Processed in 0.001263394 sec. | ||
| 813 | 2025.01.16 23:24:40.384714 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 814 | 2025.01.16 23:24:40.384903 [ 5 ] {a159488f-66cc-4db0-856e-34d0b98cfa68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) 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) | ||
| 815 | 2025.01.16 23:24:40.385351 [ 5 ] {a159488f-66cc-4db0-856e-34d0b98cfa68} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 816 | 2025.01.16 23:24:40.385419 [ 5 ] {a159488f-66cc-4db0-856e-34d0b98cfa68} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 817 | 2025.01.16 23:24:40.385964 [ 5 ] {a159488f-66cc-4db0-856e-34d0b98cfa68} <Debug> TCPHandler: Processed in 0.001312435 sec. | ||
| 818 | 2025.01.16 23:24:40.386819 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 819 | 2025.01.16 23:24:40.386969 [ 3 ] {70cecb15-ba4c-4a0d-bb4b-fa411813abd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 820 | 2025.01.16 23:24:40.387030 [ 3 ] {70cecb15-ba4c-4a0d-bb4b-fa411813abd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 821 | 2025.01.16 23:24:40.387887 [ 3 ] {70cecb15-ba4c-4a0d-bb4b-fa411813abd5} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 822 | 2025.01.16 23:24:40.387929 [ 3 ] {70cecb15-ba4c-4a0d-bb4b-fa411813abd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 823 | 2025.01.16 23:24:40.388638 [ 3 ] {70cecb15-ba4c-4a0d-bb4b-fa411813abd5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 824 | 2025.01.16 23:24:40.389024 [ 3 ] {70cecb15-ba4c-4a0d-bb4b-fa411813abd5} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 825 | 2025.01.16 23:24:40.389212 [ 3 ] {70cecb15-ba4c-4a0d-bb4b-fa411813abd5} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.002286 sec., 1749.7812773403325 rows/sec., 222.57 KiB/sec. | ||
| 826 | 2025.01.16 23:24:40.389270 [ 3 ] {70cecb15-ba4c-4a0d-bb4b-fa411813abd5} <Debug> TCPHandler: Processed in 0.002517698 sec. | ||
| 827 | 2025.01.16 23:24:40.389423 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 828 | 2025.01.16 23:24:40.389551 [ 5 ] {83542564-c90b-4924-b023-da43832d8325} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 829 | 2025.01.16 23:24:40.389600 [ 5 ] {83542564-c90b-4924-b023-da43832d8325} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 830 | 2025.01.16 23:24:40.390840 [ 5 ] {83542564-c90b-4924-b023-da43832d8325} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 831 | 2025.01.16 23:24:40.390887 [ 5 ] {83542564-c90b-4924-b023-da43832d8325} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 832 | 2025.01.16 23:24:40.391466 [ 5 ] {83542564-c90b-4924-b023-da43832d8325} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 833 | 2025.01.16 23:24:40.392024 [ 5 ] {83542564-c90b-4924-b023-da43832d8325} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 834 | 2025.01.16 23:24:40.392301 [ 5 ] {83542564-c90b-4924-b023-da43832d8325} <Debug> executeQuery: Read 4 rows, 345.00 B in 0.002764 sec., 1447.178002894356 rows/sec., 121.89 KiB/sec. | ||
| 835 | 2025.01.16 23:24:40.392414 [ 5 ] {83542564-c90b-4924-b023-da43832d8325} <Debug> TCPHandler: Processed in 0.003046839 sec. | ||
| 836 | 2025.01.16 23:24:40.392578 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 837 | 2025.01.16 23:24:40.392716 [ 3 ] {e64541dc-77b1-4dd4-b6ea-a17f83ba5f62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 838 | 2025.01.16 23:24:40.392772 [ 3 ] {e64541dc-77b1-4dd4-b6ea-a17f83ba5f62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 839 | 2025.01.16 23:24:40.393449 [ 3 ] {e64541dc-77b1-4dd4-b6ea-a17f83ba5f62} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 840 | 2025.01.16 23:24:40.393494 [ 3 ] {e64541dc-77b1-4dd4-b6ea-a17f83ba5f62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 841 | 2025.01.16 23:24:40.393994 [ 3 ] {e64541dc-77b1-4dd4-b6ea-a17f83ba5f62} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 842 | 2025.01.16 23:24:40.394628 [ 3 ] {e64541dc-77b1-4dd4-b6ea-a17f83ba5f62} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 843 | 2025.01.16 23:24:40.394901 [ 3 ] {e64541dc-77b1-4dd4-b6ea-a17f83ba5f62} <Debug> executeQuery: Read 8 rows, 658.00 B in 0.002193 sec., 3647.97081623347 rows/sec., 293.01 KiB/sec. | ||
| 844 | 2025.01.16 23:24:40.394998 [ 3 ] {e64541dc-77b1-4dd4-b6ea-a17f83ba5f62} <Debug> TCPHandler: Processed in 0.002488878 sec. | ||
| 845 | 2025.01.16 23:24:40.395157 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 846 | 2025.01.16 23:24:40.395282 [ 5 ] {97bd97ca-ecd4-48a2-a014-1a63bbc3e62f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 847 | 2025.01.16 23:24:40.395337 [ 5 ] {97bd97ca-ecd4-48a2-a014-1a63bbc3e62f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 848 | 2025.01.16 23:24:40.396474 [ 5 ] {97bd97ca-ecd4-48a2-a014-1a63bbc3e62f} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 849 | 2025.01.16 23:24:40.396513 [ 5 ] {97bd97ca-ecd4-48a2-a014-1a63bbc3e62f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 850 | 2025.01.16 23:24:40.397085 [ 5 ] {97bd97ca-ecd4-48a2-a014-1a63bbc3e62f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 851 | 2025.01.16 23:24:40.397662 [ 5 ] {97bd97ca-ecd4-48a2-a014-1a63bbc3e62f} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 852 | 2025.01.16 23:24:40.397865 [ 5 ] {97bd97ca-ecd4-48a2-a014-1a63bbc3e62f} <Debug> executeQuery: Read 8 rows, 624.00 B in 0.002606 sec., 3069.8388334612437 rows/sec., 233.84 KiB/sec. | ||
| 853 | 2025.01.16 23:24:40.398009 [ 5 ] {97bd97ca-ecd4-48a2-a014-1a63bbc3e62f} <Debug> TCPHandler: Processed in 0.002910156 sec. | ||
| 854 | 2025.01.16 23:24:40.398169 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 855 | 2025.01.16 23:24:40.398308 [ 3 ] {d84694c9-0a26-4e18-81e8-692ff38af9db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 856 | 2025.01.16 23:24:40.398367 [ 3 ] {d84694c9-0a26-4e18-81e8-692ff38af9db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 857 | 2025.01.16 23:24:40.398896 [ 3 ] {d84694c9-0a26-4e18-81e8-692ff38af9db} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 858 | 2025.01.16 23:24:40.398935 [ 3 ] {d84694c9-0a26-4e18-81e8-692ff38af9db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 859 | 2025.01.16 23:24:40.399460 [ 3 ] {d84694c9-0a26-4e18-81e8-692ff38af9db} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 860 | 2025.01.16 23:24:40.399974 [ 3 ] {d84694c9-0a26-4e18-81e8-692ff38af9db} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 861 | 2025.01.16 23:24:40.400251 [ 3 ] {d84694c9-0a26-4e18-81e8-692ff38af9db} <Debug> executeQuery: Read 8 rows, 516.00 B in 0.001955 sec., 4092.071611253197 rows/sec., 257.75 KiB/sec. | ||
| 862 | 2025.01.16 23:24:40.400327 [ 3 ] {d84694c9-0a26-4e18-81e8-692ff38af9db} <Debug> TCPHandler: Processed in 0.002228462 sec. | ||
| 863 | 2025.01.16 23:24:41.666027 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 | ||
| 864 | 2025.01.16 23:24:41.666666 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 865 | 2025.01.16 23:24:41.666710 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 866 | 2025.01.16 23:24:41.667331 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 867 | 2025.01.16 23:24:41.667606 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 868 | 2025.01.16 23:24:41.667798 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 | ||
| 869 | 2025.01.16 23:24:41.757543 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 870 | 2025.01.16 23:24:41.775904 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 871 | 2025.01.16 23:24:41.775954 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 872 | 2025.01.16 23:24:41.782345 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 873 | 2025.01.16 23:24:41.783136 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 874 | 2025.01.16 23:24:41.785851 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 875 | 2025.01.16 23:24:45.375678 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 876 | 2025.01.16 23:24:45.375881 [ 3 ] {038768e1-b3a2-46c7-81a3-d72205674dd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 877 | 2025.01.16 23:24:45.375954 [ 3 ] {038768e1-b3a2-46c7-81a3-d72205674dd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 878 | 2025.01.16 23:24:45.376663 [ 3 ] {038768e1-b3a2-46c7-81a3-d72205674dd0} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 879 | 2025.01.16 23:24:45.376708 [ 3 ] {038768e1-b3a2-46c7-81a3-d72205674dd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 880 | 2025.01.16 23:24:45.377142 [ 3 ] {038768e1-b3a2-46c7-81a3-d72205674dd0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 881 | 2025.01.16 23:24:45.377392 [ 3 ] {038768e1-b3a2-46c7-81a3-d72205674dd0} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 882 | 2025.01.16 23:24:45.377608 [ 3 ] {038768e1-b3a2-46c7-81a3-d72205674dd0} <Debug> executeQuery: Read 4 rows, 345.00 B in 0.001786 sec., 2239.6416573348265 rows/sec., 188.64 KiB/sec. | ||
| 883 | 2025.01.16 23:24:45.377664 [ 3 ] {038768e1-b3a2-46c7-81a3-d72205674dd0} <Debug> TCPHandler: Processed in 0.0021214 sec. | ||
| 884 | 2025.01.16 23:24:45.377928 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 885 | 2025.01.16 23:24:45.378135 [ 5 ] {1c0b56e9-13bc-492c-878d-4aab798f2524} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 886 | 2025.01.16 23:24:45.378214 [ 5 ] {1c0b56e9-13bc-492c-878d-4aab798f2524} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 887 | 2025.01.16 23:24:45.379009 [ 5 ] {1c0b56e9-13bc-492c-878d-4aab798f2524} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 888 | 2025.01.16 23:24:45.379050 [ 5 ] {1c0b56e9-13bc-492c-878d-4aab798f2524} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 889 | 2025.01.16 23:24:45.379475 [ 5 ] {1c0b56e9-13bc-492c-878d-4aab798f2524} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 890 | 2025.01.16 23:24:45.379721 [ 5 ] {1c0b56e9-13bc-492c-878d-4aab798f2524} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 891 | 2025.01.16 23:24:45.379937 [ 5 ] {1c0b56e9-13bc-492c-878d-4aab798f2524} <Debug> executeQuery: Read 8 rows, 658.00 B in 0.001856 sec., 4310.3448275862065 rows/sec., 346.22 KiB/sec. | ||
| 892 | 2025.01.16 23:24:45.379999 [ 5 ] {1c0b56e9-13bc-492c-878d-4aab798f2524} <Debug> TCPHandler: Processed in 0.002207642 sec. | ||
| 893 | 2025.01.16 23:24:45.380157 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 894 | 2025.01.16 23:24:45.380297 [ 3 ] {0e2291c8-49c1-4f42-94eb-5b29c1e9163c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 895 | 2025.01.16 23:24:45.380360 [ 3 ] {0e2291c8-49c1-4f42-94eb-5b29c1e9163c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 896 | 2025.01.16 23:24:45.380967 [ 3 ] {0e2291c8-49c1-4f42-94eb-5b29c1e9163c} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 897 | 2025.01.16 23:24:45.381006 [ 3 ] {0e2291c8-49c1-4f42-94eb-5b29c1e9163c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 898 | 2025.01.16 23:24:45.381381 [ 3 ] {0e2291c8-49c1-4f42-94eb-5b29c1e9163c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 899 | 2025.01.16 23:24:45.381634 [ 3 ] {0e2291c8-49c1-4f42-94eb-5b29c1e9163c} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 900 | 2025.01.16 23:24:45.381831 [ 3 ] {0e2291c8-49c1-4f42-94eb-5b29c1e9163c} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.001567 sec., 6381.620931716656 rows/sec., 486.10 KiB/sec. | ||
| 901 | 2025.01.16 23:24:45.381881 [ 3 ] {0e2291c8-49c1-4f42-94eb-5b29c1e9163c} <Debug> TCPHandler: Processed in 0.001793994 sec. | ||
| 902 | 2025.01.16 23:24:45.382047 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 903 | 2025.01.16 23:24:45.382192 [ 5 ] {55ac8803-1610-4154-9724-924c812fa1b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 904 | 2025.01.16 23:24:45.382255 [ 5 ] {55ac8803-1610-4154-9724-924c812fa1b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 905 | 2025.01.16 23:24:45.382818 [ 5 ] {55ac8803-1610-4154-9724-924c812fa1b3} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 906 | 2025.01.16 23:24:45.382862 [ 5 ] {55ac8803-1610-4154-9724-924c812fa1b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 907 | 2025.01.16 23:24:45.383234 [ 5 ] {55ac8803-1610-4154-9724-924c812fa1b3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 908 | 2025.01.16 23:24:45.383479 [ 5 ] {55ac8803-1610-4154-9724-924c812fa1b3} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 909 | 2025.01.16 23:24:45.383647 [ 5 ] {55ac8803-1610-4154-9724-924c812fa1b3} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.001491 sec., 6706.9081153588195 rows/sec., 422.46 KiB/sec. | ||
| 910 | 2025.01.16 23:24:45.383697 [ 5 ] {55ac8803-1610-4154-9724-924c812fa1b3} <Debug> TCPHandler: Processed in 0.001719793 sec. | ||
| 911 | 2025.01.16 23:24:49.053705 [ 113 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 912 | 2025.01.16 23:24:49.053769 [ 113 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 913 | 2025.01.16 23:24:49.162515 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 116 | ||
| 914 | 2025.01.16 23:24:49.166032 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 915 | 2025.01.16 23:24:49.166081 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 916 | 2025.01.16 23:24:49.167515 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 917 | 2025.01.16 23:24:49.167819 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 918 | 2025.01.16 23:24:49.168072 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 | ||
| 919 | 2025.01.16 23:24:49.170688 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 116 | ||
| 920 | 2025.01.16 23:24:49.171039 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 921 | 2025.01.16 23:24:49.171100 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 922 | 2025.01.16 23:24:49.171867 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 923 | 2025.01.16 23:24:49.172161 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 924 | 2025.01.16 23:24:49.172383 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 925 | 2025.01.16 23:24:49.285985 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 926 | 2025.01.16 23:24:49.305264 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 927 | 2025.01.16 23:24:49.305311 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 928 | 2025.01.16 23:24:49.312183 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 929 | 2025.01.16 23:24:49.312910 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 930 | 2025.01.16 23:24:49.315664 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 931 | 2025.01.16 23:24:50.374964 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 932 | 2025.01.16 23:24:50.375207 [ 3 ] {170355cf-1d8a-447e-a4f1-dcf9cf9548e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) 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) | ||
| 933 | 2025.01.16 23:24:50.375614 [ 3 ] {170355cf-1d8a-447e-a4f1-dcf9cf9548e0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 934 | 2025.01.16 23:24:50.375680 [ 3 ] {170355cf-1d8a-447e-a4f1-dcf9cf9548e0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "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')" moved to PREWHERE | ||
| 935 | 2025.01.16 23:24:50.375935 [ 3 ] {170355cf-1d8a-447e-a4f1-dcf9cf9548e0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 936 | 2025.01.16 23:24:50.376120 [ 3 ] {170355cf-1d8a-447e-a4f1-dcf9cf9548e0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 937 | 2025.01.16 23:24:50.376435 [ 3 ] {170355cf-1d8a-447e-a4f1-dcf9cf9548e0} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Key condition: (column 0 notIn 4-element set) | ||
| 938 | 2025.01.16 23:24:50.379699 [ 3 ] {170355cf-1d8a-447e-a4f1-dcf9cf9548e0} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 939 | 2025.01.16 23:24:50.379765 [ 3 ] {170355cf-1d8a-447e-a4f1-dcf9cf9548e0} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (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 | ||
| 940 | 2025.01.16 23:24:50.379789 [ 3 ] {170355cf-1d8a-447e-a4f1-dcf9cf9548e0} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 941 | 2025.01.16 23:24:50.379916 [ 3 ] {170355cf-1d8a-447e-a4f1-dcf9cf9548e0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 942 | 2025.01.16 23:24:50.379950 [ 3 ] {170355cf-1d8a-447e-a4f1-dcf9cf9548e0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 943 | 2025.01.16 23:24:50.387755 [ 3 ] {170355cf-1d8a-447e-a4f1-dcf9cf9548e0} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.01264 sec., 316.4556962025316 rows/sec., 13.06 KiB/sec. | ||
| 944 | 2025.01.16 23:24:50.387910 [ 3 ] {170355cf-1d8a-447e-a4f1-dcf9cf9548e0} <Debug> TCPHandler: Processed in 0.013089472 sec. | ||
| 945 | 2025.01.16 23:24:50.388833 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 946 | 2025.01.16 23:24:50.389093 [ 5 ] {0fb9e1d8-cfd4-4126-a90d-036e349179ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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) | ||
| 947 | 2025.01.16 23:24:50.389461 [ 5 ] {0fb9e1d8-cfd4-4126-a90d-036e349179ba} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 948 | 2025.01.16 23:24:50.389496 [ 5 ] {0fb9e1d8-cfd4-4126-a90d-036e349179ba} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('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 | ||
| 949 | 2025.01.16 23:24:50.389744 [ 5 ] {0fb9e1d8-cfd4-4126-a90d-036e349179ba} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 950 | 2025.01.16 23:24:50.389823 [ 5 ] {0fb9e1d8-cfd4-4126-a90d-036e349179ba} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 951 | 2025.01.16 23:24:50.390005 [ 5 ] {0fb9e1d8-cfd4-4126-a90d-036e349179ba} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Key condition: (column 0 notIn 5-element set) | ||
| 952 | 2025.01.16 23:24:50.390045 [ 5 ] {0fb9e1d8-cfd4-4126-a90d-036e349179ba} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 953 | 2025.01.16 23:24:50.390072 [ 5 ] {0fb9e1d8-cfd4-4126-a90d-036e349179ba} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (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 | ||
| 954 | 2025.01.16 23:24:50.390090 [ 5 ] {0fb9e1d8-cfd4-4126-a90d-036e349179ba} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 955 | 2025.01.16 23:24:50.390137 [ 5 ] {0fb9e1d8-cfd4-4126-a90d-036e349179ba} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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'))" | ||
| 956 | 2025.01.16 23:24:50.390160 [ 5 ] {0fb9e1d8-cfd4-4126-a90d-036e349179ba} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 957 | 2025.01.16 23:24:50.390846 [ 5 ] {0fb9e1d8-cfd4-4126-a90d-036e349179ba} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001856 sec., 2155.1724137931033 rows/sec., 88.92 KiB/sec. | ||
| 958 | 2025.01.16 23:24:50.390974 [ 5 ] {0fb9e1d8-cfd4-4126-a90d-036e349179ba} <Debug> TCPHandler: Processed in 0.002283034 sec. | ||
| 959 | 2025.01.16 23:24:50.391276 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 960 | 2025.01.16 23:24:50.391471 [ 3 ] {d15be42f-6e53-44e5-acc2-00a11f1fe354} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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) | ||
| 961 | 2025.01.16 23:24:50.391806 [ 3 ] {d15be42f-6e53-44e5-acc2-00a11f1fe354} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 962 | 2025.01.16 23:24:50.391845 [ 3 ] {d15be42f-6e53-44e5-acc2-00a11f1fe354} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('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 | ||
| 963 | 2025.01.16 23:24:50.392111 [ 3 ] {d15be42f-6e53-44e5-acc2-00a11f1fe354} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 964 | 2025.01.16 23:24:50.392179 [ 3 ] {d15be42f-6e53-44e5-acc2-00a11f1fe354} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 965 | 2025.01.16 23:24:50.392332 [ 3 ] {d15be42f-6e53-44e5-acc2-00a11f1fe354} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Key condition: (column 0 notIn 6-element set) | ||
| 966 | 2025.01.16 23:24:50.392366 [ 3 ] {d15be42f-6e53-44e5-acc2-00a11f1fe354} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 967 | 2025.01.16 23:24:50.392389 [ 3 ] {d15be42f-6e53-44e5-acc2-00a11f1fe354} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (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 | ||
| 968 | 2025.01.16 23:24:50.392407 [ 3 ] {d15be42f-6e53-44e5-acc2-00a11f1fe354} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 969 | 2025.01.16 23:24:50.392451 [ 3 ] {d15be42f-6e53-44e5-acc2-00a11f1fe354} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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'))" | ||
| 970 | 2025.01.16 23:24:50.392474 [ 3 ] {d15be42f-6e53-44e5-acc2-00a11f1fe354} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 971 | 2025.01.16 23:24:50.393080 [ 3 ] {d15be42f-6e53-44e5-acc2-00a11f1fe354} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001691 sec., 2365.464222353637 rows/sec., 97.60 KiB/sec. | ||
| 972 | 2025.01.16 23:24:50.393195 [ 3 ] {d15be42f-6e53-44e5-acc2-00a11f1fe354} <Debug> TCPHandler: Processed in 0.001988528 sec. | ||
| 973 | 2025.01.16 23:24:50.393961 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 974 | 2025.01.16 23:24:50.394118 [ 5 ] {7d32dc9c-1c57-422b-850f-d0ba65c239e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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) | ||
| 975 | 2025.01.16 23:24:50.394451 [ 5 ] {7d32dc9c-1c57-422b-850f-d0ba65c239e5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 976 | 2025.01.16 23:24:50.394492 [ 5 ] {7d32dc9c-1c57-422b-850f-d0ba65c239e5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('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 | ||
| 977 | 2025.01.16 23:24:50.394754 [ 5 ] {7d32dc9c-1c57-422b-850f-d0ba65c239e5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 978 | 2025.01.16 23:24:50.394833 [ 5 ] {7d32dc9c-1c57-422b-850f-d0ba65c239e5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 979 | 2025.01.16 23:24:50.395017 [ 5 ] {7d32dc9c-1c57-422b-850f-d0ba65c239e5} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Key condition: (column 0 notIn 7-element set) | ||
| 980 | 2025.01.16 23:24:50.395056 [ 5 ] {7d32dc9c-1c57-422b-850f-d0ba65c239e5} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 981 | 2025.01.16 23:24:50.395085 [ 5 ] {7d32dc9c-1c57-422b-850f-d0ba65c239e5} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (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 | ||
| 982 | 2025.01.16 23:24:50.395105 [ 5 ] {7d32dc9c-1c57-422b-850f-d0ba65c239e5} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 983 | 2025.01.16 23:24:50.395148 [ 5 ] {7d32dc9c-1c57-422b-850f-d0ba65c239e5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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'))" | ||
| 984 | 2025.01.16 23:24:50.395170 [ 5 ] {7d32dc9c-1c57-422b-850f-d0ba65c239e5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 985 | 2025.01.16 23:24:50.395826 [ 5 ] {7d32dc9c-1c57-422b-850f-d0ba65c239e5} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001769 sec., 2261.1644997173544 rows/sec., 93.30 KiB/sec. | ||
| 986 | 2025.01.16 23:24:50.395970 [ 5 ] {7d32dc9c-1c57-422b-850f-d0ba65c239e5} <Debug> TCPHandler: Processed in 0.002064239 sec. | ||
| 987 | 2025.01.16 23:24:50.396260 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 988 | 2025.01.16 23:24:50.396428 [ 3 ] {c365cbff-7489-4abb-9298-093ab7f7d833} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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) | ||
| 989 | 2025.01.16 23:24:50.396717 [ 3 ] {c365cbff-7489-4abb-9298-093ab7f7d833} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 990 | 2025.01.16 23:24:50.396752 [ 3 ] {c365cbff-7489-4abb-9298-093ab7f7d833} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('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 | ||
| 991 | 2025.01.16 23:24:50.396974 [ 3 ] {c365cbff-7489-4abb-9298-093ab7f7d833} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 992 | 2025.01.16 23:24:50.397043 [ 3 ] {c365cbff-7489-4abb-9298-093ab7f7d833} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 993 | 2025.01.16 23:24:50.397199 [ 3 ] {c365cbff-7489-4abb-9298-093ab7f7d833} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Key condition: (column 0 notIn 8-element set) | ||
| 994 | 2025.01.16 23:24:50.397233 [ 3 ] {c365cbff-7489-4abb-9298-093ab7f7d833} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 995 | 2025.01.16 23:24:50.397257 [ 3 ] {c365cbff-7489-4abb-9298-093ab7f7d833} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (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 | ||
| 996 | 2025.01.16 23:24:50.397273 [ 3 ] {c365cbff-7489-4abb-9298-093ab7f7d833} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 997 | 2025.01.16 23:24:50.397317 [ 3 ] {c365cbff-7489-4abb-9298-093ab7f7d833} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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'))" | ||
| 998 | 2025.01.16 23:24:50.397340 [ 3 ] {c365cbff-7489-4abb-9298-093ab7f7d833} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 999 | 2025.01.16 23:24:50.398027 [ 3 ] {c365cbff-7489-4abb-9298-093ab7f7d833} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001666 sec., 2400.9603841536614 rows/sec., 99.06 KiB/sec. | ||
| 1000 | 2025.01.16 23:24:50.398153 [ 3 ] {c365cbff-7489-4abb-9298-093ab7f7d833} <Debug> TCPHandler: Processed in 0.001965947 sec. | ||
| 1001 | 2025.01.16 23:24:50.398409 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1002 | 2025.01.16 23:24:50.398571 [ 5 ] {d796ec04-1b24-4779-9bed-7c2288c8cc96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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) | ||
| 1003 | 2025.01.16 23:24:50.398852 [ 5 ] {d796ec04-1b24-4779-9bed-7c2288c8cc96} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1004 | 2025.01.16 23:24:50.398886 [ 5 ] {d796ec04-1b24-4779-9bed-7c2288c8cc96} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('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 | ||
| 1005 | 2025.01.16 23:24:50.399104 [ 5 ] {d796ec04-1b24-4779-9bed-7c2288c8cc96} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1006 | 2025.01.16 23:24:50.399168 [ 5 ] {d796ec04-1b24-4779-9bed-7c2288c8cc96} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1007 | 2025.01.16 23:24:50.399317 [ 5 ] {d796ec04-1b24-4779-9bed-7c2288c8cc96} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Key condition: (column 0 notIn 9-element set) | ||
| 1008 | 2025.01.16 23:24:50.399348 [ 5 ] {d796ec04-1b24-4779-9bed-7c2288c8cc96} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1009 | 2025.01.16 23:24:50.399370 [ 5 ] {d796ec04-1b24-4779-9bed-7c2288c8cc96} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (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 | ||
| 1010 | 2025.01.16 23:24:50.399387 [ 5 ] {d796ec04-1b24-4779-9bed-7c2288c8cc96} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1011 | 2025.01.16 23:24:50.399429 [ 5 ] {d796ec04-1b24-4779-9bed-7c2288c8cc96} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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'))" | ||
| 1012 | 2025.01.16 23:24:50.399450 [ 5 ] {d796ec04-1b24-4779-9bed-7c2288c8cc96} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1013 | 2025.01.16 23:24:50.399994 [ 5 ] {d796ec04-1b24-4779-9bed-7c2288c8cc96} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001487 sec., 2689.979825151311 rows/sec., 110.99 KiB/sec. | ||
| 1014 | 2025.01.16 23:24:50.400109 [ 5 ] {d796ec04-1b24-4779-9bed-7c2288c8cc96} <Debug> TCPHandler: Processed in 0.001756434 sec. | ||
| 1015 | 2025.01.16 23:24:50.400385 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1016 | 2025.01.16 23:24:50.400579 [ 3 ] {c022c71d-9450-4ea0-bd48-c5f191ee69d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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) | ||
| 1017 | 2025.01.16 23:24:50.400916 [ 3 ] {c022c71d-9450-4ea0-bd48-c5f191ee69d0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1018 | 2025.01.16 23:24:50.400960 [ 3 ] {c022c71d-9450-4ea0-bd48-c5f191ee69d0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('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 | ||
| 1019 | 2025.01.16 23:24:50.401210 [ 3 ] {c022c71d-9450-4ea0-bd48-c5f191ee69d0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1020 | 2025.01.16 23:24:50.401276 [ 3 ] {c022c71d-9450-4ea0-bd48-c5f191ee69d0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1021 | 2025.01.16 23:24:50.401425 [ 3 ] {c022c71d-9450-4ea0-bd48-c5f191ee69d0} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Key condition: (column 0 notIn 10-element set) | ||
| 1022 | 2025.01.16 23:24:50.401459 [ 3 ] {c022c71d-9450-4ea0-bd48-c5f191ee69d0} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1023 | 2025.01.16 23:24:50.401481 [ 3 ] {c022c71d-9450-4ea0-bd48-c5f191ee69d0} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (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 | ||
| 1024 | 2025.01.16 23:24:50.401497 [ 3 ] {c022c71d-9450-4ea0-bd48-c5f191ee69d0} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1025 | 2025.01.16 23:24:50.401540 [ 3 ] {c022c71d-9450-4ea0-bd48-c5f191ee69d0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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'))" | ||
| 1026 | 2025.01.16 23:24:50.401563 [ 3 ] {c022c71d-9450-4ea0-bd48-c5f191ee69d0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1027 | 2025.01.16 23:24:50.402103 [ 3 ] {c022c71d-9450-4ea0-bd48-c5f191ee69d0} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001608 sec., 2487.5621890547263 rows/sec., 102.64 KiB/sec. | ||
| 1028 | 2025.01.16 23:24:50.402222 [ 3 ] {c022c71d-9450-4ea0-bd48-c5f191ee69d0} <Debug> TCPHandler: Processed in 0.001904227 sec. | ||
| 1029 | 2025.01.16 23:24:50.402557 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1030 | 2025.01.16 23:24:50.402856 [ 5 ] {c186294b-42f5-418b-af70-60e47b6818b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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) | ||
| 1031 | 2025.01.16 23:24:50.403257 [ 5 ] {c186294b-42f5-418b-af70-60e47b6818b7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1032 | 2025.01.16 23:24:50.403291 [ 5 ] {c186294b-42f5-418b-af70-60e47b6818b7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('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 | ||
| 1033 | 2025.01.16 23:24:50.403517 [ 5 ] {c186294b-42f5-418b-af70-60e47b6818b7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1034 | 2025.01.16 23:24:50.403581 [ 5 ] {c186294b-42f5-418b-af70-60e47b6818b7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1035 | 2025.01.16 23:24:50.403729 [ 5 ] {c186294b-42f5-418b-af70-60e47b6818b7} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Key condition: (column 0 notIn 11-element set) | ||
| 1036 | 2025.01.16 23:24:50.403761 [ 5 ] {c186294b-42f5-418b-af70-60e47b6818b7} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1037 | 2025.01.16 23:24:50.403782 [ 5 ] {c186294b-42f5-418b-af70-60e47b6818b7} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (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 | ||
| 1038 | 2025.01.16 23:24:50.403798 [ 5 ] {c186294b-42f5-418b-af70-60e47b6818b7} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1039 | 2025.01.16 23:24:50.403840 [ 5 ] {c186294b-42f5-418b-af70-60e47b6818b7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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'))" | ||
| 1040 | 2025.01.16 23:24:50.403862 [ 5 ] {c186294b-42f5-418b-af70-60e47b6818b7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1041 | 2025.01.16 23:24:50.404477 [ 5 ] {c186294b-42f5-418b-af70-60e47b6818b7} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001752 sec., 2283.10502283105 rows/sec., 94.20 KiB/sec. | ||
| 1042 | 2025.01.16 23:24:50.404593 [ 5 ] {c186294b-42f5-418b-af70-60e47b6818b7} <Debug> TCPHandler: Processed in 0.002150161 sec. | ||
| 1043 | 2025.01.16 23:24:50.404854 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1044 | 2025.01.16 23:24:50.405047 [ 3 ] {757ddb2f-3387-46d9-bbba-78d9808322c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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) | ||
| 1045 | 2025.01.16 23:24:50.405385 [ 3 ] {757ddb2f-3387-46d9-bbba-78d9808322c0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1046 | 2025.01.16 23:24:50.405427 [ 3 ] {757ddb2f-3387-46d9-bbba-78d9808322c0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('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 | ||
| 1047 | 2025.01.16 23:24:50.405712 [ 3 ] {757ddb2f-3387-46d9-bbba-78d9808322c0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1048 | 2025.01.16 23:24:50.405793 [ 3 ] {757ddb2f-3387-46d9-bbba-78d9808322c0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1049 | 2025.01.16 23:24:50.405973 [ 3 ] {757ddb2f-3387-46d9-bbba-78d9808322c0} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Key condition: (column 0 notIn 12-element set) | ||
| 1050 | 2025.01.16 23:24:50.406012 [ 3 ] {757ddb2f-3387-46d9-bbba-78d9808322c0} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1051 | 2025.01.16 23:24:50.406039 [ 3 ] {757ddb2f-3387-46d9-bbba-78d9808322c0} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (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 | ||
| 1052 | 2025.01.16 23:24:50.406060 [ 3 ] {757ddb2f-3387-46d9-bbba-78d9808322c0} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1053 | 2025.01.16 23:24:50.406111 [ 3 ] {757ddb2f-3387-46d9-bbba-78d9808322c0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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'))" | ||
| 1054 | 2025.01.16 23:24:50.406133 [ 3 ] {757ddb2f-3387-46d9-bbba-78d9808322c0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1055 | 2025.01.16 23:24:50.406782 [ 3 ] {757ddb2f-3387-46d9-bbba-78d9808322c0} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001818 sec., 2200.2200220022005 rows/sec., 90.78 KiB/sec. | ||
| 1056 | 2025.01.16 23:24:50.406899 [ 3 ] {757ddb2f-3387-46d9-bbba-78d9808322c0} <Debug> TCPHandler: Processed in 0.002110201 sec. | ||
| 1057 | 2025.01.16 23:24:50.407175 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1058 | 2025.01.16 23:24:50.407366 [ 5 ] {4dab1e80-11b2-4ed9-ba41-daf8fb8f6d52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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) | ||
| 1059 | 2025.01.16 23:24:50.407703 [ 5 ] {4dab1e80-11b2-4ed9-ba41-daf8fb8f6d52} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1060 | 2025.01.16 23:24:50.407746 [ 5 ] {4dab1e80-11b2-4ed9-ba41-daf8fb8f6d52} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('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 | ||
| 1061 | 2025.01.16 23:24:50.408036 [ 5 ] {4dab1e80-11b2-4ed9-ba41-daf8fb8f6d52} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1062 | 2025.01.16 23:24:50.408112 [ 5 ] {4dab1e80-11b2-4ed9-ba41-daf8fb8f6d52} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1063 | 2025.01.16 23:24:50.408258 [ 5 ] {4dab1e80-11b2-4ed9-ba41-daf8fb8f6d52} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Key condition: (column 0 notIn 13-element set) | ||
| 1064 | 2025.01.16 23:24:50.408290 [ 5 ] {4dab1e80-11b2-4ed9-ba41-daf8fb8f6d52} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1065 | 2025.01.16 23:24:50.408312 [ 5 ] {4dab1e80-11b2-4ed9-ba41-daf8fb8f6d52} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (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 | ||
| 1066 | 2025.01.16 23:24:50.408328 [ 5 ] {4dab1e80-11b2-4ed9-ba41-daf8fb8f6d52} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1067 | 2025.01.16 23:24:50.408370 [ 5 ] {4dab1e80-11b2-4ed9-ba41-daf8fb8f6d52} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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'))" | ||
| 1068 | 2025.01.16 23:24:50.408393 [ 5 ] {4dab1e80-11b2-4ed9-ba41-daf8fb8f6d52} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1069 | 2025.01.16 23:24:50.408964 [ 5 ] {4dab1e80-11b2-4ed9-ba41-daf8fb8f6d52} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001681 sec., 2379.535990481856 rows/sec., 98.18 KiB/sec. | ||
| 1070 | 2025.01.16 23:24:50.409079 [ 5 ] {4dab1e80-11b2-4ed9-ba41-daf8fb8f6d52} <Debug> TCPHandler: Processed in 0.001974538 sec. | ||
| 1071 | 2025.01.16 23:24:50.409348 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1072 | 2025.01.16 23:24:50.409542 [ 3 ] {786eda4f-23a3-4bf5-8080-7819aeaef741} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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) | ||
| 1073 | 2025.01.16 23:24:50.409880 [ 3 ] {786eda4f-23a3-4bf5-8080-7819aeaef741} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1074 | 2025.01.16 23:24:50.409925 [ 3 ] {786eda4f-23a3-4bf5-8080-7819aeaef741} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('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 | ||
| 1075 | 2025.01.16 23:24:50.410195 [ 3 ] {786eda4f-23a3-4bf5-8080-7819aeaef741} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1076 | 2025.01.16 23:24:50.410263 [ 3 ] {786eda4f-23a3-4bf5-8080-7819aeaef741} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1077 | 2025.01.16 23:24:50.410410 [ 3 ] {786eda4f-23a3-4bf5-8080-7819aeaef741} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
| 1078 | 2025.01.16 23:24:50.410443 [ 3 ] {786eda4f-23a3-4bf5-8080-7819aeaef741} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1079 | 2025.01.16 23:24:50.410466 [ 3 ] {786eda4f-23a3-4bf5-8080-7819aeaef741} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (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 | ||
| 1080 | 2025.01.16 23:24:50.410482 [ 3 ] {786eda4f-23a3-4bf5-8080-7819aeaef741} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1081 | 2025.01.16 23:24:50.410525 [ 3 ] {786eda4f-23a3-4bf5-8080-7819aeaef741} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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'))" | ||
| 1082 | 2025.01.16 23:24:50.410548 [ 3 ] {786eda4f-23a3-4bf5-8080-7819aeaef741} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1083 | 2025.01.16 23:24:50.411110 [ 3 ] {786eda4f-23a3-4bf5-8080-7819aeaef741} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001652 sec., 2421.3075060532688 rows/sec., 99.90 KiB/sec. | ||
| 1084 | 2025.01.16 23:24:50.411234 [ 3 ] {786eda4f-23a3-4bf5-8080-7819aeaef741} <Debug> TCPHandler: Processed in 0.001953748 sec. | ||
| 1085 | 2025.01.16 23:24:50.411520 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1086 | 2025.01.16 23:24:50.411724 [ 5 ] {041a24f0-6cb3-4f5e-ab05-c0cd73ea131f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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) | ||
| 1087 | 2025.01.16 23:24:50.412069 [ 5 ] {041a24f0-6cb3-4f5e-ab05-c0cd73ea131f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1088 | 2025.01.16 23:24:50.412115 [ 5 ] {041a24f0-6cb3-4f5e-ab05-c0cd73ea131f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('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 | ||
| 1089 | 2025.01.16 23:24:50.412361 [ 5 ] {041a24f0-6cb3-4f5e-ab05-c0cd73ea131f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1090 | 2025.01.16 23:24:50.412428 [ 5 ] {041a24f0-6cb3-4f5e-ab05-c0cd73ea131f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1091 | 2025.01.16 23:24:50.412573 [ 5 ] {041a24f0-6cb3-4f5e-ab05-c0cd73ea131f} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
| 1092 | 2025.01.16 23:24:50.412607 [ 5 ] {041a24f0-6cb3-4f5e-ab05-c0cd73ea131f} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1093 | 2025.01.16 23:24:50.412630 [ 5 ] {041a24f0-6cb3-4f5e-ab05-c0cd73ea131f} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (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 | ||
| 1094 | 2025.01.16 23:24:50.412647 [ 5 ] {041a24f0-6cb3-4f5e-ab05-c0cd73ea131f} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1095 | 2025.01.16 23:24:50.412691 [ 5 ] {041a24f0-6cb3-4f5e-ab05-c0cd73ea131f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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'))" | ||
| 1096 | 2025.01.16 23:24:50.412715 [ 5 ] {041a24f0-6cb3-4f5e-ab05-c0cd73ea131f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1097 | 2025.01.16 23:24:50.413266 [ 5 ] {041a24f0-6cb3-4f5e-ab05-c0cd73ea131f} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001628 sec., 2457.002457002457 rows/sec., 101.38 KiB/sec. | ||
| 1098 | 2025.01.16 23:24:50.413380 [ 5 ] {041a24f0-6cb3-4f5e-ab05-c0cd73ea131f} <Debug> TCPHandler: Processed in 0.001932827 sec. | ||
| 1099 | 2025.01.16 23:24:50.417645 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1100 | 2025.01.16 23:24:50.417842 [ 3 ] {af8c5a8e-2139-4156-8afc-28ef4216f19c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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) | ||
| 1101 | 2025.01.16 23:24:50.418170 [ 3 ] {af8c5a8e-2139-4156-8afc-28ef4216f19c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1102 | 2025.01.16 23:24:50.418207 [ 3 ] {af8c5a8e-2139-4156-8afc-28ef4216f19c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('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 | ||
| 1103 | 2025.01.16 23:24:50.418448 [ 3 ] {af8c5a8e-2139-4156-8afc-28ef4216f19c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1104 | 2025.01.16 23:24:50.418514 [ 3 ] {af8c5a8e-2139-4156-8afc-28ef4216f19c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1105 | 2025.01.16 23:24:50.418661 [ 3 ] {af8c5a8e-2139-4156-8afc-28ef4216f19c} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
| 1106 | 2025.01.16 23:24:50.418694 [ 3 ] {af8c5a8e-2139-4156-8afc-28ef4216f19c} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1107 | 2025.01.16 23:24:50.418716 [ 3 ] {af8c5a8e-2139-4156-8afc-28ef4216f19c} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (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 | ||
| 1108 | 2025.01.16 23:24:50.418733 [ 3 ] {af8c5a8e-2139-4156-8afc-28ef4216f19c} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1109 | 2025.01.16 23:24:50.418776 [ 3 ] {af8c5a8e-2139-4156-8afc-28ef4216f19c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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'))" | ||
| 1110 | 2025.01.16 23:24:50.418798 [ 3 ] {af8c5a8e-2139-4156-8afc-28ef4216f19c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1111 | 2025.01.16 23:24:50.419371 [ 3 ] {af8c5a8e-2139-4156-8afc-28ef4216f19c} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001618 sec., 2472.187886279357 rows/sec., 102.00 KiB/sec. | ||
| 1112 | 2025.01.16 23:24:50.419487 [ 3 ] {af8c5a8e-2139-4156-8afc-28ef4216f19c} <Debug> TCPHandler: Processed in 0.001907036 sec. | ||
| 1113 | 2025.01.16 23:24:50.420545 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1114 | 2025.01.16 23:24:50.420698 [ 5 ] {76193645-e1c9-4452-a36c-14dfe11f9d94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1115 | 2025.01.16 23:24:50.420760 [ 5 ] {76193645-e1c9-4452-a36c-14dfe11f9d94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1116 | 2025.01.16 23:24:50.421582 [ 5 ] {76193645-e1c9-4452-a36c-14dfe11f9d94} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1117 | 2025.01.16 23:24:50.421627 [ 5 ] {76193645-e1c9-4452-a36c-14dfe11f9d94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1118 | 2025.01.16 23:24:50.422168 [ 5 ] {76193645-e1c9-4452-a36c-14dfe11f9d94} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1119 | 2025.01.16 23:24:50.422386 [ 5 ] {76193645-e1c9-4452-a36c-14dfe11f9d94} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1120 | 2025.01.16 23:24:50.422613 [ 5 ] {76193645-e1c9-4452-a36c-14dfe11f9d94} <Debug> executeQuery: Read 13 rows, 2.63 KiB in 0.001959 sec., 6636.038795303727 rows/sec., 1.31 MiB/sec. | ||
| 1121 | 2025.01.16 23:24:50.422694 [ 5 ] {76193645-e1c9-4452-a36c-14dfe11f9d94} <Debug> TCPHandler: Processed in 0.002220863 sec. | ||
| 1122 | 2025.01.16 23:24:50.422858 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1123 | 2025.01.16 23:24:50.423014 [ 3 ] {0943edfe-ca12-4540-8979-48a0f529f342} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1124 | 2025.01.16 23:24:50.423073 [ 3 ] {0943edfe-ca12-4540-8979-48a0f529f342} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1125 | 2025.01.16 23:24:50.424285 [ 3 ] {0943edfe-ca12-4540-8979-48a0f529f342} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1126 | 2025.01.16 23:24:50.424323 [ 3 ] {0943edfe-ca12-4540-8979-48a0f529f342} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1127 | 2025.01.16 23:24:50.424733 [ 3 ] {0943edfe-ca12-4540-8979-48a0f529f342} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1128 | 2025.01.16 23:24:50.424988 [ 3 ] {0943edfe-ca12-4540-8979-48a0f529f342} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1129 | 2025.01.16 23:24:50.425185 [ 3 ] {0943edfe-ca12-4540-8979-48a0f529f342} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002211 sec., 6331.976481230213 rows/sec., 455.82 KiB/sec. | ||
| 1130 | 2025.01.16 23:24:50.425259 [ 3 ] {0943edfe-ca12-4540-8979-48a0f529f342} <Debug> TCPHandler: Processed in 0.002470487 sec. | ||
| 1131 | 2025.01.16 23:24:50.425427 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1132 | 2025.01.16 23:24:50.425564 [ 5 ] {4a02c224-1ad5-4912-9de0-58aa89660585} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1133 | 2025.01.16 23:24:50.425622 [ 5 ] {4a02c224-1ad5-4912-9de0-58aa89660585} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1134 | 2025.01.16 23:24:50.426393 [ 5 ] {4a02c224-1ad5-4912-9de0-58aa89660585} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1135 | 2025.01.16 23:24:50.426430 [ 5 ] {4a02c224-1ad5-4912-9de0-58aa89660585} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1136 | 2025.01.16 23:24:50.426803 [ 5 ] {4a02c224-1ad5-4912-9de0-58aa89660585} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1137 | 2025.01.16 23:24:50.427050 [ 5 ] {4a02c224-1ad5-4912-9de0-58aa89660585} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1138 | 2025.01.16 23:24:50.427272 [ 5 ] {4a02c224-1ad5-4912-9de0-58aa89660585} <Debug> executeQuery: Read 167 rows, 15.51 KiB in 0.001736 sec., 96198.15668202765 rows/sec., 8.72 MiB/sec. | ||
| 1139 | 2025.01.16 23:24:50.427328 [ 5 ] {4a02c224-1ad5-4912-9de0-58aa89660585} <Debug> TCPHandler: Processed in 0.001970618 sec. | ||
| 1140 | 2025.01.16 23:24:50.427483 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1141 | 2025.01.16 23:24:50.427626 [ 3 ] {d9c0adb6-cd10-4df4-96b1-934b52c9cac5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1142 | 2025.01.16 23:24:50.427683 [ 3 ] {d9c0adb6-cd10-4df4-96b1-934b52c9cac5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1143 | 2025.01.16 23:24:50.428539 [ 3 ] {d9c0adb6-cd10-4df4-96b1-934b52c9cac5} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1144 | 2025.01.16 23:24:50.428574 [ 3 ] {d9c0adb6-cd10-4df4-96b1-934b52c9cac5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1145 | 2025.01.16 23:24:50.428933 [ 3 ] {d9c0adb6-cd10-4df4-96b1-934b52c9cac5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1146 | 2025.01.16 23:24:50.429184 [ 3 ] {d9c0adb6-cd10-4df4-96b1-934b52c9cac5} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1147 | 2025.01.16 23:24:50.429411 [ 3 ] {d9c0adb6-cd10-4df4-96b1-934b52c9cac5} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.0018 sec., 8333.333333333334 rows/sec., 587.57 KiB/sec. | ||
| 1148 | 2025.01.16 23:24:50.429510 [ 3 ] {d9c0adb6-cd10-4df4-96b1-934b52c9cac5} <Debug> TCPHandler: Processed in 0.00209522 sec. | ||
| 1149 | 2025.01.16 23:24:50.429655 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1150 | 2025.01.16 23:24:50.429773 [ 5 ] {222690e4-e5d0-41e3-a358-8c18f356af9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1151 | 2025.01.16 23:24:50.429820 [ 5 ] {222690e4-e5d0-41e3-a358-8c18f356af9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1152 | 2025.01.16 23:24:50.430391 [ 5 ] {222690e4-e5d0-41e3-a358-8c18f356af9a} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1153 | 2025.01.16 23:24:50.430429 [ 5 ] {222690e4-e5d0-41e3-a358-8c18f356af9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1154 | 2025.01.16 23:24:50.430784 [ 5 ] {222690e4-e5d0-41e3-a358-8c18f356af9a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1155 | 2025.01.16 23:24:50.431019 [ 5 ] {222690e4-e5d0-41e3-a358-8c18f356af9a} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1156 | 2025.01.16 23:24:50.431234 [ 5 ] {222690e4-e5d0-41e3-a358-8c18f356af9a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001484 sec., 9433.962264150943 rows/sec., 660.69 KiB/sec. | ||
| 1157 | 2025.01.16 23:24:50.431287 [ 5 ] {222690e4-e5d0-41e3-a358-8c18f356af9a} <Debug> TCPHandler: Processed in 0.001687733 sec. | ||
| 1158 | 2025.01.16 23:24:50.431428 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1159 | 2025.01.16 23:24:50.431544 [ 3 ] {80635a41-2cef-4169-869e-c274ec4d3a16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1160 | 2025.01.16 23:24:50.431591 [ 3 ] {80635a41-2cef-4169-869e-c274ec4d3a16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1161 | 2025.01.16 23:24:50.432153 [ 3 ] {80635a41-2cef-4169-869e-c274ec4d3a16} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1162 | 2025.01.16 23:24:50.432190 [ 3 ] {80635a41-2cef-4169-869e-c274ec4d3a16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1163 | 2025.01.16 23:24:50.432533 [ 3 ] {80635a41-2cef-4169-869e-c274ec4d3a16} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1164 | 2025.01.16 23:24:50.432777 [ 3 ] {80635a41-2cef-4169-869e-c274ec4d3a16} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1165 | 2025.01.16 23:24:50.432994 [ 3 ] {80635a41-2cef-4169-869e-c274ec4d3a16} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001455 sec., 8934.707903780069 rows/sec., 557.08 KiB/sec. | ||
| 1166 | 2025.01.16 23:24:50.433087 [ 3 ] {80635a41-2cef-4169-869e-c274ec4d3a16} <Debug> TCPHandler: Processed in 0.001719213 sec. | ||
| 1167 | 2025.01.16 23:24:50.433242 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1168 | 2025.01.16 23:24:50.433380 [ 5 ] {3705d8a7-c84f-4fdd-8755-af0513aece83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1169 | 2025.01.16 23:24:50.433436 [ 5 ] {3705d8a7-c84f-4fdd-8755-af0513aece83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1170 | 2025.01.16 23:24:50.434224 [ 5 ] {3705d8a7-c84f-4fdd-8755-af0513aece83} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1171 | 2025.01.16 23:24:50.434262 [ 5 ] {3705d8a7-c84f-4fdd-8755-af0513aece83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1172 | 2025.01.16 23:24:50.434631 [ 5 ] {3705d8a7-c84f-4fdd-8755-af0513aece83} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1173 | 2025.01.16 23:24:50.434863 [ 5 ] {3705d8a7-c84f-4fdd-8755-af0513aece83} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1174 | 2025.01.16 23:24:50.435075 [ 5 ] {3705d8a7-c84f-4fdd-8755-af0513aece83} <Debug> executeQuery: Read 334 rows, 23.85 KiB in 0.001725 sec., 193623.18840579712 rows/sec., 13.50 MiB/sec. | ||
| 1175 | 2025.01.16 23:24:50.435127 [ 5 ] {3705d8a7-c84f-4fdd-8755-af0513aece83} <Debug> TCPHandler: Processed in 0.001956088 sec. | ||
| 1176 | 2025.01.16 23:24:50.435283 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1177 | 2025.01.16 23:24:50.435422 [ 3 ] {77f635bd-8892-40f8-9910-3fb544ff9ddd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1178 | 2025.01.16 23:24:50.435482 [ 3 ] {77f635bd-8892-40f8-9910-3fb544ff9ddd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1179 | 2025.01.16 23:24:50.436029 [ 3 ] {77f635bd-8892-40f8-9910-3fb544ff9ddd} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1180 | 2025.01.16 23:24:50.436073 [ 3 ] {77f635bd-8892-40f8-9910-3fb544ff9ddd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1181 | 2025.01.16 23:24:50.436442 [ 3 ] {77f635bd-8892-40f8-9910-3fb544ff9ddd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1182 | 2025.01.16 23:24:50.436677 [ 3 ] {77f635bd-8892-40f8-9910-3fb544ff9ddd} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1183 | 2025.01.16 23:24:50.436844 [ 3 ] {77f635bd-8892-40f8-9910-3fb544ff9ddd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001453 sec., 4129.387474191328 rows/sec., 215.74 KiB/sec. | ||
| 1184 | 2025.01.16 23:24:50.436894 [ 3 ] {77f635bd-8892-40f8-9910-3fb544ff9ddd} <Debug> TCPHandler: Processed in 0.001679012 sec. | ||
| 1185 | 2025.01.16 23:24:50.437031 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1186 | 2025.01.16 23:24:50.437158 [ 5 ] {5807c2eb-f46a-4e66-8f5f-491999f44e95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1187 | 2025.01.16 23:24:50.437219 [ 5 ] {5807c2eb-f46a-4e66-8f5f-491999f44e95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1188 | 2025.01.16 23:24:50.437834 [ 5 ] {5807c2eb-f46a-4e66-8f5f-491999f44e95} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1189 | 2025.01.16 23:24:50.437879 [ 5 ] {5807c2eb-f46a-4e66-8f5f-491999f44e95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1190 | 2025.01.16 23:24:50.438292 [ 5 ] {5807c2eb-f46a-4e66-8f5f-491999f44e95} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1191 | 2025.01.16 23:24:50.438525 [ 5 ] {5807c2eb-f46a-4e66-8f5f-491999f44e95} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1192 | 2025.01.16 23:24:50.438732 [ 5 ] {5807c2eb-f46a-4e66-8f5f-491999f44e95} <Debug> executeQuery: Read 87 rows, 5.62 KiB in 0.001605 sec., 54205.60747663551 rows/sec., 3.42 MiB/sec. | ||
| 1193 | 2025.01.16 23:24:50.438784 [ 5 ] {5807c2eb-f46a-4e66-8f5f-491999f44e95} <Debug> TCPHandler: Processed in 0.001809135 sec. | ||
| 1194 | 2025.01.16 23:24:50.438919 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1195 | 2025.01.16 23:24:50.439036 [ 3 ] {a09f48e4-da31-4905-a963-3e8f6ce4e319} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1196 | 2025.01.16 23:24:50.439086 [ 3 ] {a09f48e4-da31-4905-a963-3e8f6ce4e319} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1197 | 2025.01.16 23:24:50.439621 [ 3 ] {a09f48e4-da31-4905-a963-3e8f6ce4e319} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1198 | 2025.01.16 23:24:50.439663 [ 3 ] {a09f48e4-da31-4905-a963-3e8f6ce4e319} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1199 | 2025.01.16 23:24:50.440078 [ 3 ] {a09f48e4-da31-4905-a963-3e8f6ce4e319} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1200 | 2025.01.16 23:24:50.440329 [ 3 ] {a09f48e4-da31-4905-a963-3e8f6ce4e319} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1201 | 2025.01.16 23:24:50.440553 [ 3 ] {a09f48e4-da31-4905-a963-3e8f6ce4e319} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001527 sec., 654.8788474132285 rows/sec., 44.13 KiB/sec. | ||
| 1202 | 2025.01.16 23:24:50.440613 [ 3 ] {a09f48e4-da31-4905-a963-3e8f6ce4e319} <Debug> TCPHandler: Processed in 0.001752444 sec. | ||
| 1203 | 2025.01.16 23:24:50.440744 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1204 | 2025.01.16 23:24:50.440863 [ 5 ] {ce8e33bb-8f49-4180-b9c6-5a7d38ba49e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1205 | 2025.01.16 23:24:50.440944 [ 5 ] {ce8e33bb-8f49-4180-b9c6-5a7d38ba49e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1206 | 2025.01.16 23:24:50.442016 [ 5 ] {ce8e33bb-8f49-4180-b9c6-5a7d38ba49e4} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1207 | 2025.01.16 23:24:50.442054 [ 5 ] {ce8e33bb-8f49-4180-b9c6-5a7d38ba49e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1208 | 2025.01.16 23:24:50.444592 [ 5 ] {ce8e33bb-8f49-4180-b9c6-5a7d38ba49e4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1209 | 2025.01.16 23:24:50.444900 [ 5 ] {ce8e33bb-8f49-4180-b9c6-5a7d38ba49e4} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1210 | 2025.01.16 23:24:50.445154 [ 5 ] {ce8e33bb-8f49-4180-b9c6-5a7d38ba49e4} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004315 sec., 1853.9976825028969 rows/sec., 3.32 MiB/sec. | ||
| 1211 | 2025.01.16 23:24:50.445243 [ 5 ] {ce8e33bb-8f49-4180-b9c6-5a7d38ba49e4} <Debug> TCPHandler: Processed in 0.004551247 sec. | ||
| 1212 | 2025.01.16 23:24:50.445405 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1213 | 2025.01.16 23:24:50.445543 [ 3 ] {257efe17-3448-4412-a07f-4071f20b4c8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1214 | 2025.01.16 23:24:50.445601 [ 3 ] {257efe17-3448-4412-a07f-4071f20b4c8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1215 | 2025.01.16 23:24:50.446137 [ 3 ] {257efe17-3448-4412-a07f-4071f20b4c8e} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1216 | 2025.01.16 23:24:50.446173 [ 3 ] {257efe17-3448-4412-a07f-4071f20b4c8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1217 | 2025.01.16 23:24:50.446523 [ 3 ] {257efe17-3448-4412-a07f-4071f20b4c8e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1218 | 2025.01.16 23:24:50.446756 [ 3 ] {257efe17-3448-4412-a07f-4071f20b4c8e} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1219 | 2025.01.16 23:24:50.446992 [ 3 ] {257efe17-3448-4412-a07f-4071f20b4c8e} <Debug> executeQuery: Read 32 rows, 1.82 KiB in 0.001466 sec., 21828.103683492496 rows/sec., 1.21 MiB/sec. | ||
| 1220 | 2025.01.16 23:24:50.447093 [ 3 ] {257efe17-3448-4412-a07f-4071f20b4c8e} <Debug> TCPHandler: Processed in 0.001753863 sec. | ||
| 1221 | 2025.01.16 23:24:55.375300 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1222 | 2025.01.16 23:24:55.375592 [ 3 ] {3ff17838-7041-4236-bff9-dbcbbb81b4a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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) | ||
| 1223 | 2025.01.16 23:24:55.376051 [ 3 ] {3ff17838-7041-4236-bff9-dbcbbb81b4a2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1224 | 2025.01.16 23:24:55.376104 [ 3 ] {3ff17838-7041-4236-bff9-dbcbbb81b4a2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('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 | ||
| 1225 | 2025.01.16 23:24:55.376434 [ 3 ] {3ff17838-7041-4236-bff9-dbcbbb81b4a2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1226 | 2025.01.16 23:24:55.376516 [ 3 ] {3ff17838-7041-4236-bff9-dbcbbb81b4a2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1227 | 2025.01.16 23:24:55.376693 [ 3 ] {3ff17838-7041-4236-bff9-dbcbbb81b4a2} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
| 1228 | 2025.01.16 23:24:55.376962 [ 260 ] {3ff17838-7041-4236-bff9-dbcbbb81b4a2} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1229 | 2025.01.16 23:24:55.377025 [ 293 ] {3ff17838-7041-4236-bff9-dbcbbb81b4a2} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1230 | 2025.01.16 23:24:55.377256 [ 3 ] {3ff17838-7041-4236-bff9-dbcbbb81b4a2} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (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 | ||
| 1231 | 2025.01.16 23:24:55.377288 [ 3 ] {3ff17838-7041-4236-bff9-dbcbbb81b4a2} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1232 | 2025.01.16 23:24:55.379585 [ 3 ] {3ff17838-7041-4236-bff9-dbcbbb81b4a2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1233 | 2025.01.16 23:24:55.379613 [ 3 ] {3ff17838-7041-4236-bff9-dbcbbb81b4a2} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Reading approx. 17 rows with 2 streams | ||
| 1234 | 2025.01.16 23:24:55.379673 [ 3 ] {3ff17838-7041-4236-bff9-dbcbbb81b4a2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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'))" | ||
| 1235 | 2025.01.16 23:24:55.379721 [ 3 ] {3ff17838-7041-4236-bff9-dbcbbb81b4a2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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'))" | ||
| 1236 | 2025.01.16 23:24:55.381221 [ 3 ] {3ff17838-7041-4236-bff9-dbcbbb81b4a2} <Debug> executeQuery: Read 17 rows, 613.00 B in 0.00575 sec., 2956.521739130435 rows/sec., 104.11 KiB/sec. | ||
| 1237 | 2025.01.16 23:24:55.381386 [ 3 ] {3ff17838-7041-4236-bff9-dbcbbb81b4a2} <Debug> TCPHandler: Processed in 0.006231599 sec. | ||
| 1238 | 2025.01.16 23:24:55.381786 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1239 | 2025.01.16 23:24:55.382035 [ 5 ] {6fa944c1-82e2-4e26-9165-aea0d3731cd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', '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) | ||
| 1240 | 2025.01.16 23:24:55.382442 [ 5 ] {6fa944c1-82e2-4e26-9165-aea0d3731cd7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1241 | 2025.01.16 23:24:55.382482 [ 5 ] {6fa944c1-82e2-4e26-9165-aea0d3731cd7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', '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 | ||
| 1242 | 2025.01.16 23:24:55.382761 [ 5 ] {6fa944c1-82e2-4e26-9165-aea0d3731cd7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1243 | 2025.01.16 23:24:55.382839 [ 5 ] {6fa944c1-82e2-4e26-9165-aea0d3731cd7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1244 | 2025.01.16 23:24:55.383013 [ 5 ] {6fa944c1-82e2-4e26-9165-aea0d3731cd7} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1245 | 2025.01.16 23:24:55.383095 [ 294 ] {6fa944c1-82e2-4e26-9165-aea0d3731cd7} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1246 | 2025.01.16 23:24:55.383096 [ 260 ] {6fa944c1-82e2-4e26-9165-aea0d3731cd7} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1247 | 2025.01.16 23:24:55.383195 [ 5 ] {6fa944c1-82e2-4e26-9165-aea0d3731cd7} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (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 | ||
| 1248 | 2025.01.16 23:24:55.383223 [ 5 ] {6fa944c1-82e2-4e26-9165-aea0d3731cd7} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1249 | 2025.01.16 23:24:55.383310 [ 5 ] {6fa944c1-82e2-4e26-9165-aea0d3731cd7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1250 | 2025.01.16 23:24:55.383332 [ 5 ] {6fa944c1-82e2-4e26-9165-aea0d3731cd7} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Reading approx. 17 rows with 2 streams | ||
| 1251 | 2025.01.16 23:24:55.383375 [ 5 ] {6fa944c1-82e2-4e26-9165-aea0d3731cd7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_underlay_prefixes', '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'))" | ||
| 1252 | 2025.01.16 23:24:55.383424 [ 5 ] {6fa944c1-82e2-4e26-9165-aea0d3731cd7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_underlay_prefixes', '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'))" | ||
| 1253 | 2025.01.16 23:24:55.384560 [ 5 ] {6fa944c1-82e2-4e26-9165-aea0d3731cd7} <Debug> executeQuery: Read 17 rows, 613.00 B in 0.00264 sec., 6439.393939393939 rows/sec., 226.75 KiB/sec. | ||
| 1254 | 2025.01.16 23:24:55.384700 [ 5 ] {6fa944c1-82e2-4e26-9165-aea0d3731cd7} <Debug> TCPHandler: Processed in 0.003045949 sec. | ||
| 1255 | 2025.01.16 23:24:55.384975 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1256 | 2025.01.16 23:24:55.385150 [ 3 ] {655c350b-c429-4cbf-9b69-9bb36d4026c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', '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) | ||
| 1257 | 2025.01.16 23:24:55.385453 [ 3 ] {655c350b-c429-4cbf-9b69-9bb36d4026c6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1258 | 2025.01.16 23:24:55.385492 [ 3 ] {655c350b-c429-4cbf-9b69-9bb36d4026c6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', '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 | ||
| 1259 | 2025.01.16 23:24:55.385743 [ 3 ] {655c350b-c429-4cbf-9b69-9bb36d4026c6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1260 | 2025.01.16 23:24:55.385811 [ 3 ] {655c350b-c429-4cbf-9b69-9bb36d4026c6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1261 | 2025.01.16 23:24:55.385957 [ 3 ] {655c350b-c429-4cbf-9b69-9bb36d4026c6} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1262 | 2025.01.16 23:24:55.386040 [ 294 ] {655c350b-c429-4cbf-9b69-9bb36d4026c6} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1263 | 2025.01.16 23:24:55.386041 [ 260 ] {655c350b-c429-4cbf-9b69-9bb36d4026c6} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1264 | 2025.01.16 23:24:55.386127 [ 3 ] {655c350b-c429-4cbf-9b69-9bb36d4026c6} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (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 | ||
| 1265 | 2025.01.16 23:24:55.386154 [ 3 ] {655c350b-c429-4cbf-9b69-9bb36d4026c6} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1266 | 2025.01.16 23:24:55.386231 [ 3 ] {655c350b-c429-4cbf-9b69-9bb36d4026c6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1267 | 2025.01.16 23:24:55.386250 [ 3 ] {655c350b-c429-4cbf-9b69-9bb36d4026c6} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Reading approx. 17 rows with 2 streams | ||
| 1268 | 2025.01.16 23:24:55.386290 [ 3 ] {655c350b-c429-4cbf-9b69-9bb36d4026c6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', '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'))" | ||
| 1269 | 2025.01.16 23:24:55.386335 [ 3 ] {655c350b-c429-4cbf-9b69-9bb36d4026c6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', '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'))" | ||
| 1270 | 2025.01.16 23:24:55.387409 [ 3 ] {655c350b-c429-4cbf-9b69-9bb36d4026c6} <Debug> executeQuery: Read 17 rows, 613.00 B in 0.002335 sec., 7280.513918629551 rows/sec., 256.37 KiB/sec. | ||
| 1271 | 2025.01.16 23:24:55.387559 [ 3 ] {655c350b-c429-4cbf-9b69-9bb36d4026c6} <Debug> TCPHandler: Processed in 0.002641971 sec. | ||
| 1272 | 2025.01.16 23:24:55.387810 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1273 | 2025.01.16 23:24:55.388027 [ 5 ] {17ef759c-000d-4f8a-96f0-8eeb54181f18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_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) | ||
| 1274 | 2025.01.16 23:24:55.388373 [ 5 ] {17ef759c-000d-4f8a-96f0-8eeb54181f18} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1275 | 2025.01.16 23:24:55.388413 [ 5 ] {17ef759c-000d-4f8a-96f0-8eeb54181f18} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_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 | ||
| 1276 | 2025.01.16 23:24:55.388674 [ 5 ] {17ef759c-000d-4f8a-96f0-8eeb54181f18} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1277 | 2025.01.16 23:24:55.388742 [ 5 ] {17ef759c-000d-4f8a-96f0-8eeb54181f18} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1278 | 2025.01.16 23:24:55.388890 [ 5 ] {17ef759c-000d-4f8a-96f0-8eeb54181f18} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1279 | 2025.01.16 23:24:55.388970 [ 294 ] {17ef759c-000d-4f8a-96f0-8eeb54181f18} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1280 | 2025.01.16 23:24:55.388971 [ 260 ] {17ef759c-000d-4f8a-96f0-8eeb54181f18} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1281 | 2025.01.16 23:24:55.389070 [ 5 ] {17ef759c-000d-4f8a-96f0-8eeb54181f18} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (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 | ||
| 1282 | 2025.01.16 23:24:55.389098 [ 5 ] {17ef759c-000d-4f8a-96f0-8eeb54181f18} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1283 | 2025.01.16 23:24:55.389179 [ 5 ] {17ef759c-000d-4f8a-96f0-8eeb54181f18} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1284 | 2025.01.16 23:24:55.389199 [ 5 ] {17ef759c-000d-4f8a-96f0-8eeb54181f18} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Reading approx. 17 rows with 2 streams | ||
| 1285 | 2025.01.16 23:24:55.389241 [ 5 ] {17ef759c-000d-4f8a-96f0-8eeb54181f18} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_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'))" | ||
| 1286 | 2025.01.16 23:24:55.389288 [ 5 ] {17ef759c-000d-4f8a-96f0-8eeb54181f18} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_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'))" | ||
| 1287 | 2025.01.16 23:24:55.390251 [ 5 ] {17ef759c-000d-4f8a-96f0-8eeb54181f18} <Debug> executeQuery: Read 17 rows, 613.00 B in 0.002329 sec., 7299.270072992701 rows/sec., 257.03 KiB/sec. | ||
| 1288 | 2025.01.16 23:24:55.390401 [ 5 ] {17ef759c-000d-4f8a-96f0-8eeb54181f18} <Debug> TCPHandler: Processed in 0.0026601 sec. | ||
| 1289 | 2025.01.16 23:24:55.390669 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1290 | 2025.01.16 23:24:55.390845 [ 3 ] {ba8626ae-b696-4732-babf-a7d8428c15b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) 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', '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) | ||
| 1291 | 2025.01.16 23:24:55.391161 [ 3 ] {ba8626ae-b696-4732-babf-a7d8428c15b8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1292 | 2025.01.16 23:24:55.391202 [ 3 ] {ba8626ae-b696-4732-babf-a7d8428c15b8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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 | ||
| 1293 | 2025.01.16 23:24:55.391473 [ 3 ] {ba8626ae-b696-4732-babf-a7d8428c15b8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1294 | 2025.01.16 23:24:55.391542 [ 3 ] {ba8626ae-b696-4732-babf-a7d8428c15b8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1295 | 2025.01.16 23:24:55.391688 [ 3 ] {ba8626ae-b696-4732-babf-a7d8428c15b8} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1296 | 2025.01.16 23:24:55.391772 [ 294 ] {ba8626ae-b696-4732-babf-a7d8428c15b8} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1297 | 2025.01.16 23:24:55.391772 [ 260 ] {ba8626ae-b696-4732-babf-a7d8428c15b8} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1298 | 2025.01.16 23:24:55.391861 [ 3 ] {ba8626ae-b696-4732-babf-a7d8428c15b8} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (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 | ||
| 1299 | 2025.01.16 23:24:55.391890 [ 3 ] {ba8626ae-b696-4732-babf-a7d8428c15b8} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1300 | 2025.01.16 23:24:55.391970 [ 3 ] {ba8626ae-b696-4732-babf-a7d8428c15b8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1301 | 2025.01.16 23:24:55.391992 [ 3 ] {ba8626ae-b696-4732-babf-a7d8428c15b8} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Reading approx. 17 rows with 2 streams | ||
| 1302 | 2025.01.16 23:24:55.392031 [ 3 ] {ba8626ae-b696-4732-babf-a7d8428c15b8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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'))" | ||
| 1303 | 2025.01.16 23:24:55.392076 [ 3 ] {ba8626ae-b696-4732-babf-a7d8428c15b8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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'))" | ||
| 1304 | 2025.01.16 23:24:55.393162 [ 3 ] {ba8626ae-b696-4732-babf-a7d8428c15b8} <Debug> executeQuery: Read 17 rows, 613.00 B in 0.002394 sec., 7101.08604845447 rows/sec., 250.06 KiB/sec. | ||
| 1305 | 2025.01.16 23:24:55.393322 [ 3 ] {ba8626ae-b696-4732-babf-a7d8428c15b8} <Debug> TCPHandler: Processed in 0.002725363 sec. | ||
| 1306 | 2025.01.16 23:24:55.393581 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1307 | 2025.01.16 23:24:55.393825 [ 5 ] {732a76f3-6fd8-4c32-8bdf-9e7ad25b0b29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) 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', '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) | ||
| 1308 | 2025.01.16 23:24:55.394196 [ 5 ] {732a76f3-6fd8-4c32-8bdf-9e7ad25b0b29} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1309 | 2025.01.16 23:24:55.394248 [ 5 ] {732a76f3-6fd8-4c32-8bdf-9e7ad25b0b29} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "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', '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 | ||
| 1310 | 2025.01.16 23:24:55.394554 [ 5 ] {732a76f3-6fd8-4c32-8bdf-9e7ad25b0b29} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1311 | 2025.01.16 23:24:55.394623 [ 5 ] {732a76f3-6fd8-4c32-8bdf-9e7ad25b0b29} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1312 | 2025.01.16 23:24:55.394771 [ 5 ] {732a76f3-6fd8-4c32-8bdf-9e7ad25b0b29} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1313 | 2025.01.16 23:24:55.394851 [ 260 ] {732a76f3-6fd8-4c32-8bdf-9e7ad25b0b29} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1314 | 2025.01.16 23:24:55.394853 [ 294 ] {732a76f3-6fd8-4c32-8bdf-9e7ad25b0b29} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1315 | 2025.01.16 23:24:55.394947 [ 5 ] {732a76f3-6fd8-4c32-8bdf-9e7ad25b0b29} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (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 | ||
| 1316 | 2025.01.16 23:24:55.394977 [ 5 ] {732a76f3-6fd8-4c32-8bdf-9e7ad25b0b29} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1317 | 2025.01.16 23:24:55.395060 [ 5 ] {732a76f3-6fd8-4c32-8bdf-9e7ad25b0b29} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1318 | 2025.01.16 23:24:55.395080 [ 5 ] {732a76f3-6fd8-4c32-8bdf-9e7ad25b0b29} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Reading approx. 17 rows with 2 streams | ||
| 1319 | 2025.01.16 23:24:55.395119 [ 5 ] {732a76f3-6fd8-4c32-8bdf-9e7ad25b0b29} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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'))" | ||
| 1320 | 2025.01.16 23:24:55.395163 [ 5 ] {732a76f3-6fd8-4c32-8bdf-9e7ad25b0b29} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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'))" | ||
| 1321 | 2025.01.16 23:24:55.396157 [ 5 ] {732a76f3-6fd8-4c32-8bdf-9e7ad25b0b29} <Debug> executeQuery: Read 17 rows, 613.00 B in 0.002428 sec., 7001.64744645799 rows/sec., 246.55 KiB/sec. | ||
| 1322 | 2025.01.16 23:24:55.396288 [ 5 ] {732a76f3-6fd8-4c32-8bdf-9e7ad25b0b29} <Debug> TCPHandler: Processed in 0.002778904 sec. | ||
| 1323 | 2025.01.16 23:24:55.396545 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1324 | 2025.01.16 23:24:55.396719 [ 3 ] {8abf57f9-191e-484a-9425-158ff4cc6b2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) 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', '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) | ||
| 1325 | 2025.01.16 23:24:55.397031 [ 3 ] {8abf57f9-191e-484a-9425-158ff4cc6b2a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1326 | 2025.01.16 23:24:55.397073 [ 3 ] {8abf57f9-191e-484a-9425-158ff4cc6b2a} <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:solicitations_received', 'ddm_session:solicitations_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 | ||
| 1327 | 2025.01.16 23:24:55.397344 [ 3 ] {8abf57f9-191e-484a-9425-158ff4cc6b2a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1328 | 2025.01.16 23:24:55.397412 [ 3 ] {8abf57f9-191e-484a-9425-158ff4cc6b2a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1329 | 2025.01.16 23:24:55.397556 [ 3 ] {8abf57f9-191e-484a-9425-158ff4cc6b2a} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1330 | 2025.01.16 23:24:55.397632 [ 260 ] {8abf57f9-191e-484a-9425-158ff4cc6b2a} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1331 | 2025.01.16 23:24:55.397639 [ 294 ] {8abf57f9-191e-484a-9425-158ff4cc6b2a} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1332 | 2025.01.16 23:24:55.397730 [ 3 ] {8abf57f9-191e-484a-9425-158ff4cc6b2a} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (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 | ||
| 1333 | 2025.01.16 23:24:55.397759 [ 3 ] {8abf57f9-191e-484a-9425-158ff4cc6b2a} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1334 | 2025.01.16 23:24:55.397838 [ 3 ] {8abf57f9-191e-484a-9425-158ff4cc6b2a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1335 | 2025.01.16 23:24:55.397858 [ 3 ] {8abf57f9-191e-484a-9425-158ff4cc6b2a} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Reading approx. 17 rows with 2 streams | ||
| 1336 | 2025.01.16 23:24:55.397897 [ 3 ] {8abf57f9-191e-484a-9425-158ff4cc6b2a} <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:solicitations_received', 'ddm_session:solicitations_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'))" | ||
| 1337 | 2025.01.16 23:24:55.397943 [ 3 ] {8abf57f9-191e-484a-9425-158ff4cc6b2a} <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:solicitations_received', 'ddm_session:solicitations_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'))" | ||
| 1338 | 2025.01.16 23:24:55.399001 [ 3 ] {8abf57f9-191e-484a-9425-158ff4cc6b2a} <Debug> executeQuery: Read 17 rows, 613.00 B in 0.002359 sec., 7206.443408223824 rows/sec., 253.77 KiB/sec. | ||
| 1339 | 2025.01.16 23:24:55.399159 [ 3 ] {8abf57f9-191e-484a-9425-158ff4cc6b2a} <Debug> TCPHandler: Processed in 0.002672671 sec. | ||
| 1340 | 2025.01.16 23:24:55.399411 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1341 | 2025.01.16 23:24:55.399587 [ 5 ] {02d1da43-11bd-453a-9601-c699ff8241ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) 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', '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) | ||
| 1342 | 2025.01.16 23:24:55.399898 [ 5 ] {02d1da43-11bd-453a-9601-c699ff8241ec} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1343 | 2025.01.16 23:24:55.399940 [ 5 ] {02d1da43-11bd-453a-9601-c699ff8241ec} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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 | ||
| 1344 | 2025.01.16 23:24:55.400215 [ 5 ] {02d1da43-11bd-453a-9601-c699ff8241ec} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1345 | 2025.01.16 23:24:55.400282 [ 5 ] {02d1da43-11bd-453a-9601-c699ff8241ec} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1346 | 2025.01.16 23:24:55.400432 [ 5 ] {02d1da43-11bd-453a-9601-c699ff8241ec} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1347 | 2025.01.16 23:24:55.400546 [ 260 ] {02d1da43-11bd-453a-9601-c699ff8241ec} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1348 | 2025.01.16 23:24:55.400552 [ 294 ] {02d1da43-11bd-453a-9601-c699ff8241ec} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1349 | 2025.01.16 23:24:55.400695 [ 5 ] {02d1da43-11bd-453a-9601-c699ff8241ec} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (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 | ||
| 1350 | 2025.01.16 23:24:55.400726 [ 5 ] {02d1da43-11bd-453a-9601-c699ff8241ec} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1351 | 2025.01.16 23:24:55.400806 [ 5 ] {02d1da43-11bd-453a-9601-c699ff8241ec} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1352 | 2025.01.16 23:24:55.400826 [ 5 ] {02d1da43-11bd-453a-9601-c699ff8241ec} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Reading approx. 17 rows with 2 streams | ||
| 1353 | 2025.01.16 23:24:55.400866 [ 5 ] {02d1da43-11bd-453a-9601-c699ff8241ec} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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'))" | ||
| 1354 | 2025.01.16 23:24:55.400911 [ 5 ] {02d1da43-11bd-453a-9601-c699ff8241ec} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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'))" | ||
| 1355 | 2025.01.16 23:24:55.402207 [ 5 ] {02d1da43-11bd-453a-9601-c699ff8241ec} <Debug> executeQuery: Read 17 rows, 613.00 B in 0.002699 sec., 6298.629121896999 rows/sec., 221.80 KiB/sec. | ||
| 1356 | 2025.01.16 23:24:55.402339 [ 5 ] {02d1da43-11bd-453a-9601-c699ff8241ec} <Debug> TCPHandler: Processed in 0.002983937 sec. | ||
| 1357 | 2025.01.16 23:24:55.402586 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1358 | 2025.01.16 23:24:55.402763 [ 3 ] {e05fa085-229b-4bf9-8a5e-06e19df5f91e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) 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', '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) | ||
| 1359 | 2025.01.16 23:24:55.403075 [ 3 ] {e05fa085-229b-4bf9-8a5e-06e19df5f91e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1360 | 2025.01.16 23:24:55.403117 [ 3 ] {e05fa085-229b-4bf9-8a5e-06e19df5f91e} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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 | ||
| 1361 | 2025.01.16 23:24:55.403403 [ 3 ] {e05fa085-229b-4bf9-8a5e-06e19df5f91e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1362 | 2025.01.16 23:24:55.403470 [ 3 ] {e05fa085-229b-4bf9-8a5e-06e19df5f91e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1363 | 2025.01.16 23:24:55.403620 [ 3 ] {e05fa085-229b-4bf9-8a5e-06e19df5f91e} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1364 | 2025.01.16 23:24:55.403705 [ 260 ] {e05fa085-229b-4bf9-8a5e-06e19df5f91e} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1365 | 2025.01.16 23:24:55.403706 [ 294 ] {e05fa085-229b-4bf9-8a5e-06e19df5f91e} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1366 | 2025.01.16 23:24:55.403797 [ 3 ] {e05fa085-229b-4bf9-8a5e-06e19df5f91e} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (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 | ||
| 1367 | 2025.01.16 23:24:55.403827 [ 3 ] {e05fa085-229b-4bf9-8a5e-06e19df5f91e} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1368 | 2025.01.16 23:24:55.403909 [ 3 ] {e05fa085-229b-4bf9-8a5e-06e19df5f91e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1369 | 2025.01.16 23:24:55.403929 [ 3 ] {e05fa085-229b-4bf9-8a5e-06e19df5f91e} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Reading approx. 17 rows with 2 streams | ||
| 1370 | 2025.01.16 23:24:55.403971 [ 3 ] {e05fa085-229b-4bf9-8a5e-06e19df5f91e} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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'))" | ||
| 1371 | 2025.01.16 23:24:55.404018 [ 3 ] {e05fa085-229b-4bf9-8a5e-06e19df5f91e} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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'))" | ||
| 1372 | 2025.01.16 23:24:55.405100 [ 3 ] {e05fa085-229b-4bf9-8a5e-06e19df5f91e} <Debug> executeQuery: Read 17 rows, 613.00 B in 0.002416 sec., 7036.423841059602 rows/sec., 247.78 KiB/sec. | ||
| 1373 | 2025.01.16 23:24:55.405280 [ 3 ] {e05fa085-229b-4bf9-8a5e-06e19df5f91e} <Debug> TCPHandler: Processed in 0.002751653 sec. | ||
| 1374 | 2025.01.16 23:24:55.405515 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1375 | 2025.01.16 23:24:55.405727 [ 5 ] {84a723c1-5463-45ce-bed0-549902419750} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) 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', '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) | ||
| 1376 | 2025.01.16 23:24:55.406100 [ 5 ] {84a723c1-5463-45ce-bed0-549902419750} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1377 | 2025.01.16 23:24:55.406153 [ 5 ] {84a723c1-5463-45ce-bed0-549902419750} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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 | ||
| 1378 | 2025.01.16 23:24:55.406466 [ 5 ] {84a723c1-5463-45ce-bed0-549902419750} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1379 | 2025.01.16 23:24:55.406532 [ 5 ] {84a723c1-5463-45ce-bed0-549902419750} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1380 | 2025.01.16 23:24:55.406682 [ 5 ] {84a723c1-5463-45ce-bed0-549902419750} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1381 | 2025.01.16 23:24:55.406765 [ 260 ] {84a723c1-5463-45ce-bed0-549902419750} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1382 | 2025.01.16 23:24:55.406766 [ 294 ] {84a723c1-5463-45ce-bed0-549902419750} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1383 | 2025.01.16 23:24:55.406861 [ 5 ] {84a723c1-5463-45ce-bed0-549902419750} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (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 | ||
| 1384 | 2025.01.16 23:24:55.406890 [ 5 ] {84a723c1-5463-45ce-bed0-549902419750} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1385 | 2025.01.16 23:24:55.406972 [ 5 ] {84a723c1-5463-45ce-bed0-549902419750} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1386 | 2025.01.16 23:24:55.406996 [ 5 ] {84a723c1-5463-45ce-bed0-549902419750} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Reading approx. 17 rows with 2 streams | ||
| 1387 | 2025.01.16 23:24:55.407036 [ 5 ] {84a723c1-5463-45ce-bed0-549902419750} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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'))" | ||
| 1388 | 2025.01.16 23:24:55.407082 [ 5 ] {84a723c1-5463-45ce-bed0-549902419750} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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'))" | ||
| 1389 | 2025.01.16 23:24:55.408023 [ 5 ] {84a723c1-5463-45ce-bed0-549902419750} <Debug> executeQuery: Read 17 rows, 613.00 B in 0.002397 sec., 7092.198581560284 rows/sec., 249.74 KiB/sec. | ||
| 1390 | 2025.01.16 23:24:55.408149 [ 5 ] {84a723c1-5463-45ce-bed0-549902419750} <Debug> TCPHandler: Processed in 0.002703072 sec. | ||
| 1391 | 2025.01.16 23:24:55.408399 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1392 | 2025.01.16 23:24:55.408581 [ 3 ] {ff0b59f0-d74e-46ba-b113-5d1632581ea6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) 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', '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) | ||
| 1393 | 2025.01.16 23:24:55.408900 [ 3 ] {ff0b59f0-d74e-46ba-b113-5d1632581ea6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1394 | 2025.01.16 23:24:55.408945 [ 3 ] {ff0b59f0-d74e-46ba-b113-5d1632581ea6} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', '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 | ||
| 1395 | 2025.01.16 23:24:55.409238 [ 3 ] {ff0b59f0-d74e-46ba-b113-5d1632581ea6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1396 | 2025.01.16 23:24:55.409306 [ 3 ] {ff0b59f0-d74e-46ba-b113-5d1632581ea6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1397 | 2025.01.16 23:24:55.409458 [ 3 ] {ff0b59f0-d74e-46ba-b113-5d1632581ea6} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1398 | 2025.01.16 23:24:55.409569 [ 260 ] {ff0b59f0-d74e-46ba-b113-5d1632581ea6} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1399 | 2025.01.16 23:24:55.409575 [ 294 ] {ff0b59f0-d74e-46ba-b113-5d1632581ea6} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1400 | 2025.01.16 23:24:55.409722 [ 3 ] {ff0b59f0-d74e-46ba-b113-5d1632581ea6} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (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 | ||
| 1401 | 2025.01.16 23:24:55.409753 [ 3 ] {ff0b59f0-d74e-46ba-b113-5d1632581ea6} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1402 | 2025.01.16 23:24:55.409838 [ 3 ] {ff0b59f0-d74e-46ba-b113-5d1632581ea6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1403 | 2025.01.16 23:24:55.409860 [ 3 ] {ff0b59f0-d74e-46ba-b113-5d1632581ea6} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Reading approx. 17 rows with 2 streams | ||
| 1404 | 2025.01.16 23:24:55.409902 [ 3 ] {ff0b59f0-d74e-46ba-b113-5d1632581ea6} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', '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'))" | ||
| 1405 | 2025.01.16 23:24:55.409949 [ 3 ] {ff0b59f0-d74e-46ba-b113-5d1632581ea6} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', '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'))" | ||
| 1406 | 2025.01.16 23:24:55.411079 [ 3 ] {ff0b59f0-d74e-46ba-b113-5d1632581ea6} <Debug> executeQuery: Read 17 rows, 613.00 B in 0.002583 sec., 6581.494386372436 rows/sec., 231.76 KiB/sec. | ||
| 1407 | 2025.01.16 23:24:55.411238 [ 3 ] {ff0b59f0-d74e-46ba-b113-5d1632581ea6} <Debug> TCPHandler: Processed in 0.002905106 sec. | ||
| 1408 | 2025.01.16 23:24:55.411506 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1409 | 2025.01.16 23:24:55.411723 [ 5 ] {679917bb-54dd-4155-8269-d5ea17e64d47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) 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', '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) | ||
| 1410 | 2025.01.16 23:24:55.412101 [ 5 ] {679917bb-54dd-4155-8269-d5ea17e64d47} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1411 | 2025.01.16 23:24:55.412154 [ 5 ] {679917bb-54dd-4155-8269-d5ea17e64d47} <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: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', '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 | ||
| 1412 | 2025.01.16 23:24:55.412476 [ 5 ] {679917bb-54dd-4155-8269-d5ea17e64d47} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1413 | 2025.01.16 23:24:55.412542 [ 5 ] {679917bb-54dd-4155-8269-d5ea17e64d47} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1414 | 2025.01.16 23:24:55.412691 [ 5 ] {679917bb-54dd-4155-8269-d5ea17e64d47} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1415 | 2025.01.16 23:24:55.412774 [ 294 ] {679917bb-54dd-4155-8269-d5ea17e64d47} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1416 | 2025.01.16 23:24:55.412777 [ 260 ] {679917bb-54dd-4155-8269-d5ea17e64d47} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1417 | 2025.01.16 23:24:55.412874 [ 5 ] {679917bb-54dd-4155-8269-d5ea17e64d47} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (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 | ||
| 1418 | 2025.01.16 23:24:55.412903 [ 5 ] {679917bb-54dd-4155-8269-d5ea17e64d47} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1419 | 2025.01.16 23:24:55.412986 [ 5 ] {679917bb-54dd-4155-8269-d5ea17e64d47} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1420 | 2025.01.16 23:24:55.413006 [ 5 ] {679917bb-54dd-4155-8269-d5ea17e64d47} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Reading approx. 17 rows with 2 streams | ||
| 1421 | 2025.01.16 23:24:55.413046 [ 5 ] {679917bb-54dd-4155-8269-d5ea17e64d47} <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: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', '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'))" | ||
| 1422 | 2025.01.16 23:24:55.413093 [ 5 ] {679917bb-54dd-4155-8269-d5ea17e64d47} <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: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', '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'))" | ||
| 1423 | 2025.01.16 23:24:55.414108 [ 5 ] {679917bb-54dd-4155-8269-d5ea17e64d47} <Debug> executeQuery: Read 17 rows, 613.00 B in 0.00249 sec., 6827.309236947791 rows/sec., 240.41 KiB/sec. | ||
| 1424 | 2025.01.16 23:24:55.414239 [ 5 ] {679917bb-54dd-4155-8269-d5ea17e64d47} <Debug> TCPHandler: Processed in 0.002800523 sec. | ||
| 1425 | 2025.01.16 23:24:55.414538 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1426 | 2025.01.16 23:24:55.414720 [ 3 ] {585695fe-7405-4f14-bf2d-f10882389e3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) 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', '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) | ||
| 1427 | 2025.01.16 23:24:55.415037 [ 3 ] {585695fe-7405-4f14-bf2d-f10882389e3b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1428 | 2025.01.16 23:24:55.415081 [ 3 ] {585695fe-7405-4f14-bf2d-f10882389e3b} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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 | ||
| 1429 | 2025.01.16 23:24:55.415375 [ 3 ] {585695fe-7405-4f14-bf2d-f10882389e3b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1430 | 2025.01.16 23:24:55.415441 [ 3 ] {585695fe-7405-4f14-bf2d-f10882389e3b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1431 | 2025.01.16 23:24:55.415590 [ 3 ] {585695fe-7405-4f14-bf2d-f10882389e3b} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1432 | 2025.01.16 23:24:55.415673 [ 260 ] {585695fe-7405-4f14-bf2d-f10882389e3b} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1433 | 2025.01.16 23:24:55.415676 [ 294 ] {585695fe-7405-4f14-bf2d-f10882389e3b} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1434 | 2025.01.16 23:24:55.415765 [ 3 ] {585695fe-7405-4f14-bf2d-f10882389e3b} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (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 | ||
| 1435 | 2025.01.16 23:24:55.415794 [ 3 ] {585695fe-7405-4f14-bf2d-f10882389e3b} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1436 | 2025.01.16 23:24:55.415875 [ 3 ] {585695fe-7405-4f14-bf2d-f10882389e3b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1437 | 2025.01.16 23:24:55.415896 [ 3 ] {585695fe-7405-4f14-bf2d-f10882389e3b} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Reading approx. 17 rows with 2 streams | ||
| 1438 | 2025.01.16 23:24:55.415937 [ 3 ] {585695fe-7405-4f14-bf2d-f10882389e3b} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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'))" | ||
| 1439 | 2025.01.16 23:24:55.415987 [ 3 ] {585695fe-7405-4f14-bf2d-f10882389e3b} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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'))" | ||
| 1440 | 2025.01.16 23:24:55.417077 [ 3 ] {585695fe-7405-4f14-bf2d-f10882389e3b} <Debug> executeQuery: Read 17 rows, 613.00 B in 0.002442 sec., 6961.5069615069615 rows/sec., 245.14 KiB/sec. | ||
| 1441 | 2025.01.16 23:24:55.417235 [ 3 ] {585695fe-7405-4f14-bf2d-f10882389e3b} <Debug> TCPHandler: Processed in 0.002754463 sec. | ||
| 1442 | 2025.01.16 23:24:55.417495 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1443 | 2025.01.16 23:24:55.417708 [ 5 ] {f4bd3dce-3590-43da-92d4-631bfd63f26e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) 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', '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) | ||
| 1444 | 2025.01.16 23:24:55.418092 [ 5 ] {f4bd3dce-3590-43da-92d4-631bfd63f26e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1445 | 2025.01.16 23:24:55.418145 [ 5 ] {f4bd3dce-3590-43da-92d4-631bfd63f26e} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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 | ||
| 1446 | 2025.01.16 23:24:55.418472 [ 5 ] {f4bd3dce-3590-43da-92d4-631bfd63f26e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1447 | 2025.01.16 23:24:55.418537 [ 5 ] {f4bd3dce-3590-43da-92d4-631bfd63f26e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1448 | 2025.01.16 23:24:55.418686 [ 5 ] {f4bd3dce-3590-43da-92d4-631bfd63f26e} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1449 | 2025.01.16 23:24:55.418772 [ 294 ] {f4bd3dce-3590-43da-92d4-631bfd63f26e} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1450 | 2025.01.16 23:24:55.418773 [ 260 ] {f4bd3dce-3590-43da-92d4-631bfd63f26e} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1451 | 2025.01.16 23:24:55.418871 [ 5 ] {f4bd3dce-3590-43da-92d4-631bfd63f26e} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (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 | ||
| 1452 | 2025.01.16 23:24:55.418899 [ 5 ] {f4bd3dce-3590-43da-92d4-631bfd63f26e} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1453 | 2025.01.16 23:24:55.418981 [ 5 ] {f4bd3dce-3590-43da-92d4-631bfd63f26e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1454 | 2025.01.16 23:24:55.419001 [ 5 ] {f4bd3dce-3590-43da-92d4-631bfd63f26e} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Reading approx. 17 rows with 2 streams | ||
| 1455 | 2025.01.16 23:24:55.419041 [ 5 ] {f4bd3dce-3590-43da-92d4-631bfd63f26e} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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'))" | ||
| 1456 | 2025.01.16 23:24:55.419090 [ 5 ] {f4bd3dce-3590-43da-92d4-631bfd63f26e} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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'))" | ||
| 1457 | 2025.01.16 23:24:55.420096 [ 5 ] {f4bd3dce-3590-43da-92d4-631bfd63f26e} <Debug> executeQuery: Read 17 rows, 613.00 B in 0.002491 sec., 6824.568446407065 rows/sec., 240.32 KiB/sec. | ||
| 1458 | 2025.01.16 23:24:55.420231 [ 5 ] {f4bd3dce-3590-43da-92d4-631bfd63f26e} <Debug> TCPHandler: Processed in 0.002802783 sec. | ||
| 1459 | 2025.01.16 23:24:55.426064 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1460 | 2025.01.16 23:24:55.426221 [ 3 ] {ac01d723-fd65-4eb9-8c6e-9e4f11580bb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1461 | 2025.01.16 23:24:55.426286 [ 3 ] {ac01d723-fd65-4eb9-8c6e-9e4f11580bb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1462 | 2025.01.16 23:24:55.427174 [ 3 ] {ac01d723-fd65-4eb9-8c6e-9e4f11580bb0} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1463 | 2025.01.16 23:24:55.427229 [ 3 ] {ac01d723-fd65-4eb9-8c6e-9e4f11580bb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1464 | 2025.01.16 23:24:55.427768 [ 3 ] {ac01d723-fd65-4eb9-8c6e-9e4f11580bb0} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1465 | 2025.01.16 23:24:55.428002 [ 3 ] {ac01d723-fd65-4eb9-8c6e-9e4f11580bb0} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1466 | 2025.01.16 23:24:55.428233 [ 3 ] {ac01d723-fd65-4eb9-8c6e-9e4f11580bb0} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.002055 sec., 6812.652068126521 rows/sec., 977.51 KiB/sec. | ||
| 1467 | 2025.01.16 23:24:55.428297 [ 3 ] {ac01d723-fd65-4eb9-8c6e-9e4f11580bb0} <Debug> TCPHandler: Processed in 0.002299194 sec. | ||
| 1468 | 2025.01.16 23:24:55.428449 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1469 | 2025.01.16 23:24:55.428602 [ 5 ] {3ed3bf33-c300-4518-a800-36d8b671b743} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1470 | 2025.01.16 23:24:55.428661 [ 5 ] {3ed3bf33-c300-4518-a800-36d8b671b743} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1471 | 2025.01.16 23:24:55.429375 [ 5 ] {3ed3bf33-c300-4518-a800-36d8b671b743} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1472 | 2025.01.16 23:24:55.429417 [ 5 ] {3ed3bf33-c300-4518-a800-36d8b671b743} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1473 | 2025.01.16 23:24:55.429816 [ 5 ] {3ed3bf33-c300-4518-a800-36d8b671b743} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1474 | 2025.01.16 23:24:55.430059 [ 5 ] {3ed3bf33-c300-4518-a800-36d8b671b743} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1475 | 2025.01.16 23:24:55.430275 [ 5 ] {3ed3bf33-c300-4518-a800-36d8b671b743} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001716 sec., 32634.032634032632 rows/sec., 2.51 MiB/sec. | ||
| 1476 | 2025.01.16 23:24:55.430328 [ 5 ] {3ed3bf33-c300-4518-a800-36d8b671b743} <Debug> TCPHandler: Processed in 0.001947377 sec. | ||
| 1477 | 2025.01.16 23:24:55.430474 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1478 | 2025.01.16 23:24:55.430615 [ 3 ] {4deb541a-58cf-4da6-bcc7-47f9ce22fe00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1479 | 2025.01.16 23:24:55.430671 [ 3 ] {4deb541a-58cf-4da6-bcc7-47f9ce22fe00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1480 | 2025.01.16 23:24:55.431377 [ 3 ] {4deb541a-58cf-4da6-bcc7-47f9ce22fe00} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1481 | 2025.01.16 23:24:55.431417 [ 3 ] {4deb541a-58cf-4da6-bcc7-47f9ce22fe00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1482 | 2025.01.16 23:24:55.431784 [ 3 ] {4deb541a-58cf-4da6-bcc7-47f9ce22fe00} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1483 | 2025.01.16 23:24:55.432026 [ 3 ] {4deb541a-58cf-4da6-bcc7-47f9ce22fe00} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1484 | 2025.01.16 23:24:55.432231 [ 3 ] {4deb541a-58cf-4da6-bcc7-47f9ce22fe00} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001649 sec., 38811.400848999394 rows/sec., 3.03 MiB/sec. | ||
| 1485 | 2025.01.16 23:24:55.432285 [ 3 ] {4deb541a-58cf-4da6-bcc7-47f9ce22fe00} <Debug> TCPHandler: Processed in 0.001878626 sec. | ||
| 1486 | 2025.01.16 23:24:55.432430 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1487 | 2025.01.16 23:24:55.432570 [ 5 ] {6949d53f-b9e1-4d4e-bb1b-b1d25b4b32e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1488 | 2025.01.16 23:24:55.432630 [ 5 ] {6949d53f-b9e1-4d4e-bb1b-b1d25b4b32e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1489 | 2025.01.16 23:24:55.433274 [ 5 ] {6949d53f-b9e1-4d4e-bb1b-b1d25b4b32e0} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1490 | 2025.01.16 23:24:55.433318 [ 5 ] {6949d53f-b9e1-4d4e-bb1b-b1d25b4b32e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1491 | 2025.01.16 23:24:55.433700 [ 5 ] {6949d53f-b9e1-4d4e-bb1b-b1d25b4b32e0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1492 | 2025.01.16 23:24:55.433935 [ 5 ] {6949d53f-b9e1-4d4e-bb1b-b1d25b4b32e0} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1493 | 2025.01.16 23:24:55.434146 [ 5 ] {6949d53f-b9e1-4d4e-bb1b-b1d25b4b32e0} <Debug> executeQuery: Read 130 rows, 9.28 KiB in 0.001607 sec., 80896.07965152459 rows/sec., 5.64 MiB/sec. | ||
| 1494 | 2025.01.16 23:24:55.434197 [ 5 ] {6949d53f-b9e1-4d4e-bb1b-b1d25b4b32e0} <Debug> TCPHandler: Processed in 0.001832705 sec. | ||
| 1495 | 2025.01.16 23:24:55.434336 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1496 | 2025.01.16 23:24:55.434475 [ 3 ] {f98e4a9f-6cda-473d-b9d9-43dade34bb7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1497 | 2025.01.16 23:24:55.434534 [ 3 ] {f98e4a9f-6cda-473d-b9d9-43dade34bb7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1498 | 2025.01.16 23:24:55.435088 [ 3 ] {f98e4a9f-6cda-473d-b9d9-43dade34bb7c} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1499 | 2025.01.16 23:24:55.435134 [ 3 ] {f98e4a9f-6cda-473d-b9d9-43dade34bb7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1500 | 2025.01.16 23:24:55.435533 [ 3 ] {f98e4a9f-6cda-473d-b9d9-43dade34bb7c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1501 | 2025.01.16 23:24:55.435770 [ 3 ] {f98e4a9f-6cda-473d-b9d9-43dade34bb7c} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1502 | 2025.01.16 23:24:55.435961 [ 3 ] {f98e4a9f-6cda-473d-b9d9-43dade34bb7c} <Debug> executeQuery: Read 50 rows, 3.44 KiB in 0.001516 sec., 32981.530343007915 rows/sec., 2.21 MiB/sec. | ||
| 1503 | 2025.01.16 23:24:55.436012 [ 3 ] {f98e4a9f-6cda-473d-b9d9-43dade34bb7c} <Debug> TCPHandler: Processed in 0.001735343 sec. | ||
| 1504 | 2025.01.16 23:24:56.672576 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 | ||
| 1505 | 2025.01.16 23:24:56.673537 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1506 | 2025.01.16 23:24:56.673579 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1507 | 2025.01.16 23:24:56.674180 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1508 | 2025.01.16 23:24:56.674436 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1509 | 2025.01.16 23:24:56.674684 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 | ||
| 1510 | 2025.01.16 23:24:56.815814 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1511 | 2025.01.16 23:24:56.844922 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1512 | 2025.01.16 23:24:56.845008 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1513 | 2025.01.16 23:24:56.852287 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1514 | 2025.01.16 23:24:56.853278 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1515 | 2025.01.16 23:24:56.858119 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1516 | 2025.01.16 23:24:57.000180 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.38 MiB, peak 163.38 MiB, free memory in arenas 0.00 B, will set to 161.10 MiB (RSS), difference: 1.72 MiB | ||
| 1517 | 2025.01.16 23:24:59.170950 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 204 | ||
| 1518 | 2025.01.16 23:24:59.175215 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1519 | 2025.01.16 23:24:59.175261 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 1520 | 2025.01.16 23:24:59.176815 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1521 | 2025.01.16 23:24:59.177116 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1522 | 2025.01.16 23:24:59.177658 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 204 | ||
| 1523 | 2025.01.16 23:25:00.391359 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1524 | 2025.01.16 23:25:00.391586 [ 3 ] {5d779118-2f43-46f0-b9e1-28db9d025538} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1525 | 2025.01.16 23:25:00.391673 [ 3 ] {5d779118-2f43-46f0-b9e1-28db9d025538} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1526 | 2025.01.16 23:25:00.392534 [ 3 ] {5d779118-2f43-46f0-b9e1-28db9d025538} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1527 | 2025.01.16 23:25:00.392593 [ 3 ] {5d779118-2f43-46f0-b9e1-28db9d025538} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 1528 | 2025.01.16 23:25:00.393081 [ 3 ] {5d779118-2f43-46f0-b9e1-28db9d025538} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1529 | 2025.01.16 23:25:00.393356 [ 3 ] {5d779118-2f43-46f0-b9e1-28db9d025538} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1530 | 2025.01.16 23:25:00.393603 [ 3 ] {5d779118-2f43-46f0-b9e1-28db9d025538} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002095 sec., 6682.577565632458 rows/sec., 481.06 KiB/sec. | ||
| 1531 | 2025.01.16 23:25:00.393671 [ 3 ] {5d779118-2f43-46f0-b9e1-28db9d025538} <Debug> TCPHandler: Processed in 0.002463768 sec. | ||
| 1532 | 2025.01.16 23:25:00.393968 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1533 | 2025.01.16 23:25:00.394212 [ 5 ] {9ce5c799-0fe1-4dc2-ad3d-19991070f8b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1534 | 2025.01.16 23:25:00.394319 [ 5 ] {9ce5c799-0fe1-4dc2-ad3d-19991070f8b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1535 | 2025.01.16 23:25:00.395462 [ 5 ] {9ce5c799-0fe1-4dc2-ad3d-19991070f8b5} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1536 | 2025.01.16 23:25:00.395535 [ 5 ] {9ce5c799-0fe1-4dc2-ad3d-19991070f8b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 1537 | 2025.01.16 23:25:00.396153 [ 5 ] {9ce5c799-0fe1-4dc2-ad3d-19991070f8b5} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1538 | 2025.01.16 23:25:00.396426 [ 5 ] {9ce5c799-0fe1-4dc2-ad3d-19991070f8b5} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1539 | 2025.01.16 23:25:00.396708 [ 5 ] {9ce5c799-0fe1-4dc2-ad3d-19991070f8b5} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.00257 sec., 85214.00778210118 rows/sec., 7.44 MiB/sec. | ||
| 1540 | 2025.01.16 23:25:00.396784 [ 5 ] {9ce5c799-0fe1-4dc2-ad3d-19991070f8b5} <Debug> TCPHandler: Processed in 0.002972127 sec. | ||
| 1541 | 2025.01.16 23:25:00.396992 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1542 | 2025.01.16 23:25:00.397131 [ 3 ] {d0ae5fa0-eecd-4c07-ad23-e254afe7d5fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1543 | 2025.01.16 23:25:00.397189 [ 3 ] {d0ae5fa0-eecd-4c07-ad23-e254afe7d5fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1544 | 2025.01.16 23:25:00.397844 [ 3 ] {d0ae5fa0-eecd-4c07-ad23-e254afe7d5fc} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1545 | 2025.01.16 23:25:00.397886 [ 3 ] {d0ae5fa0-eecd-4c07-ad23-e254afe7d5fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 1546 | 2025.01.16 23:25:00.398262 [ 3 ] {d0ae5fa0-eecd-4c07-ad23-e254afe7d5fc} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1547 | 2025.01.16 23:25:00.398511 [ 3 ] {d0ae5fa0-eecd-4c07-ad23-e254afe7d5fc} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1548 | 2025.01.16 23:25:00.398764 [ 3 ] {d0ae5fa0-eecd-4c07-ad23-e254afe7d5fc} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.00166 sec., 9036.144578313253 rows/sec., 637.12 KiB/sec. | ||
| 1549 | 2025.01.16 23:25:00.398915 [ 3 ] {d0ae5fa0-eecd-4c07-ad23-e254afe7d5fc} <Debug> TCPHandler: Processed in 0.001992478 sec. | ||
| 1550 | 2025.01.16 23:25:00.399127 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1551 | 2025.01.16 23:25:00.399303 [ 5 ] {a210f5f3-cca5-4c52-a253-5ac58dd70565} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1552 | 2025.01.16 23:25:00.399372 [ 5 ] {a210f5f3-cca5-4c52-a253-5ac58dd70565} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1553 | 2025.01.16 23:25:00.400072 [ 5 ] {a210f5f3-cca5-4c52-a253-5ac58dd70565} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1554 | 2025.01.16 23:25:00.400118 [ 5 ] {a210f5f3-cca5-4c52-a253-5ac58dd70565} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 1555 | 2025.01.16 23:25:00.400515 [ 5 ] {a210f5f3-cca5-4c52-a253-5ac58dd70565} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1556 | 2025.01.16 23:25:00.400795 [ 5 ] {a210f5f3-cca5-4c52-a253-5ac58dd70565} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1557 | 2025.01.16 23:25:00.401034 [ 5 ] {a210f5f3-cca5-4c52-a253-5ac58dd70565} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001777 sec., 7878.446820483962 rows/sec., 551.76 KiB/sec. | ||
| 1558 | 2025.01.16 23:25:00.401108 [ 5 ] {a210f5f3-cca5-4c52-a253-5ac58dd70565} <Debug> TCPHandler: Processed in 0.002067969 sec. | ||
| 1559 | 2025.01.16 23:25:00.401286 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1560 | 2025.01.16 23:25:00.401414 [ 3 ] {fba0ecbb-122c-45c6-9a80-fa771e45b7b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1561 | 2025.01.16 23:25:00.401469 [ 3 ] {fba0ecbb-122c-45c6-9a80-fa771e45b7b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1562 | 2025.01.16 23:25:00.402080 [ 3 ] {fba0ecbb-122c-45c6-9a80-fa771e45b7b3} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1563 | 2025.01.16 23:25:00.402123 [ 3 ] {fba0ecbb-122c-45c6-9a80-fa771e45b7b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 1564 | 2025.01.16 23:25:00.402535 [ 3 ] {fba0ecbb-122c-45c6-9a80-fa771e45b7b3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1565 | 2025.01.16 23:25:00.402812 [ 3 ] {fba0ecbb-122c-45c6-9a80-fa771e45b7b3} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1566 | 2025.01.16 23:25:00.403038 [ 3 ] {fba0ecbb-122c-45c6-9a80-fa771e45b7b3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001653 sec., 7864.488808227466 rows/sec., 490.35 KiB/sec. | ||
| 1567 | 2025.01.16 23:25:00.403112 [ 3 ] {fba0ecbb-122c-45c6-9a80-fa771e45b7b3} <Debug> TCPHandler: Processed in 0.001888147 sec. | ||
| 1568 | 2025.01.16 23:25:00.403287 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1569 | 2025.01.16 23:25:00.403432 [ 5 ] {6de75d65-f755-4088-9241-cd521590f732} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1570 | 2025.01.16 23:25:00.403496 [ 5 ] {6de75d65-f755-4088-9241-cd521590f732} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1571 | 2025.01.16 23:25:00.404299 [ 5 ] {6de75d65-f755-4088-9241-cd521590f732} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1572 | 2025.01.16 23:25:00.404343 [ 5 ] {6de75d65-f755-4088-9241-cd521590f732} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 1573 | 2025.01.16 23:25:00.404752 [ 5 ] {6de75d65-f755-4088-9241-cd521590f732} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1574 | 2025.01.16 23:25:00.404999 [ 5 ] {6de75d65-f755-4088-9241-cd521590f732} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1575 | 2025.01.16 23:25:00.405233 [ 5 ] {6de75d65-f755-4088-9241-cd521590f732} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001829 sec., 213231.27392017498 rows/sec., 15.12 MiB/sec. | ||
| 1576 | 2025.01.16 23:25:00.405311 [ 5 ] {6de75d65-f755-4088-9241-cd521590f732} <Debug> TCPHandler: Processed in 0.00209408 sec. | ||
| 1577 | 2025.01.16 23:25:00.405485 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1578 | 2025.01.16 23:25:00.405637 [ 3 ] {e5aa07fd-71ba-4f6c-88bb-83ddf4e72847} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1579 | 2025.01.16 23:25:00.405702 [ 3 ] {e5aa07fd-71ba-4f6c-88bb-83ddf4e72847} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1580 | 2025.01.16 23:25:00.406321 [ 3 ] {e5aa07fd-71ba-4f6c-88bb-83ddf4e72847} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1581 | 2025.01.16 23:25:00.406371 [ 3 ] {e5aa07fd-71ba-4f6c-88bb-83ddf4e72847} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 1582 | 2025.01.16 23:25:00.406781 [ 3 ] {e5aa07fd-71ba-4f6c-88bb-83ddf4e72847} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1583 | 2025.01.16 23:25:00.407039 [ 3 ] {e5aa07fd-71ba-4f6c-88bb-83ddf4e72847} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1584 | 2025.01.16 23:25:00.407259 [ 3 ] {e5aa07fd-71ba-4f6c-88bb-83ddf4e72847} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001657 sec., 3621.0018105009053 rows/sec., 189.18 KiB/sec. | ||
| 1585 | 2025.01.16 23:25:00.407324 [ 3 ] {e5aa07fd-71ba-4f6c-88bb-83ddf4e72847} <Debug> TCPHandler: Processed in 0.001897087 sec. | ||
| 1586 | 2025.01.16 23:25:00.407512 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1587 | 2025.01.16 23:25:00.407648 [ 5 ] {380cd560-702e-40a1-a50f-69d34b6f65de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1588 | 2025.01.16 23:25:00.407711 [ 5 ] {380cd560-702e-40a1-a50f-69d34b6f65de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1589 | 2025.01.16 23:25:00.408494 [ 5 ] {380cd560-702e-40a1-a50f-69d34b6f65de} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1590 | 2025.01.16 23:25:00.408539 [ 5 ] {380cd560-702e-40a1-a50f-69d34b6f65de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 1591 | 2025.01.16 23:25:00.409010 [ 5 ] {380cd560-702e-40a1-a50f-69d34b6f65de} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1592 | 2025.01.16 23:25:00.409280 [ 5 ] {380cd560-702e-40a1-a50f-69d34b6f65de} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1593 | 2025.01.16 23:25:00.409486 [ 5 ] {380cd560-702e-40a1-a50f-69d34b6f65de} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001868 sec., 126873.66167023554 rows/sec., 8.50 MiB/sec. | ||
| 1594 | 2025.01.16 23:25:00.409579 [ 5 ] {380cd560-702e-40a1-a50f-69d34b6f65de} <Debug> TCPHandler: Processed in 0.002133061 sec. | ||
| 1595 | 2025.01.16 23:25:00.409747 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1596 | 2025.01.16 23:25:00.409882 [ 3 ] {41319a25-bafe-4fc7-ae00-75dd3db2a79e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1597 | 2025.01.16 23:25:00.409940 [ 3 ] {41319a25-bafe-4fc7-ae00-75dd3db2a79e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1598 | 2025.01.16 23:25:00.410471 [ 3 ] {41319a25-bafe-4fc7-ae00-75dd3db2a79e} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1599 | 2025.01.16 23:25:00.410517 [ 3 ] {41319a25-bafe-4fc7-ae00-75dd3db2a79e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 1600 | 2025.01.16 23:25:00.410928 [ 3 ] {41319a25-bafe-4fc7-ae00-75dd3db2a79e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1601 | 2025.01.16 23:25:00.411257 [ 3 ] {41319a25-bafe-4fc7-ae00-75dd3db2a79e} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1602 | 2025.01.16 23:25:00.411545 [ 3 ] {41319a25-bafe-4fc7-ae00-75dd3db2a79e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001691 sec., 591.3660555884093 rows/sec., 39.85 KiB/sec. | ||
| 1603 | 2025.01.16 23:25:00.411634 [ 3 ] {41319a25-bafe-4fc7-ae00-75dd3db2a79e} <Debug> TCPHandler: Processed in 0.001949958 sec. | ||
| 1604 | 2025.01.16 23:25:00.411822 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1605 | 2025.01.16 23:25:00.411957 [ 5 ] {0e6888d7-afac-4307-af69-e236726bacda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1606 | 2025.01.16 23:25:00.412045 [ 5 ] {0e6888d7-afac-4307-af69-e236726bacda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1607 | 2025.01.16 23:25:00.413206 [ 5 ] {0e6888d7-afac-4307-af69-e236726bacda} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1608 | 2025.01.16 23:25:00.413246 [ 5 ] {0e6888d7-afac-4307-af69-e236726bacda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 1609 | 2025.01.16 23:25:00.413987 [ 5 ] {0e6888d7-afac-4307-af69-e236726bacda} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1610 | 2025.01.16 23:25:00.414368 [ 5 ] {0e6888d7-afac-4307-af69-e236726bacda} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1611 | 2025.01.16 23:25:00.414641 [ 5 ] {0e6888d7-afac-4307-af69-e236726bacda} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002712 sec., 2949.8525073746314 rows/sec., 5.29 MiB/sec. | ||
| 1612 | 2025.01.16 23:25:00.414850 [ 5 ] {0e6888d7-afac-4307-af69-e236726bacda} <Debug> TCPHandler: Processed in 0.003093149 sec. | ||
| 1613 | 2025.01.16 23:25:00.416713 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1614 | 2025.01.16 23:25:00.416895 [ 3 ] {a61fafaa-0162-4236-9c25-8d7771fd0cef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1615 | 2025.01.16 23:25:00.416969 [ 3 ] {a61fafaa-0162-4236-9c25-8d7771fd0cef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1616 | 2025.01.16 23:25:00.417721 [ 3 ] {a61fafaa-0162-4236-9c25-8d7771fd0cef} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1617 | 2025.01.16 23:25:00.417770 [ 3 ] {a61fafaa-0162-4236-9c25-8d7771fd0cef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 1618 | 2025.01.16 23:25:00.418301 [ 3 ] {a61fafaa-0162-4236-9c25-8d7771fd0cef} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1619 | 2025.01.16 23:25:00.418571 [ 3 ] {a61fafaa-0162-4236-9c25-8d7771fd0cef} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1620 | 2025.01.16 23:25:00.418828 [ 3 ] {a61fafaa-0162-4236-9c25-8d7771fd0cef} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001984 sec., 41330.64516129032 rows/sec., 2.63 MiB/sec. | ||
| 1621 | 2025.01.16 23:25:00.418898 [ 3 ] {a61fafaa-0162-4236-9c25-8d7771fd0cef} <Debug> TCPHandler: Processed in 0.002313294 sec. | ||
| 1622 | 2025.01.16 23:25:04.054016 [ 86 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1623 | 2025.01.16 23:25:04.054122 [ 86 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1624 | 2025.01.16 23:25:04.174894 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 | ||
| 1625 | 2025.01.16 23:25:04.175892 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1626 | 2025.01.16 23:25:04.175936 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 1627 | 2025.01.16 23:25:04.176558 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1628 | 2025.01.16 23:25:04.176830 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1629 | 2025.01.16 23:25:04.177068 [ 86 ] {} <Debug> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1630 | 2025.01.16 23:25:04.177121 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1631 | 2025.01.16 23:25:04.177200 [ 86 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1632 | 2025.01.16 23:25:04.177252 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 1633 | 2025.01.16 23:25:04.179746 [ 202 ] {f3346639-caaa-4ba7-a289-05e118326a0a::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 | ||
| 1634 | 2025.01.16 23:25:04.179956 [ 202 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1635 | 2025.01.16 23:25:04.180039 [ 202 ] {f3346639-caaa-4ba7-a289-05e118326a0a::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 | ||
| 1636 | 2025.01.16 23:25:04.180176 [ 202 ] {f3346639-caaa-4ba7-a289-05e118326a0a::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 | ||
| 1637 | 2025.01.16 23:25:04.180435 [ 202 ] {f3346639-caaa-4ba7-a289-05e118326a0a::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 | ||
| 1638 | 2025.01.16 23:25:04.180767 [ 202 ] {f3346639-caaa-4ba7-a289-05e118326a0a::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 | ||
| 1639 | 2025.01.16 23:25:04.180976 [ 202 ] {f3346639-caaa-4ba7-a289-05e118326a0a::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 | ||
| 1640 | 2025.01.16 23:25:04.181179 [ 202 ] {f3346639-caaa-4ba7-a289-05e118326a0a::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 | ||
| 1641 | 2025.01.16 23:25:04.192215 [ 188 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.014849765 sec., 188959.21921996746 rows/sec., 2.70 MiB/sec. | ||
| 1642 | 2025.01.16 23:25:04.192925 [ 190 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1643 | 2025.01.16 23:25:04.193243 [ 190 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_6_1} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1644 | 2025.01.16 23:25:04.193327 [ 190 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_6_1} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1645 | 2025.01.16 23:25:04.193436 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1646 | 2025.01.16 23:25:04.358253 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1647 | 2025.01.16 23:25:04.379161 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1648 | 2025.01.16 23:25:04.379208 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 1649 | 2025.01.16 23:25:04.386085 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1650 | 2025.01.16 23:25:04.386859 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1651 | 2025.01.16 23:25:04.387223 [ 85 ] {} <Debug> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1652 | 2025.01.16 23:25:04.387350 [ 85 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1653 | 2025.01.16 23:25:04.387416 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 1654 | 2025.01.16 23:25:04.387993 [ 190 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 1655 | 2025.01.16 23:25:04.403673 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1656 | 2025.01.16 23:25:04.404749 [ 190 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1657 | 2025.01.16 23:25:04.405822 [ 190 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 1658 | 2025.01.16 23:25:04.410722 [ 190 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 1659 | 2025.01.16 23:25:04.415693 [ 190 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 1660 | 2025.01.16 23:25:04.420730 [ 190 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 1661 | 2025.01.16 23:25:04.427742 [ 190 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 1662 | 2025.01.16 23:25:04.432300 [ 190 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 1663 | 2025.01.16 23:25:04.491035 [ 188 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.103486967 sec., 444.50041713948383 rows/sec., 2.30 MiB/sec. | ||
| 1664 | 2025.01.16 23:25:04.493792 [ 188 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1665 | 2025.01.16 23:25:04.496914 [ 188 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::all_1_6_1} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1666 | 2025.01.16 23:25:04.497037 [ 188 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::all_1_6_1} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1667 | 2025.01.16 23:25:04.499514 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1668 | 2025.01.16 23:25:05.000176 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 162.31 MiB, peak 171.85 MiB, free memory in arenas 0.00 B, will set to 166.14 MiB (RSS), difference: 3.83 MiB | ||
| 1669 | 2025.01.16 23:25:05.383220 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1670 | 2025.01.16 23:25:05.383412 [ 3 ] {a47c0e7c-66cc-4802-af72-8b90749ad58a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1671 | 2025.01.16 23:25:05.383491 [ 3 ] {a47c0e7c-66cc-4802-af72-8b90749ad58a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1672 | 2025.01.16 23:25:05.384249 [ 3 ] {a47c0e7c-66cc-4802-af72-8b90749ad58a} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1673 | 2025.01.16 23:25:05.384293 [ 3 ] {a47c0e7c-66cc-4802-af72-8b90749ad58a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 1674 | 2025.01.16 23:25:05.384727 [ 3 ] {a47c0e7c-66cc-4802-af72-8b90749ad58a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1675 | 2025.01.16 23:25:05.384980 [ 3 ] {a47c0e7c-66cc-4802-af72-8b90749ad58a} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1676 | 2025.01.16 23:25:05.385166 [ 82 ] {} <Debug> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1677 | 2025.01.16 23:25:05.385229 [ 3 ] {a47c0e7c-66cc-4802-af72-8b90749ad58a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001869 sec., 29962.5468164794 rows/sec., 2.30 MiB/sec. | ||
| 1678 | 2025.01.16 23:25:05.385239 [ 82 ] {} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1679 | 2025.01.16 23:25:05.385313 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 1680 | 2025.01.16 23:25:05.385364 [ 3 ] {a47c0e7c-66cc-4802-af72-8b90749ad58a} <Debug> TCPHandler: Processed in 0.002279174 sec. | ||
| 1681 | 2025.01.16 23:25:05.385582 [ 193 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::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 | ||
| 1682 | 2025.01.16 23:25:05.385660 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1683 | 2025.01.16 23:25:05.385760 [ 193 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1684 | 2025.01.16 23:25:05.385849 [ 193 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part | ||
| 1685 | 2025.01.16 23:25:05.385927 [ 5 ] {746a30da-c073-4485-90e4-f8fb308a8009} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1686 | 2025.01.16 23:25:05.386094 [ 193 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
| 1687 | 2025.01.16 23:25:05.386141 [ 5 ] {746a30da-c073-4485-90e4-f8fb308a8009} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1688 | 2025.01.16 23:25:05.386497 [ 193 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 167 rows starting from the beginning of the part | ||
| 1689 | 2025.01.16 23:25:05.386851 [ 193 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::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 | ||
| 1690 | 2025.01.16 23:25:05.387118 [ 193 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 219 rows starting from the beginning of the part | ||
| 1691 | 2025.01.16 23:25:05.387413 [ 193 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::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 | ||
| 1692 | 2025.01.16 23:25:05.389276 [ 5 ] {746a30da-c073-4485-90e4-f8fb308a8009} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1693 | 2025.01.16 23:25:05.389357 [ 5 ] {746a30da-c073-4485-90e4-f8fb308a8009} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 1694 | 2025.01.16 23:25:05.390604 [ 5 ] {746a30da-c073-4485-90e4-f8fb308a8009} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1695 | 2025.01.16 23:25:05.390613 [ 192 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 506 rows, containing 5 columns (5 merged, 0 gathered) in 0.005147029 sec., 98309.14105982306 rows/sec., 8.83 MiB/sec. | ||
| 1696 | 2025.01.16 23:25:05.390842 [ 192 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1697 | 2025.01.16 23:25:05.391049 [ 5 ] {746a30da-c073-4485-90e4-f8fb308a8009} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1698 | 2025.01.16 23:25:05.391351 [ 82 ] {} <Debug> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1699 | 2025.01.16 23:25:05.391444 [ 82 ] {} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1700 | 2025.01.16 23:25:05.391524 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 1701 | 2025.01.16 23:25:05.391522 [ 192 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_6_1} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1702 | 2025.01.16 23:25:05.391564 [ 5 ] {746a30da-c073-4485-90e4-f8fb308a8009} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005727 sec., 11175.135323904313 rows/sec., 893.18 KiB/sec. | ||
| 1703 | 2025.01.16 23:25:05.391995 [ 5 ] {746a30da-c073-4485-90e4-f8fb308a8009} <Debug> TCPHandler: Processed in 0.006504935 sec. | ||
| 1704 | 2025.01.16 23:25:05.392042 [ 192 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_6_1} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1705 | 2025.01.16 23:25:05.392376 [ 186 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::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 | ||
| 1706 | 2025.01.16 23:25:05.392407 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1707 | 2025.01.16 23:25:05.392451 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 1708 | 2025.01.16 23:25:05.392719 [ 186 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1709 | 2025.01.16 23:25:05.392728 [ 3 ] {004a5a8b-15f8-4ac0-b9ab-218247927723} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1710 | 2025.01.16 23:25:05.392788 [ 186 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::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 | ||
| 1711 | 2025.01.16 23:25:05.392836 [ 3 ] {004a5a8b-15f8-4ac0-b9ab-218247927723} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1712 | 2025.01.16 23:25:05.393139 [ 186 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::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 | ||
| 1713 | 2025.01.16 23:25:05.393478 [ 186 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 334 rows starting from the beginning of the part | ||
| 1714 | 2025.01.16 23:25:05.393825 [ 186 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::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 | ||
| 1715 | 2025.01.16 23:25:05.394135 [ 186 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::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 | ||
| 1716 | 2025.01.16 23:25:05.394436 [ 186 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::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 | ||
| 1717 | 2025.01.16 23:25:05.395583 [ 3 ] {004a5a8b-15f8-4ac0-b9ab-218247927723} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1718 | 2025.01.16 23:25:05.395653 [ 3 ] {004a5a8b-15f8-4ac0-b9ab-218247927723} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 1719 | 2025.01.16 23:25:05.396698 [ 3 ] {004a5a8b-15f8-4ac0-b9ab-218247927723} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1720 | 2025.01.16 23:25:05.397293 [ 3 ] {004a5a8b-15f8-4ac0-b9ab-218247927723} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1721 | 2025.01.16 23:25:05.397378 [ 186 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 868 rows, containing 5 columns (5 merged, 0 gathered) in 0.005512456 sec., 157461.57429646605 rows/sec., 11.88 MiB/sec. | ||
| 1722 | 2025.01.16 23:25:05.397627 [ 82 ] {} <Debug> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1723 | 2025.01.16 23:25:05.397703 [ 186 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1724 | 2025.01.16 23:25:05.397743 [ 82 ] {} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1725 | 2025.01.16 23:25:05.397823 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 1726 | 2025.01.16 23:25:05.397833 [ 3 ] {004a5a8b-15f8-4ac0-b9ab-218247927723} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005163 sec., 30989.734650397055 rows/sec., 2.16 MiB/sec. | ||
| 1727 | 2025.01.16 23:25:05.398267 [ 193 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::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 | ||
| 1728 | 2025.01.16 23:25:05.398274 [ 3 ] {004a5a8b-15f8-4ac0-b9ab-218247927723} <Debug> TCPHandler: Processed in 0.006131297 sec. | ||
| 1729 | 2025.01.16 23:25:05.398545 [ 186 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_6_1} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1730 | 2025.01.16 23:25:05.398602 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1731 | 2025.01.16 23:25:05.398841 [ 186 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_6_1} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1732 | 2025.01.16 23:25:05.398862 [ 193 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1733 | 2025.01.16 23:25:05.398984 [ 5 ] {8864f19f-16fd-4027-af7b-ec14744785fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1734 | 2025.01.16 23:25:05.399028 [ 193 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::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 | ||
| 1735 | 2025.01.16 23:25:05.399075 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 1736 | 2025.01.16 23:25:05.399160 [ 5 ] {8864f19f-16fd-4027-af7b-ec14744785fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1737 | 2025.01.16 23:25:05.399409 [ 193 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part | ||
| 1738 | 2025.01.16 23:25:05.399806 [ 193 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 87 rows starting from the beginning of the part | ||
| 1739 | 2025.01.16 23:25:05.400187 [ 193 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 130 rows starting from the beginning of the part | ||
| 1740 | 2025.01.16 23:25:05.400507 [ 193 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::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 | ||
| 1741 | 2025.01.16 23:25:05.400870 [ 193 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::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 | ||
| 1742 | 2025.01.16 23:25:05.401813 [ 5 ] {8864f19f-16fd-4027-af7b-ec14744785fd} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1743 | 2025.01.16 23:25:05.401877 [ 5 ] {8864f19f-16fd-4027-af7b-ec14744785fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 1744 | 2025.01.16 23:25:05.402958 [ 5 ] {8864f19f-16fd-4027-af7b-ec14744785fd} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1745 | 2025.01.16 23:25:05.403529 [ 5 ] {8864f19f-16fd-4027-af7b-ec14744785fd} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1746 | 2025.01.16 23:25:05.403772 [ 196 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 632 rows, containing 5 columns (5 merged, 0 gathered) in 0.005821212 sec., 108568.45619091007 rows/sec., 7.37 MiB/sec. | ||
| 1747 | 2025.01.16 23:25:05.403844 [ 82 ] {} <Debug> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1748 | 2025.01.16 23:25:05.403938 [ 82 ] {} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1749 | 2025.01.16 23:25:05.403967 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 1750 | 2025.01.16 23:25:05.404022 [ 5 ] {8864f19f-16fd-4027-af7b-ec14744785fd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00516 sec., 11627.906976744187 rows/sec., 802.45 KiB/sec. | ||
| 1751 | 2025.01.16 23:25:05.404279 [ 196 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1752 | 2025.01.16 23:25:05.404313 [ 5 ] {8864f19f-16fd-4027-af7b-ec14744785fd} <Debug> TCPHandler: Processed in 0.005874023 sec. | ||
| 1753 | 2025.01.16 23:25:05.404406 [ 193 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::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 | ||
| 1754 | 2025.01.16 23:25:05.404683 [ 193 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1755 | 2025.01.16 23:25:05.404736 [ 193 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::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 | ||
| 1756 | 2025.01.16 23:25:05.404931 [ 193 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part | ||
| 1757 | 2025.01.16 23:25:05.405224 [ 193 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 32 rows starting from the beginning of the part | ||
| 1758 | 2025.01.16 23:25:05.405237 [ 196 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1759 | 2025.01.16 23:25:05.405495 [ 193 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 50 rows starting from the beginning of the part | ||
| 1760 | 2025.01.16 23:25:05.405564 [ 196 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1761 | 2025.01.16 23:25:05.405770 [ 193 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::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 | ||
| 1762 | 2025.01.16 23:25:05.405867 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 1763 | 2025.01.16 23:25:05.405991 [ 193 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::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 | ||
| 1764 | 2025.01.16 23:25:05.406907 [ 194 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 242 rows, containing 4 columns (4 merged, 0 gathered) in 0.002829895 sec., 85515.54032923483 rows/sec., 5.48 MiB/sec. | ||
| 1765 | 2025.01.16 23:25:05.407075 [ 196 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1766 | 2025.01.16 23:25:05.407371 [ 196 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_6_1} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1767 | 2025.01.16 23:25:05.407446 [ 196 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_6_1} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1768 | 2025.01.16 23:25:05.407528 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 1769 | 2025.01.16 23:25:05.948034 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1770 | 2025.01.16 23:25:05.948299 [ 3 ] {38f46460-d5d0-46be-882d-5cd6658f0100} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) 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) | ||
| 1771 | 2025.01.16 23:25:05.948768 [ 3 ] {38f46460-d5d0-46be-882d-5cd6658f0100} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1772 | 2025.01.16 23:25:05.948818 [ 3 ] {38f46460-d5d0-46be-882d-5cd6658f0100} <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 | ||
| 1773 | 2025.01.16 23:25:05.949171 [ 3 ] {38f46460-d5d0-46be-882d-5cd6658f0100} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1774 | 2025.01.16 23:25:05.949254 [ 3 ] {38f46460-d5d0-46be-882d-5cd6658f0100} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1775 | 2025.01.16 23:25:05.949434 [ 3 ] {38f46460-d5d0-46be-882d-5cd6658f0100} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1776 | 2025.01.16 23:25:05.949779 [ 297 ] {38f46460-d5d0-46be-882d-5cd6658f0100} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1777 | 2025.01.16 23:25:05.949836 [ 296 ] {38f46460-d5d0-46be-882d-5cd6658f0100} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1778 | 2025.01.16 23:25:05.949783 [ 298 ] {38f46460-d5d0-46be-882d-5cd6658f0100} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1779 | 2025.01.16 23:25:05.949999 [ 3 ] {38f46460-d5d0-46be-882d-5cd6658f0100} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (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 | ||
| 1780 | 2025.01.16 23:25:05.950029 [ 3 ] {38f46460-d5d0-46be-882d-5cd6658f0100} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1781 | 2025.01.16 23:25:05.950151 [ 3 ] {38f46460-d5d0-46be-882d-5cd6658f0100} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1782 | 2025.01.16 23:25:05.950176 [ 3 ] {38f46460-d5d0-46be-882d-5cd6658f0100} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Reading approx. 31 rows with 3 streams | ||
| 1783 | 2025.01.16 23:25:05.950221 [ 3 ] {38f46460-d5d0-46be-882d-5cd6658f0100} <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'))" | ||
| 1784 | 2025.01.16 23:25:05.950272 [ 3 ] {38f46460-d5d0-46be-882d-5cd6658f0100} <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'))" | ||
| 1785 | 2025.01.16 23:25:05.950319 [ 3 ] {38f46460-d5d0-46be-882d-5cd6658f0100} <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'))" | ||
| 1786 | 2025.01.16 23:25:05.952194 [ 3 ] {38f46460-d5d0-46be-882d-5cd6658f0100} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.004022 sec., 7707.608155146692 rows/sec., 290.88 KiB/sec. | ||
| 1787 | 2025.01.16 23:25:05.952386 [ 3 ] {38f46460-d5d0-46be-882d-5cd6658f0100} <Debug> TCPHandler: Processed in 0.004467556 sec. | ||
| 1788 | 2025.01.16 23:25:05.952730 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1789 | 2025.01.16 23:25:05.953002 [ 5 ] {2b24c257-0b9f-442d-a48b-d9387c036e73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1790 | 2025.01.16 23:25:05.953487 [ 5 ] {2b24c257-0b9f-442d-a48b-d9387c036e73} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1791 | 2025.01.16 23:25:05.953549 [ 5 ] {2b24c257-0b9f-442d-a48b-d9387c036e73} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1792 | 2025.01.16 23:25:05.953963 [ 5 ] {2b24c257-0b9f-442d-a48b-d9387c036e73} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1793 | 2025.01.16 23:25:05.954049 [ 5 ] {2b24c257-0b9f-442d-a48b-d9387c036e73} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1794 | 2025.01.16 23:25:05.954231 [ 5 ] {2b24c257-0b9f-442d-a48b-d9387c036e73} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1795 | 2025.01.16 23:25:05.954406 [ 299 ] {2b24c257-0b9f-442d-a48b-d9387c036e73} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1796 | 2025.01.16 23:25:05.954407 [ 298 ] {2b24c257-0b9f-442d-a48b-d9387c036e73} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1797 | 2025.01.16 23:25:05.954445 [ 297 ] {2b24c257-0b9f-442d-a48b-d9387c036e73} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1798 | 2025.01.16 23:25:05.954622 [ 5 ] {2b24c257-0b9f-442d-a48b-d9387c036e73} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (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 | ||
| 1799 | 2025.01.16 23:25:05.954655 [ 5 ] {2b24c257-0b9f-442d-a48b-d9387c036e73} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1800 | 2025.01.16 23:25:05.954781 [ 5 ] {2b24c257-0b9f-442d-a48b-d9387c036e73} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1801 | 2025.01.16 23:25:05.954805 [ 5 ] {2b24c257-0b9f-442d-a48b-d9387c036e73} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Reading approx. 31 rows with 3 streams | ||
| 1802 | 2025.01.16 23:25:05.954850 [ 5 ] {2b24c257-0b9f-442d-a48b-d9387c036e73} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1803 | 2025.01.16 23:25:05.954900 [ 5 ] {2b24c257-0b9f-442d-a48b-d9387c036e73} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1804 | 2025.01.16 23:25:05.954947 [ 5 ] {2b24c257-0b9f-442d-a48b-d9387c036e73} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1805 | 2025.01.16 23:25:05.956425 [ 5 ] {2b24c257-0b9f-442d-a48b-d9387c036e73} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.003562 sec., 8702.975856260528 rows/sec., 328.45 KiB/sec. | ||
| 1806 | 2025.01.16 23:25:05.956621 [ 5 ] {2b24c257-0b9f-442d-a48b-d9387c036e73} <Debug> TCPHandler: Processed in 0.004018177 sec. | ||
| 1807 | 2025.01.16 23:25:05.956857 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1808 | 2025.01.16 23:25:05.957051 [ 3 ] {a2671377-a2f3-4ac2-89e8-5767d7f6aad8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1809 | 2025.01.16 23:25:05.957392 [ 3 ] {a2671377-a2f3-4ac2-89e8-5767d7f6aad8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1810 | 2025.01.16 23:25:05.957440 [ 3 ] {a2671377-a2f3-4ac2-89e8-5767d7f6aad8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1811 | 2025.01.16 23:25:05.957758 [ 3 ] {a2671377-a2f3-4ac2-89e8-5767d7f6aad8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1812 | 2025.01.16 23:25:05.957825 [ 3 ] {a2671377-a2f3-4ac2-89e8-5767d7f6aad8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1813 | 2025.01.16 23:25:05.957980 [ 3 ] {a2671377-a2f3-4ac2-89e8-5767d7f6aad8} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1814 | 2025.01.16 23:25:05.958093 [ 298 ] {a2671377-a2f3-4ac2-89e8-5767d7f6aad8} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1815 | 2025.01.16 23:25:05.958111 [ 296 ] {a2671377-a2f3-4ac2-89e8-5767d7f6aad8} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1816 | 2025.01.16 23:25:05.958130 [ 299 ] {a2671377-a2f3-4ac2-89e8-5767d7f6aad8} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1817 | 2025.01.16 23:25:05.958240 [ 3 ] {a2671377-a2f3-4ac2-89e8-5767d7f6aad8} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (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 | ||
| 1818 | 2025.01.16 23:25:05.958271 [ 3 ] {a2671377-a2f3-4ac2-89e8-5767d7f6aad8} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1819 | 2025.01.16 23:25:05.958377 [ 3 ] {a2671377-a2f3-4ac2-89e8-5767d7f6aad8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1820 | 2025.01.16 23:25:05.958406 [ 3 ] {a2671377-a2f3-4ac2-89e8-5767d7f6aad8} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Reading approx. 31 rows with 3 streams | ||
| 1821 | 2025.01.16 23:25:05.958447 [ 3 ] {a2671377-a2f3-4ac2-89e8-5767d7f6aad8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1822 | 2025.01.16 23:25:05.958494 [ 3 ] {a2671377-a2f3-4ac2-89e8-5767d7f6aad8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1823 | 2025.01.16 23:25:05.958540 [ 3 ] {a2671377-a2f3-4ac2-89e8-5767d7f6aad8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1824 | 2025.01.16 23:25:05.960082 [ 3 ] {a2671377-a2f3-4ac2-89e8-5767d7f6aad8} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.003126 sec., 9916.826615483045 rows/sec., 374.26 KiB/sec. | ||
| 1825 | 2025.01.16 23:25:05.960268 [ 3 ] {a2671377-a2f3-4ac2-89e8-5767d7f6aad8} <Debug> TCPHandler: Processed in 0.003467726 sec. | ||
| 1826 | 2025.01.16 23:25:05.960534 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1827 | 2025.01.16 23:25:05.960767 [ 5 ] {d8f6be61-327b-464d-bf0e-cdaf008f86ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1828 | 2025.01.16 23:25:05.961188 [ 5 ] {d8f6be61-327b-464d-bf0e-cdaf008f86ab} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1829 | 2025.01.16 23:25:05.961247 [ 5 ] {d8f6be61-327b-464d-bf0e-cdaf008f86ab} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1830 | 2025.01.16 23:25:05.961643 [ 5 ] {d8f6be61-327b-464d-bf0e-cdaf008f86ab} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1831 | 2025.01.16 23:25:05.961726 [ 5 ] {d8f6be61-327b-464d-bf0e-cdaf008f86ab} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1832 | 2025.01.16 23:25:05.961879 [ 5 ] {d8f6be61-327b-464d-bf0e-cdaf008f86ab} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1833 | 2025.01.16 23:25:05.962032 [ 299 ] {d8f6be61-327b-464d-bf0e-cdaf008f86ab} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1834 | 2025.01.16 23:25:05.962041 [ 298 ] {d8f6be61-327b-464d-bf0e-cdaf008f86ab} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1835 | 2025.01.16 23:25:05.962056 [ 297 ] {d8f6be61-327b-464d-bf0e-cdaf008f86ab} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1836 | 2025.01.16 23:25:05.962189 [ 5 ] {d8f6be61-327b-464d-bf0e-cdaf008f86ab} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (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 | ||
| 1837 | 2025.01.16 23:25:05.962220 [ 5 ] {d8f6be61-327b-464d-bf0e-cdaf008f86ab} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1838 | 2025.01.16 23:25:05.962331 [ 5 ] {d8f6be61-327b-464d-bf0e-cdaf008f86ab} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1839 | 2025.01.16 23:25:05.962356 [ 5 ] {d8f6be61-327b-464d-bf0e-cdaf008f86ab} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Reading approx. 31 rows with 3 streams | ||
| 1840 | 2025.01.16 23:25:05.962400 [ 5 ] {d8f6be61-327b-464d-bf0e-cdaf008f86ab} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1841 | 2025.01.16 23:25:05.962452 [ 5 ] {d8f6be61-327b-464d-bf0e-cdaf008f86ab} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1842 | 2025.01.16 23:25:05.962500 [ 5 ] {d8f6be61-327b-464d-bf0e-cdaf008f86ab} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1843 | 2025.01.16 23:25:05.963956 [ 5 ] {d8f6be61-327b-464d-bf0e-cdaf008f86ab} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.003309 sec., 9368.389241462677 rows/sec., 353.56 KiB/sec. | ||
| 1844 | 2025.01.16 23:25:05.964154 [ 5 ] {d8f6be61-327b-464d-bf0e-cdaf008f86ab} <Debug> TCPHandler: Processed in 0.003690391 sec. | ||
| 1845 | 2025.01.16 23:25:05.964420 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1846 | 2025.01.16 23:25:05.964617 [ 3 ] {24a979d2-6506-4f2c-85d4-f5b31edddf2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1847 | 2025.01.16 23:25:05.964960 [ 3 ] {24a979d2-6506-4f2c-85d4-f5b31edddf2b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1848 | 2025.01.16 23:25:05.965009 [ 3 ] {24a979d2-6506-4f2c-85d4-f5b31edddf2b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1849 | 2025.01.16 23:25:05.965336 [ 3 ] {24a979d2-6506-4f2c-85d4-f5b31edddf2b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1850 | 2025.01.16 23:25:05.965406 [ 3 ] {24a979d2-6506-4f2c-85d4-f5b31edddf2b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1851 | 2025.01.16 23:25:05.965557 [ 3 ] {24a979d2-6506-4f2c-85d4-f5b31edddf2b} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1852 | 2025.01.16 23:25:05.965697 [ 298 ] {24a979d2-6506-4f2c-85d4-f5b31edddf2b} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1853 | 2025.01.16 23:25:05.965716 [ 296 ] {24a979d2-6506-4f2c-85d4-f5b31edddf2b} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1854 | 2025.01.16 23:25:05.965748 [ 297 ] {24a979d2-6506-4f2c-85d4-f5b31edddf2b} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1855 | 2025.01.16 23:25:05.965866 [ 3 ] {24a979d2-6506-4f2c-85d4-f5b31edddf2b} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (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 | ||
| 1856 | 2025.01.16 23:25:05.965894 [ 3 ] {24a979d2-6506-4f2c-85d4-f5b31edddf2b} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1857 | 2025.01.16 23:25:05.966003 [ 3 ] {24a979d2-6506-4f2c-85d4-f5b31edddf2b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1858 | 2025.01.16 23:25:05.966024 [ 3 ] {24a979d2-6506-4f2c-85d4-f5b31edddf2b} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Reading approx. 31 rows with 3 streams | ||
| 1859 | 2025.01.16 23:25:05.966065 [ 3 ] {24a979d2-6506-4f2c-85d4-f5b31edddf2b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1860 | 2025.01.16 23:25:05.966115 [ 3 ] {24a979d2-6506-4f2c-85d4-f5b31edddf2b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1861 | 2025.01.16 23:25:05.966161 [ 3 ] {24a979d2-6506-4f2c-85d4-f5b31edddf2b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1862 | 2025.01.16 23:25:05.967609 [ 3 ] {24a979d2-6506-4f2c-85d4-f5b31edddf2b} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.003092 sec., 10025.873221216041 rows/sec., 378.37 KiB/sec. | ||
| 1863 | 2025.01.16 23:25:05.967793 [ 3 ] {24a979d2-6506-4f2c-85d4-f5b31edddf2b} <Debug> TCPHandler: Processed in 0.003429816 sec. | ||
| 1864 | 2025.01.16 23:25:05.968052 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1865 | 2025.01.16 23:25:05.968286 [ 5 ] {5daa145a-c883-4821-af94-01830111de0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1866 | 2025.01.16 23:25:05.968700 [ 5 ] {5daa145a-c883-4821-af94-01830111de0e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1867 | 2025.01.16 23:25:05.968753 [ 5 ] {5daa145a-c883-4821-af94-01830111de0e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1868 | 2025.01.16 23:25:05.969073 [ 5 ] {5daa145a-c883-4821-af94-01830111de0e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1869 | 2025.01.16 23:25:05.969147 [ 5 ] {5daa145a-c883-4821-af94-01830111de0e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1870 | 2025.01.16 23:25:05.969299 [ 5 ] {5daa145a-c883-4821-af94-01830111de0e} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 1871 | 2025.01.16 23:25:05.969436 [ 296 ] {5daa145a-c883-4821-af94-01830111de0e} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1872 | 2025.01.16 23:25:05.969451 [ 299 ] {5daa145a-c883-4821-af94-01830111de0e} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1873 | 2025.01.16 23:25:05.969438 [ 297 ] {5daa145a-c883-4821-af94-01830111de0e} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1874 | 2025.01.16 23:25:05.969583 [ 5 ] {5daa145a-c883-4821-af94-01830111de0e} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (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 | ||
| 1875 | 2025.01.16 23:25:05.969613 [ 5 ] {5daa145a-c883-4821-af94-01830111de0e} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1876 | 2025.01.16 23:25:05.969722 [ 5 ] {5daa145a-c883-4821-af94-01830111de0e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1877 | 2025.01.16 23:25:05.969744 [ 5 ] {5daa145a-c883-4821-af94-01830111de0e} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Reading approx. 31 rows with 3 streams | ||
| 1878 | 2025.01.16 23:25:05.969787 [ 5 ] {5daa145a-c883-4821-af94-01830111de0e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1879 | 2025.01.16 23:25:05.969837 [ 5 ] {5daa145a-c883-4821-af94-01830111de0e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1880 | 2025.01.16 23:25:05.969885 [ 5 ] {5daa145a-c883-4821-af94-01830111de0e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1881 | 2025.01.16 23:25:05.971321 [ 5 ] {5daa145a-c883-4821-af94-01830111de0e} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.003152 sec., 9835.02538071066 rows/sec., 371.17 KiB/sec. | ||
| 1882 | 2025.01.16 23:25:05.971515 [ 5 ] {5daa145a-c883-4821-af94-01830111de0e} <Debug> TCPHandler: Processed in 0.003535448 sec. | ||
| 1883 | 2025.01.16 23:25:06.071448 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1884 | 2025.01.16 23:25:06.071585 [ 3 ] {84d6bd92-5436-41e2-91af-c55e9820f415} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1885 | 2025.01.16 23:25:06.071642 [ 3 ] {84d6bd92-5436-41e2-91af-c55e9820f415} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1886 | 2025.01.16 23:25:06.072400 [ 3 ] {84d6bd92-5436-41e2-91af-c55e9820f415} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1887 | 2025.01.16 23:25:06.072445 [ 3 ] {84d6bd92-5436-41e2-91af-c55e9820f415} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 1888 | 2025.01.16 23:25:06.072951 [ 3 ] {84d6bd92-5436-41e2-91af-c55e9820f415} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1889 | 2025.01.16 23:25:06.073182 [ 3 ] {84d6bd92-5436-41e2-91af-c55e9820f415} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1890 | 2025.01.16 23:25:06.073422 [ 3 ] {84d6bd92-5436-41e2-91af-c55e9820f415} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.001873 sec., 3203.416978109984 rows/sec., 713.26 KiB/sec. | ||
| 1891 | 2025.01.16 23:25:06.073479 [ 3 ] {84d6bd92-5436-41e2-91af-c55e9820f415} <Debug> TCPHandler: Processed in 0.002094601 sec. | ||
| 1892 | 2025.01.16 23:25:06.073639 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1893 | 2025.01.16 23:25:06.073836 [ 5 ] {689b86c3-7b07-46e4-8a73-3a35bd0b3c43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1894 | 2025.01.16 23:25:06.073931 [ 5 ] {689b86c3-7b07-46e4-8a73-3a35bd0b3c43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1895 | 2025.01.16 23:25:06.074938 [ 5 ] {689b86c3-7b07-46e4-8a73-3a35bd0b3c43} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1896 | 2025.01.16 23:25:06.074984 [ 5 ] {689b86c3-7b07-46e4-8a73-3a35bd0b3c43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 1897 | 2025.01.16 23:25:06.075396 [ 5 ] {689b86c3-7b07-46e4-8a73-3a35bd0b3c43} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1898 | 2025.01.16 23:25:06.075657 [ 5 ] {689b86c3-7b07-46e4-8a73-3a35bd0b3c43} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1899 | 2025.01.16 23:25:06.075881 [ 5 ] {689b86c3-7b07-46e4-8a73-3a35bd0b3c43} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002116 sec., 6616.257088846882 rows/sec., 476.28 KiB/sec. | ||
| 1900 | 2025.01.16 23:25:06.075939 [ 5 ] {689b86c3-7b07-46e4-8a73-3a35bd0b3c43} <Debug> TCPHandler: Processed in 0.002376106 sec. | ||
| 1901 | 2025.01.16 23:25:06.076097 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1902 | 2025.01.16 23:25:06.076245 [ 3 ] {75309bbd-1475-450c-9b6c-3eb6380ea4fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1903 | 2025.01.16 23:25:06.076304 [ 3 ] {75309bbd-1475-450c-9b6c-3eb6380ea4fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1904 | 2025.01.16 23:25:06.077546 [ 3 ] {75309bbd-1475-450c-9b6c-3eb6380ea4fb} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1905 | 2025.01.16 23:25:06.077589 [ 3 ] {75309bbd-1475-450c-9b6c-3eb6380ea4fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 1906 | 2025.01.16 23:25:06.078061 [ 3 ] {75309bbd-1475-450c-9b6c-3eb6380ea4fb} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1907 | 2025.01.16 23:25:06.078321 [ 3 ] {75309bbd-1475-450c-9b6c-3eb6380ea4fb} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1908 | 2025.01.16 23:25:06.078587 [ 3 ] {75309bbd-1475-450c-9b6c-3eb6380ea4fb} <Debug> executeQuery: Read 1359 rows, 116.14 KiB in 0.002367 sec., 574144.4866920152 rows/sec., 47.92 MiB/sec. | ||
| 1909 | 2025.01.16 23:25:06.078742 [ 3 ] {75309bbd-1475-450c-9b6c-3eb6380ea4fb} <Debug> TCPHandler: Processed in 0.002716262 sec. | ||
| 1910 | 2025.01.16 23:25:06.078894 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1911 | 2025.01.16 23:25:06.079037 [ 5 ] {b02807ee-6439-4106-be5a-122ccb4c31bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1912 | 2025.01.16 23:25:06.079095 [ 5 ] {b02807ee-6439-4106-be5a-122ccb4c31bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1913 | 2025.01.16 23:25:06.079778 [ 5 ] {b02807ee-6439-4106-be5a-122ccb4c31bc} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1914 | 2025.01.16 23:25:06.079818 [ 5 ] {b02807ee-6439-4106-be5a-122ccb4c31bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 1915 | 2025.01.16 23:25:06.080175 [ 5 ] {b02807ee-6439-4106-be5a-122ccb4c31bc} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1916 | 2025.01.16 23:25:06.080407 [ 5 ] {b02807ee-6439-4106-be5a-122ccb4c31bc} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1917 | 2025.01.16 23:25:06.080694 [ 5 ] {b02807ee-6439-4106-be5a-122ccb4c31bc} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001668 sec., 8992.805755395684 rows/sec., 634.06 KiB/sec. | ||
| 1918 | 2025.01.16 23:25:06.080801 [ 5 ] {b02807ee-6439-4106-be5a-122ccb4c31bc} <Debug> TCPHandler: Processed in 0.001974868 sec. | ||
| 1919 | 2025.01.16 23:25:06.080956 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1920 | 2025.01.16 23:25:06.081095 [ 3 ] {01dd9c80-b0d7-4ccd-8cf2-076e9aae713b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1921 | 2025.01.16 23:25:06.081152 [ 3 ] {01dd9c80-b0d7-4ccd-8cf2-076e9aae713b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1922 | 2025.01.16 23:25:06.081879 [ 3 ] {01dd9c80-b0d7-4ccd-8cf2-076e9aae713b} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1923 | 2025.01.16 23:25:06.081919 [ 3 ] {01dd9c80-b0d7-4ccd-8cf2-076e9aae713b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 1924 | 2025.01.16 23:25:06.082305 [ 3 ] {01dd9c80-b0d7-4ccd-8cf2-076e9aae713b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1925 | 2025.01.16 23:25:06.082551 [ 3 ] {01dd9c80-b0d7-4ccd-8cf2-076e9aae713b} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1926 | 2025.01.16 23:25:06.082838 [ 3 ] {01dd9c80-b0d7-4ccd-8cf2-076e9aae713b} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001745 sec., 138681.94842406877 rows/sec., 9.40 MiB/sec. | ||
| 1927 | 2025.01.16 23:25:06.082968 [ 3 ] {01dd9c80-b0d7-4ccd-8cf2-076e9aae713b} <Debug> TCPHandler: Processed in 0.00208067 sec. | ||
| 1928 | 2025.01.16 23:25:06.083112 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1929 | 2025.01.16 23:25:06.083253 [ 5 ] {f12a2910-0591-4649-965b-0a63cfba49d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1930 | 2025.01.16 23:25:06.083309 [ 5 ] {f12a2910-0591-4649-965b-0a63cfba49d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1931 | 2025.01.16 23:25:06.083941 [ 5 ] {f12a2910-0591-4649-965b-0a63cfba49d0} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1932 | 2025.01.16 23:25:06.083980 [ 5 ] {f12a2910-0591-4649-965b-0a63cfba49d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 1933 | 2025.01.16 23:25:06.084329 [ 5 ] {f12a2910-0591-4649-965b-0a63cfba49d0} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1934 | 2025.01.16 23:25:06.084565 [ 5 ] {f12a2910-0591-4649-965b-0a63cfba49d0} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1935 | 2025.01.16 23:25:06.084847 [ 5 ] {f12a2910-0591-4649-965b-0a63cfba49d0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001608 sec., 8084.577114427861 rows/sec., 504.07 KiB/sec. | ||
| 1936 | 2025.01.16 23:25:06.084934 [ 5 ] {f12a2910-0591-4649-965b-0a63cfba49d0} <Debug> TCPHandler: Processed in 0.001887806 sec. | ||
| 1937 | 2025.01.16 23:25:06.085076 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1938 | 2025.01.16 23:25:06.085215 [ 3 ] {9713dcaa-35df-40ee-9fb4-07b008192874} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1939 | 2025.01.16 23:25:06.085271 [ 3 ] {9713dcaa-35df-40ee-9fb4-07b008192874} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1940 | 2025.01.16 23:25:06.086161 [ 3 ] {9713dcaa-35df-40ee-9fb4-07b008192874} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1941 | 2025.01.16 23:25:06.086201 [ 3 ] {9713dcaa-35df-40ee-9fb4-07b008192874} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 1942 | 2025.01.16 23:25:06.086597 [ 3 ] {9713dcaa-35df-40ee-9fb4-07b008192874} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1943 | 2025.01.16 23:25:06.086840 [ 3 ] {9713dcaa-35df-40ee-9fb4-07b008192874} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1944 | 2025.01.16 23:25:06.087050 [ 3 ] {9713dcaa-35df-40ee-9fb4-07b008192874} <Debug> executeQuery: Read 846 rows, 62.61 KiB in 0.001864 sec., 453862.660944206 rows/sec., 32.80 MiB/sec. | ||
| 1945 | 2025.01.16 23:25:06.087108 [ 3 ] {9713dcaa-35df-40ee-9fb4-07b008192874} <Debug> TCPHandler: Processed in 0.00210083 sec. | ||
| 1946 | 2025.01.16 23:25:06.087261 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1947 | 2025.01.16 23:25:06.087400 [ 5 ] {f29314b5-fe93-4983-ae16-ed3e3dd2a0d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1948 | 2025.01.16 23:25:06.087458 [ 5 ] {f29314b5-fe93-4983-ae16-ed3e3dd2a0d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1949 | 2025.01.16 23:25:06.087974 [ 5 ] {f29314b5-fe93-4983-ae16-ed3e3dd2a0d5} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1950 | 2025.01.16 23:25:06.088012 [ 5 ] {f29314b5-fe93-4983-ae16-ed3e3dd2a0d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 1951 | 2025.01.16 23:25:06.088515 [ 5 ] {f29314b5-fe93-4983-ae16-ed3e3dd2a0d5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1952 | 2025.01.16 23:25:06.088804 [ 5 ] {f29314b5-fe93-4983-ae16-ed3e3dd2a0d5} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1953 | 2025.01.16 23:25:06.089012 [ 5 ] {f29314b5-fe93-4983-ae16-ed3e3dd2a0d5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001643 sec., 3651.8563603164944 rows/sec., 190.80 KiB/sec. | ||
| 1954 | 2025.01.16 23:25:06.089062 [ 5 ] {f29314b5-fe93-4983-ae16-ed3e3dd2a0d5} <Debug> TCPHandler: Processed in 0.001870116 sec. | ||
| 1955 | 2025.01.16 23:25:06.089213 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1956 | 2025.01.16 23:25:06.089331 [ 3 ] {b64b9b4d-8d9e-4ba3-a895-19f25407a40b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1957 | 2025.01.16 23:25:06.089384 [ 3 ] {b64b9b4d-8d9e-4ba3-a895-19f25407a40b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1958 | 2025.01.16 23:25:06.090561 [ 3 ] {b64b9b4d-8d9e-4ba3-a895-19f25407a40b} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1959 | 2025.01.16 23:25:06.090598 [ 3 ] {b64b9b4d-8d9e-4ba3-a895-19f25407a40b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 1960 | 2025.01.16 23:25:06.091147 [ 3 ] {b64b9b4d-8d9e-4ba3-a895-19f25407a40b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1961 | 2025.01.16 23:25:06.091387 [ 3 ] {b64b9b4d-8d9e-4ba3-a895-19f25407a40b} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1962 | 2025.01.16 23:25:06.091604 [ 3 ] {b64b9b4d-8d9e-4ba3-a895-19f25407a40b} <Debug> executeQuery: Read 2905 rows, 198.27 KiB in 0.002286 sec., 1270778.6526684165 rows/sec., 84.70 MiB/sec. | ||
| 1963 | 2025.01.16 23:25:06.091837 [ 3 ] {b64b9b4d-8d9e-4ba3-a895-19f25407a40b} <Debug> TCPHandler: Processed in 0.002671531 sec. | ||
| 1964 | 2025.01.16 23:25:06.092045 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1965 | 2025.01.16 23:25:06.092274 [ 5 ] {828f4ef7-86c6-4087-b951-98c53245ddaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1966 | 2025.01.16 23:25:06.092371 [ 5 ] {828f4ef7-86c6-4087-b951-98c53245ddaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1967 | 2025.01.16 23:25:06.093042 [ 5 ] {828f4ef7-86c6-4087-b951-98c53245ddaf} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1968 | 2025.01.16 23:25:06.093082 [ 5 ] {828f4ef7-86c6-4087-b951-98c53245ddaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 1969 | 2025.01.16 23:25:06.093443 [ 5 ] {828f4ef7-86c6-4087-b951-98c53245ddaf} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1970 | 2025.01.16 23:25:06.093680 [ 5 ] {828f4ef7-86c6-4087-b951-98c53245ddaf} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1971 | 2025.01.16 23:25:06.093909 [ 5 ] {828f4ef7-86c6-4087-b951-98c53245ddaf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001692 sec., 591.016548463357 rows/sec., 39.82 KiB/sec. | ||
| 1972 | 2025.01.16 23:25:06.093958 [ 5 ] {828f4ef7-86c6-4087-b951-98c53245ddaf} <Debug> TCPHandler: Processed in 0.002021409 sec. | ||
| 1973 | 2025.01.16 23:25:06.094110 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1974 | 2025.01.16 23:25:06.094250 [ 3 ] {92e6faa6-0dbb-4797-9a34-be61eb3286d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1975 | 2025.01.16 23:25:06.094343 [ 3 ] {92e6faa6-0dbb-4797-9a34-be61eb3286d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1976 | 2025.01.16 23:25:06.095461 [ 3 ] {92e6faa6-0dbb-4797-9a34-be61eb3286d4} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1977 | 2025.01.16 23:25:06.095502 [ 3 ] {92e6faa6-0dbb-4797-9a34-be61eb3286d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 1978 | 2025.01.16 23:25:06.096106 [ 3 ] {92e6faa6-0dbb-4797-9a34-be61eb3286d4} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1979 | 2025.01.16 23:25:06.096372 [ 3 ] {92e6faa6-0dbb-4797-9a34-be61eb3286d4} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1980 | 2025.01.16 23:25:06.096622 [ 3 ] {92e6faa6-0dbb-4797-9a34-be61eb3286d4} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002404 sec., 3327.787021630616 rows/sec., 5.96 MiB/sec. | ||
| 1981 | 2025.01.16 23:25:06.096724 [ 3 ] {92e6faa6-0dbb-4797-9a34-be61eb3286d4} <Debug> TCPHandler: Processed in 0.002684681 sec. | ||
| 1982 | 2025.01.16 23:25:06.096864 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1983 | 2025.01.16 23:25:06.096982 [ 5 ] {d7ce951a-678d-44cd-a06d-ba47e80fddf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1984 | 2025.01.16 23:25:06.097034 [ 5 ] {d7ce951a-678d-44cd-a06d-ba47e80fddf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1985 | 2025.01.16 23:25:06.097521 [ 5 ] {d7ce951a-678d-44cd-a06d-ba47e80fddf8} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1986 | 2025.01.16 23:25:06.097562 [ 5 ] {d7ce951a-678d-44cd-a06d-ba47e80fddf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 1987 | 2025.01.16 23:25:06.097928 [ 5 ] {d7ce951a-678d-44cd-a06d-ba47e80fddf8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1988 | 2025.01.16 23:25:06.098174 [ 5 ] {d7ce951a-678d-44cd-a06d-ba47e80fddf8} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1989 | 2025.01.16 23:25:06.098380 [ 5 ] {d7ce951a-678d-44cd-a06d-ba47e80fddf8} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001424 sec., 23876.404494382023 rows/sec., 1.39 MiB/sec. | ||
| 1990 | 2025.01.16 23:25:06.098430 [ 5 ] {d7ce951a-678d-44cd-a06d-ba47e80fddf8} <Debug> TCPHandler: Processed in 0.001623311 sec. | ||
| 1991 | 2025.01.16 23:25:09.178169 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 270 | ||
| 1992 | 2025.01.16 23:25:09.181890 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1993 | 2025.01.16 23:25:09.181940 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 1994 | 2025.01.16 23:25:09.183452 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1995 | 2025.01.16 23:25:09.183752 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1996 | 2025.01.16 23:25:09.184322 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 270 | ||
| 1997 | 2025.01.16 23:25:10.381246 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1998 | 2025.01.16 23:25:10.381453 [ 3 ] {20afb4ea-6f12-4dd6-8a98-7e1c9f279446} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1999 | 2025.01.16 23:25:10.381534 [ 3 ] {20afb4ea-6f12-4dd6-8a98-7e1c9f279446} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2000 | 2025.01.16 23:25:10.382323 [ 3 ] {20afb4ea-6f12-4dd6-8a98-7e1c9f279446} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2001 | 2025.01.16 23:25:10.382368 [ 3 ] {20afb4ea-6f12-4dd6-8a98-7e1c9f279446} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2002 | 2025.01.16 23:25:10.382806 [ 3 ] {20afb4ea-6f12-4dd6-8a98-7e1c9f279446} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2003 | 2025.01.16 23:25:10.383069 [ 3 ] {20afb4ea-6f12-4dd6-8a98-7e1c9f279446} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2004 | 2025.01.16 23:25:10.383292 [ 3 ] {20afb4ea-6f12-4dd6-8a98-7e1c9f279446} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001899 sec., 29489.20484465508 rows/sec., 2.27 MiB/sec. | ||
| 2005 | 2025.01.16 23:25:10.383347 [ 3 ] {20afb4ea-6f12-4dd6-8a98-7e1c9f279446} <Debug> TCPHandler: Processed in 0.002241343 sec. | ||
| 2006 | 2025.01.16 23:25:10.383589 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2007 | 2025.01.16 23:25:10.383800 [ 5 ] {5dd10662-bd9d-44dd-8eaa-c3ab5f1797df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2008 | 2025.01.16 23:25:10.383880 [ 5 ] {5dd10662-bd9d-44dd-8eaa-c3ab5f1797df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2009 | 2025.01.16 23:25:10.384630 [ 5 ] {5dd10662-bd9d-44dd-8eaa-c3ab5f1797df} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2010 | 2025.01.16 23:25:10.384671 [ 5 ] {5dd10662-bd9d-44dd-8eaa-c3ab5f1797df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2011 | 2025.01.16 23:25:10.385111 [ 5 ] {5dd10662-bd9d-44dd-8eaa-c3ab5f1797df} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2012 | 2025.01.16 23:25:10.385378 [ 5 ] {5dd10662-bd9d-44dd-8eaa-c3ab5f1797df} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2013 | 2025.01.16 23:25:10.385572 [ 5 ] {5dd10662-bd9d-44dd-8eaa-c3ab5f1797df} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001832 sec., 34934.49781659389 rows/sec., 2.73 MiB/sec. | ||
| 2014 | 2025.01.16 23:25:10.385626 [ 5 ] {5dd10662-bd9d-44dd-8eaa-c3ab5f1797df} <Debug> TCPHandler: Processed in 0.002173532 sec. | ||
| 2015 | 2025.01.16 23:25:10.385789 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2016 | 2025.01.16 23:25:10.385944 [ 3 ] {93458ad9-35bc-4679-bd7d-86649a572e96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2017 | 2025.01.16 23:25:10.386007 [ 3 ] {93458ad9-35bc-4679-bd7d-86649a572e96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2018 | 2025.01.16 23:25:10.386667 [ 3 ] {93458ad9-35bc-4679-bd7d-86649a572e96} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2019 | 2025.01.16 23:25:10.386715 [ 3 ] {93458ad9-35bc-4679-bd7d-86649a572e96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2020 | 2025.01.16 23:25:10.387156 [ 3 ] {93458ad9-35bc-4679-bd7d-86649a572e96} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2021 | 2025.01.16 23:25:10.387400 [ 3 ] {93458ad9-35bc-4679-bd7d-86649a572e96} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2022 | 2025.01.16 23:25:10.387635 [ 3 ] {93458ad9-35bc-4679-bd7d-86649a572e96} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001724 sec., 74245.93967517401 rows/sec., 5.17 MiB/sec. | ||
| 2023 | 2025.01.16 23:25:10.387707 [ 3 ] {93458ad9-35bc-4679-bd7d-86649a572e96} <Debug> TCPHandler: Processed in 0.001990688 sec. | ||
| 2024 | 2025.01.16 23:25:10.387841 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2025 | 2025.01.16 23:25:10.387975 [ 5 ] {95524b51-ee57-486a-b426-2913cf685208} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2026 | 2025.01.16 23:25:10.388038 [ 5 ] {95524b51-ee57-486a-b426-2913cf685208} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2027 | 2025.01.16 23:25:10.388623 [ 5 ] {95524b51-ee57-486a-b426-2913cf685208} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2028 | 2025.01.16 23:25:10.388670 [ 5 ] {95524b51-ee57-486a-b426-2913cf685208} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2029 | 2025.01.16 23:25:10.389087 [ 5 ] {95524b51-ee57-486a-b426-2913cf685208} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2030 | 2025.01.16 23:25:10.389323 [ 5 ] {95524b51-ee57-486a-b426-2913cf685208} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2031 | 2025.01.16 23:25:10.389495 [ 5 ] {95524b51-ee57-486a-b426-2913cf685208} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001552 sec., 30927.835051546394 rows/sec., 2.08 MiB/sec. | ||
| 2032 | 2025.01.16 23:25:10.389540 [ 5 ] {95524b51-ee57-486a-b426-2913cf685208} <Debug> TCPHandler: Processed in 0.001754924 sec. | ||
| 2033 | 2025.01.16 23:25:11.677340 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 | ||
| 2034 | 2025.01.16 23:25:11.678642 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2035 | 2025.01.16 23:25:11.678684 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2036 | 2025.01.16 23:25:11.679225 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2037 | 2025.01.16 23:25:11.679481 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2038 | 2025.01.16 23:25:11.679670 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 | ||
| 2039 | 2025.01.16 23:25:11.903780 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 2040 | 2025.01.16 23:25:11.922418 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2041 | 2025.01.16 23:25:11.922474 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2042 | 2025.01.16 23:25:11.929176 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2043 | 2025.01.16 23:25:11.929961 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2044 | 2025.01.16 23:25:11.932631 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 2045 | 2025.01.16 23:25:12.001186 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 167.08 MiB, peak 171.85 MiB, free memory in arenas 0.00 B, will set to 168.31 MiB (RSS), difference: 1.23 MiB | ||
| 2046 | 2025.01.16 23:25:15.383174 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2047 | 2025.01.16 23:25:15.383404 [ 3 ] {10ea1cf6-3130-46c7-827f-dd92de13b236} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2048 | 2025.01.16 23:25:15.383483 [ 3 ] {10ea1cf6-3130-46c7-827f-dd92de13b236} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2049 | 2025.01.16 23:25:15.384309 [ 3 ] {10ea1cf6-3130-46c7-827f-dd92de13b236} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2050 | 2025.01.16 23:25:15.384351 [ 3 ] {10ea1cf6-3130-46c7-827f-dd92de13b236} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2051 | 2025.01.16 23:25:15.384808 [ 3 ] {10ea1cf6-3130-46c7-827f-dd92de13b236} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2052 | 2025.01.16 23:25:15.385060 [ 3 ] {10ea1cf6-3130-46c7-827f-dd92de13b236} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2053 | 2025.01.16 23:25:15.385291 [ 3 ] {10ea1cf6-3130-46c7-827f-dd92de13b236} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001946 sec., 28776.978417266186 rows/sec., 2.21 MiB/sec. | ||
| 2054 | 2025.01.16 23:25:15.385349 [ 3 ] {10ea1cf6-3130-46c7-827f-dd92de13b236} <Debug> TCPHandler: Processed in 0.002319725 sec. | ||
| 2055 | 2025.01.16 23:25:15.385580 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2056 | 2025.01.16 23:25:15.385771 [ 5 ] {8997553e-1e24-46e7-af3f-3fd26b7ff871} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2057 | 2025.01.16 23:25:15.385837 [ 5 ] {8997553e-1e24-46e7-af3f-3fd26b7ff871} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2058 | 2025.01.16 23:25:15.386580 [ 5 ] {8997553e-1e24-46e7-af3f-3fd26b7ff871} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2059 | 2025.01.16 23:25:15.386619 [ 5 ] {8997553e-1e24-46e7-af3f-3fd26b7ff871} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2060 | 2025.01.16 23:25:15.387042 [ 5 ] {8997553e-1e24-46e7-af3f-3fd26b7ff871} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2061 | 2025.01.16 23:25:15.387289 [ 5 ] {8997553e-1e24-46e7-af3f-3fd26b7ff871} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2062 | 2025.01.16 23:25:15.387482 [ 5 ] {8997553e-1e24-46e7-af3f-3fd26b7ff871} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001763 sec., 36301.75836642087 rows/sec., 2.83 MiB/sec. | ||
| 2063 | 2025.01.16 23:25:15.387535 [ 5 ] {8997553e-1e24-46e7-af3f-3fd26b7ff871} <Debug> TCPHandler: Processed in 0.00208257 sec. | ||
| 2064 | 2025.01.16 23:25:15.387688 [ 3 ] {} <Trace> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2065 | 2025.01.16 23:25:15.387827 [ 3 ] {9bd39aab-7692-48df-963c-25887ce0abfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49798) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2066 | 2025.01.16 23:25:15.387890 [ 3 ] {9bd39aab-7692-48df-963c-25887ce0abfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2067 | 2025.01.16 23:25:15.388501 [ 3 ] {9bd39aab-7692-48df-963c-25887ce0abfd} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2068 | 2025.01.16 23:25:15.388541 [ 3 ] {9bd39aab-7692-48df-963c-25887ce0abfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2069 | 2025.01.16 23:25:15.388942 [ 3 ] {9bd39aab-7692-48df-963c-25887ce0abfd} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2070 | 2025.01.16 23:25:15.389180 [ 3 ] {9bd39aab-7692-48df-963c-25887ce0abfd} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2071 | 2025.01.16 23:25:15.389395 [ 3 ] {9bd39aab-7692-48df-963c-25887ce0abfd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001599 sec., 100062.53908692933 rows/sec., 6.97 MiB/sec. | ||
| 2072 | 2025.01.16 23:25:15.389447 [ 3 ] {9bd39aab-7692-48df-963c-25887ce0abfd} <Debug> TCPHandler: Processed in 0.001827985 sec. | ||
| 2073 | 2025.01.16 23:25:15.389584 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2074 | 2025.01.16 23:25:15.389702 [ 5 ] {961f37c9-c1be-4bc9-98a2-8380126a15d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2075 | 2025.01.16 23:25:15.389753 [ 5 ] {961f37c9-c1be-4bc9-98a2-8380126a15d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2076 | 2025.01.16 23:25:15.390251 [ 5 ] {961f37c9-c1be-4bc9-98a2-8380126a15d1} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2077 | 2025.01.16 23:25:15.390288 [ 5 ] {961f37c9-c1be-4bc9-98a2-8380126a15d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2078 | 2025.01.16 23:25:15.390658 [ 5 ] {961f37c9-c1be-4bc9-98a2-8380126a15d1} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2079 | 2025.01.16 23:25:15.390888 [ 5 ] {961f37c9-c1be-4bc9-98a2-8380126a15d1} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2080 | 2025.01.16 23:25:15.391062 [ 5 ] {961f37c9-c1be-4bc9-98a2-8380126a15d1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001385 sec., 43321.29963898917 rows/sec., 2.92 MiB/sec. | ||
| 2081 | 2025.01.16 23:25:15.391109 [ 5 ] {961f37c9-c1be-4bc9-98a2-8380126a15d1} <Debug> TCPHandler: Processed in 0.00158012 sec. | ||
| 2082 | 2025.01.16 23:25:19.054176 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2083 | 2025.01.16 23:25:19.054242 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2084 | 2025.01.16 23:25:19.179871 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 | ||
| 2085 | 2025.01.16 23:25:19.180726 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2086 | 2025.01.16 23:25:19.180776 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2087 | 2025.01.16 23:25:19.181408 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2088 | 2025.01.16 23:25:19.181665 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2089 | 2025.01.16 23:25:19.181904 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 2090 | 2025.01.16 23:25:19.184734 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 286 | ||
| 2091 | 2025.01.16 23:25:19.187767 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2092 | 2025.01.16 23:25:19.187806 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2093 | 2025.01.16 23:25:19.189247 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2094 | 2025.01.16 23:25:19.189547 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2095 | 2025.01.16 23:25:19.190472 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 286 | ||
| 2096 | 2025.01.16 23:25:19.231896 [ 3 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 2097 | 2025.01.16 23:25:19.232029 [ 3 ] {} <Debug> TCP-Session: 005d466a-09cd-4079-9e2c-45ce21f5acf3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2098 | 2025.01.16 23:25:19.432769 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 2099 | 2025.01.16 23:25:19.452023 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2100 | 2025.01.16 23:25:19.452078 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2101 | 2025.01.16 23:25:19.458424 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2102 | 2025.01.16 23:25:19.459169 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2103 | 2025.01.16 23:25:19.462120 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 2104 | 2025.01.16 23:25:20.000174 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 166.84 MiB, peak 172.51 MiB, free memory in arenas 0.00 B, will set to 168.44 MiB (RSS), difference: 1.60 MiB | ||
| 2105 | 2025.01.16 23:25:20.387174 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2106 | 2025.01.16 23:25:20.387387 [ 5 ] {789a2483-6692-4cc7-b05a-2d64bdf4358c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2107 | 2025.01.16 23:25:20.387465 [ 5 ] {789a2483-6692-4cc7-b05a-2d64bdf4358c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2108 | 2025.01.16 23:25:20.388283 [ 5 ] {789a2483-6692-4cc7-b05a-2d64bdf4358c} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2109 | 2025.01.16 23:25:20.388332 [ 5 ] {789a2483-6692-4cc7-b05a-2d64bdf4358c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2110 | 2025.01.16 23:25:20.388762 [ 5 ] {789a2483-6692-4cc7-b05a-2d64bdf4358c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2111 | 2025.01.16 23:25:20.389012 [ 5 ] {789a2483-6692-4cc7-b05a-2d64bdf4358c} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2112 | 2025.01.16 23:25:20.389248 [ 5 ] {789a2483-6692-4cc7-b05a-2d64bdf4358c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001919 sec., 7295.4663887441375 rows/sec., 525.18 KiB/sec. | ||
| 2113 | 2025.01.16 23:25:20.389304 [ 5 ] {789a2483-6692-4cc7-b05a-2d64bdf4358c} <Debug> TCPHandler: Processed in 0.002269734 sec. | ||
| 2114 | 2025.01.16 23:25:20.389483 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2115 | 2025.01.16 23:25:20.389598 [ 255 ] {8f69465a-e608-462d-b00b-2e175afd786d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2116 | 2025.01.16 23:25:20.389668 [ 255 ] {8f69465a-e608-462d-b00b-2e175afd786d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2117 | 2025.01.16 23:25:20.390321 [ 255 ] {8f69465a-e608-462d-b00b-2e175afd786d} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2118 | 2025.01.16 23:25:20.390361 [ 255 ] {8f69465a-e608-462d-b00b-2e175afd786d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2119 | 2025.01.16 23:25:20.390734 [ 255 ] {8f69465a-e608-462d-b00b-2e175afd786d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2120 | 2025.01.16 23:25:20.390985 [ 255 ] {8f69465a-e608-462d-b00b-2e175afd786d} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2121 | 2025.01.16 23:25:20.391176 [ 255 ] {8f69465a-e608-462d-b00b-2e175afd786d} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.001591 sec., 137649.27718416092 rows/sec., 12.02 MiB/sec. | ||
| 2122 | 2025.01.16 23:25:20.391315 [ 255 ] {8f69465a-e608-462d-b00b-2e175afd786d} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 2123 | 2025.01.16 23:25:20.391354 [ 255 ] {8f69465a-e608-462d-b00b-2e175afd786d} <Debug> TCPHandler: Processed in 0.001952648 sec. | ||
| 2124 | 2025.01.16 23:25:20.391505 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2125 | 2025.01.16 23:25:20.391637 [ 5 ] {ed0626fa-0cb5-485a-bdf2-08d3d7541e54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2126 | 2025.01.16 23:25:20.391691 [ 5 ] {ed0626fa-0cb5-485a-bdf2-08d3d7541e54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2127 | 2025.01.16 23:25:20.392326 [ 5 ] {ed0626fa-0cb5-485a-bdf2-08d3d7541e54} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2128 | 2025.01.16 23:25:20.392364 [ 5 ] {ed0626fa-0cb5-485a-bdf2-08d3d7541e54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2129 | 2025.01.16 23:25:20.392704 [ 5 ] {ed0626fa-0cb5-485a-bdf2-08d3d7541e54} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2130 | 2025.01.16 23:25:20.392942 [ 5 ] {ed0626fa-0cb5-485a-bdf2-08d3d7541e54} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2131 | 2025.01.16 23:25:20.393159 [ 5 ] {ed0626fa-0cb5-485a-bdf2-08d3d7541e54} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001537 sec., 9759.271307742356 rows/sec., 688.10 KiB/sec. | ||
| 2132 | 2025.01.16 23:25:20.393422 [ 5 ] {ed0626fa-0cb5-485a-bdf2-08d3d7541e54} <Debug> TCPHandler: Processed in 0.001977378 sec. | ||
| 2133 | 2025.01.16 23:25:20.393560 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2134 | 2025.01.16 23:25:20.393669 [ 255 ] {98822eef-034b-4fd5-bb30-472df4025f39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2135 | 2025.01.16 23:25:20.393713 [ 255 ] {98822eef-034b-4fd5-bb30-472df4025f39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2136 | 2025.01.16 23:25:20.394262 [ 255 ] {98822eef-034b-4fd5-bb30-472df4025f39} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2137 | 2025.01.16 23:25:20.394300 [ 255 ] {98822eef-034b-4fd5-bb30-472df4025f39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2138 | 2025.01.16 23:25:20.394639 [ 255 ] {98822eef-034b-4fd5-bb30-472df4025f39} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2139 | 2025.01.16 23:25:20.394889 [ 255 ] {98822eef-034b-4fd5-bb30-472df4025f39} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2140 | 2025.01.16 23:25:20.395196 [ 255 ] {98822eef-034b-4fd5-bb30-472df4025f39} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001516 sec., 9234.828496042217 rows/sec., 646.75 KiB/sec. | ||
| 2141 | 2025.01.16 23:25:20.395412 [ 255 ] {98822eef-034b-4fd5-bb30-472df4025f39} <Debug> TCPHandler: Processed in 0.001903407 sec. | ||
| 2142 | 2025.01.16 23:25:20.395561 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2143 | 2025.01.16 23:25:20.395690 [ 5 ] {c227f458-479b-4bce-9daa-99260982f1dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2144 | 2025.01.16 23:25:20.395744 [ 5 ] {c227f458-479b-4bce-9daa-99260982f1dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2145 | 2025.01.16 23:25:20.396368 [ 5 ] {c227f458-479b-4bce-9daa-99260982f1dc} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2146 | 2025.01.16 23:25:20.396405 [ 5 ] {c227f458-479b-4bce-9daa-99260982f1dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2147 | 2025.01.16 23:25:20.396745 [ 5 ] {c227f458-479b-4bce-9daa-99260982f1dc} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2148 | 2025.01.16 23:25:20.396981 [ 5 ] {c227f458-479b-4bce-9daa-99260982f1dc} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2149 | 2025.01.16 23:25:20.397207 [ 5 ] {c227f458-479b-4bce-9daa-99260982f1dc} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001519 sec., 8558.262014483213 rows/sec., 533.61 KiB/sec. | ||
| 2150 | 2025.01.16 23:25:20.397298 [ 5 ] {c227f458-479b-4bce-9daa-99260982f1dc} <Debug> TCPHandler: Processed in 0.001801794 sec. | ||
| 2151 | 2025.01.16 23:25:20.397430 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2152 | 2025.01.16 23:25:20.397538 [ 255 ] {ad77d072-1ad2-4d61-9f85-557e481caebe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2153 | 2025.01.16 23:25:20.397582 [ 255 ] {ad77d072-1ad2-4d61-9f85-557e481caebe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2154 | 2025.01.16 23:25:20.398230 [ 255 ] {ad77d072-1ad2-4d61-9f85-557e481caebe} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2155 | 2025.01.16 23:25:20.398296 [ 255 ] {ad77d072-1ad2-4d61-9f85-557e481caebe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2156 | 2025.01.16 23:25:20.398658 [ 255 ] {ad77d072-1ad2-4d61-9f85-557e481caebe} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2157 | 2025.01.16 23:25:20.398893 [ 255 ] {ad77d072-1ad2-4d61-9f85-557e481caebe} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2158 | 2025.01.16 23:25:20.399146 [ 255 ] {ad77d072-1ad2-4d61-9f85-557e481caebe} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001607 sec., 242688.23895457375 rows/sec., 17.21 MiB/sec. | ||
| 2159 | 2025.01.16 23:25:20.399213 [ 255 ] {ad77d072-1ad2-4d61-9f85-557e481caebe} <Debug> TCPHandler: Processed in 0.001835665 sec. | ||
| 2160 | 2025.01.16 23:25:20.399358 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2161 | 2025.01.16 23:25:20.399486 [ 5 ] {fb985646-d2d7-4c7e-a0ae-47b4911973bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2162 | 2025.01.16 23:25:20.399539 [ 5 ] {fb985646-d2d7-4c7e-a0ae-47b4911973bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2163 | 2025.01.16 23:25:20.400059 [ 5 ] {fb985646-d2d7-4c7e-a0ae-47b4911973bc} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2164 | 2025.01.16 23:25:20.400104 [ 5 ] {fb985646-d2d7-4c7e-a0ae-47b4911973bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2165 | 2025.01.16 23:25:20.400489 [ 5 ] {fb985646-d2d7-4c7e-a0ae-47b4911973bc} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2166 | 2025.01.16 23:25:20.400722 [ 5 ] {fb985646-d2d7-4c7e-a0ae-47b4911973bc} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2167 | 2025.01.16 23:25:20.400888 [ 5 ] {fb985646-d2d7-4c7e-a0ae-47b4911973bc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001432 sec., 4189.944134078212 rows/sec., 218.91 KiB/sec. | ||
| 2168 | 2025.01.16 23:25:20.400936 [ 5 ] {fb985646-d2d7-4c7e-a0ae-47b4911973bc} <Debug> TCPHandler: Processed in 0.001639962 sec. | ||
| 2169 | 2025.01.16 23:25:20.401065 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2170 | 2025.01.16 23:25:20.401171 [ 255 ] {b46e48c3-6e9f-4d19-829f-51a5ea4cc6ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2171 | 2025.01.16 23:25:20.401218 [ 255 ] {b46e48c3-6e9f-4d19-829f-51a5ea4cc6ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2172 | 2025.01.16 23:25:20.401812 [ 255 ] {b46e48c3-6e9f-4d19-829f-51a5ea4cc6ee} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2173 | 2025.01.16 23:25:20.401856 [ 255 ] {b46e48c3-6e9f-4d19-829f-51a5ea4cc6ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2174 | 2025.01.16 23:25:20.402304 [ 255 ] {b46e48c3-6e9f-4d19-829f-51a5ea4cc6ee} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2175 | 2025.01.16 23:25:20.402539 [ 255 ] {b46e48c3-6e9f-4d19-829f-51a5ea4cc6ee} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2176 | 2025.01.16 23:25:20.402863 [ 255 ] {b46e48c3-6e9f-4d19-829f-51a5ea4cc6ee} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001681 sec., 140987.50743605 rows/sec., 9.45 MiB/sec. | ||
| 2177 | 2025.01.16 23:25:20.403158 [ 255 ] {b46e48c3-6e9f-4d19-829f-51a5ea4cc6ee} <Debug> TCPHandler: Processed in 0.002143821 sec. | ||
| 2178 | 2025.01.16 23:25:20.403285 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2179 | 2025.01.16 23:25:20.403413 [ 5 ] {816326de-61df-476a-95c6-33c9754336c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2180 | 2025.01.16 23:25:20.403468 [ 5 ] {816326de-61df-476a-95c6-33c9754336c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2181 | 2025.01.16 23:25:20.403995 [ 5 ] {816326de-61df-476a-95c6-33c9754336c2} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2182 | 2025.01.16 23:25:20.404039 [ 5 ] {816326de-61df-476a-95c6-33c9754336c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2183 | 2025.01.16 23:25:20.404414 [ 5 ] {816326de-61df-476a-95c6-33c9754336c2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2184 | 2025.01.16 23:25:20.404646 [ 5 ] {816326de-61df-476a-95c6-33c9754336c2} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2185 | 2025.01.16 23:25:20.404988 [ 5 ] {816326de-61df-476a-95c6-33c9754336c2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001573 sec., 635.7279084551813 rows/sec., 42.84 KiB/sec. | ||
| 2186 | 2025.01.16 23:25:20.405149 [ 5 ] {816326de-61df-476a-95c6-33c9754336c2} <Debug> TCPHandler: Processed in 0.001915627 sec. | ||
| 2187 | 2025.01.16 23:25:20.405285 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2188 | 2025.01.16 23:25:20.405414 [ 255 ] {eca0a0a0-1aa5-41d5-bf58-b76b9a077cd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2189 | 2025.01.16 23:25:20.405492 [ 255 ] {eca0a0a0-1aa5-41d5-bf58-b76b9a077cd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2190 | 2025.01.16 23:25:20.406640 [ 255 ] {eca0a0a0-1aa5-41d5-bf58-b76b9a077cd3} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2191 | 2025.01.16 23:25:20.406678 [ 255 ] {eca0a0a0-1aa5-41d5-bf58-b76b9a077cd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2192 | 2025.01.16 23:25:20.407260 [ 255 ] {eca0a0a0-1aa5-41d5-bf58-b76b9a077cd3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2193 | 2025.01.16 23:25:20.407516 [ 255 ] {eca0a0a0-1aa5-41d5-bf58-b76b9a077cd3} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2194 | 2025.01.16 23:25:20.407893 [ 255 ] {eca0a0a0-1aa5-41d5-bf58-b76b9a077cd3} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002474 sec., 3233.6297493936945 rows/sec., 5.79 MiB/sec. | ||
| 2195 | 2025.01.16 23:25:20.408059 [ 255 ] {eca0a0a0-1aa5-41d5-bf58-b76b9a077cd3} <Debug> TCPHandler: Processed in 0.002830905 sec. | ||
| 2196 | 2025.01.16 23:25:20.408204 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2197 | 2025.01.16 23:25:20.408332 [ 5 ] {52183a3e-a094-4a35-b413-ceb7da5c337d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2198 | 2025.01.16 23:25:20.408386 [ 5 ] {52183a3e-a094-4a35-b413-ceb7da5c337d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2199 | 2025.01.16 23:25:20.408901 [ 5 ] {52183a3e-a094-4a35-b413-ceb7da5c337d} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2200 | 2025.01.16 23:25:20.408945 [ 5 ] {52183a3e-a094-4a35-b413-ceb7da5c337d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2201 | 2025.01.16 23:25:20.409348 [ 5 ] {52183a3e-a094-4a35-b413-ceb7da5c337d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2202 | 2025.01.16 23:25:20.409576 [ 5 ] {52183a3e-a094-4a35-b413-ceb7da5c337d} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2203 | 2025.01.16 23:25:20.409820 [ 5 ] {52183a3e-a094-4a35-b413-ceb7da5c337d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001496 sec., 54812.83422459893 rows/sec., 3.48 MiB/sec. | ||
| 2204 | 2025.01.16 23:25:20.409898 [ 5 ] {52183a3e-a094-4a35-b413-ceb7da5c337d} <Debug> TCPHandler: Processed in 0.001757374 sec. | ||
| 2205 | 2025.01.16 23:25:21.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 171.25 MiB, peak 172.76 MiB, free memory in arenas 0.00 B, will set to 168.49 MiB (RSS), difference: -2.76 MiB | ||
| 2206 | 2025.01.16 23:25:25.383128 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2207 | 2025.01.16 23:25:25.383454 [ 5 ] {373f491b-47c4-43bc-8190-a7a0377c6374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2208 | 2025.01.16 23:25:25.383556 [ 5 ] {373f491b-47c4-43bc-8190-a7a0377c6374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2209 | 2025.01.16 23:25:25.384320 [ 5 ] {373f491b-47c4-43bc-8190-a7a0377c6374} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2210 | 2025.01.16 23:25:25.384368 [ 5 ] {373f491b-47c4-43bc-8190-a7a0377c6374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2211 | 2025.01.16 23:25:25.384798 [ 5 ] {373f491b-47c4-43bc-8190-a7a0377c6374} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2212 | 2025.01.16 23:25:25.385064 [ 5 ] {373f491b-47c4-43bc-8190-a7a0377c6374} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2213 | 2025.01.16 23:25:25.385244 [ 45 ] {} <Debug> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2214 | 2025.01.16 23:25:25.385314 [ 5 ] {373f491b-47c4-43bc-8190-a7a0377c6374} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001939 sec., 28880.86642599278 rows/sec., 2.22 MiB/sec. | ||
| 2215 | 2025.01.16 23:25:25.385325 [ 45 ] {} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2216 | 2025.01.16 23:25:25.385389 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2217 | 2025.01.16 23:25:25.385441 [ 5 ] {373f491b-47c4-43bc-8190-a7a0377c6374} <Debug> TCPHandler: Processed in 0.002506328 sec. | ||
| 2218 | 2025.01.16 23:25:25.385673 [ 193 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::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 | ||
| 2219 | 2025.01.16 23:25:25.385686 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2220 | 2025.01.16 23:25:25.385975 [ 193 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2221 | 2025.01.16 23:25:25.385982 [ 255 ] {1f9f1c7e-355c-41a4-a569-1465760e6b04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2222 | 2025.01.16 23:25:25.386045 [ 193 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 219 rows starting from the beginning of the part | ||
| 2223 | 2025.01.16 23:25:25.386084 [ 255 ] {1f9f1c7e-355c-41a4-a569-1465760e6b04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2224 | 2025.01.16 23:25:25.386410 [ 193 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1359 rows starting from the beginning of the part | ||
| 2225 | 2025.01.16 23:25:25.386721 [ 193 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::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 | ||
| 2226 | 2025.01.16 23:25:25.387045 [ 193 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part | ||
| 2227 | 2025.01.16 23:25:25.387372 [ 193 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 219 rows starting from the beginning of the part | ||
| 2228 | 2025.01.16 23:25:25.387742 [ 193 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part | ||
| 2229 | 2025.01.16 23:25:25.389207 [ 255 ] {1f9f1c7e-355c-41a4-a569-1465760e6b04} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2230 | 2025.01.16 23:25:25.389276 [ 255 ] {1f9f1c7e-355c-41a4-a569-1465760e6b04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2231 | 2025.01.16 23:25:25.390363 [ 255 ] {1f9f1c7e-355c-41a4-a569-1465760e6b04} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2232 | 2025.01.16 23:25:25.390929 [ 255 ] {1f9f1c7e-355c-41a4-a569-1465760e6b04} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2233 | 2025.01.16 23:25:25.391024 [ 194 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1965 rows, containing 5 columns (5 merged, 0 gathered) in 0.005534296 sec., 355058.71026775584 rows/sec., 31.09 MiB/sec. | ||
| 2234 | 2025.01.16 23:25:25.391176 [ 45 ] {} <Debug> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2235 | 2025.01.16 23:25:25.391281 [ 45 ] {} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2236 | 2025.01.16 23:25:25.391323 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2237 | 2025.01.16 23:25:25.391378 [ 255 ] {1f9f1c7e-355c-41a4-a569-1465760e6b04} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005466 sec., 11708.744968898645 rows/sec., 935.83 KiB/sec. | ||
| 2238 | 2025.01.16 23:25:25.391406 [ 194 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2239 | 2025.01.16 23:25:25.391937 [ 255 ] {1f9f1c7e-355c-41a4-a569-1465760e6b04} <Debug> TCPHandler: Processed in 0.006345972 sec. | ||
| 2240 | 2025.01.16 23:25:25.392070 [ 195 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::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 | ||
| 2241 | 2025.01.16 23:25:25.392309 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2242 | 2025.01.16 23:25:25.392576 [ 195 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2243 | 2025.01.16 23:25:25.392657 [ 5 ] {317de719-0577-44f3-a155-16d1e4c4167c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2244 | 2025.01.16 23:25:25.392669 [ 195 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::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 | ||
| 2245 | 2025.01.16 23:25:25.392755 [ 194 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_11_2} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2246 | 2025.01.16 23:25:25.392774 [ 5 ] {317de719-0577-44f3-a155-16d1e4c4167c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2247 | 2025.01.16 23:25:25.393062 [ 195 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 846 rows starting from the beginning of the part | ||
| 2248 | 2025.01.16 23:25:25.393276 [ 194 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_11_2} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2249 | 2025.01.16 23:25:25.393770 [ 195 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::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 | ||
| 2250 | 2025.01.16 23:25:25.393776 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
| 2251 | 2025.01.16 23:25:25.394163 [ 195 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part | ||
| 2252 | 2025.01.16 23:25:25.394371 [ 195 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 390 rows starting from the beginning of the part | ||
| 2253 | 2025.01.16 23:25:25.394576 [ 195 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part | ||
| 2254 | 2025.01.16 23:25:25.395146 [ 5 ] {317de719-0577-44f3-a155-16d1e4c4167c} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2255 | 2025.01.16 23:25:25.395194 [ 5 ] {317de719-0577-44f3-a155-16d1e4c4167c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2256 | 2025.01.16 23:25:25.395789 [ 5 ] {317de719-0577-44f3-a155-16d1e4c4167c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2257 | 2025.01.16 23:25:25.396064 [ 5 ] {317de719-0577-44f3-a155-16d1e4c4167c} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2258 | 2025.01.16 23:25:25.396291 [ 45 ] {} <Debug> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2259 | 2025.01.16 23:25:25.396441 [ 45 ] {} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2260 | 2025.01.16 23:25:25.396584 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2261 | 2025.01.16 23:25:25.396654 [ 5 ] {317de719-0577-44f3-a155-16d1e4c4167c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004064 sec., 39370.07874015748 rows/sec., 2.74 MiB/sec. | ||
| 2262 | 2025.01.16 23:25:25.396883 [ 197 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1818 rows, containing 5 columns (5 merged, 0 gathered) in 0.005406164 sec., 336282.806070996 rows/sec., 25.60 MiB/sec. | ||
| 2263 | 2025.01.16 23:25:25.397015 [ 5 ] {317de719-0577-44f3-a155-16d1e4c4167c} <Debug> TCPHandler: Processed in 0.004925634 sec. | ||
| 2264 | 2025.01.16 23:25:25.397125 [ 193 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::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 | ||
| 2265 | 2025.01.16 23:25:25.397282 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2266 | 2025.01.16 23:25:25.397438 [ 197 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2267 | 2025.01.16 23:25:25.397655 [ 193 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2268 | 2025.01.16 23:25:25.397755 [ 255 ] {47489603-a039-4e8a-bbce-103474477664} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2269 | 2025.01.16 23:25:25.397767 [ 193 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 632 rows starting from the beginning of the part | ||
| 2270 | 2025.01.16 23:25:25.397938 [ 255 ] {47489603-a039-4e8a-bbce-103474477664} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2271 | 2025.01.16 23:25:25.398187 [ 193 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2905 rows starting from the beginning of the part | ||
| 2272 | 2025.01.16 23:25:25.398760 [ 193 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 128 rows starting from the beginning of the part | ||
| 2273 | 2025.01.16 23:25:25.398799 [ 197 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_11_2} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2274 | 2025.01.16 23:25:25.399453 [ 193 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part | ||
| 2275 | 2025.01.16 23:25:25.399548 [ 197 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_11_2} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2276 | 2025.01.16 23:25:25.400053 [ 193 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 237 rows starting from the beginning of the part | ||
| 2277 | 2025.01.16 23:25:25.400098 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 2278 | 2025.01.16 23:25:25.400410 [ 193 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part | ||
| 2279 | 2025.01.16 23:25:25.401372 [ 255 ] {47489603-a039-4e8a-bbce-103474477664} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2280 | 2025.01.16 23:25:25.401438 [ 255 ] {47489603-a039-4e8a-bbce-103474477664} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2281 | 2025.01.16 23:25:25.402319 [ 255 ] {47489603-a039-4e8a-bbce-103474477664} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2282 | 2025.01.16 23:25:25.402818 [ 255 ] {47489603-a039-4e8a-bbce-103474477664} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2283 | 2025.01.16 23:25:25.402990 [ 42 ] {} <Debug> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2284 | 2025.01.16 23:25:25.403098 [ 255 ] {47489603-a039-4e8a-bbce-103474477664} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005507 sec., 10895.224260032686 rows/sec., 751.88 KiB/sec. | ||
| 2285 | 2025.01.16 23:25:25.403100 [ 42 ] {} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2286 | 2025.01.16 23:25:25.403209 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2287 | 2025.01.16 23:25:25.403433 [ 255 ] {47489603-a039-4e8a-bbce-103474477664} <Debug> TCPHandler: Processed in 0.00626533 sec. | ||
| 2288 | 2025.01.16 23:25:25.403881 [ 197 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::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 | ||
| 2289 | 2025.01.16 23:25:25.403968 [ 200 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4222 rows, containing 5 columns (5 merged, 0 gathered) in 0.007226399 sec., 584246.7320168732 rows/sec., 39.25 MiB/sec. | ||
| 2290 | 2025.01.16 23:25:25.404065 [ 197 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2291 | 2025.01.16 23:25:25.404110 [ 197 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 242 rows starting from the beginning of the part | ||
| 2292 | 2025.01.16 23:25:25.404218 [ 197 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 34 rows starting from the beginning of the part | ||
| 2293 | 2025.01.16 23:25:25.404325 [ 197 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 48 rows starting from the beginning of the part | ||
| 2294 | 2025.01.16 23:25:25.404543 [ 197 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part | ||
| 2295 | 2025.01.16 23:25:25.404619 [ 200 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2296 | 2025.01.16 23:25:25.404784 [ 197 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 82 rows starting from the beginning of the part | ||
| 2297 | 2025.01.16 23:25:25.405073 [ 197 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part | ||
| 2298 | 2025.01.16 23:25:25.405626 [ 200 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2299 | 2025.01.16 23:25:25.405870 [ 200 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2300 | 2025.01.16 23:25:25.406054 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. | ||
| 2301 | 2025.01.16 23:25:25.406558 [ 193 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 4 columns (4 merged, 0 gathered) in 0.00312846 sec., 168133.84220990518 rows/sec., 10.87 MiB/sec. | ||
| 2302 | 2025.01.16 23:25:25.406708 [ 197 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2303 | 2025.01.16 23:25:25.406973 [ 197 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_11_2} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2304 | 2025.01.16 23:25:25.407047 [ 197 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_11_2} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2305 | 2025.01.16 23:25:25.407114 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 2306 | 2025.01.16 23:25:26.682088 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 | ||
| 2307 | 2025.01.16 23:25:26.682745 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2308 | 2025.01.16 23:25:26.682795 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2309 | 2025.01.16 23:25:26.683346 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2310 | 2025.01.16 23:25:26.683611 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2311 | 2025.01.16 23:25:26.683857 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 | ||
| 2312 | 2025.01.16 23:25:26.962257 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 2313 | 2025.01.16 23:25:26.982453 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2314 | 2025.01.16 23:25:26.982522 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2315 | 2025.01.16 23:25:26.989678 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2316 | 2025.01.16 23:25:26.990462 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2317 | 2025.01.16 23:25:26.993783 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 2318 | 2025.01.16 23:25:29.190693 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 316 | ||
| 2319 | 2025.01.16 23:25:29.193838 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2320 | 2025.01.16 23:25:29.193905 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.88 GiB. | ||
| 2321 | 2025.01.16 23:25:29.195818 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2322 | 2025.01.16 23:25:29.196200 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): 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.01.16 23:25:29.196440 [ 39 ] {} <Debug> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2324 | 2025.01.16 23:25:29.196570 [ 39 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2325 | 2025.01.16 23:25:29.196630 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.88 GiB. | ||
| 2326 | 2025.01.16 23:25:29.197109 [ 200 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::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 | ||
| 2327 | 2025.01.16 23:25:29.198323 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 316 | ||
| 2328 | 2025.01.16 23:25:29.198706 [ 200 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2329 | 2025.01.16 23:25:29.198883 [ 200 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 90 rows starting from the beginning of the part | ||
| 2330 | 2025.01.16 23:25:29.199531 [ 200 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part | ||
| 2331 | 2025.01.16 23:25:29.200108 [ 200 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 88 rows starting from the beginning of the part | ||
| 2332 | 2025.01.16 23:25:29.200689 [ 200 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 66 rows starting from the beginning of the part | ||
| 2333 | 2025.01.16 23:25:29.201359 [ 200 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part | ||
| 2334 | 2025.01.16 23:25:29.201968 [ 200 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::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 | ||
| 2335 | 2025.01.16 23:25:29.210334 [ 200 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 316 rows, containing 72 columns (72 merged, 0 gathered) in 0.01358507 sec., 23260.82971968492 rows/sec., 23.08 MiB/sec. | ||
| 2336 | 2025.01.16 23:25:29.211390 [ 193 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2337 | 2025.01.16 23:25:29.212293 [ 193 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_6_1} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2338 | 2025.01.16 23:25:29.212401 [ 193 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_6_1} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2339 | 2025.01.16 23:25:29.212858 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.69 MiB. | ||
| 2340 | 2025.01.16 23:25:30.389948 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2341 | 2025.01.16 23:25:30.390176 [ 5 ] {bc27b288-f1cb-4160-bb9f-f3fa7137b0b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2342 | 2025.01.16 23:25:30.390257 [ 5 ] {bc27b288-f1cb-4160-bb9f-f3fa7137b0b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2343 | 2025.01.16 23:25:30.391182 [ 5 ] {bc27b288-f1cb-4160-bb9f-f3fa7137b0b2} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2344 | 2025.01.16 23:25:30.391246 [ 5 ] {bc27b288-f1cb-4160-bb9f-f3fa7137b0b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2345 | 2025.01.16 23:25:30.391807 [ 5 ] {bc27b288-f1cb-4160-bb9f-f3fa7137b0b2} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2346 | 2025.01.16 23:25:30.392102 [ 5 ] {bc27b288-f1cb-4160-bb9f-f3fa7137b0b2} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2347 | 2025.01.16 23:25:30.392359 [ 38 ] {} <Debug> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2348 | 2025.01.16 23:25:30.392408 [ 38 ] {} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2349 | 2025.01.16 23:25:30.392432 [ 5 ] {bc27b288-f1cb-4160-bb9f-f3fa7137b0b2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002312 sec., 6055.363321799308 rows/sec., 435.91 KiB/sec. | ||
| 2350 | 2025.01.16 23:25:30.392441 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2351 | 2025.01.16 23:25:30.392545 [ 5 ] {bc27b288-f1cb-4160-bb9f-f3fa7137b0b2} <Debug> TCPHandler: Processed in 0.002756733 sec. | ||
| 2352 | 2025.01.16 23:25:30.392685 [ 200 ] {36238c60-81c7-4682-8ed9-f95b6c464189::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 | ||
| 2353 | 2025.01.16 23:25:30.392777 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2354 | 2025.01.16 23:25:30.392956 [ 200 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2355 | 2025.01.16 23:25:30.393019 [ 255 ] {0e0b2ba1-a0f8-491e-8e7a-8aa9c348f1aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2356 | 2025.01.16 23:25:30.393038 [ 200 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
| 2357 | 2025.01.16 23:25:30.393120 [ 255 ] {0e0b2ba1-a0f8-491e-8e7a-8aa9c348f1aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2358 | 2025.01.16 23:25:30.393267 [ 200 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part | ||
| 2359 | 2025.01.16 23:25:30.393675 [ 200 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
| 2360 | 2025.01.16 23:25:30.394098 [ 200 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part | ||
| 2361 | 2025.01.16 23:25:30.394481 [ 200 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part | ||
| 2362 | 2025.01.16 23:25:30.396215 [ 255 ] {0e0b2ba1-a0f8-491e-8e7a-8aa9c348f1aa} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2363 | 2025.01.16 23:25:30.396300 [ 255 ] {0e0b2ba1-a0f8-491e-8e7a-8aa9c348f1aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2364 | 2025.01.16 23:25:30.397433 [ 255 ] {0e0b2ba1-a0f8-491e-8e7a-8aa9c348f1aa} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2365 | 2025.01.16 23:25:30.397491 [ 189 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004925264 sec., 14212.436125251355 rows/sec., 1.05 MiB/sec. | ||
| 2366 | 2025.01.16 23:25:30.397797 [ 255 ] {0e0b2ba1-a0f8-491e-8e7a-8aa9c348f1aa} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2367 | 2025.01.16 23:25:30.397829 [ 189 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2368 | 2025.01.16 23:25:30.398354 [ 255 ] {0e0b2ba1-a0f8-491e-8e7a-8aa9c348f1aa} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.00537 sec., 40782.122905027936 rows/sec., 3.56 MiB/sec. | ||
| 2369 | 2025.01.16 23:25:30.398595 [ 255 ] {0e0b2ba1-a0f8-491e-8e7a-8aa9c348f1aa} <Debug> TCPHandler: Processed in 0.005891873 sec. | ||
| 2370 | 2025.01.16 23:25:30.398814 [ 189 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_5_1} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2371 | 2025.01.16 23:25:30.398844 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2372 | 2025.01.16 23:25:30.398985 [ 189 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_5_1} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2373 | 2025.01.16 23:25:30.399045 [ 5 ] {edfea3c6-756a-4e3c-93c0-78c78ebb914f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2374 | 2025.01.16 23:25:30.399163 [ 5 ] {edfea3c6-756a-4e3c-93c0-78c78ebb914f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2375 | 2025.01.16 23:25:30.399181 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2376 | 2025.01.16 23:25:30.399842 [ 5 ] {edfea3c6-756a-4e3c-93c0-78c78ebb914f} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2377 | 2025.01.16 23:25:30.399887 [ 5 ] {edfea3c6-756a-4e3c-93c0-78c78ebb914f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2378 | 2025.01.16 23:25:30.400455 [ 5 ] {edfea3c6-756a-4e3c-93c0-78c78ebb914f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2379 | 2025.01.16 23:25:30.400821 [ 5 ] {edfea3c6-756a-4e3c-93c0-78c78ebb914f} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2380 | 2025.01.16 23:25:30.401067 [ 37 ] {} <Debug> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2381 | 2025.01.16 23:25:30.401107 [ 5 ] {edfea3c6-756a-4e3c-93c0-78c78ebb914f} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.002123 sec., 7065.473386716911 rows/sec., 498.17 KiB/sec. | ||
| 2382 | 2025.01.16 23:25:30.401156 [ 37 ] {} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2383 | 2025.01.16 23:25:30.401267 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2384 | 2025.01.16 23:25:30.401282 [ 5 ] {edfea3c6-756a-4e3c-93c0-78c78ebb914f} <Debug> TCPHandler: Processed in 0.002543959 sec. | ||
| 2385 | 2025.01.16 23:25:30.401571 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2386 | 2025.01.16 23:25:30.401602 [ 200 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::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 | ||
| 2387 | 2025.01.16 23:25:30.401835 [ 255 ] {aba72868-3e51-43e5-a045-49ec793e44f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2388 | 2025.01.16 23:25:30.401879 [ 200 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2389 | 2025.01.16 23:25:30.401953 [ 200 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 15 rows starting from the beginning of the part | ||
| 2390 | 2025.01.16 23:25:30.401965 [ 255 ] {aba72868-3e51-43e5-a045-49ec793e44f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2391 | 2025.01.16 23:25:30.402283 [ 200 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 15 rows starting from the beginning of the part | ||
| 2392 | 2025.01.16 23:25:30.402665 [ 200 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 15 rows starting from the beginning of the part | ||
| 2393 | 2025.01.16 23:25:30.403044 [ 200 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 15 rows starting from the beginning of the part | ||
| 2394 | 2025.01.16 23:25:30.403514 [ 200 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 15 rows starting from the beginning of the part | ||
| 2395 | 2025.01.16 23:25:30.405607 [ 200 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 75 rows, containing 5 columns (5 merged, 0 gathered) in 0.004221551 sec., 17765.98221838372 rows/sec., 1.29 MiB/sec. | ||
| 2396 | 2025.01.16 23:25:30.405766 [ 255 ] {aba72868-3e51-43e5-a045-49ec793e44f8} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2397 | 2025.01.16 23:25:30.405819 [ 200 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2398 | 2025.01.16 23:25:30.405828 [ 255 ] {aba72868-3e51-43e5-a045-49ec793e44f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2399 | 2025.01.16 23:25:30.406329 [ 200 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_5_1} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2400 | 2025.01.16 23:25:30.406468 [ 200 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_5_1} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2401 | 2025.01.16 23:25:30.406605 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2402 | 2025.01.16 23:25:30.406647 [ 255 ] {aba72868-3e51-43e5-a045-49ec793e44f8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2403 | 2025.01.16 23:25:30.406920 [ 255 ] {aba72868-3e51-43e5-a045-49ec793e44f8} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2404 | 2025.01.16 23:25:30.407156 [ 255 ] {aba72868-3e51-43e5-a045-49ec793e44f8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005426 sec., 2580.1695539992625 rows/sec., 180.70 KiB/sec. | ||
| 2405 | 2025.01.16 23:25:30.407255 [ 255 ] {aba72868-3e51-43e5-a045-49ec793e44f8} <Debug> TCPHandler: Processed in 0.005822632 sec. | ||
| 2406 | 2025.01.16 23:25:30.407481 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2407 | 2025.01.16 23:25:30.407633 [ 5 ] {f9e947d2-9eff-44a9-a189-22aefe89de71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2408 | 2025.01.16 23:25:30.407696 [ 5 ] {f9e947d2-9eff-44a9-a189-22aefe89de71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2409 | 2025.01.16 23:25:30.408444 [ 5 ] {f9e947d2-9eff-44a9-a189-22aefe89de71} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2410 | 2025.01.16 23:25:30.408492 [ 5 ] {f9e947d2-9eff-44a9-a189-22aefe89de71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2411 | 2025.01.16 23:25:30.408979 [ 5 ] {f9e947d2-9eff-44a9-a189-22aefe89de71} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2412 | 2025.01.16 23:25:30.409319 [ 5 ] {f9e947d2-9eff-44a9-a189-22aefe89de71} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2413 | 2025.01.16 23:25:30.409534 [ 37 ] {} <Debug> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2414 | 2025.01.16 23:25:30.409609 [ 37 ] {} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2415 | 2025.01.16 23:25:30.409617 [ 5 ] {f9e947d2-9eff-44a9-a189-22aefe89de71} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002011 sec., 6464.445549477871 rows/sec., 403.06 KiB/sec. | ||
| 2416 | 2025.01.16 23:25:30.409645 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2417 | 2025.01.16 23:25:30.409788 [ 5 ] {f9e947d2-9eff-44a9-a189-22aefe89de71} <Debug> TCPHandler: Processed in 0.002380256 sec. | ||
| 2418 | 2025.01.16 23:25:30.409874 [ 198 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::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 | ||
| 2419 | 2025.01.16 23:25:30.410033 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2420 | 2025.01.16 23:25:30.410094 [ 198 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2421 | 2025.01.16 23:25:30.410149 [ 198 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 13 rows starting from the beginning of the part | ||
| 2422 | 2025.01.16 23:25:30.410266 [ 255 ] {bcaa18a7-f0b7-4369-992b-03d440697223} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2423 | 2025.01.16 23:25:30.410399 [ 198 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::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 | ||
| 2424 | 2025.01.16 23:25:30.410425 [ 255 ] {bcaa18a7-f0b7-4369-992b-03d440697223} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2425 | 2025.01.16 23:25:30.410717 [ 198 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 13 rows starting from the beginning of the part | ||
| 2426 | 2025.01.16 23:25:30.411224 [ 198 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 13 rows starting from the beginning of the part | ||
| 2427 | 2025.01.16 23:25:30.411579 [ 198 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 13 rows starting from the beginning of the part | ||
| 2428 | 2025.01.16 23:25:30.414211 [ 200 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004432446 sec., 14664.589258391417 rows/sec., 971.62 KiB/sec. | ||
| 2429 | 2025.01.16 23:25:30.414238 [ 255 ] {bcaa18a7-f0b7-4369-992b-03d440697223} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2430 | 2025.01.16 23:25:30.414325 [ 255 ] {bcaa18a7-f0b7-4369-992b-03d440697223} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2431 | 2025.01.16 23:25:30.414415 [ 198 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2432 | 2025.01.16 23:25:30.414978 [ 198 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_5_1} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2433 | 2025.01.16 23:25:30.415114 [ 198 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_5_1} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2434 | 2025.01.16 23:25:30.415276 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2435 | 2025.01.16 23:25:30.415442 [ 255 ] {bcaa18a7-f0b7-4369-992b-03d440697223} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2436 | 2025.01.16 23:25:30.415826 [ 255 ] {bcaa18a7-f0b7-4369-992b-03d440697223} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2437 | 2025.01.16 23:25:30.416125 [ 255 ] {bcaa18a7-f0b7-4369-992b-03d440697223} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.005916 sec., 65922.92089249492 rows/sec., 4.68 MiB/sec. | ||
| 2438 | 2025.01.16 23:25:30.416229 [ 255 ] {bcaa18a7-f0b7-4369-992b-03d440697223} <Debug> TCPHandler: Processed in 0.006300681 sec. | ||
| 2439 | 2025.01.16 23:25:30.416497 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2440 | 2025.01.16 23:25:30.416654 [ 5 ] {04152bf2-2735-4e7a-89e8-e71b0cfff070} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2441 | 2025.01.16 23:25:30.416726 [ 5 ] {04152bf2-2735-4e7a-89e8-e71b0cfff070} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2442 | 2025.01.16 23:25:30.417608 [ 5 ] {04152bf2-2735-4e7a-89e8-e71b0cfff070} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2443 | 2025.01.16 23:25:30.417658 [ 5 ] {04152bf2-2735-4e7a-89e8-e71b0cfff070} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2444 | 2025.01.16 23:25:30.418146 [ 5 ] {04152bf2-2735-4e7a-89e8-e71b0cfff070} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2445 | 2025.01.16 23:25:30.418541 [ 5 ] {04152bf2-2735-4e7a-89e8-e71b0cfff070} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2446 | 2025.01.16 23:25:30.418888 [ 5 ] {04152bf2-2735-4e7a-89e8-e71b0cfff070} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002253 sec., 2663.115845539281 rows/sec., 139.14 KiB/sec. | ||
| 2447 | 2025.01.16 23:25:30.419001 [ 5 ] {04152bf2-2735-4e7a-89e8-e71b0cfff070} <Debug> TCPHandler: Processed in 0.002645591 sec. | ||
| 2448 | 2025.01.16 23:25:30.419172 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2449 | 2025.01.16 23:25:30.419304 [ 255 ] {e81521be-96f3-4496-96f4-1a7a48f14732} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2450 | 2025.01.16 23:25:30.419371 [ 255 ] {e81521be-96f3-4496-96f4-1a7a48f14732} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2451 | 2025.01.16 23:25:30.420103 [ 255 ] {e81521be-96f3-4496-96f4-1a7a48f14732} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2452 | 2025.01.16 23:25:30.420152 [ 255 ] {e81521be-96f3-4496-96f4-1a7a48f14732} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2453 | 2025.01.16 23:25:30.420685 [ 255 ] {e81521be-96f3-4496-96f4-1a7a48f14732} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2454 | 2025.01.16 23:25:30.421052 [ 255 ] {e81521be-96f3-4496-96f4-1a7a48f14732} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2455 | 2025.01.16 23:25:30.421329 [ 255 ] {e81521be-96f3-4496-96f4-1a7a48f14732} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002055 sec., 115328.46715328467 rows/sec., 7.73 MiB/sec. | ||
| 2456 | 2025.01.16 23:25:30.421403 [ 255 ] {e81521be-96f3-4496-96f4-1a7a48f14732} <Debug> TCPHandler: Processed in 0.002295204 sec. | ||
| 2457 | 2025.01.16 23:25:30.421607 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2458 | 2025.01.16 23:25:30.421740 [ 5 ] {6caeabf7-90aa-4264-ba61-ea9adb34693c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2459 | 2025.01.16 23:25:30.421803 [ 5 ] {6caeabf7-90aa-4264-ba61-ea9adb34693c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2460 | 2025.01.16 23:25:30.422373 [ 5 ] {6caeabf7-90aa-4264-ba61-ea9adb34693c} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2461 | 2025.01.16 23:25:30.422423 [ 5 ] {6caeabf7-90aa-4264-ba61-ea9adb34693c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2462 | 2025.01.16 23:25:30.422878 [ 5 ] {6caeabf7-90aa-4264-ba61-ea9adb34693c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2463 | 2025.01.16 23:25:30.423187 [ 5 ] {6caeabf7-90aa-4264-ba61-ea9adb34693c} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2464 | 2025.01.16 23:25:30.423388 [ 5 ] {6caeabf7-90aa-4264-ba61-ea9adb34693c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001679 sec., 595.5926146515783 rows/sec., 40.13 KiB/sec. | ||
| 2465 | 2025.01.16 23:25:30.423449 [ 5 ] {6caeabf7-90aa-4264-ba61-ea9adb34693c} <Debug> TCPHandler: Processed in 0.001940017 sec. | ||
| 2466 | 2025.01.16 23:25:30.424222 [ 37 ] {} <Debug> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2467 | 2025.01.16 23:25:30.424290 [ 37 ] {} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2468 | 2025.01.16 23:25:30.424319 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2469 | 2025.01.16 23:25:30.424475 [ 187 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::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 | ||
| 2470 | 2025.01.16 23:25:30.424604 [ 187 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2471 | 2025.01.16 23:25:30.424653 [ 187 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::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 | ||
| 2472 | 2025.01.16 23:25:30.424766 [ 187 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::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 | ||
| 2473 | 2025.01.16 23:25:30.425045 [ 187 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::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 | ||
| 2474 | 2025.01.16 23:25:30.425314 [ 187 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::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 | ||
| 2475 | 2025.01.16 23:25:30.425455 [ 187 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::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 | ||
| 2476 | 2025.01.16 23:25:30.425622 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2477 | 2025.01.16 23:25:30.425953 [ 255 ] {1a87688a-3785-4022-acc2-cd4223e3e036} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2478 | 2025.01.16 23:25:30.426100 [ 255 ] {1a87688a-3785-4022-acc2-cd4223e3e036} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2479 | 2025.01.16 23:25:30.427758 [ 187 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.003340234 sec., 1496.901115311083 rows/sec., 100.87 KiB/sec. | ||
| 2480 | 2025.01.16 23:25:30.427914 [ 187 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2481 | 2025.01.16 23:25:30.428354 [ 187 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::all_1_5_1} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2482 | 2025.01.16 23:25:30.428503 [ 187 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::all_1_5_1} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2483 | 2025.01.16 23:25:30.428621 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 2484 | 2025.01.16 23:25:30.428871 [ 255 ] {1a87688a-3785-4022-acc2-cd4223e3e036} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2485 | 2025.01.16 23:25:30.428915 [ 255 ] {1a87688a-3785-4022-acc2-cd4223e3e036} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2486 | 2025.01.16 23:25:30.429692 [ 255 ] {1a87688a-3785-4022-acc2-cd4223e3e036} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2487 | 2025.01.16 23:25:30.429987 [ 255 ] {1a87688a-3785-4022-acc2-cd4223e3e036} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2488 | 2025.01.16 23:25:30.430303 [ 255 ] {1a87688a-3785-4022-acc2-cd4223e3e036} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004407 sec., 1815.2938506920807 rows/sec., 3.25 MiB/sec. | ||
| 2489 | 2025.01.16 23:25:30.430432 [ 255 ] {1a87688a-3785-4022-acc2-cd4223e3e036} <Debug> TCPHandler: Processed in 0.005302771 sec. | ||
| 2490 | 2025.01.16 23:25:30.430700 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2491 | 2025.01.16 23:25:30.430834 [ 5 ] {fadb458c-b705-4fa1-9cd4-5b1c37553bcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2492 | 2025.01.16 23:25:30.430894 [ 5 ] {fadb458c-b705-4fa1-9cd4-5b1c37553bcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2493 | 2025.01.16 23:25:30.431426 [ 5 ] {fadb458c-b705-4fa1-9cd4-5b1c37553bcd} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2494 | 2025.01.16 23:25:30.431473 [ 5 ] {fadb458c-b705-4fa1-9cd4-5b1c37553bcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2495 | 2025.01.16 23:25:30.431977 [ 5 ] {fadb458c-b705-4fa1-9cd4-5b1c37553bcd} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2496 | 2025.01.16 23:25:30.432314 [ 5 ] {fadb458c-b705-4fa1-9cd4-5b1c37553bcd} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2497 | 2025.01.16 23:25:30.432634 [ 5 ] {fadb458c-b705-4fa1-9cd4-5b1c37553bcd} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001831 sec., 44784.270890223925 rows/sec., 2.84 MiB/sec. | ||
| 2498 | 2025.01.16 23:25:30.432703 [ 5 ] {fadb458c-b705-4fa1-9cd4-5b1c37553bcd} <Debug> TCPHandler: Processed in 0.0020744 sec. | ||
| 2499 | 2025.01.16 23:25:34.054484 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2500 | 2025.01.16 23:25:34.054533 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2501 | 2025.01.16 23:25:34.184037 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 | ||
| 2502 | 2025.01.16 23:25:34.184725 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2503 | 2025.01.16 23:25:34.184777 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2504 | 2025.01.16 23:25:34.185390 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2505 | 2025.01.16 23:25:34.185729 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2506 | 2025.01.16 23:25:34.186033 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2507 | 2025.01.16 23:25:34.493910 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2508 | 2025.01.16 23:25:34.515644 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2509 | 2025.01.16 23:25:34.515704 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2510 | 2025.01.16 23:25:34.523119 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2511 | 2025.01.16 23:25:34.523942 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2512 | 2025.01.16 23:25:34.527098 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2513 | 2025.01.16 23:25:35.383167 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2514 | 2025.01.16 23:25:35.383367 [ 5 ] {cba3aa9c-abfa-4ee2-aaf0-5cff3ce9f598} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2515 | 2025.01.16 23:25:35.383444 [ 5 ] {cba3aa9c-abfa-4ee2-aaf0-5cff3ce9f598} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2516 | 2025.01.16 23:25:35.384224 [ 5 ] {cba3aa9c-abfa-4ee2-aaf0-5cff3ce9f598} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2517 | 2025.01.16 23:25:35.384264 [ 5 ] {cba3aa9c-abfa-4ee2-aaf0-5cff3ce9f598} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2518 | 2025.01.16 23:25:35.384699 [ 5 ] {cba3aa9c-abfa-4ee2-aaf0-5cff3ce9f598} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2519 | 2025.01.16 23:25:35.384946 [ 5 ] {cba3aa9c-abfa-4ee2-aaf0-5cff3ce9f598} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2520 | 2025.01.16 23:25:35.385143 [ 5 ] {cba3aa9c-abfa-4ee2-aaf0-5cff3ce9f598} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001832 sec., 30567.68558951965 rows/sec., 2.35 MiB/sec. | ||
| 2521 | 2025.01.16 23:25:35.385199 [ 5 ] {cba3aa9c-abfa-4ee2-aaf0-5cff3ce9f598} <Debug> TCPHandler: Processed in 0.002168692 sec. | ||
| 2522 | 2025.01.16 23:25:35.385354 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2523 | 2025.01.16 23:25:35.385468 [ 255 ] {6ef22b9b-7459-402e-8c5a-fd879bffec54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2524 | 2025.01.16 23:25:35.385514 [ 255 ] {6ef22b9b-7459-402e-8c5a-fd879bffec54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2525 | 2025.01.16 23:25:35.386086 [ 255 ] {6ef22b9b-7459-402e-8c5a-fd879bffec54} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2526 | 2025.01.16 23:25:35.386124 [ 255 ] {6ef22b9b-7459-402e-8c5a-fd879bffec54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2527 | 2025.01.16 23:25:35.386475 [ 255 ] {6ef22b9b-7459-402e-8c5a-fd879bffec54} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2528 | 2025.01.16 23:25:35.386710 [ 255 ] {6ef22b9b-7459-402e-8c5a-fd879bffec54} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2529 | 2025.01.16 23:25:35.386907 [ 255 ] {6ef22b9b-7459-402e-8c5a-fd879bffec54} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001462 sec., 43775.64979480164 rows/sec., 3.42 MiB/sec. | ||
| 2530 | 2025.01.16 23:25:35.386961 [ 255 ] {6ef22b9b-7459-402e-8c5a-fd879bffec54} <Debug> TCPHandler: Processed in 0.001664022 sec. | ||
| 2531 | 2025.01.16 23:25:35.387099 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2532 | 2025.01.16 23:25:35.387206 [ 5 ] {657f41c8-6a85-4b44-9fee-47a536df7514} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2533 | 2025.01.16 23:25:35.387255 [ 5 ] {657f41c8-6a85-4b44-9fee-47a536df7514} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2534 | 2025.01.16 23:25:35.387766 [ 5 ] {657f41c8-6a85-4b44-9fee-47a536df7514} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2535 | 2025.01.16 23:25:35.387802 [ 5 ] {657f41c8-6a85-4b44-9fee-47a536df7514} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2536 | 2025.01.16 23:25:35.388174 [ 5 ] {657f41c8-6a85-4b44-9fee-47a536df7514} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2537 | 2025.01.16 23:25:35.388450 [ 5 ] {657f41c8-6a85-4b44-9fee-47a536df7514} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2538 | 2025.01.16 23:25:35.388654 [ 5 ] {657f41c8-6a85-4b44-9fee-47a536df7514} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001469 sec., 108917.63104152484 rows/sec., 7.59 MiB/sec. | ||
| 2539 | 2025.01.16 23:25:35.388706 [ 5 ] {657f41c8-6a85-4b44-9fee-47a536df7514} <Debug> TCPHandler: Processed in 0.001659302 sec. | ||
| 2540 | 2025.01.16 23:25:35.388844 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2541 | 2025.01.16 23:25:35.388952 [ 255 ] {ce82bce5-a21f-4f85-a18c-309e1581f6ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2542 | 2025.01.16 23:25:35.388998 [ 255 ] {ce82bce5-a21f-4f85-a18c-309e1581f6ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2543 | 2025.01.16 23:25:35.389459 [ 255 ] {ce82bce5-a21f-4f85-a18c-309e1581f6ef} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2544 | 2025.01.16 23:25:35.389498 [ 255 ] {ce82bce5-a21f-4f85-a18c-309e1581f6ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2545 | 2025.01.16 23:25:35.389849 [ 255 ] {ce82bce5-a21f-4f85-a18c-309e1581f6ef} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2546 | 2025.01.16 23:25:35.390098 [ 255 ] {ce82bce5-a21f-4f85-a18c-309e1581f6ef} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2547 | 2025.01.16 23:25:35.390301 [ 255 ] {ce82bce5-a21f-4f85-a18c-309e1581f6ef} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001371 sec., 43763.6761487965 rows/sec., 2.95 MiB/sec. | ||
| 2548 | 2025.01.16 23:25:35.390351 [ 255 ] {ce82bce5-a21f-4f85-a18c-309e1581f6ef} <Debug> TCPHandler: Processed in 0.0015615 sec. | ||
| 2549 | 2025.01.16 23:25:35.883355 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2550 | 2025.01.16 23:25:35.883755 [ 5 ] {4df8e585-6910-42b6-908a-13838f2041b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2551 | 2025.01.16 23:25:35.884243 [ 5 ] {4df8e585-6910-42b6-908a-13838f2041b5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2552 | 2025.01.16 23:25:35.884295 [ 5 ] {4df8e585-6910-42b6-908a-13838f2041b5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2553 | 2025.01.16 23:25:35.884663 [ 5 ] {4df8e585-6910-42b6-908a-13838f2041b5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2554 | 2025.01.16 23:25:35.884746 [ 5 ] {4df8e585-6910-42b6-908a-13838f2041b5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2555 | 2025.01.16 23:25:35.884918 [ 5 ] {4df8e585-6910-42b6-908a-13838f2041b5} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 2556 | 2025.01.16 23:25:35.885089 [ 296 ] {4df8e585-6910-42b6-908a-13838f2041b5} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2557 | 2025.01.16 23:25:35.885126 [ 299 ] {4df8e585-6910-42b6-908a-13838f2041b5} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2558 | 2025.01.16 23:25:35.885168 [ 298 ] {4df8e585-6910-42b6-908a-13838f2041b5} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2559 | 2025.01.16 23:25:35.885214 [ 297 ] {4df8e585-6910-42b6-908a-13838f2041b5} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2560 | 2025.01.16 23:25:35.885364 [ 5 ] {4df8e585-6910-42b6-908a-13838f2041b5} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 2561 | 2025.01.16 23:25:35.885394 [ 5 ] {4df8e585-6910-42b6-908a-13838f2041b5} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2562 | 2025.01.16 23:25:35.885536 [ 5 ] {4df8e585-6910-42b6-908a-13838f2041b5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2563 | 2025.01.16 23:25:35.885562 [ 5 ] {4df8e585-6910-42b6-908a-13838f2041b5} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Reading approx. 37 rows with 4 streams | ||
| 2564 | 2025.01.16 23:25:35.885607 [ 5 ] {4df8e585-6910-42b6-908a-13838f2041b5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2565 | 2025.01.16 23:25:35.885652 [ 5 ] {4df8e585-6910-42b6-908a-13838f2041b5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2566 | 2025.01.16 23:25:35.885691 [ 5 ] {4df8e585-6910-42b6-908a-13838f2041b5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2567 | 2025.01.16 23:25:35.885730 [ 5 ] {4df8e585-6910-42b6-908a-13838f2041b5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2568 | 2025.01.16 23:25:35.887882 [ 5 ] {4df8e585-6910-42b6-908a-13838f2041b5} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.004322 sec., 8560.851457658491 rows/sec., 320.85 KiB/sec. | ||
| 2569 | 2025.01.16 23:25:35.888153 [ 5 ] {4df8e585-6910-42b6-908a-13838f2041b5} <Debug> MemoryTracker: Peak memory usage (for query): 142.80 KiB. | ||
| 2570 | 2025.01.16 23:25:35.888175 [ 5 ] {4df8e585-6910-42b6-908a-13838f2041b5} <Debug> TCPHandler: Processed in 0.004996326 sec. | ||
| 2571 | 2025.01.16 23:25:35.929131 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2572 | 2025.01.16 23:25:35.929351 [ 5 ] {0eef6905-2af3-41ae-a98d-a7523f31a094} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2573 | 2025.01.16 23:25:35.929441 [ 5 ] {0eef6905-2af3-41ae-a98d-a7523f31a094} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2574 | 2025.01.16 23:25:35.930350 [ 5 ] {0eef6905-2af3-41ae-a98d-a7523f31a094} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2575 | 2025.01.16 23:25:35.930394 [ 5 ] {0eef6905-2af3-41ae-a98d-a7523f31a094} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2576 | 2025.01.16 23:25:35.930880 [ 5 ] {0eef6905-2af3-41ae-a98d-a7523f31a094} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2577 | 2025.01.16 23:25:35.931100 [ 5 ] {0eef6905-2af3-41ae-a98d-a7523f31a094} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2578 | 2025.01.16 23:25:35.931404 [ 5 ] {0eef6905-2af3-41ae-a98d-a7523f31a094} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.002098 sec., 476.64442326024783 rows/sec., 107.99 KiB/sec. | ||
| 2579 | 2025.01.16 23:25:35.931526 [ 5 ] {0eef6905-2af3-41ae-a98d-a7523f31a094} <Debug> TCPHandler: Processed in 0.002498568 sec. | ||
| 2580 | 2025.01.16 23:25:35.931697 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2581 | 2025.01.16 23:25:35.931812 [ 255 ] {ecb34f0c-4eb9-443b-8074-265095ff54b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2582 | 2025.01.16 23:25:35.931859 [ 255 ] {ecb34f0c-4eb9-443b-8074-265095ff54b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2583 | 2025.01.16 23:25:35.932444 [ 255 ] {ecb34f0c-4eb9-443b-8074-265095ff54b4} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2584 | 2025.01.16 23:25:35.932486 [ 255 ] {ecb34f0c-4eb9-443b-8074-265095ff54b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2585 | 2025.01.16 23:25:35.932842 [ 255 ] {ecb34f0c-4eb9-443b-8074-265095ff54b4} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2586 | 2025.01.16 23:25:35.933078 [ 255 ] {ecb34f0c-4eb9-443b-8074-265095ff54b4} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2587 | 2025.01.16 23:25:35.933314 [ 255 ] {ecb34f0c-4eb9-443b-8074-265095ff54b4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001525 sec., 9180.327868852459 rows/sec., 660.86 KiB/sec. | ||
| 2588 | 2025.01.16 23:25:35.933458 [ 255 ] {ecb34f0c-4eb9-443b-8074-265095ff54b4} <Debug> TCPHandler: Processed in 0.001816455 sec. | ||
| 2589 | 2025.01.16 23:25:35.933627 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2590 | 2025.01.16 23:25:35.933738 [ 5 ] {87028644-d589-431c-bc65-e19ad01660db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2591 | 2025.01.16 23:25:35.933784 [ 5 ] {87028644-d589-431c-bc65-e19ad01660db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2592 | 2025.01.16 23:25:35.934327 [ 5 ] {87028644-d589-431c-bc65-e19ad01660db} <Trace> oximeter.fields_ipaddr (32f5c164-55f5-48ad-a123-78247430c5f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2593 | 2025.01.16 23:25:35.934367 [ 5 ] {87028644-d589-431c-bc65-e19ad01660db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2594 | 2025.01.16 23:25:35.934702 [ 5 ] {87028644-d589-431c-bc65-e19ad01660db} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2595 | 2025.01.16 23:25:35.934951 [ 5 ] {87028644-d589-431c-bc65-e19ad01660db} <Trace> oximeter.fields_ipaddr (32f5c164-55f5-48ad-a123-78247430c5f2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2596 | 2025.01.16 23:25:35.935150 [ 5 ] {87028644-d589-431c-bc65-e19ad01660db} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001434 sec., 5578.800557880056 rows/sec., 454.91 KiB/sec. | ||
| 2597 | 2025.01.16 23:25:35.935203 [ 5 ] {87028644-d589-431c-bc65-e19ad01660db} <Debug> TCPHandler: Processed in 0.001646031 sec. | ||
| 2598 | 2025.01.16 23:25:35.935348 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2599 | 2025.01.16 23:25:35.935456 [ 255 ] {f782817f-bce0-4370-8b8b-124b20f3b395} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2600 | 2025.01.16 23:25:35.935499 [ 255 ] {f782817f-bce0-4370-8b8b-124b20f3b395} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2601 | 2025.01.16 23:25:35.936708 [ 255 ] {f782817f-bce0-4370-8b8b-124b20f3b395} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2602 | 2025.01.16 23:25:35.936747 [ 255 ] {f782817f-bce0-4370-8b8b-124b20f3b395} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2603 | 2025.01.16 23:25:35.937182 [ 255 ] {f782817f-bce0-4370-8b8b-124b20f3b395} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2604 | 2025.01.16 23:25:35.937420 [ 255 ] {f782817f-bce0-4370-8b8b-124b20f3b395} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2605 | 2025.01.16 23:25:35.937707 [ 255 ] {f782817f-bce0-4370-8b8b-124b20f3b395} <Debug> executeQuery: Read 1363 rows, 116.43 KiB in 0.00226 sec., 603097.3451327434 rows/sec., 50.31 MiB/sec. | ||
| 2606 | 2025.01.16 23:25:35.937875 [ 255 ] {f782817f-bce0-4370-8b8b-124b20f3b395} <Debug> TCPHandler: Processed in 0.00258374 sec. | ||
| 2607 | 2025.01.16 23:25:35.938029 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2608 | 2025.01.16 23:25:35.938158 [ 5 ] {49b24f6c-7d04-40fb-b40f-823c38e77cb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2609 | 2025.01.16 23:25:35.938212 [ 5 ] {49b24f6c-7d04-40fb-b40f-823c38e77cb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2610 | 2025.01.16 23:25:35.938906 [ 5 ] {49b24f6c-7d04-40fb-b40f-823c38e77cb9} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2611 | 2025.01.16 23:25:35.938947 [ 5 ] {49b24f6c-7d04-40fb-b40f-823c38e77cb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2612 | 2025.01.16 23:25:35.939293 [ 5 ] {49b24f6c-7d04-40fb-b40f-823c38e77cb9} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2613 | 2025.01.16 23:25:35.939557 [ 5 ] {49b24f6c-7d04-40fb-b40f-823c38e77cb9} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2614 | 2025.01.16 23:25:35.939760 [ 5 ] {49b24f6c-7d04-40fb-b40f-823c38e77cb9} <Debug> executeQuery: Read 23 rows, 1.62 KiB in 0.001631 sec., 14101.778050275903 rows/sec., 990.93 KiB/sec. | ||
| 2615 | 2025.01.16 23:25:35.939814 [ 5 ] {49b24f6c-7d04-40fb-b40f-823c38e77cb9} <Debug> TCPHandler: Processed in 0.001848726 sec. | ||
| 2616 | 2025.01.16 23:25:35.939947 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2617 | 2025.01.16 23:25:35.940053 [ 255 ] {1106cf06-c1f6-43f9-a3f3-ff5bca339f03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2618 | 2025.01.16 23:25:35.940097 [ 255 ] {1106cf06-c1f6-43f9-a3f3-ff5bca339f03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2619 | 2025.01.16 23:25:35.940702 [ 255 ] {1106cf06-c1f6-43f9-a3f3-ff5bca339f03} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2620 | 2025.01.16 23:25:35.940740 [ 255 ] {1106cf06-c1f6-43f9-a3f3-ff5bca339f03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2621 | 2025.01.16 23:25:35.941094 [ 255 ] {1106cf06-c1f6-43f9-a3f3-ff5bca339f03} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2622 | 2025.01.16 23:25:35.941342 [ 255 ] {1106cf06-c1f6-43f9-a3f3-ff5bca339f03} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2623 | 2025.01.16 23:25:35.941506 [ 47 ] {} <Debug> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2624 | 2025.01.16 23:25:35.941578 [ 47 ] {} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2625 | 2025.01.16 23:25:35.941603 [ 255 ] {1106cf06-c1f6-43f9-a3f3-ff5bca339f03} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001566 sec., 154533.8441890166 rows/sec., 10.47 MiB/sec. | ||
| 2626 | 2025.01.16 23:25:35.941619 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2627 | 2025.01.16 23:25:35.941765 [ 255 ] {1106cf06-c1f6-43f9-a3f3-ff5bca339f03} <Debug> TCPHandler: Processed in 0.001869076 sec. | ||
| 2628 | 2025.01.16 23:25:35.941915 [ 202 ] {fb32bae1-da20-4def-832b-7229abb48644::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 | ||
| 2629 | 2025.01.16 23:25:35.941979 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2630 | 2025.01.16 23:25:35.942168 [ 202 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2631 | 2025.01.16 23:25:35.942208 [ 5 ] {b9e8c1ef-e48d-42c4-8816-0230106ae0fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2632 | 2025.01.16 23:25:35.942232 [ 202 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
| 2633 | 2025.01.16 23:25:35.942315 [ 5 ] {b9e8c1ef-e48d-42c4-8816-0230106ae0fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2634 | 2025.01.16 23:25:35.942543 [ 202 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part | ||
| 2635 | 2025.01.16 23:25:35.943040 [ 202 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 242 rows starting from the beginning of the part | ||
| 2636 | 2025.01.16 23:25:35.943470 [ 202 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part | ||
| 2637 | 2025.01.16 23:25:35.943827 [ 202 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part | ||
| 2638 | 2025.01.16 23:25:35.944198 [ 202 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 242 rows starting from the beginning of the part | ||
| 2639 | 2025.01.16 23:25:35.945376 [ 5 ] {b9e8c1ef-e48d-42c4-8816-0230106ae0fd} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2640 | 2025.01.16 23:25:35.945436 [ 5 ] {b9e8c1ef-e48d-42c4-8816-0230106ae0fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 2641 | 2025.01.16 23:25:35.946378 [ 5 ] {b9e8c1ef-e48d-42c4-8816-0230106ae0fd} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2642 | 2025.01.16 23:25:35.946882 [ 202 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.005113108 sec., 105610.91218882918 rows/sec., 7.57 MiB/sec. | ||
| 2643 | 2025.01.16 23:25:35.946887 [ 5 ] {b9e8c1ef-e48d-42c4-8816-0230106ae0fd} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2644 | 2025.01.16 23:25:35.947117 [ 202 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2645 | 2025.01.16 23:25:35.947348 [ 5 ] {b9e8c1ef-e48d-42c4-8816-0230106ae0fd} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005195 sec., 2502.406159769009 rows/sec., 156.02 KiB/sec. | ||
| 2646 | 2025.01.16 23:25:35.947498 [ 5 ] {b9e8c1ef-e48d-42c4-8816-0230106ae0fd} <Debug> TCPHandler: Processed in 0.005588127 sec. | ||
| 2647 | 2025.01.16 23:25:35.947672 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2648 | 2025.01.16 23:25:35.947702 [ 202 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_6_1} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2649 | 2025.01.16 23:25:35.947852 [ 202 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_6_1} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2650 | 2025.01.16 23:25:35.947862 [ 255 ] {d368fee8-d842-480d-b03f-e59a069b30b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2651 | 2025.01.16 23:25:35.947961 [ 255 ] {d368fee8-d842-480d-b03f-e59a069b30b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2652 | 2025.01.16 23:25:35.947974 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 2653 | 2025.01.16 23:25:35.948980 [ 255 ] {d368fee8-d842-480d-b03f-e59a069b30b1} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2654 | 2025.01.16 23:25:35.949024 [ 255 ] {d368fee8-d842-480d-b03f-e59a069b30b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2655 | 2025.01.16 23:25:35.949440 [ 255 ] {d368fee8-d842-480d-b03f-e59a069b30b1} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2656 | 2025.01.16 23:25:35.949679 [ 255 ] {d368fee8-d842-480d-b03f-e59a069b30b1} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2657 | 2025.01.16 23:25:35.949877 [ 255 ] {d368fee8-d842-480d-b03f-e59a069b30b1} <Debug> executeQuery: Read 854 rows, 63.26 KiB in 0.002057 sec., 415167.71998055425 rows/sec., 30.03 MiB/sec. | ||
| 2658 | 2025.01.16 23:25:35.950067 [ 255 ] {d368fee8-d842-480d-b03f-e59a069b30b1} <Debug> TCPHandler: Processed in 0.002458567 sec. | ||
| 2659 | 2025.01.16 23:25:35.950234 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2660 | 2025.01.16 23:25:35.950364 [ 5 ] {a19f223c-c928-4baa-b2c9-8bf3e706c051} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2661 | 2025.01.16 23:25:35.950419 [ 5 ] {a19f223c-c928-4baa-b2c9-8bf3e706c051} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2662 | 2025.01.16 23:25:35.950958 [ 5 ] {a19f223c-c928-4baa-b2c9-8bf3e706c051} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2663 | 2025.01.16 23:25:35.950995 [ 5 ] {a19f223c-c928-4baa-b2c9-8bf3e706c051} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2664 | 2025.01.16 23:25:35.951339 [ 5 ] {a19f223c-c928-4baa-b2c9-8bf3e706c051} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2665 | 2025.01.16 23:25:35.951569 [ 5 ] {a19f223c-c928-4baa-b2c9-8bf3e706c051} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2666 | 2025.01.16 23:25:35.951684 [ 74 ] {} <Debug> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2667 | 2025.01.16 23:25:35.951729 [ 74 ] {} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2668 | 2025.01.16 23:25:35.951756 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2669 | 2025.01.16 23:25:35.951756 [ 5 ] {a19f223c-c928-4baa-b2c9-8bf3e706c051} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00142 sec., 4225.352112676056 rows/sec., 220.76 KiB/sec. | ||
| 2670 | 2025.01.16 23:25:35.951929 [ 5 ] {a19f223c-c928-4baa-b2c9-8bf3e706c051} <Debug> TCPHandler: Processed in 0.001756783 sec. | ||
| 2671 | 2025.01.16 23:25:35.952017 [ 200 ] {c8167fb3-3109-478e-9e50-cedfae572766::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 | ||
| 2672 | 2025.01.16 23:25:35.952107 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2673 | 2025.01.16 23:25:35.952223 [ 200 ] {c8167fb3-3109-478e-9e50-cedfae572766::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2674 | 2025.01.16 23:25:35.952299 [ 200 ] {c8167fb3-3109-478e-9e50-cedfae572766::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 | ||
| 2675 | 2025.01.16 23:25:35.952329 [ 255 ] {e02e12e3-f949-43ac-af51-cb7623fe6d7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2676 | 2025.01.16 23:25:35.952513 [ 255 ] {e02e12e3-f949-43ac-af51-cb7623fe6d7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2677 | 2025.01.16 23:25:35.952582 [ 200 ] {c8167fb3-3109-478e-9e50-cedfae572766::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 | ||
| 2678 | 2025.01.16 23:25:35.952962 [ 200 ] {c8167fb3-3109-478e-9e50-cedfae572766::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 | ||
| 2679 | 2025.01.16 23:25:35.953252 [ 200 ] {c8167fb3-3109-478e-9e50-cedfae572766::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 | ||
| 2680 | 2025.01.16 23:25:35.953529 [ 200 ] {c8167fb3-3109-478e-9e50-cedfae572766::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 | ||
| 2681 | 2025.01.16 23:25:35.953949 [ 200 ] {c8167fb3-3109-478e-9e50-cedfae572766::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 | ||
| 2682 | 2025.01.16 23:25:35.955487 [ 255 ] {e02e12e3-f949-43ac-af51-cb7623fe6d7f} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2683 | 2025.01.16 23:25:35.955559 [ 255 ] {e02e12e3-f949-43ac-af51-cb7623fe6d7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 2684 | 2025.01.16 23:25:35.956645 [ 200 ] {c8167fb3-3109-478e-9e50-cedfae572766::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.004787272 sec., 7519.940375228313 rows/sec., 392.89 KiB/sec. | ||
| 2685 | 2025.01.16 23:25:35.956793 [ 255 ] {e02e12e3-f949-43ac-af51-cb7623fe6d7f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2686 | 2025.01.16 23:25:35.956804 [ 202 ] {c8167fb3-3109-478e-9e50-cedfae572766::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2687 | 2025.01.16 23:25:35.957221 [ 255 ] {e02e12e3-f949-43ac-af51-cb7623fe6d7f} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2688 | 2025.01.16 23:25:35.957314 [ 202 ] {c8167fb3-3109-478e-9e50-cedfae572766::all_1_6_1} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2689 | 2025.01.16 23:25:35.957539 [ 202 ] {c8167fb3-3109-478e-9e50-cedfae572766::all_1_6_1} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2690 | 2025.01.16 23:25:35.957634 [ 255 ] {e02e12e3-f949-43ac-af51-cb7623fe6d7f} <Debug> executeQuery: Read 959 rows, 65.25 KiB in 0.005355 sec., 179084.96732026144 rows/sec., 11.90 MiB/sec. | ||
| 2691 | 2025.01.16 23:25:35.957681 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2692 | 2025.01.16 23:25:35.957787 [ 255 ] {e02e12e3-f949-43ac-af51-cb7623fe6d7f} <Debug> TCPHandler: Processed in 0.00575281 sec. | ||
| 2693 | 2025.01.16 23:25:35.957958 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2694 | 2025.01.16 23:25:35.958093 [ 5 ] {adbb06ee-f5b7-456e-bda3-e3203f96e7db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2695 | 2025.01.16 23:25:35.958150 [ 5 ] {adbb06ee-f5b7-456e-bda3-e3203f96e7db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2696 | 2025.01.16 23:25:35.958687 [ 5 ] {adbb06ee-f5b7-456e-bda3-e3203f96e7db} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2697 | 2025.01.16 23:25:35.958731 [ 5 ] {adbb06ee-f5b7-456e-bda3-e3203f96e7db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2698 | 2025.01.16 23:25:35.959112 [ 5 ] {adbb06ee-f5b7-456e-bda3-e3203f96e7db} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2699 | 2025.01.16 23:25:35.959346 [ 5 ] {adbb06ee-f5b7-456e-bda3-e3203f96e7db} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2700 | 2025.01.16 23:25:35.959523 [ 5 ] {adbb06ee-f5b7-456e-bda3-e3203f96e7db} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001461 sec., 684.4626967830253 rows/sec., 46.12 KiB/sec. | ||
| 2701 | 2025.01.16 23:25:35.959573 [ 5 ] {adbb06ee-f5b7-456e-bda3-e3203f96e7db} <Debug> TCPHandler: Processed in 0.001682392 sec. | ||
| 2702 | 2025.01.16 23:25:35.959701 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2703 | 2025.01.16 23:25:35.959808 [ 255 ] {e444ee7d-b0c7-4aa0-8403-e6cb90ccc81d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2704 | 2025.01.16 23:25:35.959873 [ 255 ] {e444ee7d-b0c7-4aa0-8403-e6cb90ccc81d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2705 | 2025.01.16 23:25:35.961066 [ 255 ] {e444ee7d-b0c7-4aa0-8403-e6cb90ccc81d} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2706 | 2025.01.16 23:25:35.961102 [ 255 ] {e444ee7d-b0c7-4aa0-8403-e6cb90ccc81d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2707 | 2025.01.16 23:25:35.961732 [ 255 ] {e444ee7d-b0c7-4aa0-8403-e6cb90ccc81d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2708 | 2025.01.16 23:25:35.962020 [ 255 ] {e444ee7d-b0c7-4aa0-8403-e6cb90ccc81d} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2709 | 2025.01.16 23:25:35.962135 [ 74 ] {} <Debug> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2710 | 2025.01.16 23:25:35.962174 [ 74 ] {} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2711 | 2025.01.16 23:25:35.962198 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2712 | 2025.01.16 23:25:35.962224 [ 255 ] {e444ee7d-b0c7-4aa0-8403-e6cb90ccc81d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002435 sec., 3285.4209445585216 rows/sec., 5.89 MiB/sec. | ||
| 2713 | 2025.01.16 23:25:35.962617 [ 188 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::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 | ||
| 2714 | 2025.01.16 23:25:35.962841 [ 255 ] {e444ee7d-b0c7-4aa0-8403-e6cb90ccc81d} <Debug> TCPHandler: Processed in 0.003191611 sec. | ||
| 2715 | 2025.01.16 23:25:35.963075 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2716 | 2025.01.16 23:25:35.963355 [ 5 ] {a8e41956-07b9-41c0-8774-a1bfa107f6dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2717 | 2025.01.16 23:25:35.963389 [ 188 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2718 | 2025.01.16 23:25:35.963447 [ 5 ] {a8e41956-07b9-41c0-8774-a1bfa107f6dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2719 | 2025.01.16 23:25:35.963583 [ 188 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::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 | ||
| 2720 | 2025.01.16 23:25:35.964602 [ 188 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::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 | ||
| 2721 | 2025.01.16 23:25:35.965477 [ 188 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::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 | ||
| 2722 | 2025.01.16 23:25:35.965697 [ 5 ] {a8e41956-07b9-41c0-8774-a1bfa107f6dd} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2723 | 2025.01.16 23:25:35.965830 [ 5 ] {a8e41956-07b9-41c0-8774-a1bfa107f6dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 2724 | 2025.01.16 23:25:35.966243 [ 188 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::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 | ||
| 2725 | 2025.01.16 23:25:35.966853 [ 188 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::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 | ||
| 2726 | 2025.01.16 23:25:35.967453 [ 188 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::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 | ||
| 2727 | 2025.01.16 23:25:35.967513 [ 5 ] {a8e41956-07b9-41c0-8774-a1bfa107f6dd} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2728 | 2025.01.16 23:25:35.968402 [ 5 ] {a8e41956-07b9-41c0-8774-a1bfa107f6dd} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2729 | 2025.01.16 23:25:35.968962 [ 5 ] {a8e41956-07b9-41c0-8774-a1bfa107f6dd} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.0057 sec., 5964.912280701754 rows/sec., 354.48 KiB/sec. | ||
| 2730 | 2025.01.16 23:25:35.969098 [ 5 ] {a8e41956-07b9-41c0-8774-a1bfa107f6dd} <Debug> TCPHandler: Processed in 0.006164358 sec. | ||
| 2731 | 2025.01.16 23:25:35.970892 [ 192 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 19 columns (19 merged, 0 gathered) in 0.008615836 sec., 5571.136683660181 rows/sec., 9.98 MiB/sec. | ||
| 2732 | 2025.01.16 23:25:35.971232 [ 186 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2733 | 2025.01.16 23:25:35.971743 [ 186 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2734 | 2025.01.16 23:25:35.971840 [ 186 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2735 | 2025.01.16 23:25:35.972001 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
| 2736 | 2025.01.16 23:25:36.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 171.79 MiB, peak 175.36 MiB, free memory in arenas 0.00 B, will set to 170.52 MiB (RSS), difference: -1.27 MiB | ||
| 2737 | 2025.01.16 23:25:39.198607 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 374 | ||
| 2738 | 2025.01.16 23:25:39.202231 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2739 | 2025.01.16 23:25:39.202288 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2740 | 2025.01.16 23:25:39.203816 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2741 | 2025.01.16 23:25:39.204143 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2742 | 2025.01.16 23:25:39.204833 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 374 | ||
| 2743 | 2025.01.16 23:25:40.381586 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2744 | 2025.01.16 23:25:40.381787 [ 5 ] {06427ee0-67b3-4415-bc9d-350da210f973} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2745 | 2025.01.16 23:25:40.381858 [ 5 ] {06427ee0-67b3-4415-bc9d-350da210f973} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2746 | 2025.01.16 23:25:40.382595 [ 5 ] {06427ee0-67b3-4415-bc9d-350da210f973} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2747 | 2025.01.16 23:25:40.382648 [ 5 ] {06427ee0-67b3-4415-bc9d-350da210f973} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 2748 | 2025.01.16 23:25:40.383090 [ 5 ] {06427ee0-67b3-4415-bc9d-350da210f973} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2749 | 2025.01.16 23:25:40.383345 [ 5 ] {06427ee0-67b3-4415-bc9d-350da210f973} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2750 | 2025.01.16 23:25:40.383580 [ 5 ] {06427ee0-67b3-4415-bc9d-350da210f973} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001844 sec., 30368.763557483733 rows/sec., 2.33 MiB/sec. | ||
| 2751 | 2025.01.16 23:25:40.383638 [ 5 ] {06427ee0-67b3-4415-bc9d-350da210f973} <Debug> TCPHandler: Processed in 0.002185942 sec. | ||
| 2752 | 2025.01.16 23:25:40.383797 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2753 | 2025.01.16 23:25:40.383910 [ 255 ] {25ded118-89de-43d3-96ec-cc154d826d5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2754 | 2025.01.16 23:25:40.383957 [ 255 ] {25ded118-89de-43d3-96ec-cc154d826d5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2755 | 2025.01.16 23:25:40.384514 [ 255 ] {25ded118-89de-43d3-96ec-cc154d826d5c} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2756 | 2025.01.16 23:25:40.384554 [ 255 ] {25ded118-89de-43d3-96ec-cc154d826d5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 2757 | 2025.01.16 23:25:40.384924 [ 255 ] {25ded118-89de-43d3-96ec-cc154d826d5c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2758 | 2025.01.16 23:25:40.385174 [ 255 ] {25ded118-89de-43d3-96ec-cc154d826d5c} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2759 | 2025.01.16 23:25:40.385388 [ 255 ] {25ded118-89de-43d3-96ec-cc154d826d5c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001501 sec., 42638.241172551636 rows/sec., 3.33 MiB/sec. | ||
| 2760 | 2025.01.16 23:25:40.385441 [ 255 ] {25ded118-89de-43d3-96ec-cc154d826d5c} <Debug> TCPHandler: Processed in 0.001705102 sec. | ||
| 2761 | 2025.01.16 23:25:40.385590 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2762 | 2025.01.16 23:25:40.385696 [ 5 ] {c2b46784-b439-4697-8a4e-9964be14bb96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2763 | 2025.01.16 23:25:40.385746 [ 5 ] {c2b46784-b439-4697-8a4e-9964be14bb96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2764 | 2025.01.16 23:25:40.386245 [ 5 ] {c2b46784-b439-4697-8a4e-9964be14bb96} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2765 | 2025.01.16 23:25:40.386285 [ 5 ] {c2b46784-b439-4697-8a4e-9964be14bb96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 2766 | 2025.01.16 23:25:40.386659 [ 5 ] {c2b46784-b439-4697-8a4e-9964be14bb96} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2767 | 2025.01.16 23:25:40.386903 [ 5 ] {c2b46784-b439-4697-8a4e-9964be14bb96} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2768 | 2025.01.16 23:25:40.387121 [ 5 ] {c2b46784-b439-4697-8a4e-9964be14bb96} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001447 sec., 88458.88044229441 rows/sec., 6.16 MiB/sec. | ||
| 2769 | 2025.01.16 23:25:40.387173 [ 5 ] {c2b46784-b439-4697-8a4e-9964be14bb96} <Debug> TCPHandler: Processed in 0.001646032 sec. | ||
| 2770 | 2025.01.16 23:25:40.387316 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2771 | 2025.01.16 23:25:40.387422 [ 255 ] {c6d4cd35-884b-479e-b437-b74a552eb77a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2772 | 2025.01.16 23:25:40.387468 [ 255 ] {c6d4cd35-884b-479e-b437-b74a552eb77a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2773 | 2025.01.16 23:25:40.387917 [ 255 ] {c6d4cd35-884b-479e-b437-b74a552eb77a} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2774 | 2025.01.16 23:25:40.387956 [ 255 ] {c6d4cd35-884b-479e-b437-b74a552eb77a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 2775 | 2025.01.16 23:25:40.388305 [ 255 ] {c6d4cd35-884b-479e-b437-b74a552eb77a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2776 | 2025.01.16 23:25:40.388552 [ 255 ] {c6d4cd35-884b-479e-b437-b74a552eb77a} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2777 | 2025.01.16 23:25:40.388802 [ 255 ] {c6d4cd35-884b-479e-b437-b74a552eb77a} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001391 sec., 34507.54852624011 rows/sec., 2.33 MiB/sec. | ||
| 2778 | 2025.01.16 23:25:40.389014 [ 255 ] {c6d4cd35-884b-479e-b437-b74a552eb77a} <Debug> TCPHandler: Processed in 0.001753164 sec. | ||
| 2779 | 2025.01.16 23:25:41.686227 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 | ||
| 2780 | 2025.01.16 23:25:41.686960 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2781 | 2025.01.16 23:25:41.687014 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 2782 | 2025.01.16 23:25:41.687610 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2783 | 2025.01.16 23:25:41.687876 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2784 | 2025.01.16 23:25:41.688044 [ 44 ] {} <Debug> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2785 | 2025.01.16 23:25:41.688086 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 | ||
| 2786 | 2025.01.16 23:25:41.688102 [ 44 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2787 | 2025.01.16 23:25:41.688129 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 2788 | 2025.01.16 23:25:41.688291 [ 188 ] {f3346639-caaa-4ba7-a289-05e118326a0a::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 | ||
| 2789 | 2025.01.16 23:25:41.688480 [ 188 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2790 | 2025.01.16 23:25:41.688530 [ 188 ] {f3346639-caaa-4ba7-a289-05e118326a0a::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 | ||
| 2791 | 2025.01.16 23:25:41.688620 [ 188 ] {f3346639-caaa-4ba7-a289-05e118326a0a::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 | ||
| 2792 | 2025.01.16 23:25:41.688883 [ 188 ] {f3346639-caaa-4ba7-a289-05e118326a0a::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 | ||
| 2793 | 2025.01.16 23:25:41.689067 [ 188 ] {f3346639-caaa-4ba7-a289-05e118326a0a::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 | ||
| 2794 | 2025.01.16 23:25:41.689248 [ 188 ] {f3346639-caaa-4ba7-a289-05e118326a0a::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 | ||
| 2795 | 2025.01.16 23:25:41.689405 [ 188 ] {f3346639-caaa-4ba7-a289-05e118326a0a::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 | ||
| 2796 | 2025.01.16 23:25:41.691226 [ 192 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.003012458 sec., 1680687.3324043024 rows/sec., 24.04 MiB/sec. | ||
| 2797 | 2025.01.16 23:25:41.692034 [ 192 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2798 | 2025.01.16 23:25:41.692344 [ 192 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_11_2} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2799 | 2025.01.16 23:25:41.692435 [ 192 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_11_2} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2800 | 2025.01.16 23:25:41.692529 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 2801 | 2025.01.16 23:25:42.027241 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2802 | 2025.01.16 23:25:42.047991 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2803 | 2025.01.16 23:25:42.048046 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 2804 | 2025.01.16 23:25:42.055362 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2805 | 2025.01.16 23:25:42.056144 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2806 | 2025.01.16 23:25:42.056513 [ 44 ] {} <Debug> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2807 | 2025.01.16 23:25:42.056630 [ 44 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2808 | 2025.01.16 23:25:42.056707 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 2809 | 2025.01.16 23:25:42.057140 [ 196 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 2810 | 2025.01.16 23:25:42.073182 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2811 | 2025.01.16 23:25:42.074408 [ 196 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2812 | 2025.01.16 23:25:42.076017 [ 196 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 2813 | 2025.01.16 23:25:42.081420 [ 196 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 2814 | 2025.01.16 23:25:42.087056 [ 196 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 2815 | 2025.01.16 23:25:42.092741 [ 196 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 2816 | 2025.01.16 23:25:42.098568 [ 196 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 2817 | 2025.01.16 23:25:42.103147 [ 196 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 2818 | 2025.01.16 23:25:42.160024 [ 190 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.103158362 sec., 804.5881922785861 rows/sec., 4.16 MiB/sec. | ||
| 2819 | 2025.01.16 23:25:42.162671 [ 190 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2820 | 2025.01.16 23:25:42.166008 [ 190 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::all_1_11_2} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2821 | 2025.01.16 23:25:42.166142 [ 190 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::all_1_11_2} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2822 | 2025.01.16 23:25:42.168585 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.43 MiB. | ||
| 2823 | 2025.01.16 23:25:45.384197 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2824 | 2025.01.16 23:25:45.384504 [ 5 ] {40529bf3-c613-497f-8f7a-86ad3508a377} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2825 | 2025.01.16 23:25:45.384582 [ 5 ] {40529bf3-c613-497f-8f7a-86ad3508a377} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2826 | 2025.01.16 23:25:45.385336 [ 5 ] {40529bf3-c613-497f-8f7a-86ad3508a377} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2827 | 2025.01.16 23:25:45.385390 [ 5 ] {40529bf3-c613-497f-8f7a-86ad3508a377} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 2828 | 2025.01.16 23:25:45.385863 [ 5 ] {40529bf3-c613-497f-8f7a-86ad3508a377} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2829 | 2025.01.16 23:25:45.386121 [ 5 ] {40529bf3-c613-497f-8f7a-86ad3508a377} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2830 | 2025.01.16 23:25:45.386332 [ 87 ] {} <Debug> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2831 | 2025.01.16 23:25:45.386360 [ 5 ] {40529bf3-c613-497f-8f7a-86ad3508a377} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001934 sec., 28955.532574974146 rows/sec., 2.22 MiB/sec. | ||
| 2832 | 2025.01.16 23:25:45.386415 [ 87 ] {} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2833 | 2025.01.16 23:25:45.386487 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 2834 | 2025.01.16 23:25:45.386502 [ 5 ] {40529bf3-c613-497f-8f7a-86ad3508a377} <Debug> TCPHandler: Processed in 0.002476558 sec. | ||
| 2835 | 2025.01.16 23:25:45.386729 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2836 | 2025.01.16 23:25:45.386750 [ 194 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::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 | ||
| 2837 | 2025.01.16 23:25:45.386922 [ 255 ] {8bd4adf8-545a-47fa-9e22-141338661873} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2838 | 2025.01.16 23:25:45.386998 [ 194 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2839 | 2025.01.16 23:25:45.387023 [ 255 ] {8bd4adf8-545a-47fa-9e22-141338661873} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2840 | 2025.01.16 23:25:45.387069 [ 194 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1359 rows starting from the beginning of the part | ||
| 2841 | 2025.01.16 23:25:45.387329 [ 194 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 219 rows starting from the beginning of the part | ||
| 2842 | 2025.01.16 23:25:45.387904 [ 194 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 56 rows starting from the beginning of the part | ||
| 2843 | 2025.01.16 23:25:45.388388 [ 194 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1363 rows starting from the beginning of the part | ||
| 2844 | 2025.01.16 23:25:45.388771 [ 194 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part | ||
| 2845 | 2025.01.16 23:25:45.389144 [ 194 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::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 | ||
| 2846 | 2025.01.16 23:25:45.389940 [ 255 ] {8bd4adf8-545a-47fa-9e22-141338661873} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2847 | 2025.01.16 23:25:45.389999 [ 255 ] {8bd4adf8-545a-47fa-9e22-141338661873} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 2848 | 2025.01.16 23:25:45.390935 [ 255 ] {8bd4adf8-545a-47fa-9e22-141338661873} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2849 | 2025.01.16 23:25:45.391452 [ 255 ] {8bd4adf8-545a-47fa-9e22-141338661873} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2850 | 2025.01.16 23:25:45.391827 [ 87 ] {} <Debug> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2851 | 2025.01.16 23:25:45.391919 [ 87 ] {} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2852 | 2025.01.16 23:25:45.391924 [ 255 ] {8bd4adf8-545a-47fa-9e22-141338661873} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005046 sec., 12683.313515655966 rows/sec., 1013.72 KiB/sec. | ||
| 2853 | 2025.01.16 23:25:45.391971 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 2854 | 2025.01.16 23:25:45.392153 [ 255 ] {8bd4adf8-545a-47fa-9e22-141338661873} <Debug> TCPHandler: Processed in 0.005521646 sec. | ||
| 2855 | 2025.01.16 23:25:45.392393 [ 190 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::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 | ||
| 2856 | 2025.01.16 23:25:45.392489 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2857 | 2025.01.16 23:25:45.392903 [ 190 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2858 | 2025.01.16 23:25:45.393042 [ 190 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 846 rows starting from the beginning of the part | ||
| 2859 | 2025.01.16 23:25:45.393057 [ 5 ] {83a7f555-6dae-4499-a305-7b210badcf6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2860 | 2025.01.16 23:25:45.393067 [ 194 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3109 rows, containing 5 columns (5 merged, 0 gathered) in 0.006465014 sec., 480896.0970540822 rows/sec., 41.92 MiB/sec. | ||
| 2861 | 2025.01.16 23:25:45.393275 [ 5 ] {83a7f555-6dae-4499-a305-7b210badcf6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2862 | 2025.01.16 23:25:45.393309 [ 190 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 390 rows starting from the beginning of the part | ||
| 2863 | 2025.01.16 23:25:45.393578 [ 194 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2864 | 2025.01.16 23:25:45.393810 [ 190 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 64 rows starting from the beginning of the part | ||
| 2865 | 2025.01.16 23:25:45.394314 [ 190 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 854 rows starting from the beginning of the part | ||
| 2866 | 2025.01.16 23:25:45.394889 [ 190 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part | ||
| 2867 | 2025.01.16 23:25:45.395090 [ 195 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_16_3} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2868 | 2025.01.16 23:25:45.395365 [ 190 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 64 rows starting from the beginning of the part | ||
| 2869 | 2025.01.16 23:25:45.395687 [ 195 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_16_3} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2870 | 2025.01.16 23:25:45.396058 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 2871 | 2025.01.16 23:25:45.397233 [ 5 ] {83a7f555-6dae-4499-a305-7b210badcf6d} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2872 | 2025.01.16 23:25:45.397302 [ 5 ] {83a7f555-6dae-4499-a305-7b210badcf6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 2873 | 2025.01.16 23:25:45.398386 [ 5 ] {83a7f555-6dae-4499-a305-7b210badcf6d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2874 | 2025.01.16 23:25:45.398845 [ 5 ] {83a7f555-6dae-4499-a305-7b210badcf6d} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2875 | 2025.01.16 23:25:45.399028 [ 190 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2282 rows, containing 5 columns (5 merged, 0 gathered) in 0.006910633 sec., 330215.7703932476 rows/sec., 25.22 MiB/sec. | ||
| 2876 | 2025.01.16 23:25:45.399174 [ 87 ] {} <Debug> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2877 | 2025.01.16 23:25:45.399279 [ 87 ] {} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2878 | 2025.01.16 23:25:45.399326 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 2879 | 2025.01.16 23:25:45.399339 [ 5 ] {83a7f555-6dae-4499-a305-7b210badcf6d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00644 sec., 24844.72049689441 rows/sec., 1.73 MiB/sec. | ||
| 2880 | 2025.01.16 23:25:45.399381 [ 195 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2881 | 2025.01.16 23:25:45.399797 [ 5 ] {83a7f555-6dae-4499-a305-7b210badcf6d} <Debug> TCPHandler: Processed in 0.007507805 sec. | ||
| 2882 | 2025.01.16 23:25:45.399842 [ 190 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::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 | ||
| 2883 | 2025.01.16 23:25:45.400101 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2884 | 2025.01.16 23:25:45.400250 [ 190 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2885 | 2025.01.16 23:25:45.400358 [ 190 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4222 rows starting from the beginning of the part | ||
| 2886 | 2025.01.16 23:25:45.400400 [ 195 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_16_3} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2887 | 2025.01.16 23:25:45.400443 [ 255 ] {55fb7ab6-56b3-4646-90c7-0d13c501d71c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2888 | 2025.01.16 23:25:45.400671 [ 255 ] {55fb7ab6-56b3-4646-90c7-0d13c501d71c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2889 | 2025.01.16 23:25:45.400804 [ 195 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_16_3} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2890 | 2025.01.16 23:25:45.400830 [ 190 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 237 rows starting from the beginning of the part | ||
| 2891 | 2025.01.16 23:25:45.401114 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 2892 | 2025.01.16 23:25:45.401351 [ 190 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part | ||
| 2893 | 2025.01.16 23:25:45.401690 [ 190 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 959 rows starting from the beginning of the part | ||
| 2894 | 2025.01.16 23:25:45.402098 [ 190 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 128 rows starting from the beginning of the part | ||
| 2895 | 2025.01.16 23:25:45.402505 [ 190 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::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 | ||
| 2896 | 2025.01.16 23:25:45.403598 [ 255 ] {55fb7ab6-56b3-4646-90c7-0d13c501d71c} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2897 | 2025.01.16 23:25:45.403729 [ 255 ] {55fb7ab6-56b3-4646-90c7-0d13c501d71c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 2898 | 2025.01.16 23:25:45.404500 [ 255 ] {55fb7ab6-56b3-4646-90c7-0d13c501d71c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2899 | 2025.01.16 23:25:45.405043 [ 255 ] {55fb7ab6-56b3-4646-90c7-0d13c501d71c} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2900 | 2025.01.16 23:25:45.405336 [ 87 ] {} <Debug> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2901 | 2025.01.16 23:25:45.405424 [ 87 ] {} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2902 | 2025.01.16 23:25:45.405431 [ 255 ] {55fb7ab6-56b3-4646-90c7-0d13c501d71c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00512 sec., 11718.749999999998 rows/sec., 808.72 KiB/sec. | ||
| 2903 | 2025.01.16 23:25:45.405467 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 2904 | 2025.01.16 23:25:45.405738 [ 255 ] {55fb7ab6-56b3-4646-90c7-0d13c501d71c} <Debug> TCPHandler: Processed in 0.005812232 sec. | ||
| 2905 | 2025.01.16 23:25:45.406141 [ 197 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::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 | ||
| 2906 | 2025.01.16 23:25:45.406299 [ 197 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2907 | 2025.01.16 23:25:45.406336 [ 197 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 526 rows starting from the beginning of the part | ||
| 2908 | 2025.01.16 23:25:45.406442 [ 197 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 82 rows starting from the beginning of the part | ||
| 2909 | 2025.01.16 23:25:45.406665 [ 197 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part | ||
| 2910 | 2025.01.16 23:25:45.406750 [ 197 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 34 rows starting from the beginning of the part | ||
| 2911 | 2025.01.16 23:25:45.406833 [ 197 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 48 rows starting from the beginning of the part | ||
| 2912 | 2025.01.16 23:25:45.406935 [ 197 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::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 | ||
| 2913 | 2025.01.16 23:25:45.407516 [ 190 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5866 rows, containing 5 columns (5 merged, 0 gathered) in 0.008038674 sec., 729722.3397789237 rows/sec., 49.07 MiB/sec. | ||
| 2914 | 2025.01.16 23:25:45.408050 [ 190 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2915 | 2025.01.16 23:25:45.408761 [ 190 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2916 | 2025.01.16 23:25:45.408955 [ 190 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2917 | 2025.01.16 23:25:45.409124 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. | ||
| 2918 | 2025.01.16 23:25:45.409386 [ 190 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 810 rows, containing 4 columns (4 merged, 0 gathered) in 0.003740192 sec., 216566.42225853648 rows/sec., 14.04 MiB/sec. | ||
| 2919 | 2025.01.16 23:25:45.409598 [ 197 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2920 | 2025.01.16 23:25:45.409904 [ 197 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_16_3} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2921 | 2025.01.16 23:25:45.409983 [ 197 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_16_3} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2922 | 2025.01.16 23:25:45.410066 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 2923 | 2025.01.16 23:25:49.054585 [ 53 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2924 | 2025.01.16 23:25:49.054646 [ 53 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2925 | 2025.01.16 23:25:49.188656 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 | ||
| 2926 | 2025.01.16 23:25:49.189438 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2927 | 2025.01.16 23:25:49.189493 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 2928 | 2025.01.16 23:25:49.190094 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2929 | 2025.01.16 23:25:49.190352 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2930 | 2025.01.16 23:25:49.190599 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2931 | 2025.01.16 23:25:49.193228 [ 53 ] {} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2932 | 2025.01.16 23:25:49.193300 [ 53 ] {} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2933 | 2025.01.16 23:25:49.193327 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 2934 | 2025.01.16 23:25:49.193498 [ 199 ] {c450f52a-dc4c-4785-95c6-e65887ee5f8a::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 | ||
| 2935 | 2025.01.16 23:25:49.193871 [ 199 ] {c450f52a-dc4c-4785-95c6-e65887ee5f8a::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2936 | 2025.01.16 23:25:49.193914 [ 199 ] {c450f52a-dc4c-4785-95c6-e65887ee5f8a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part | ||
| 2937 | 2025.01.16 23:25:49.194038 [ 199 ] {c450f52a-dc4c-4785-95c6-e65887ee5f8a::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 | ||
| 2938 | 2025.01.16 23:25:49.194125 [ 199 ] {c450f52a-dc4c-4785-95c6-e65887ee5f8a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
| 2939 | 2025.01.16 23:25:49.194203 [ 199 ] {c450f52a-dc4c-4785-95c6-e65887ee5f8a::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 | ||
| 2940 | 2025.01.16 23:25:49.194282 [ 199 ] {c450f52a-dc4c-4785-95c6-e65887ee5f8a::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 | ||
| 2941 | 2025.01.16 23:25:49.196366 [ 190 ] {c450f52a-dc4c-4785-95c6-e65887ee5f8a::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 6 columns (6 merged, 0 gathered) in 0.002958177 sec., 12845.74925705933 rows/sec., 2.22 MiB/sec. | ||
| 2942 | 2025.01.16 23:25:49.196563 [ 193 ] {c450f52a-dc4c-4785-95c6-e65887ee5f8a::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2943 | 2025.01.16 23:25:49.197040 [ 193 ] {c450f52a-dc4c-4785-95c6-e65887ee5f8a::all_1_5_1} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2944 | 2025.01.16 23:25:49.197119 [ 193 ] {c450f52a-dc4c-4785-95c6-e65887ee5f8a::all_1_5_1} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2945 | 2025.01.16 23:25:49.197211 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2946 | 2025.01.16 23:25:49.205562 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 390 | ||
| 2947 | 2025.01.16 23:25:49.208293 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2948 | 2025.01.16 23:25:49.208340 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 2949 | 2025.01.16 23:25:49.209835 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2950 | 2025.01.16 23:25:49.210154 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2951 | 2025.01.16 23:25:49.211119 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 390 | ||
| 2952 | 2025.01.16 23:25:49.573725 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2953 | 2025.01.16 23:25:49.594045 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2954 | 2025.01.16 23:25:49.594101 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 2955 | 2025.01.16 23:25:49.601610 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2956 | 2025.01.16 23:25:49.602404 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2957 | 2025.01.16 23:25:49.605569 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2958 | 2025.01.16 23:25:50.378072 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2959 | 2025.01.16 23:25:50.378352 [ 5 ] {7e637697-9abb-41c5-afd9-d08fab5c7c04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) 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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2960 | 2025.01.16 23:25:50.378822 [ 5 ] {7e637697-9abb-41c5-afd9-d08fab5c7c04} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2961 | 2025.01.16 23:25:50.378871 [ 5 ] {7e637697-9abb-41c5-afd9-d08fab5c7c04} <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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2962 | 2025.01.16 23:25:50.379323 [ 5 ] {7e637697-9abb-41c5-afd9-d08fab5c7c04} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2963 | 2025.01.16 23:25:50.379408 [ 5 ] {7e637697-9abb-41c5-afd9-d08fab5c7c04} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2964 | 2025.01.16 23:25:50.379586 [ 5 ] {7e637697-9abb-41c5-afd9-d08fab5c7c04} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 2965 | 2025.01.16 23:25:50.379626 [ 5 ] {7e637697-9abb-41c5-afd9-d08fab5c7c04} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 2966 | 2025.01.16 23:25:50.379651 [ 5 ] {7e637697-9abb-41c5-afd9-d08fab5c7c04} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (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 | ||
| 2967 | 2025.01.16 23:25:50.379669 [ 5 ] {7e637697-9abb-41c5-afd9-d08fab5c7c04} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2968 | 2025.01.16 23:25:50.379719 [ 5 ] {7e637697-9abb-41c5-afd9-d08fab5c7c04} <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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2969 | 2025.01.16 23:25:50.379773 [ 5 ] {7e637697-9abb-41c5-afd9-d08fab5c7c04} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 38 rows starting from 0 | ||
| 2970 | 2025.01.16 23:25:50.380703 [ 5 ] {7e637697-9abb-41c5-afd9-d08fab5c7c04} <Debug> executeQuery: Read 38 rows, 1.42 KiB in 0.002472 sec., 15372.168284789645 rows/sec., 576.38 KiB/sec. | ||
| 2971 | 2025.01.16 23:25:50.380832 [ 5 ] {7e637697-9abb-41c5-afd9-d08fab5c7c04} <Debug> TCPHandler: Processed in 0.002889646 sec. | ||
| 2972 | 2025.01.16 23:25:50.381187 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2973 | 2025.01.16 23:25:50.381428 [ 255 ] {ae843a9c-9b9d-4f6d-934b-0859ee50f022} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) 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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2974 | 2025.01.16 23:25:50.381802 [ 255 ] {ae843a9c-9b9d-4f6d-934b-0859ee50f022} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2975 | 2025.01.16 23:25:50.381864 [ 255 ] {ae843a9c-9b9d-4f6d-934b-0859ee50f022} <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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2976 | 2025.01.16 23:25:50.382210 [ 255 ] {ae843a9c-9b9d-4f6d-934b-0859ee50f022} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2977 | 2025.01.16 23:25:50.382276 [ 255 ] {ae843a9c-9b9d-4f6d-934b-0859ee50f022} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2978 | 2025.01.16 23:25:50.382419 [ 255 ] {ae843a9c-9b9d-4f6d-934b-0859ee50f022} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 2979 | 2025.01.16 23:25:50.382452 [ 255 ] {ae843a9c-9b9d-4f6d-934b-0859ee50f022} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 2980 | 2025.01.16 23:25:50.382474 [ 255 ] {ae843a9c-9b9d-4f6d-934b-0859ee50f022} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (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 | ||
| 2981 | 2025.01.16 23:25:50.382491 [ 255 ] {ae843a9c-9b9d-4f6d-934b-0859ee50f022} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2982 | 2025.01.16 23:25:50.382534 [ 255 ] {ae843a9c-9b9d-4f6d-934b-0859ee50f022} <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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2983 | 2025.01.16 23:25:50.382556 [ 255 ] {ae843a9c-9b9d-4f6d-934b-0859ee50f022} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 38 rows starting from 0 | ||
| 2984 | 2025.01.16 23:25:50.383139 [ 255 ] {ae843a9c-9b9d-4f6d-934b-0859ee50f022} <Debug> executeQuery: Read 38 rows, 1.42 KiB in 0.001814 sec., 20948.180815876516 rows/sec., 785.45 KiB/sec. | ||
| 2985 | 2025.01.16 23:25:50.383255 [ 255 ] {ae843a9c-9b9d-4f6d-934b-0859ee50f022} <Debug> TCPHandler: Processed in 0.002138221 sec. | ||
| 2986 | 2025.01.16 23:25:50.383501 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2987 | 2025.01.16 23:25:50.383674 [ 5 ] {1bb3f835-745f-46fd-8c46-8e09eb23a801} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) 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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2988 | 2025.01.16 23:25:50.383979 [ 5 ] {1bb3f835-745f-46fd-8c46-8e09eb23a801} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2989 | 2025.01.16 23:25:50.384028 [ 5 ] {1bb3f835-745f-46fd-8c46-8e09eb23a801} <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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2990 | 2025.01.16 23:25:50.384364 [ 5 ] {1bb3f835-745f-46fd-8c46-8e09eb23a801} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2991 | 2025.01.16 23:25:50.384429 [ 5 ] {1bb3f835-745f-46fd-8c46-8e09eb23a801} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2992 | 2025.01.16 23:25:50.384573 [ 5 ] {1bb3f835-745f-46fd-8c46-8e09eb23a801} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 2993 | 2025.01.16 23:25:50.384606 [ 5 ] {1bb3f835-745f-46fd-8c46-8e09eb23a801} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 2994 | 2025.01.16 23:25:50.384630 [ 5 ] {1bb3f835-745f-46fd-8c46-8e09eb23a801} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (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 | ||
| 2995 | 2025.01.16 23:25:50.384647 [ 5 ] {1bb3f835-745f-46fd-8c46-8e09eb23a801} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2996 | 2025.01.16 23:25:50.384691 [ 5 ] {1bb3f835-745f-46fd-8c46-8e09eb23a801} <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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2997 | 2025.01.16 23:25:50.384715 [ 5 ] {1bb3f835-745f-46fd-8c46-8e09eb23a801} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 38 rows starting from 0 | ||
| 2998 | 2025.01.16 23:25:50.385339 [ 5 ] {1bb3f835-745f-46fd-8c46-8e09eb23a801} <Debug> executeQuery: Read 38 rows, 1.42 KiB in 0.001747 sec., 21751.574127074986 rows/sec., 815.57 KiB/sec. | ||
| 2999 | 2025.01.16 23:25:50.385457 [ 5 ] {1bb3f835-745f-46fd-8c46-8e09eb23a801} <Debug> TCPHandler: Processed in 0.002010729 sec. | ||
| 3000 | 2025.01.16 23:25:50.386630 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3001 | 2025.01.16 23:25:50.386832 [ 255 ] {9a6ee566-75c1-4f1e-a70f-be28f374dd4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 3002 | 2025.01.16 23:25:50.387202 [ 255 ] {9a6ee566-75c1-4f1e-a70f-be28f374dd4e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3003 | 2025.01.16 23:25:50.387263 [ 255 ] {9a6ee566-75c1-4f1e-a70f-be28f374dd4e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 3004 | 2025.01.16 23:25:50.387667 [ 255 ] {9a6ee566-75c1-4f1e-a70f-be28f374dd4e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3005 | 2025.01.16 23:25:50.387745 [ 255 ] {9a6ee566-75c1-4f1e-a70f-be28f374dd4e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3006 | 2025.01.16 23:25:50.387914 [ 255 ] {9a6ee566-75c1-4f1e-a70f-be28f374dd4e} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 3007 | 2025.01.16 23:25:50.387946 [ 255 ] {9a6ee566-75c1-4f1e-a70f-be28f374dd4e} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 3008 | 2025.01.16 23:25:50.387969 [ 255 ] {9a6ee566-75c1-4f1e-a70f-be28f374dd4e} <Debug> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (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 | ||
| 3009 | 2025.01.16 23:25:50.387986 [ 255 ] {9a6ee566-75c1-4f1e-a70f-be28f374dd4e} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3010 | 2025.01.16 23:25:50.388028 [ 255 ] {9a6ee566-75c1-4f1e-a70f-be28f374dd4e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3011 | 2025.01.16 23:25:50.388051 [ 255 ] {9a6ee566-75c1-4f1e-a70f-be28f374dd4e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 38 rows starting from 0 | ||
| 3012 | 2025.01.16 23:25:50.388596 [ 255 ] {9a6ee566-75c1-4f1e-a70f-be28f374dd4e} <Debug> executeQuery: Read 38 rows, 1.42 KiB in 0.001866 sec., 20364.415862808146 rows/sec., 763.56 KiB/sec. | ||
| 3013 | 2025.01.16 23:25:50.388712 [ 255 ] {9a6ee566-75c1-4f1e-a70f-be28f374dd4e} <Debug> TCPHandler: Processed in 0.002146341 sec. | ||
| 3014 | 2025.01.16 23:25:50.401543 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3015 | 2025.01.16 23:25:50.401754 [ 5 ] {2b63bf7c-fdcb-4db7-95c9-dba0e8c2fd34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 3016 | 2025.01.16 23:25:50.401845 [ 5 ] {2b63bf7c-fdcb-4db7-95c9-dba0e8c2fd34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3017 | 2025.01.16 23:25:50.402711 [ 5 ] {2b63bf7c-fdcb-4db7-95c9-dba0e8c2fd34} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3018 | 2025.01.16 23:25:50.402768 [ 5 ] {2b63bf7c-fdcb-4db7-95c9-dba0e8c2fd34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3019 | 2025.01.16 23:25:50.403345 [ 5 ] {2b63bf7c-fdcb-4db7-95c9-dba0e8c2fd34} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3020 | 2025.01.16 23:25:50.403569 [ 5 ] {2b63bf7c-fdcb-4db7-95c9-dba0e8c2fd34} <Trace> oximeter.timeseries_schema (c450f52a-dc4c-4785-95c6-e65887ee5f8a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3021 | 2025.01.16 23:25:50.403802 [ 5 ] {2b63bf7c-fdcb-4db7-95c9-dba0e8c2fd34} <Debug> executeQuery: Read 4 rows, 386.00 B in 0.002057 sec., 1944.5794846864367 rows/sec., 183.25 KiB/sec. | ||
| 3022 | 2025.01.16 23:25:50.403890 [ 5 ] {2b63bf7c-fdcb-4db7-95c9-dba0e8c2fd34} <Debug> TCPHandler: Processed in 0.002413797 sec. | ||
| 3023 | 2025.01.16 23:25:50.404035 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3024 | 2025.01.16 23:25:50.404141 [ 255 ] {c96ff3e1-1ad6-4f5c-9cb9-c74eb768117c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3025 | 2025.01.16 23:25:50.404186 [ 255 ] {c96ff3e1-1ad6-4f5c-9cb9-c74eb768117c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3026 | 2025.01.16 23:25:50.404721 [ 255 ] {c96ff3e1-1ad6-4f5c-9cb9-c74eb768117c} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3027 | 2025.01.16 23:25:50.404759 [ 255 ] {c96ff3e1-1ad6-4f5c-9cb9-c74eb768117c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3028 | 2025.01.16 23:25:50.405109 [ 255 ] {c96ff3e1-1ad6-4f5c-9cb9-c74eb768117c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3029 | 2025.01.16 23:25:50.405346 [ 255 ] {c96ff3e1-1ad6-4f5c-9cb9-c74eb768117c} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3030 | 2025.01.16 23:25:50.405552 [ 255 ] {c96ff3e1-1ad6-4f5c-9cb9-c74eb768117c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001434 sec., 9762.900976290099 rows/sec., 702.80 KiB/sec. | ||
| 3031 | 2025.01.16 23:25:50.405602 [ 255 ] {c96ff3e1-1ad6-4f5c-9cb9-c74eb768117c} <Debug> TCPHandler: Processed in 0.001619322 sec. | ||
| 3032 | 2025.01.16 23:25:50.405742 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3033 | 2025.01.16 23:25:50.405855 [ 5 ] {bc97ce06-e661-4082-bdff-bfa1019de81a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3034 | 2025.01.16 23:25:50.405901 [ 5 ] {bc97ce06-e661-4082-bdff-bfa1019de81a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3035 | 2025.01.16 23:25:50.406550 [ 5 ] {bc97ce06-e661-4082-bdff-bfa1019de81a} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3036 | 2025.01.16 23:25:50.406591 [ 5 ] {bc97ce06-e661-4082-bdff-bfa1019de81a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3037 | 2025.01.16 23:25:50.406967 [ 5 ] {bc97ce06-e661-4082-bdff-bfa1019de81a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3038 | 2025.01.16 23:25:50.407211 [ 5 ] {bc97ce06-e661-4082-bdff-bfa1019de81a} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3039 | 2025.01.16 23:25:50.407420 [ 5 ] {bc97ce06-e661-4082-bdff-bfa1019de81a} <Debug> executeQuery: Read 282 rows, 25.51 KiB in 0.001587 sec., 177693.7618147448 rows/sec., 15.70 MiB/sec. | ||
| 3040 | 2025.01.16 23:25:50.407473 [ 5 ] {bc97ce06-e661-4082-bdff-bfa1019de81a} <Debug> TCPHandler: Processed in 0.001785695 sec. | ||
| 3041 | 2025.01.16 23:25:50.407613 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3042 | 2025.01.16 23:25:50.407717 [ 255 ] {e635d1ad-b35b-428b-9365-0eed2980fe85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3043 | 2025.01.16 23:25:50.407762 [ 255 ] {e635d1ad-b35b-428b-9365-0eed2980fe85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3044 | 2025.01.16 23:25:50.408399 [ 255 ] {e635d1ad-b35b-428b-9365-0eed2980fe85} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3045 | 2025.01.16 23:25:50.408444 [ 255 ] {e635d1ad-b35b-428b-9365-0eed2980fe85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3046 | 2025.01.16 23:25:50.408850 [ 255 ] {e635d1ad-b35b-428b-9365-0eed2980fe85} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3047 | 2025.01.16 23:25:50.409099 [ 255 ] {e635d1ad-b35b-428b-9365-0eed2980fe85} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3048 | 2025.01.16 23:25:50.409310 [ 255 ] {e635d1ad-b35b-428b-9365-0eed2980fe85} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001614 sec., 28500.619578686492 rows/sec., 2.05 MiB/sec. | ||
| 3049 | 2025.01.16 23:25:50.409361 [ 255 ] {e635d1ad-b35b-428b-9365-0eed2980fe85} <Debug> TCPHandler: Processed in 0.001800665 sec. | ||
| 3050 | 2025.01.16 23:25:50.409498 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3051 | 2025.01.16 23:25:50.409613 [ 5 ] {55f52ee0-a793-4ead-94f7-3efe8ded12ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3052 | 2025.01.16 23:25:50.409658 [ 5 ] {55f52ee0-a793-4ead-94f7-3efe8ded12ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3053 | 2025.01.16 23:25:50.410178 [ 5 ] {55f52ee0-a793-4ead-94f7-3efe8ded12ad} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3054 | 2025.01.16 23:25:50.410217 [ 5 ] {55f52ee0-a793-4ead-94f7-3efe8ded12ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3055 | 2025.01.16 23:25:50.410571 [ 5 ] {55f52ee0-a793-4ead-94f7-3efe8ded12ad} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3056 | 2025.01.16 23:25:50.410813 [ 5 ] {55f52ee0-a793-4ead-94f7-3efe8ded12ad} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3057 | 2025.01.16 23:25:50.411090 [ 5 ] {55f52ee0-a793-4ead-94f7-3efe8ded12ad} <Debug> executeQuery: Read 15 rows, 1.05 KiB in 0.001483 sec., 10114.632501685772 rows/sec., 705.92 KiB/sec. | ||
| 3058 | 2025.01.16 23:25:50.411213 [ 5 ] {55f52ee0-a793-4ead-94f7-3efe8ded12ad} <Debug> TCPHandler: Processed in 0.001768794 sec. | ||
| 3059 | 2025.01.16 23:25:50.411377 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3060 | 2025.01.16 23:25:50.411505 [ 255 ] {ea104f5e-46a8-4999-9d0e-d33bc7c6e3ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3061 | 2025.01.16 23:25:50.411561 [ 255 ] {ea104f5e-46a8-4999-9d0e-d33bc7c6e3ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3062 | 2025.01.16 23:25:50.412150 [ 255 ] {ea104f5e-46a8-4999-9d0e-d33bc7c6e3ab} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3063 | 2025.01.16 23:25:50.412190 [ 255 ] {ea104f5e-46a8-4999-9d0e-d33bc7c6e3ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3064 | 2025.01.16 23:25:50.412527 [ 255 ] {ea104f5e-46a8-4999-9d0e-d33bc7c6e3ab} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3065 | 2025.01.16 23:25:50.412765 [ 255 ] {ea104f5e-46a8-4999-9d0e-d33bc7c6e3ab} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3066 | 2025.01.16 23:25:50.412990 [ 255 ] {ea104f5e-46a8-4999-9d0e-d33bc7c6e3ab} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001505 sec., 8637.873754152824 rows/sec., 538.57 KiB/sec. | ||
| 3067 | 2025.01.16 23:25:50.413064 [ 255 ] {ea104f5e-46a8-4999-9d0e-d33bc7c6e3ab} <Debug> TCPHandler: Processed in 0.001750424 sec. | ||
| 3068 | 2025.01.16 23:25:50.413208 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3069 | 2025.01.16 23:25:50.413336 [ 5 ] {5751e878-4de3-45dc-8cea-d7b0c95c0bee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3070 | 2025.01.16 23:25:50.413388 [ 5 ] {5751e878-4de3-45dc-8cea-d7b0c95c0bee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3071 | 2025.01.16 23:25:50.414149 [ 5 ] {5751e878-4de3-45dc-8cea-d7b0c95c0bee} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3072 | 2025.01.16 23:25:50.414189 [ 5 ] {5751e878-4de3-45dc-8cea-d7b0c95c0bee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3073 | 2025.01.16 23:25:50.414555 [ 5 ] {5751e878-4de3-45dc-8cea-d7b0c95c0bee} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3074 | 2025.01.16 23:25:50.414805 [ 5 ] {5751e878-4de3-45dc-8cea-d7b0c95c0bee} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3075 | 2025.01.16 23:25:50.415010 [ 5 ] {5751e878-4de3-45dc-8cea-d7b0c95c0bee} <Debug> executeQuery: Read 439 rows, 32.25 KiB in 0.001701 sec., 258083.4803057025 rows/sec., 18.52 MiB/sec. | ||
| 3076 | 2025.01.16 23:25:50.415061 [ 5 ] {5751e878-4de3-45dc-8cea-d7b0c95c0bee} <Debug> TCPHandler: Processed in 0.001918447 sec. | ||
| 3077 | 2025.01.16 23:25:50.415193 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3078 | 2025.01.16 23:25:50.415299 [ 255 ] {57207a47-d760-446a-983c-bfb323fbef47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3079 | 2025.01.16 23:25:50.415343 [ 255 ] {57207a47-d760-446a-983c-bfb323fbef47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3080 | 2025.01.16 23:25:50.415766 [ 255 ] {57207a47-d760-446a-983c-bfb323fbef47} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3081 | 2025.01.16 23:25:50.415804 [ 255 ] {57207a47-d760-446a-983c-bfb323fbef47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3082 | 2025.01.16 23:25:50.416146 [ 255 ] {57207a47-d760-446a-983c-bfb323fbef47} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3083 | 2025.01.16 23:25:50.416375 [ 255 ] {57207a47-d760-446a-983c-bfb323fbef47} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3084 | 2025.01.16 23:25:50.416570 [ 255 ] {57207a47-d760-446a-983c-bfb323fbef47} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001293 sec., 4640.371229698376 rows/sec., 242.44 KiB/sec. | ||
| 3085 | 2025.01.16 23:25:50.416618 [ 255 ] {57207a47-d760-446a-983c-bfb323fbef47} <Debug> TCPHandler: Processed in 0.001476508 sec. | ||
| 3086 | 2025.01.16 23:25:50.416754 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3087 | 2025.01.16 23:25:50.416859 [ 5 ] {280be1be-a163-408a-aa93-b3fefbb1c2f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3088 | 2025.01.16 23:25:50.416909 [ 5 ] {280be1be-a163-408a-aa93-b3fefbb1c2f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3089 | 2025.01.16 23:25:50.417539 [ 5 ] {280be1be-a163-408a-aa93-b3fefbb1c2f2} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3090 | 2025.01.16 23:25:50.417585 [ 5 ] {280be1be-a163-408a-aa93-b3fefbb1c2f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3091 | 2025.01.16 23:25:50.418009 [ 5 ] {280be1be-a163-408a-aa93-b3fefbb1c2f2} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3092 | 2025.01.16 23:25:50.418244 [ 5 ] {280be1be-a163-408a-aa93-b3fefbb1c2f2} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3093 | 2025.01.16 23:25:50.418449 [ 5 ] {280be1be-a163-408a-aa93-b3fefbb1c2f2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001611 sec., 147113.59404096834 rows/sec., 9.86 MiB/sec. | ||
| 3094 | 2025.01.16 23:25:50.418499 [ 5 ] {280be1be-a163-408a-aa93-b3fefbb1c2f2} <Debug> TCPHandler: Processed in 0.001799274 sec. | ||
| 3095 | 2025.01.16 23:25:50.418632 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3096 | 2025.01.16 23:25:50.418736 [ 255 ] {747e1602-1117-49c5-92b9-225d6097e483} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3097 | 2025.01.16 23:25:50.418782 [ 255 ] {747e1602-1117-49c5-92b9-225d6097e483} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3098 | 2025.01.16 23:25:50.419214 [ 255 ] {747e1602-1117-49c5-92b9-225d6097e483} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3099 | 2025.01.16 23:25:50.419253 [ 255 ] {747e1602-1117-49c5-92b9-225d6097e483} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3100 | 2025.01.16 23:25:50.419591 [ 255 ] {747e1602-1117-49c5-92b9-225d6097e483} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3101 | 2025.01.16 23:25:50.419817 [ 255 ] {747e1602-1117-49c5-92b9-225d6097e483} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3102 | 2025.01.16 23:25:50.420101 [ 255 ] {747e1602-1117-49c5-92b9-225d6097e483} <Debug> executeQuery: Read 2 rows, 134.00 B in 0.001359 sec., 1471.6703458425313 rows/sec., 96.29 KiB/sec. | ||
| 3103 | 2025.01.16 23:25:50.420219 [ 255 ] {747e1602-1117-49c5-92b9-225d6097e483} <Debug> TCPHandler: Processed in 0.001638541 sec. | ||
| 3104 | 2025.01.16 23:25:50.420349 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3105 | 2025.01.16 23:25:50.420455 [ 5 ] {b428e892-54a9-4959-a1e7-03809a948e0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3106 | 2025.01.16 23:25:50.420521 [ 5 ] {b428e892-54a9-4959-a1e7-03809a948e0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3107 | 2025.01.16 23:25:50.421673 [ 5 ] {b428e892-54a9-4959-a1e7-03809a948e0a} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3108 | 2025.01.16 23:25:50.421713 [ 5 ] {b428e892-54a9-4959-a1e7-03809a948e0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3109 | 2025.01.16 23:25:50.422350 [ 5 ] {b428e892-54a9-4959-a1e7-03809a948e0a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3110 | 2025.01.16 23:25:50.422606 [ 5 ] {b428e892-54a9-4959-a1e7-03809a948e0a} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3111 | 2025.01.16 23:25:50.422833 [ 5 ] {b428e892-54a9-4959-a1e7-03809a948e0a} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002399 sec., 16256.77365568987 rows/sec., 29.13 MiB/sec. | ||
| 3112 | 2025.01.16 23:25:50.422934 [ 5 ] {b428e892-54a9-4959-a1e7-03809a948e0a} <Debug> TCPHandler: Processed in 0.002638551 sec. | ||
| 3113 | 2025.01.16 23:25:50.423091 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3114 | 2025.01.16 23:25:50.423219 [ 255 ] {d365df71-e73b-41d2-b59a-71afc8dfb79d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 3115 | 2025.01.16 23:25:50.423273 [ 255 ] {d365df71-e73b-41d2-b59a-71afc8dfb79d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 3116 | 2025.01.16 23:25:50.423779 [ 255 ] {d365df71-e73b-41d2-b59a-71afc8dfb79d} <Trace> oximeter.measurements_i64 (b2ca5da8-2d4f-43a1-b8ea-8ecf00e59b2e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3117 | 2025.01.16 23:25:50.423824 [ 255 ] {d365df71-e73b-41d2-b59a-71afc8dfb79d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3118 | 2025.01.16 23:25:50.424162 [ 255 ] {d365df71-e73b-41d2-b59a-71afc8dfb79d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 3119 | 2025.01.16 23:25:50.424376 [ 255 ] {d365df71-e73b-41d2-b59a-71afc8dfb79d} <Trace> oximeter.measurements_i64 (b2ca5da8-2d4f-43a1-b8ea-8ecf00e59b2e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3120 | 2025.01.16 23:25:50.424560 [ 255 ] {d365df71-e73b-41d2-b59a-71afc8dfb79d} <Debug> executeQuery: Read 27 rows, 1.99 KiB in 0.001408 sec., 19176.136363636364 rows/sec., 1.38 MiB/sec. | ||
| 3121 | 2025.01.16 23:25:50.424605 [ 255 ] {d365df71-e73b-41d2-b59a-71afc8dfb79d} <Debug> TCPHandler: Processed in 0.001619871 sec. | ||
| 3122 | 2025.01.16 23:25:50.424732 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3123 | 2025.01.16 23:25:50.424835 [ 5 ] {a37802e9-4769-4a95-a261-460137238e22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3124 | 2025.01.16 23:25:50.424885 [ 5 ] {a37802e9-4769-4a95-a261-460137238e22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3125 | 2025.01.16 23:25:50.425491 [ 5 ] {a37802e9-4769-4a95-a261-460137238e22} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3126 | 2025.01.16 23:25:50.425538 [ 5 ] {a37802e9-4769-4a95-a261-460137238e22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3127 | 2025.01.16 23:25:50.425947 [ 5 ] {a37802e9-4769-4a95-a261-460137238e22} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3128 | 2025.01.16 23:25:50.426183 [ 5 ] {a37802e9-4769-4a95-a261-460137238e22} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3129 | 2025.01.16 23:25:50.426390 [ 5 ] {a37802e9-4769-4a95-a261-460137238e22} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001519 sec., 53982.88347597104 rows/sec., 3.43 MiB/sec. | ||
| 3130 | 2025.01.16 23:25:50.426439 [ 5 ] {a37802e9-4769-4a95-a261-460137238e22} <Debug> TCPHandler: Processed in 0.001706923 sec. | ||
| 3131 | 2025.01.16 23:25:51.000208 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 175.06 MiB, peak 181.92 MiB, free memory in arenas 0.00 B, will set to 173.96 MiB (RSS), difference: -1.10 MiB | ||
| 3132 | 2025.01.16 23:25:55.384062 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3133 | 2025.01.16 23:25:55.384281 [ 5 ] {d2c04c2a-cd41-4a93-8450-9386baf21486} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3134 | 2025.01.16 23:25:55.384358 [ 5 ] {d2c04c2a-cd41-4a93-8450-9386baf21486} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3135 | 2025.01.16 23:25:55.385156 [ 5 ] {d2c04c2a-cd41-4a93-8450-9386baf21486} <Trace> oximeter.fields_ipaddr (32f5c164-55f5-48ad-a123-78247430c5f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3136 | 2025.01.16 23:25:55.385204 [ 5 ] {d2c04c2a-cd41-4a93-8450-9386baf21486} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3137 | 2025.01.16 23:25:55.385582 [ 5 ] {d2c04c2a-cd41-4a93-8450-9386baf21486} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3138 | 2025.01.16 23:25:55.385817 [ 5 ] {d2c04c2a-cd41-4a93-8450-9386baf21486} <Trace> oximeter.fields_ipaddr (32f5c164-55f5-48ad-a123-78247430c5f2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3139 | 2025.01.16 23:25:55.385994 [ 5 ] {d2c04c2a-cd41-4a93-8450-9386baf21486} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001826 sec., 2190.580503833516 rows/sec., 178.63 KiB/sec. | ||
| 3140 | 2025.01.16 23:25:55.386046 [ 5 ] {d2c04c2a-cd41-4a93-8450-9386baf21486} <Debug> TCPHandler: Processed in 0.002182982 sec. | ||
| 3141 | 2025.01.16 23:25:55.386279 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3142 | 2025.01.16 23:25:55.386417 [ 255 ] {0c8de62f-3f10-481c-a29c-a4612b56f1ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3143 | 2025.01.16 23:25:55.386472 [ 255 ] {0c8de62f-3f10-481c-a29c-a4612b56f1ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3144 | 2025.01.16 23:25:55.387133 [ 255 ] {0c8de62f-3f10-481c-a29c-a4612b56f1ee} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3145 | 2025.01.16 23:25:55.387179 [ 255 ] {0c8de62f-3f10-481c-a29c-a4612b56f1ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3146 | 2025.01.16 23:25:55.387547 [ 255 ] {0c8de62f-3f10-481c-a29c-a4612b56f1ee} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3147 | 2025.01.16 23:25:55.387787 [ 255 ] {0c8de62f-3f10-481c-a29c-a4612b56f1ee} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3148 | 2025.01.16 23:25:55.387968 [ 255 ] {0c8de62f-3f10-481c-a29c-a4612b56f1ee} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.001582 sec., 36662.45259165613 rows/sec., 2.81 MiB/sec. | ||
| 3149 | 2025.01.16 23:25:55.388020 [ 255 ] {0c8de62f-3f10-481c-a29c-a4612b56f1ee} <Debug> TCPHandler: Processed in 0.001809995 sec. | ||
| 3150 | 2025.01.16 23:25:55.388149 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3151 | 2025.01.16 23:25:55.388271 [ 5 ] {d561e2ee-01c3-4d49-a0d5-057478a93fae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3152 | 2025.01.16 23:25:55.388325 [ 5 ] {d561e2ee-01c3-4d49-a0d5-057478a93fae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3153 | 2025.01.16 23:25:55.388941 [ 5 ] {d561e2ee-01c3-4d49-a0d5-057478a93fae} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3154 | 2025.01.16 23:25:55.388986 [ 5 ] {d561e2ee-01c3-4d49-a0d5-057478a93fae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3155 | 2025.01.16 23:25:55.389380 [ 5 ] {d561e2ee-01c3-4d49-a0d5-057478a93fae} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3156 | 2025.01.16 23:25:55.389617 [ 5 ] {d561e2ee-01c3-4d49-a0d5-057478a93fae} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3157 | 2025.01.16 23:25:55.389808 [ 5 ] {d561e2ee-01c3-4d49-a0d5-057478a93fae} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001559 sec., 2565.747273893521 rows/sec., 179.15 KiB/sec. | ||
| 3158 | 2025.01.16 23:25:55.389892 [ 5 ] {d561e2ee-01c3-4d49-a0d5-057478a93fae} <Debug> TCPHandler: Processed in 0.001797225 sec. | ||
| 3159 | 2025.01.16 23:25:55.390026 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3160 | 2025.01.16 23:25:55.390133 [ 255 ] {75f72dbf-5b39-48d2-823f-d492fbb03eb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3161 | 2025.01.16 23:25:55.390177 [ 255 ] {75f72dbf-5b39-48d2-823f-d492fbb03eb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3162 | 2025.01.16 23:25:55.390735 [ 255 ] {75f72dbf-5b39-48d2-823f-d492fbb03eb4} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3163 | 2025.01.16 23:25:55.390772 [ 255 ] {75f72dbf-5b39-48d2-823f-d492fbb03eb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3164 | 2025.01.16 23:25:55.391109 [ 255 ] {75f72dbf-5b39-48d2-823f-d492fbb03eb4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3165 | 2025.01.16 23:25:55.391340 [ 255 ] {75f72dbf-5b39-48d2-823f-d492fbb03eb4} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3166 | 2025.01.16 23:25:55.391527 [ 255 ] {75f72dbf-5b39-48d2-823f-d492fbb03eb4} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001416 sec., 48022.5988700565 rows/sec., 3.75 MiB/sec. | ||
| 3167 | 2025.01.16 23:25:55.391578 [ 255 ] {75f72dbf-5b39-48d2-823f-d492fbb03eb4} <Debug> TCPHandler: Processed in 0.001603951 sec. | ||
| 3168 | 2025.01.16 23:25:55.391731 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3169 | 2025.01.16 23:25:55.391839 [ 5 ] {04e62125-f520-4fc4-9849-58318aaf883e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3170 | 2025.01.16 23:25:55.391888 [ 5 ] {04e62125-f520-4fc4-9849-58318aaf883e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3171 | 2025.01.16 23:25:55.392404 [ 5 ] {04e62125-f520-4fc4-9849-58318aaf883e} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3172 | 2025.01.16 23:25:55.392440 [ 5 ] {04e62125-f520-4fc4-9849-58318aaf883e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3173 | 2025.01.16 23:25:55.392810 [ 5 ] {04e62125-f520-4fc4-9849-58318aaf883e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3174 | 2025.01.16 23:25:55.393042 [ 5 ] {04e62125-f520-4fc4-9849-58318aaf883e} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3175 | 2025.01.16 23:25:55.393246 [ 5 ] {04e62125-f520-4fc4-9849-58318aaf883e} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001424 sec., 113764.04494382023 rows/sec., 7.92 MiB/sec. | ||
| 3176 | 2025.01.16 23:25:55.393353 [ 5 ] {04e62125-f520-4fc4-9849-58318aaf883e} <Debug> TCPHandler: Processed in 0.001674212 sec. | ||
| 3177 | 2025.01.16 23:25:55.393511 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3178 | 2025.01.16 23:25:55.393640 [ 255 ] {6f29b847-d1a5-401a-ac9b-122180db7ad9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3179 | 2025.01.16 23:25:55.393695 [ 255 ] {6f29b847-d1a5-401a-ac9b-122180db7ad9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3180 | 2025.01.16 23:25:55.394265 [ 255 ] {6f29b847-d1a5-401a-ac9b-122180db7ad9} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3181 | 2025.01.16 23:25:55.394312 [ 255 ] {6f29b847-d1a5-401a-ac9b-122180db7ad9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3182 | 2025.01.16 23:25:55.394808 [ 255 ] {6f29b847-d1a5-401a-ac9b-122180db7ad9} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3183 | 2025.01.16 23:25:55.395159 [ 255 ] {6f29b847-d1a5-401a-ac9b-122180db7ad9} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3184 | 2025.01.16 23:25:55.395394 [ 255 ] {6f29b847-d1a5-401a-ac9b-122180db7ad9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00178 sec., 33707.86516853933 rows/sec., 2.27 MiB/sec. | ||
| 3185 | 2025.01.16 23:25:55.395462 [ 255 ] {6f29b847-d1a5-401a-ac9b-122180db7ad9} <Debug> TCPHandler: Processed in 0.002013529 sec. | ||
| 3186 | 2025.01.16 23:25:56.690987 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 | ||
| 3187 | 2025.01.16 23:25:56.691759 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3188 | 2025.01.16 23:25:56.691796 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3189 | 2025.01.16 23:25:56.692462 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3190 | 2025.01.16 23:25:56.692730 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3191 | 2025.01.16 23:25:56.692912 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 | ||
| 3192 | 2025.01.16 23:25:57.106074 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 3193 | 2025.01.16 23:25:57.127897 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3194 | 2025.01.16 23:25:57.127969 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3195 | 2025.01.16 23:25:57.135835 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3196 | 2025.01.16 23:25:57.136971 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3197 | 2025.01.16 23:25:57.143137 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 3198 | 2025.01.16 23:25:59.211528 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 436 | ||
| 3199 | 2025.01.16 23:25:59.214975 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3200 | 2025.01.16 23:25:59.215023 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3201 | 2025.01.16 23:25:59.216543 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3202 | 2025.01.16 23:25:59.216859 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3203 | 2025.01.16 23:25:59.217753 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 436 | ||
| 3204 | 2025.01.16 23:26:00.395653 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3205 | 2025.01.16 23:26:00.395884 [ 5 ] {a5ea2107-59ad-41f7-9a8a-8a9e2b92a25e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3206 | 2025.01.16 23:26:00.395965 [ 5 ] {a5ea2107-59ad-41f7-9a8a-8a9e2b92a25e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3207 | 2025.01.16 23:26:00.396808 [ 5 ] {a5ea2107-59ad-41f7-9a8a-8a9e2b92a25e} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3208 | 2025.01.16 23:26:00.396872 [ 5 ] {a5ea2107-59ad-41f7-9a8a-8a9e2b92a25e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3209 | 2025.01.16 23:26:00.397338 [ 5 ] {a5ea2107-59ad-41f7-9a8a-8a9e2b92a25e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3210 | 2025.01.16 23:26:00.397603 [ 5 ] {a5ea2107-59ad-41f7-9a8a-8a9e2b92a25e} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3211 | 2025.01.16 23:26:00.397845 [ 5 ] {a5ea2107-59ad-41f7-9a8a-8a9e2b92a25e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002014 sec., 6951.340615690168 rows/sec., 500.40 KiB/sec. | ||
| 3212 | 2025.01.16 23:26:00.397965 [ 5 ] {a5ea2107-59ad-41f7-9a8a-8a9e2b92a25e} <Debug> TCPHandler: Processed in 0.002457507 sec. | ||
| 3213 | 2025.01.16 23:26:00.398189 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3214 | 2025.01.16 23:26:00.398322 [ 255 ] {0116ef1b-df8e-4c4c-b95f-bc2bb82d8c48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3215 | 2025.01.16 23:26:00.398377 [ 255 ] {0116ef1b-df8e-4c4c-b95f-bc2bb82d8c48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3216 | 2025.01.16 23:26:00.399146 [ 255 ] {0116ef1b-df8e-4c4c-b95f-bc2bb82d8c48} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3217 | 2025.01.16 23:26:00.399191 [ 255 ] {0116ef1b-df8e-4c4c-b95f-bc2bb82d8c48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3218 | 2025.01.16 23:26:00.399615 [ 255 ] {0116ef1b-df8e-4c4c-b95f-bc2bb82d8c48} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3219 | 2025.01.16 23:26:00.399866 [ 255 ] {0116ef1b-df8e-4c4c-b95f-bc2bb82d8c48} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3220 | 2025.01.16 23:26:00.400088 [ 255 ] {0116ef1b-df8e-4c4c-b95f-bc2bb82d8c48} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.001795 sec., 156545.9610027855 rows/sec., 13.83 MiB/sec. | ||
| 3221 | 2025.01.16 23:26:00.400144 [ 255 ] {0116ef1b-df8e-4c4c-b95f-bc2bb82d8c48} <Debug> TCPHandler: Processed in 0.002018199 sec. | ||
| 3222 | 2025.01.16 23:26:00.400300 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3223 | 2025.01.16 23:26:00.400419 [ 5 ] {09580572-00c0-4a09-ab8b-795ab6b88bde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3224 | 2025.01.16 23:26:00.400468 [ 5 ] {09580572-00c0-4a09-ab8b-795ab6b88bde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3225 | 2025.01.16 23:26:00.401034 [ 5 ] {09580572-00c0-4a09-ab8b-795ab6b88bde} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3226 | 2025.01.16 23:26:00.401077 [ 5 ] {09580572-00c0-4a09-ab8b-795ab6b88bde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3227 | 2025.01.16 23:26:00.401451 [ 5 ] {09580572-00c0-4a09-ab8b-795ab6b88bde} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3228 | 2025.01.16 23:26:00.401697 [ 5 ] {09580572-00c0-4a09-ab8b-795ab6b88bde} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3229 | 2025.01.16 23:26:00.401981 [ 5 ] {09580572-00c0-4a09-ab8b-795ab6b88bde} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001585 sec., 29022.082018927445 rows/sec., 2.09 MiB/sec. | ||
| 3230 | 2025.01.16 23:26:00.402163 [ 5 ] {09580572-00c0-4a09-ab8b-795ab6b88bde} <Debug> TCPHandler: Processed in 0.001920237 sec. | ||
| 3231 | 2025.01.16 23:26:00.402331 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3232 | 2025.01.16 23:26:00.402447 [ 255 ] {246fb114-1ba6-4e76-bf62-97265b08b73b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3233 | 2025.01.16 23:26:00.402498 [ 255 ] {246fb114-1ba6-4e76-bf62-97265b08b73b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3234 | 2025.01.16 23:26:00.403091 [ 255 ] {246fb114-1ba6-4e76-bf62-97265b08b73b} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3235 | 2025.01.16 23:26:00.403133 [ 255 ] {246fb114-1ba6-4e76-bf62-97265b08b73b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3236 | 2025.01.16 23:26:00.403549 [ 255 ] {246fb114-1ba6-4e76-bf62-97265b08b73b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3237 | 2025.01.16 23:26:00.403802 [ 255 ] {246fb114-1ba6-4e76-bf62-97265b08b73b} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3238 | 2025.01.16 23:26:00.404069 [ 255 ] {246fb114-1ba6-4e76-bf62-97265b08b73b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001639 sec., 8541.793776693105 rows/sec., 598.21 KiB/sec. | ||
| 3239 | 2025.01.16 23:26:00.404256 [ 255 ] {246fb114-1ba6-4e76-bf62-97265b08b73b} <Debug> TCPHandler: Processed in 0.001976728 sec. | ||
| 3240 | 2025.01.16 23:26:00.404418 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3241 | 2025.01.16 23:26:00.404539 [ 5 ] {62f081d2-10c7-4f7c-883c-f408a21183c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3242 | 2025.01.16 23:26:00.404587 [ 5 ] {62f081d2-10c7-4f7c-883c-f408a21183c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3243 | 2025.01.16 23:26:00.405174 [ 5 ] {62f081d2-10c7-4f7c-883c-f408a21183c3} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3244 | 2025.01.16 23:26:00.405217 [ 5 ] {62f081d2-10c7-4f7c-883c-f408a21183c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3245 | 2025.01.16 23:26:00.405594 [ 5 ] {62f081d2-10c7-4f7c-883c-f408a21183c3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3246 | 2025.01.16 23:26:00.405835 [ 5 ] {62f081d2-10c7-4f7c-883c-f408a21183c3} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3247 | 2025.01.16 23:26:00.406053 [ 5 ] {62f081d2-10c7-4f7c-883c-f408a21183c3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001539 sec., 8447.043534762834 rows/sec., 526.67 KiB/sec. | ||
| 3248 | 2025.01.16 23:26:00.406114 [ 5 ] {62f081d2-10c7-4f7c-883c-f408a21183c3} <Debug> TCPHandler: Processed in 0.001753174 sec. | ||
| 3249 | 2025.01.16 23:26:00.406264 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3250 | 2025.01.16 23:26:00.406377 [ 255 ] {f0f79eb4-8898-4986-93cd-1162db6a0a4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3251 | 2025.01.16 23:26:00.406425 [ 255 ] {f0f79eb4-8898-4986-93cd-1162db6a0a4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3252 | 2025.01.16 23:26:00.407219 [ 255 ] {f0f79eb4-8898-4986-93cd-1162db6a0a4d} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3253 | 2025.01.16 23:26:00.407264 [ 255 ] {f0f79eb4-8898-4986-93cd-1162db6a0a4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3254 | 2025.01.16 23:26:00.407659 [ 255 ] {f0f79eb4-8898-4986-93cd-1162db6a0a4d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3255 | 2025.01.16 23:26:00.407908 [ 255 ] {f0f79eb4-8898-4986-93cd-1162db6a0a4d} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3256 | 2025.01.16 23:26:00.408126 [ 255 ] {f0f79eb4-8898-4986-93cd-1162db6a0a4d} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001773 sec., 237450.6486181613 rows/sec., 16.97 MiB/sec. | ||
| 3257 | 2025.01.16 23:26:00.408182 [ 255 ] {f0f79eb4-8898-4986-93cd-1162db6a0a4d} <Debug> TCPHandler: Processed in 0.001974328 sec. | ||
| 3258 | 2025.01.16 23:26:00.408345 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3259 | 2025.01.16 23:26:00.408457 [ 5 ] {aa2a2615-50bb-4152-a570-21549a0e4c79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3260 | 2025.01.16 23:26:00.408511 [ 5 ] {aa2a2615-50bb-4152-a570-21549a0e4c79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3261 | 2025.01.16 23:26:00.408959 [ 5 ] {aa2a2615-50bb-4152-a570-21549a0e4c79} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3262 | 2025.01.16 23:26:00.408999 [ 5 ] {aa2a2615-50bb-4152-a570-21549a0e4c79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3263 | 2025.01.16 23:26:00.409360 [ 5 ] {aa2a2615-50bb-4152-a570-21549a0e4c79} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3264 | 2025.01.16 23:26:00.409597 [ 5 ] {aa2a2615-50bb-4152-a570-21549a0e4c79} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3265 | 2025.01.16 23:26:00.409879 [ 5 ] {aa2a2615-50bb-4152-a570-21549a0e4c79} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001423 sec., 4216.44413211525 rows/sec., 220.29 KiB/sec. | ||
| 3266 | 2025.01.16 23:26:00.410007 [ 5 ] {aa2a2615-50bb-4152-a570-21549a0e4c79} <Debug> TCPHandler: Processed in 0.001718333 sec. | ||
| 3267 | 2025.01.16 23:26:00.410184 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3268 | 2025.01.16 23:26:00.410324 [ 255 ] {bf110a59-81c9-40e3-a11e-b85196fa5de2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3269 | 2025.01.16 23:26:00.410382 [ 255 ] {bf110a59-81c9-40e3-a11e-b85196fa5de2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3270 | 2025.01.16 23:26:00.411046 [ 255 ] {bf110a59-81c9-40e3-a11e-b85196fa5de2} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3271 | 2025.01.16 23:26:00.411093 [ 255 ] {bf110a59-81c9-40e3-a11e-b85196fa5de2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3272 | 2025.01.16 23:26:00.411626 [ 255 ] {bf110a59-81c9-40e3-a11e-b85196fa5de2} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3273 | 2025.01.16 23:26:00.411905 [ 255 ] {bf110a59-81c9-40e3-a11e-b85196fa5de2} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3274 | 2025.01.16 23:26:00.412125 [ 255 ] {bf110a59-81c9-40e3-a11e-b85196fa5de2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001824 sec., 129934.21052631579 rows/sec., 8.71 MiB/sec. | ||
| 3275 | 2025.01.16 23:26:00.412184 [ 255 ] {bf110a59-81c9-40e3-a11e-b85196fa5de2} <Debug> TCPHandler: Processed in 0.00206624 sec. | ||
| 3276 | 2025.01.16 23:26:00.412332 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3277 | 2025.01.16 23:26:00.412445 [ 5 ] {863f1826-a482-4064-8ef7-d037061b80ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3278 | 2025.01.16 23:26:00.412493 [ 5 ] {863f1826-a482-4064-8ef7-d037061b80ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3279 | 2025.01.16 23:26:00.412932 [ 5 ] {863f1826-a482-4064-8ef7-d037061b80ec} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3280 | 2025.01.16 23:26:00.412972 [ 5 ] {863f1826-a482-4064-8ef7-d037061b80ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3281 | 2025.01.16 23:26:00.413334 [ 5 ] {863f1826-a482-4064-8ef7-d037061b80ec} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3282 | 2025.01.16 23:26:00.413574 [ 5 ] {863f1826-a482-4064-8ef7-d037061b80ec} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3283 | 2025.01.16 23:26:00.413826 [ 5 ] {863f1826-a482-4064-8ef7-d037061b80ec} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001398 sec., 715.307582260372 rows/sec., 48.20 KiB/sec. | ||
| 3284 | 2025.01.16 23:26:00.414020 [ 5 ] {863f1826-a482-4064-8ef7-d037061b80ec} <Debug> TCPHandler: Processed in 0.001739424 sec. | ||
| 3285 | 2025.01.16 23:26:00.414181 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3286 | 2025.01.16 23:26:00.414295 [ 255 ] {9a29354b-78bc-4a71-8ad2-ea5cf7165537} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3287 | 2025.01.16 23:26:00.414365 [ 255 ] {9a29354b-78bc-4a71-8ad2-ea5cf7165537} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3288 | 2025.01.16 23:26:00.415539 [ 255 ] {9a29354b-78bc-4a71-8ad2-ea5cf7165537} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3289 | 2025.01.16 23:26:00.415586 [ 255 ] {9a29354b-78bc-4a71-8ad2-ea5cf7165537} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3290 | 2025.01.16 23:26:00.416349 [ 255 ] {9a29354b-78bc-4a71-8ad2-ea5cf7165537} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3291 | 2025.01.16 23:26:00.416638 [ 255 ] {9a29354b-78bc-4a71-8ad2-ea5cf7165537} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3292 | 2025.01.16 23:26:00.416992 [ 255 ] {9a29354b-78bc-4a71-8ad2-ea5cf7165537} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002697 sec., 14460.511679644049 rows/sec., 25.91 MiB/sec. | ||
| 3293 | 2025.01.16 23:26:00.417253 [ 255 ] {9a29354b-78bc-4a71-8ad2-ea5cf7165537} <Debug> TCPHandler: Processed in 0.00312468 sec. | ||
| 3294 | 2025.01.16 23:26:00.417429 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3295 | 2025.01.16 23:26:00.417551 [ 5 ] {c23c0863-3a92-4ca0-9e33-1e1c55d1c723} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3296 | 2025.01.16 23:26:00.417604 [ 5 ] {c23c0863-3a92-4ca0-9e33-1e1c55d1c723} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3297 | 2025.01.16 23:26:00.418260 [ 5 ] {c23c0863-3a92-4ca0-9e33-1e1c55d1c723} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3298 | 2025.01.16 23:26:00.418314 [ 5 ] {c23c0863-3a92-4ca0-9e33-1e1c55d1c723} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3299 | 2025.01.16 23:26:00.418829 [ 5 ] {c23c0863-3a92-4ca0-9e33-1e1c55d1c723} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3300 | 2025.01.16 23:26:00.419141 [ 5 ] {c23c0863-3a92-4ca0-9e33-1e1c55d1c723} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3301 | 2025.01.16 23:26:00.419399 [ 5 ] {c23c0863-3a92-4ca0-9e33-1e1c55d1c723} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001871 sec., 43826.83057188669 rows/sec., 2.78 MiB/sec. | ||
| 3302 | 2025.01.16 23:26:00.419481 [ 5 ] {c23c0863-3a92-4ca0-9e33-1e1c55d1c723} <Debug> TCPHandler: Processed in 0.002105251 sec. | ||
| 3303 | 2025.01.16 23:26:04.054702 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3304 | 2025.01.16 23:26:04.054756 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3305 | 2025.01.16 23:26:04.193229 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466 | ||
| 3306 | 2025.01.16 23:26:04.194107 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3307 | 2025.01.16 23:26:04.194154 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3308 | 2025.01.16 23:26:04.194729 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3309 | 2025.01.16 23:26:04.194981 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3310 | 2025.01.16 23:26:04.195257 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 3311 | 2025.01.16 23:26:04.643407 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 3312 | 2025.01.16 23:26:04.663704 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3313 | 2025.01.16 23:26:04.663765 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3314 | 2025.01.16 23:26:04.671721 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3315 | 2025.01.16 23:26:04.672520 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3316 | 2025.01.16 23:26:04.675679 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 3317 | 2025.01.16 23:26:05.384980 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3318 | 2025.01.16 23:26:05.385278 [ 5 ] {a7a4bcbe-04fb-48b0-bffb-c0e701a1f0c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3319 | 2025.01.16 23:26:05.385394 [ 5 ] {a7a4bcbe-04fb-48b0-bffb-c0e701a1f0c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3320 | 2025.01.16 23:26:05.386300 [ 5 ] {a7a4bcbe-04fb-48b0-bffb-c0e701a1f0c5} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3321 | 2025.01.16 23:26:05.386353 [ 5 ] {a7a4bcbe-04fb-48b0-bffb-c0e701a1f0c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3322 | 2025.01.16 23:26:05.386782 [ 5 ] {a7a4bcbe-04fb-48b0-bffb-c0e701a1f0c5} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3323 | 2025.01.16 23:26:05.387047 [ 5 ] {a7a4bcbe-04fb-48b0-bffb-c0e701a1f0c5} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3324 | 2025.01.16 23:26:05.387318 [ 5 ] {a7a4bcbe-04fb-48b0-bffb-c0e701a1f0c5} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002118 sec., 26440.03777148253 rows/sec., 2.03 MiB/sec. | ||
| 3325 | 2025.01.16 23:26:05.387535 [ 5 ] {a7a4bcbe-04fb-48b0-bffb-c0e701a1f0c5} <Debug> TCPHandler: Processed in 0.002744053 sec. | ||
| 3326 | 2025.01.16 23:26:05.387725 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3327 | 2025.01.16 23:26:05.387868 [ 255 ] {d23602b2-7600-449e-975a-98bba27bf7fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3328 | 2025.01.16 23:26:05.387927 [ 255 ] {d23602b2-7600-449e-975a-98bba27bf7fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3329 | 2025.01.16 23:26:05.388649 [ 255 ] {d23602b2-7600-449e-975a-98bba27bf7fa} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3330 | 2025.01.16 23:26:05.388699 [ 255 ] {d23602b2-7600-449e-975a-98bba27bf7fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3331 | 2025.01.16 23:26:05.389069 [ 255 ] {d23602b2-7600-449e-975a-98bba27bf7fa} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3332 | 2025.01.16 23:26:05.389306 [ 255 ] {d23602b2-7600-449e-975a-98bba27bf7fa} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3333 | 2025.01.16 23:26:05.389577 [ 255 ] {d23602b2-7600-449e-975a-98bba27bf7fa} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001741 sec., 36760.48248133257 rows/sec., 2.87 MiB/sec. | ||
| 3334 | 2025.01.16 23:26:05.389798 [ 255 ] {d23602b2-7600-449e-975a-98bba27bf7fa} <Debug> TCPHandler: Processed in 0.002139601 sec. | ||
| 3335 | 2025.01.16 23:26:05.389946 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3336 | 2025.01.16 23:26:05.390055 [ 5 ] {d4debe7d-397a-4f63-aecc-72d498942699} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3337 | 2025.01.16 23:26:05.390106 [ 5 ] {d4debe7d-397a-4f63-aecc-72d498942699} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3338 | 2025.01.16 23:26:05.390663 [ 5 ] {d4debe7d-397a-4f63-aecc-72d498942699} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3339 | 2025.01.16 23:26:05.390701 [ 5 ] {d4debe7d-397a-4f63-aecc-72d498942699} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3340 | 2025.01.16 23:26:05.391079 [ 5 ] {d4debe7d-397a-4f63-aecc-72d498942699} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3341 | 2025.01.16 23:26:05.391313 [ 5 ] {d4debe7d-397a-4f63-aecc-72d498942699} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3342 | 2025.01.16 23:26:05.391515 [ 5 ] {d4debe7d-397a-4f63-aecc-72d498942699} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001492 sec., 107238.60589812332 rows/sec., 7.47 MiB/sec. | ||
| 3343 | 2025.01.16 23:26:05.391565 [ 5 ] {d4debe7d-397a-4f63-aecc-72d498942699} <Debug> TCPHandler: Processed in 0.001686733 sec. | ||
| 3344 | 2025.01.16 23:26:05.391686 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3345 | 2025.01.16 23:26:05.391804 [ 255 ] {027d7480-cf0e-44e5-87ae-84c732945e20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3346 | 2025.01.16 23:26:05.391856 [ 255 ] {027d7480-cf0e-44e5-87ae-84c732945e20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3347 | 2025.01.16 23:26:05.392419 [ 255 ] {027d7480-cf0e-44e5-87ae-84c732945e20} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3348 | 2025.01.16 23:26:05.392466 [ 255 ] {027d7480-cf0e-44e5-87ae-84c732945e20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3349 | 2025.01.16 23:26:05.392864 [ 255 ] {027d7480-cf0e-44e5-87ae-84c732945e20} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3350 | 2025.01.16 23:26:05.393100 [ 255 ] {027d7480-cf0e-44e5-87ae-84c732945e20} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3351 | 2025.01.16 23:26:05.393322 [ 255 ] {027d7480-cf0e-44e5-87ae-84c732945e20} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001517 sec., 39551.74686882004 rows/sec., 2.67 MiB/sec. | ||
| 3352 | 2025.01.16 23:26:05.393438 [ 255 ] {027d7480-cf0e-44e5-87ae-84c732945e20} <Debug> TCPHandler: Processed in 0.001781814 sec. | ||
| 3353 | 2025.01.16 23:26:05.804705 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3354 | 2025.01.16 23:26:05.804951 [ 5 ] {7b4c27ad-b02a-4a78-8249-c8d5b47d0556} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3355 | 2025.01.16 23:26:05.805048 [ 5 ] {7b4c27ad-b02a-4a78-8249-c8d5b47d0556} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3356 | 2025.01.16 23:26:05.806044 [ 5 ] {7b4c27ad-b02a-4a78-8249-c8d5b47d0556} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3357 | 2025.01.16 23:26:05.806086 [ 5 ] {7b4c27ad-b02a-4a78-8249-c8d5b47d0556} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3358 | 2025.01.16 23:26:05.806519 [ 5 ] {7b4c27ad-b02a-4a78-8249-c8d5b47d0556} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3359 | 2025.01.16 23:26:05.806771 [ 5 ] {7b4c27ad-b02a-4a78-8249-c8d5b47d0556} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3360 | 2025.01.16 23:26:05.806909 [ 154 ] {} <Debug> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3361 | 2025.01.16 23:26:05.806955 [ 154 ] {} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3362 | 2025.01.16 23:26:05.806979 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3363 | 2025.01.16 23:26:05.806986 [ 5 ] {7b4c27ad-b02a-4a78-8249-c8d5b47d0556} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002068 sec., 6769.825918762089 rows/sec., 487.34 KiB/sec. | ||
| 3364 | 2025.01.16 23:26:05.807103 [ 5 ] {7b4c27ad-b02a-4a78-8249-c8d5b47d0556} <Debug> TCPHandler: Processed in 0.002508678 sec. | ||
| 3365 | 2025.01.16 23:26:05.807118 [ 199 ] {36238c60-81c7-4682-8ed9-f95b6c464189::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 | ||
| 3366 | 2025.01.16 23:26:05.807229 [ 199 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3367 | 2025.01.16 23:26:05.807262 [ 199 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 14 rows starting from the beginning of the part | ||
| 3368 | 2025.01.16 23:26:05.807268 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3369 | 2025.01.16 23:26:05.807330 [ 199 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part | ||
| 3370 | 2025.01.16 23:26:05.807576 [ 255 ] {f1787679-2c7d-4e69-8db5-7b1c8c504d50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3371 | 2025.01.16 23:26:05.807605 [ 199 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part | ||
| 3372 | 2025.01.16 23:26:05.807835 [ 255 ] {f1787679-2c7d-4e69-8db5-7b1c8c504d50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3373 | 2025.01.16 23:26:05.808063 [ 199 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part | ||
| 3374 | 2025.01.16 23:26:05.808381 [ 199 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part | ||
| 3375 | 2025.01.16 23:26:05.809940 [ 190 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.002898305 sec., 24152.047489825953 rows/sec., 1.79 MiB/sec. | ||
| 3376 | 2025.01.16 23:26:05.810193 [ 190 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3377 | 2025.01.16 23:26:05.810337 [ 255 ] {f1787679-2c7d-4e69-8db5-7b1c8c504d50} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3378 | 2025.01.16 23:26:05.810389 [ 255 ] {f1787679-2c7d-4e69-8db5-7b1c8c504d50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3379 | 2025.01.16 23:26:05.810807 [ 190 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_9_2} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3380 | 2025.01.16 23:26:05.810987 [ 190 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_9_2} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3381 | 2025.01.16 23:26:05.811105 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3382 | 2025.01.16 23:26:05.811206 [ 255 ] {f1787679-2c7d-4e69-8db5-7b1c8c504d50} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3383 | 2025.01.16 23:26:05.811472 [ 255 ] {f1787679-2c7d-4e69-8db5-7b1c8c504d50} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3384 | 2025.01.16 23:26:05.811600 [ 154 ] {} <Debug> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3385 | 2025.01.16 23:26:05.811639 [ 154 ] {} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3386 | 2025.01.16 23:26:05.811662 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3387 | 2025.01.16 23:26:05.811674 [ 255 ] {f1787679-2c7d-4e69-8db5-7b1c8c504d50} <Debug> executeQuery: Read 1421 rows, 121.98 KiB in 0.004268 sec., 332942.8303655108 rows/sec., 27.91 MiB/sec. | ||
| 3388 | 2025.01.16 23:26:05.811864 [ 255 ] {f1787679-2c7d-4e69-8db5-7b1c8c504d50} <Debug> TCPHandler: Processed in 0.004661879 sec. | ||
| 3389 | 2025.01.16 23:26:05.811943 [ 189 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::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 | ||
| 3390 | 2025.01.16 23:26:05.812078 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3391 | 2025.01.16 23:26:05.812162 [ 189 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3392 | 2025.01.16 23:26:05.812237 [ 189 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1363 rows starting from the beginning of the part | ||
| 3393 | 2025.01.16 23:26:05.812314 [ 5 ] {f1ba7366-6c10-4d9c-a249-3d6e22be49d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3394 | 2025.01.16 23:26:05.812500 [ 189 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 282 rows starting from the beginning of the part | ||
| 3395 | 2025.01.16 23:26:05.812510 [ 5 ] {f1ba7366-6c10-4d9c-a249-3d6e22be49d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3396 | 2025.01.16 23:26:05.812862 [ 189 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 58 rows starting from the beginning of the part | ||
| 3397 | 2025.01.16 23:26:05.813176 [ 189 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 281 rows starting from the beginning of the part | ||
| 3398 | 2025.01.16 23:26:05.813451 [ 189 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::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 | ||
| 3399 | 2025.01.16 23:26:05.813801 [ 189 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1421 rows starting from the beginning of the part | ||
| 3400 | 2025.01.16 23:26:05.815231 [ 5 ] {f1ba7366-6c10-4d9c-a249-3d6e22be49d2} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3401 | 2025.01.16 23:26:05.815305 [ 5 ] {f1ba7366-6c10-4d9c-a249-3d6e22be49d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3402 | 2025.01.16 23:26:05.816413 [ 5 ] {f1ba7366-6c10-4d9c-a249-3d6e22be49d2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3403 | 2025.01.16 23:26:05.816782 [ 5 ] {f1ba7366-6c10-4d9c-a249-3d6e22be49d2} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3404 | 2025.01.16 23:26:05.816939 [ 154 ] {} <Debug> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 3405 | 2025.01.16 23:26:05.817000 [ 154 ] {} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3406 | 2025.01.16 23:26:05.817027 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3407 | 2025.01.16 23:26:05.817040 [ 5 ] {f1ba7366-6c10-4d9c-a249-3d6e22be49d2} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.004786 sec., 9611.36648558295 rows/sec., 708.04 KiB/sec. | ||
| 3408 | 2025.01.16 23:26:05.817492 [ 5 ] {f1ba7366-6c10-4d9c-a249-3d6e22be49d2} <Debug> TCPHandler: Processed in 0.005496585 sec. | ||
| 3409 | 2025.01.16 23:26:05.817639 [ 199 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::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 | ||
| 3410 | 2025.01.16 23:26:05.817832 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3411 | 2025.01.16 23:26:05.818208 [ 199 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3412 | 2025.01.16 23:26:05.818219 [ 255 ] {ffc982c6-2e83-4a08-ac84-095d0202428a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3413 | 2025.01.16 23:26:05.818223 [ 191 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3461 rows, containing 5 columns (5 merged, 0 gathered) in 0.006459624 sec., 535789.6992146912 rows/sec., 47.14 MiB/sec. | ||
| 3414 | 2025.01.16 23:26:05.818248 [ 199 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 15 rows starting from the beginning of the part | ||
| 3415 | 2025.01.16 23:26:05.818300 [ 255 ] {ffc982c6-2e83-4a08-ac84-095d0202428a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3416 | 2025.01.16 23:26:05.818562 [ 199 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 23 rows starting from the beginning of the part | ||
| 3417 | 2025.01.16 23:26:05.818712 [ 191 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3418 | 2025.01.16 23:26:05.819272 [ 199 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 46 rows starting from the beginning of the part | ||
| 3419 | 2025.01.16 23:26:05.819728 [ 199 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
| 3420 | 2025.01.16 23:26:05.820036 [ 191 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_21_4} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3421 | 2025.01.16 23:26:05.820311 [ 199 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 46 rows starting from the beginning of the part | ||
| 3422 | 2025.01.16 23:26:05.820427 [ 191 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_21_4} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3423 | 2025.01.16 23:26:05.820844 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
| 3424 | 2025.01.16 23:26:05.820884 [ 199 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 46 rows starting from the beginning of the part | ||
| 3425 | 2025.01.16 23:26:05.821857 [ 255 ] {ffc982c6-2e83-4a08-ac84-095d0202428a} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3426 | 2025.01.16 23:26:05.821905 [ 255 ] {ffc982c6-2e83-4a08-ac84-095d0202428a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3427 | 2025.01.16 23:26:05.822491 [ 198 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 5 columns (5 merged, 0 gathered) in 0.005330643 sec., 33767.03335788947 rows/sec., 2.53 MiB/sec. | ||
| 3428 | 2025.01.16 23:26:05.822547 [ 255 ] {ffc982c6-2e83-4a08-ac84-095d0202428a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3429 | 2025.01.16 23:26:05.822715 [ 198 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 3430 | 2025.01.16 23:26:05.823001 [ 255 ] {ffc982c6-2e83-4a08-ac84-095d0202428a} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3431 | 2025.01.16 23:26:05.823252 [ 198 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_10_2} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3432 | 2025.01.16 23:26:05.823354 [ 255 ] {ffc982c6-2e83-4a08-ac84-095d0202428a} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005205 sec., 46493.756003842456 rows/sec., 3.15 MiB/sec. | ||
| 3433 | 2025.01.16 23:26:05.823420 [ 198 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_10_2} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 3434 | 2025.01.16 23:26:05.823492 [ 255 ] {ffc982c6-2e83-4a08-ac84-095d0202428a} <Debug> TCPHandler: Processed in 0.005857933 sec. | ||
| 3435 | 2025.01.16 23:26:05.823651 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 3436 | 2025.01.16 23:26:05.823700 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3437 | 2025.01.16 23:26:05.823825 [ 5 ] {a0774543-7ae5-4483-b497-f5e59aad5410} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3438 | 2025.01.16 23:26:05.823880 [ 5 ] {a0774543-7ae5-4483-b497-f5e59aad5410} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3439 | 2025.01.16 23:26:05.824547 [ 5 ] {a0774543-7ae5-4483-b497-f5e59aad5410} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3440 | 2025.01.16 23:26:05.824594 [ 5 ] {a0774543-7ae5-4483-b497-f5e59aad5410} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3441 | 2025.01.16 23:26:05.824983 [ 5 ] {a0774543-7ae5-4483-b497-f5e59aad5410} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3442 | 2025.01.16 23:26:05.825230 [ 5 ] {a0774543-7ae5-4483-b497-f5e59aad5410} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3443 | 2025.01.16 23:26:05.825347 [ 154 ] {} <Debug> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3444 | 2025.01.16 23:26:05.825388 [ 154 ] {} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3445 | 2025.01.16 23:26:05.825412 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3446 | 2025.01.16 23:26:05.825420 [ 5 ] {a0774543-7ae5-4483-b497-f5e59aad5410} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001622 sec., 8014.796547472257 rows/sec., 499.72 KiB/sec. | ||
| 3447 | 2025.01.16 23:26:05.825539 [ 5 ] {a0774543-7ae5-4483-b497-f5e59aad5410} <Debug> TCPHandler: Processed in 0.001925727 sec. | ||
| 3448 | 2025.01.16 23:26:05.825552 [ 191 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::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 | ||
| 3449 | 2025.01.16 23:26:05.825677 [ 191 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3450 | 2025.01.16 23:26:05.825684 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3451 | 2025.01.16 23:26:05.825711 [ 191 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 13 rows starting from the beginning of the part | ||
| 3452 | 2025.01.16 23:26:05.825938 [ 191 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 13 rows starting from the beginning of the part | ||
| 3453 | 2025.01.16 23:26:05.825963 [ 255 ] {987f785e-c2c6-4096-b1f9-71cf4f1a28c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3454 | 2025.01.16 23:26:05.826161 [ 255 ] {987f785e-c2c6-4096-b1f9-71cf4f1a28c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3455 | 2025.01.16 23:26:05.826292 [ 191 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 13 rows starting from the beginning of the part | ||
| 3456 | 2025.01.16 23:26:05.826611 [ 191 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 13 rows starting from the beginning of the part | ||
| 3457 | 2025.01.16 23:26:05.826928 [ 191 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 13 rows starting from the beginning of the part | ||
| 3458 | 2025.01.16 23:26:05.828442 [ 187 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.002982997 sec., 21790.166064531746 rows/sec., 1.41 MiB/sec. | ||
| 3459 | 2025.01.16 23:26:05.828508 [ 255 ] {987f785e-c2c6-4096-b1f9-71cf4f1a28c7} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3460 | 2025.01.16 23:26:05.828550 [ 255 ] {987f785e-c2c6-4096-b1f9-71cf4f1a28c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3461 | 2025.01.16 23:26:05.828582 [ 187 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3462 | 2025.01.16 23:26:05.828958 [ 187 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_9_2} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3463 | 2025.01.16 23:26:05.829043 [ 187 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_9_2} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3464 | 2025.01.16 23:26:05.829083 [ 255 ] {987f785e-c2c6-4096-b1f9-71cf4f1a28c7} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3465 | 2025.01.16 23:26:05.829112 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3466 | 2025.01.16 23:26:05.829334 [ 255 ] {987f785e-c2c6-4096-b1f9-71cf4f1a28c7} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3467 | 2025.01.16 23:26:05.829468 [ 154 ] {} <Debug> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3468 | 2025.01.16 23:26:05.829520 [ 154 ] {} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3469 | 2025.01.16 23:26:05.829520 [ 255 ] {987f785e-c2c6-4096-b1f9-71cf4f1a28c7} <Debug> executeQuery: Read 877 rows, 65.09 KiB in 0.003712 sec., 236260.77586206896 rows/sec., 17.13 MiB/sec. | ||
| 3470 | 2025.01.16 23:26:05.829547 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3471 | 2025.01.16 23:26:05.829630 [ 255 ] {987f785e-c2c6-4096-b1f9-71cf4f1a28c7} <Debug> TCPHandler: Processed in 0.004006977 sec. | ||
| 3472 | 2025.01.16 23:26:05.829679 [ 199 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::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 | ||
| 3473 | 2025.01.16 23:26:05.829774 [ 199 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3474 | 2025.01.16 23:26:05.829791 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3475 | 2025.01.16 23:26:05.829803 [ 199 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 854 rows starting from the beginning of the part | ||
| 3476 | 2025.01.16 23:26:05.829995 [ 199 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 439 rows starting from the beginning of the part | ||
| 3477 | 2025.01.16 23:26:05.830119 [ 5 ] {e2f30b46-dd41-4cd7-9eaa-8968c853185d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3478 | 2025.01.16 23:26:05.830290 [ 199 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 68 rows starting from the beginning of the part | ||
| 3479 | 2025.01.16 23:26:05.830298 [ 5 ] {e2f30b46-dd41-4cd7-9eaa-8968c853185d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3480 | 2025.01.16 23:26:05.830505 [ 199 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 421 rows starting from the beginning of the part | ||
| 3481 | 2025.01.16 23:26:05.830721 [ 199 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::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 | ||
| 3482 | 2025.01.16 23:26:05.830940 [ 199 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 877 rows starting from the beginning of the part | ||
| 3483 | 2025.01.16 23:26:05.831595 [ 5 ] {e2f30b46-dd41-4cd7-9eaa-8968c853185d} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3484 | 2025.01.16 23:26:05.831638 [ 5 ] {e2f30b46-dd41-4cd7-9eaa-8968c853185d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3485 | 2025.01.16 23:26:05.832214 [ 5 ] {e2f30b46-dd41-4cd7-9eaa-8968c853185d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3486 | 2025.01.16 23:26:05.832465 [ 5 ] {e2f30b46-dd41-4cd7-9eaa-8968c853185d} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3487 | 2025.01.16 23:26:05.832778 [ 5 ] {e2f30b46-dd41-4cd7-9eaa-8968c853185d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002758 sec., 2175.489485134155 rows/sec., 113.66 KiB/sec. | ||
| 3488 | 2025.01.16 23:26:05.833087 [ 5 ] {e2f30b46-dd41-4cd7-9eaa-8968c853185d} <Debug> TCPHandler: Processed in 0.003349504 sec. | ||
| 3489 | 2025.01.16 23:26:05.833161 [ 199 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2723 rows, containing 5 columns (5 merged, 0 gathered) in 0.003535368 sec., 770216.848712779 rows/sec., 58.73 MiB/sec. | ||
| 3490 | 2025.01.16 23:26:05.833241 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3491 | 2025.01.16 23:26:05.833321 [ 191 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3492 | 2025.01.16 23:26:05.833377 [ 255 ] {ca538882-8a2f-4274-90b1-05488e742f9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3493 | 2025.01.16 23:26:05.833434 [ 255 ] {ca538882-8a2f-4274-90b1-05488e742f9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3494 | 2025.01.16 23:26:05.833682 [ 191 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_21_4} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3495 | 2025.01.16 23:26:05.833779 [ 191 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_21_4} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3496 | 2025.01.16 23:26:05.833840 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 3497 | 2025.01.16 23:26:05.834282 [ 255 ] {ca538882-8a2f-4274-90b1-05488e742f9d} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3498 | 2025.01.16 23:26:05.834320 [ 255 ] {ca538882-8a2f-4274-90b1-05488e742f9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3499 | 2025.01.16 23:26:05.834734 [ 255 ] {ca538882-8a2f-4274-90b1-05488e742f9d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3500 | 2025.01.16 23:26:05.834964 [ 255 ] {ca538882-8a2f-4274-90b1-05488e742f9d} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3501 | 2025.01.16 23:26:05.835111 [ 153 ] {} <Debug> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3502 | 2025.01.16 23:26:05.835164 [ 153 ] {} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3503 | 2025.01.16 23:26:05.835203 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3504 | 2025.01.16 23:26:05.835200 [ 255 ] {ca538882-8a2f-4274-90b1-05488e742f9d} <Debug> executeQuery: Read 955 rows, 64.97 KiB in 0.001853 sec., 515380.46411225037 rows/sec., 34.24 MiB/sec. | ||
| 3505 | 2025.01.16 23:26:05.835556 [ 255 ] {ca538882-8a2f-4274-90b1-05488e742f9d} <Debug> TCPHandler: Processed in 0.002358825 sec. | ||
| 3506 | 2025.01.16 23:26:05.835587 [ 202 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::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 | ||
| 3507 | 2025.01.16 23:26:05.835931 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3508 | 2025.01.16 23:26:05.835985 [ 202 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3509 | 2025.01.16 23:26:05.836030 [ 202 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5866 rows starting from the beginning of the part | ||
| 3510 | 2025.01.16 23:26:05.836219 [ 5 ] {aa93a40f-d0e6-4147-98f1-61a2b3542420} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3511 | 2025.01.16 23:26:05.836332 [ 202 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::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 | ||
| 3512 | 2025.01.16 23:26:05.836383 [ 5 ] {aa93a40f-d0e6-4147-98f1-61a2b3542420} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3513 | 2025.01.16 23:26:05.836647 [ 202 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 162 rows starting from the beginning of the part | ||
| 3514 | 2025.01.16 23:26:05.836964 [ 202 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 237 rows starting from the beginning of the part | ||
| 3515 | 2025.01.16 23:26:05.837327 [ 202 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part | ||
| 3516 | 2025.01.16 23:26:05.837662 [ 202 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 955 rows starting from the beginning of the part | ||
| 3517 | 2025.01.16 23:26:05.838557 [ 5 ] {aa93a40f-d0e6-4147-98f1-61a2b3542420} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3518 | 2025.01.16 23:26:05.838619 [ 5 ] {aa93a40f-d0e6-4147-98f1-61a2b3542420} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3519 | 2025.01.16 23:26:05.839159 [ 5 ] {aa93a40f-d0e6-4147-98f1-61a2b3542420} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3520 | 2025.01.16 23:26:05.839714 [ 5 ] {aa93a40f-d0e6-4147-98f1-61a2b3542420} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3521 | 2025.01.16 23:26:05.840165 [ 5 ] {aa93a40f-d0e6-4147-98f1-61a2b3542420} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004053 sec., 246.7308166790032 rows/sec., 16.63 KiB/sec. | ||
| 3522 | 2025.01.16 23:26:05.840256 [ 5 ] {aa93a40f-d0e6-4147-98f1-61a2b3542420} <Debug> TCPHandler: Processed in 0.004536847 sec. | ||
| 3523 | 2025.01.16 23:26:05.840392 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3524 | 2025.01.16 23:26:05.840513 [ 255 ] {e6317d41-de5d-48ee-92d8-91f1a5d416e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3525 | 2025.01.16 23:26:05.840617 [ 255 ] {e6317d41-de5d-48ee-92d8-91f1a5d416e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3526 | 2025.01.16 23:26:05.841649 [ 191 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7617 rows, containing 5 columns (5 merged, 0 gathered) in 0.006359902 sec., 1197659.9639428407 rows/sec., 80.52 MiB/sec. | ||
| 3527 | 2025.01.16 23:26:05.842223 [ 255 ] {e6317d41-de5d-48ee-92d8-91f1a5d416e3} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3528 | 2025.01.16 23:26:05.842264 [ 255 ] {e6317d41-de5d-48ee-92d8-91f1a5d416e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3529 | 2025.01.16 23:26:05.842304 [ 199 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3530 | 2025.01.16 23:26:05.842753 [ 199 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3531 | 2025.01.16 23:26:05.842874 [ 199 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3532 | 2025.01.16 23:26:05.842974 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.46 MiB. | ||
| 3533 | 2025.01.16 23:26:05.843167 [ 255 ] {e6317d41-de5d-48ee-92d8-91f1a5d416e3} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3534 | 2025.01.16 23:26:05.843433 [ 255 ] {e6317d41-de5d-48ee-92d8-91f1a5d416e3} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3535 | 2025.01.16 23:26:05.843707 [ 255 ] {e6317d41-de5d-48ee-92d8-91f1a5d416e3} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003215 sec., 12130.637636080872 rows/sec., 21.74 MiB/sec. | ||
| 3536 | 2025.01.16 23:26:05.843815 [ 255 ] {e6317d41-de5d-48ee-92d8-91f1a5d416e3} <Debug> TCPHandler: Processed in 0.003474927 sec. | ||
| 3537 | 2025.01.16 23:26:05.843977 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3538 | 2025.01.16 23:26:05.844105 [ 5 ] {b9373e37-cdc8-4442-9225-f1d43f8a8509} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3539 | 2025.01.16 23:26:05.844160 [ 5 ] {b9373e37-cdc8-4442-9225-f1d43f8a8509} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3540 | 2025.01.16 23:26:05.844701 [ 5 ] {b9373e37-cdc8-4442-9225-f1d43f8a8509} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3541 | 2025.01.16 23:26:05.844745 [ 5 ] {b9373e37-cdc8-4442-9225-f1d43f8a8509} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3542 | 2025.01.16 23:26:05.845100 [ 5 ] {b9373e37-cdc8-4442-9225-f1d43f8a8509} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3543 | 2025.01.16 23:26:05.845331 [ 5 ] {b9373e37-cdc8-4442-9225-f1d43f8a8509} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3544 | 2025.01.16 23:26:05.845473 [ 153 ] {} <Debug> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3545 | 2025.01.16 23:26:05.845526 [ 153 ] {} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3546 | 2025.01.16 23:26:05.845555 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3547 | 2025.01.16 23:26:05.845562 [ 5 ] {b9373e37-cdc8-4442-9225-f1d43f8a8509} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001487 sec., 22864.828513786146 rows/sec., 1.33 MiB/sec. | ||
| 3548 | 2025.01.16 23:26:05.845691 [ 5 ] {b9373e37-cdc8-4442-9225-f1d43f8a8509} <Debug> TCPHandler: Processed in 0.001795355 sec. | ||
| 3549 | 2025.01.16 23:26:05.845709 [ 191 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::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 | ||
| 3550 | 2025.01.16 23:26:05.845807 [ 191 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3551 | 2025.01.16 23:26:05.845833 [ 191 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 810 rows starting from the beginning of the part | ||
| 3552 | 2025.01.16 23:26:05.845881 [ 191 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::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 | ||
| 3553 | 2025.01.16 23:26:05.846072 [ 191 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::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 | ||
| 3554 | 2025.01.16 23:26:05.846238 [ 191 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 82 rows starting from the beginning of the part | ||
| 3555 | 2025.01.16 23:26:05.846296 [ 191 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part | ||
| 3556 | 2025.01.16 23:26:05.846566 [ 191 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::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 | ||
| 3557 | 2025.01.16 23:26:05.847730 [ 199 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1128 rows, containing 4 columns (4 merged, 0 gathered) in 0.00209156 sec., 539310.371206181 rows/sec., 34.89 MiB/sec. | ||
| 3558 | 2025.01.16 23:26:05.847867 [ 191 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3559 | 2025.01.16 23:26:05.848126 [ 191 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_21_4} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3560 | 2025.01.16 23:26:05.848195 [ 191 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_21_4} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3561 | 2025.01.16 23:26:05.848256 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 3562 | 2025.01.16 23:26:06.000183 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 176.56 MiB, peak 181.92 MiB, free memory in arenas 0.00 B, will set to 175.54 MiB (RSS), difference: -1.03 MiB | ||
| 3563 | 2025.01.16 23:26:09.218238 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 488 | ||
| 3564 | 2025.01.16 23:26:09.221757 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3565 | 2025.01.16 23:26:09.221807 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3566 | 2025.01.16 23:26:09.223301 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3567 | 2025.01.16 23:26:09.223609 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3568 | 2025.01.16 23:26:09.224494 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 488 | ||
| 3569 | 2025.01.16 23:26:10.382747 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3570 | 2025.01.16 23:26:10.382953 [ 5 ] {d5079cf3-e5c6-4098-b5ba-61e3487c8bd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3571 | 2025.01.16 23:26:10.383032 [ 5 ] {d5079cf3-e5c6-4098-b5ba-61e3487c8bd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3572 | 2025.01.16 23:26:10.383773 [ 5 ] {d5079cf3-e5c6-4098-b5ba-61e3487c8bd7} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3573 | 2025.01.16 23:26:10.383826 [ 5 ] {d5079cf3-e5c6-4098-b5ba-61e3487c8bd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3574 | 2025.01.16 23:26:10.384260 [ 5 ] {d5079cf3-e5c6-4098-b5ba-61e3487c8bd7} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3575 | 2025.01.16 23:26:10.384513 [ 5 ] {d5079cf3-e5c6-4098-b5ba-61e3487c8bd7} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3576 | 2025.01.16 23:26:10.384713 [ 5 ] {d5079cf3-e5c6-4098-b5ba-61e3487c8bd7} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001825 sec., 30684.931506849316 rows/sec., 2.36 MiB/sec. | ||
| 3577 | 2025.01.16 23:26:10.384814 [ 5 ] {d5079cf3-e5c6-4098-b5ba-61e3487c8bd7} <Debug> TCPHandler: Processed in 0.002225693 sec. | ||
| 3578 | 2025.01.16 23:26:10.385030 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3579 | 2025.01.16 23:26:10.385144 [ 255 ] {d6839c13-6b72-4e04-a418-045f6c2651a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3580 | 2025.01.16 23:26:10.385189 [ 255 ] {d6839c13-6b72-4e04-a418-045f6c2651a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3581 | 2025.01.16 23:26:10.385820 [ 255 ] {d6839c13-6b72-4e04-a418-045f6c2651a5} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3582 | 2025.01.16 23:26:10.385860 [ 255 ] {d6839c13-6b72-4e04-a418-045f6c2651a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3583 | 2025.01.16 23:26:10.386248 [ 255 ] {d6839c13-6b72-4e04-a418-045f6c2651a5} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3584 | 2025.01.16 23:26:10.386489 [ 255 ] {d6839c13-6b72-4e04-a418-045f6c2651a5} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3585 | 2025.01.16 23:26:10.386696 [ 255 ] {d6839c13-6b72-4e04-a418-045f6c2651a5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001531 sec., 41802.74330502939 rows/sec., 3.26 MiB/sec. | ||
| 3586 | 2025.01.16 23:26:10.386748 [ 255 ] {d6839c13-6b72-4e04-a418-045f6c2651a5} <Debug> TCPHandler: Processed in 0.001801315 sec. | ||
| 3587 | 2025.01.16 23:26:10.386885 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3588 | 2025.01.16 23:26:10.386993 [ 5 ] {9db93eb2-82b3-41cc-9b0a-4dbf6649fe78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3589 | 2025.01.16 23:26:10.387052 [ 5 ] {9db93eb2-82b3-41cc-9b0a-4dbf6649fe78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3590 | 2025.01.16 23:26:10.387677 [ 5 ] {9db93eb2-82b3-41cc-9b0a-4dbf6649fe78} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3591 | 2025.01.16 23:26:10.387751 [ 5 ] {9db93eb2-82b3-41cc-9b0a-4dbf6649fe78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3592 | 2025.01.16 23:26:10.388170 [ 5 ] {9db93eb2-82b3-41cc-9b0a-4dbf6649fe78} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3593 | 2025.01.16 23:26:10.388402 [ 5 ] {9db93eb2-82b3-41cc-9b0a-4dbf6649fe78} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3594 | 2025.01.16 23:26:10.388610 [ 5 ] {9db93eb2-82b3-41cc-9b0a-4dbf6649fe78} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001641 sec., 78001.21876904326 rows/sec., 5.43 MiB/sec. | ||
| 3595 | 2025.01.16 23:26:10.388662 [ 5 ] {9db93eb2-82b3-41cc-9b0a-4dbf6649fe78} <Debug> TCPHandler: Processed in 0.001828315 sec. | ||
| 3596 | 2025.01.16 23:26:10.388823 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3597 | 2025.01.16 23:26:10.388931 [ 255 ] {78ef168e-4c9f-4cc8-abd3-2fde2987dc84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3598 | 2025.01.16 23:26:10.388977 [ 255 ] {78ef168e-4c9f-4cc8-abd3-2fde2987dc84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3599 | 2025.01.16 23:26:10.389496 [ 255 ] {78ef168e-4c9f-4cc8-abd3-2fde2987dc84} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3600 | 2025.01.16 23:26:10.389545 [ 255 ] {78ef168e-4c9f-4cc8-abd3-2fde2987dc84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3601 | 2025.01.16 23:26:10.389973 [ 255 ] {78ef168e-4c9f-4cc8-abd3-2fde2987dc84} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3602 | 2025.01.16 23:26:10.390220 [ 255 ] {78ef168e-4c9f-4cc8-abd3-2fde2987dc84} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3603 | 2025.01.16 23:26:10.390456 [ 255 ] {78ef168e-4c9f-4cc8-abd3-2fde2987dc84} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001542 sec., 31128.4046692607 rows/sec., 2.10 MiB/sec. | ||
| 3604 | 2025.01.16 23:26:10.390554 [ 255 ] {78ef168e-4c9f-4cc8-abd3-2fde2987dc84} <Debug> TCPHandler: Processed in 0.001778345 sec. | ||
| 3605 | 2025.01.16 23:26:11.695646 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893 | ||
| 3606 | 2025.01.16 23:26:11.696674 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3607 | 2025.01.16 23:26:11.696720 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3608 | 2025.01.16 23:26:11.697256 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3609 | 2025.01.16 23:26:11.697528 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3610 | 2025.01.16 23:26:11.697841 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 | ||
| 3611 | 2025.01.16 23:26:12.175915 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114 | ||
| 3612 | 2025.01.16 23:26:12.197276 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3613 | 2025.01.16 23:26:12.197320 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3614 | 2025.01.16 23:26:12.204696 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3615 | 2025.01.16 23:26:12.205456 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3616 | 2025.01.16 23:26:12.208619 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114 | ||
| 3617 | 2025.01.16 23:26:15.384320 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3618 | 2025.01.16 23:26:15.384519 [ 5 ] {2ea9940c-4d5d-4ab8-bb87-46f0be5308fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3619 | 2025.01.16 23:26:15.384590 [ 5 ] {2ea9940c-4d5d-4ab8-bb87-46f0be5308fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3620 | 2025.01.16 23:26:15.385331 [ 5 ] {2ea9940c-4d5d-4ab8-bb87-46f0be5308fd} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3621 | 2025.01.16 23:26:15.385376 [ 5 ] {2ea9940c-4d5d-4ab8-bb87-46f0be5308fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3622 | 2025.01.16 23:26:15.385806 [ 5 ] {2ea9940c-4d5d-4ab8-bb87-46f0be5308fd} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3623 | 2025.01.16 23:26:15.386053 [ 5 ] {2ea9940c-4d5d-4ab8-bb87-46f0be5308fd} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3624 | 2025.01.16 23:26:15.386316 [ 5 ] {2ea9940c-4d5d-4ab8-bb87-46f0be5308fd} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001841 sec., 30418.250950570342 rows/sec., 2.34 MiB/sec. | ||
| 3625 | 2025.01.16 23:26:15.386541 [ 5 ] {2ea9940c-4d5d-4ab8-bb87-46f0be5308fd} <Debug> TCPHandler: Processed in 0.002342665 sec. | ||
| 3626 | 2025.01.16 23:26:15.386733 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3627 | 2025.01.16 23:26:15.386875 [ 255 ] {00b88539-89cb-4f2f-94f2-979c002e3168} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3628 | 2025.01.16 23:26:15.386933 [ 255 ] {00b88539-89cb-4f2f-94f2-979c002e3168} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3629 | 2025.01.16 23:26:15.387587 [ 255 ] {00b88539-89cb-4f2f-94f2-979c002e3168} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3630 | 2025.01.16 23:26:15.387629 [ 255 ] {00b88539-89cb-4f2f-94f2-979c002e3168} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3631 | 2025.01.16 23:26:15.387996 [ 255 ] {00b88539-89cb-4f2f-94f2-979c002e3168} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3632 | 2025.01.16 23:26:15.388244 [ 255 ] {00b88539-89cb-4f2f-94f2-979c002e3168} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3633 | 2025.01.16 23:26:15.388468 [ 255 ] {00b88539-89cb-4f2f-94f2-979c002e3168} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001624 sec., 39408.86699507389 rows/sec., 3.08 MiB/sec. | ||
| 3634 | 2025.01.16 23:26:15.388525 [ 255 ] {00b88539-89cb-4f2f-94f2-979c002e3168} <Debug> TCPHandler: Processed in 0.001859555 sec. | ||
| 3635 | 2025.01.16 23:26:15.388674 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3636 | 2025.01.16 23:26:15.388804 [ 5 ] {79072273-fd0c-45dc-8966-1ca775a22949} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3637 | 2025.01.16 23:26:15.388863 [ 5 ] {79072273-fd0c-45dc-8966-1ca775a22949} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3638 | 2025.01.16 23:26:15.389465 [ 5 ] {79072273-fd0c-45dc-8966-1ca775a22949} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3639 | 2025.01.16 23:26:15.389504 [ 5 ] {79072273-fd0c-45dc-8966-1ca775a22949} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3640 | 2025.01.16 23:26:15.389889 [ 5 ] {79072273-fd0c-45dc-8966-1ca775a22949} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3641 | 2025.01.16 23:26:15.390127 [ 5 ] {79072273-fd0c-45dc-8966-1ca775a22949} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3642 | 2025.01.16 23:26:15.390333 [ 5 ] {79072273-fd0c-45dc-8966-1ca775a22949} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00156 sec., 102564.10256410256 rows/sec., 7.14 MiB/sec. | ||
| 3643 | 2025.01.16 23:26:15.390386 [ 5 ] {79072273-fd0c-45dc-8966-1ca775a22949} <Debug> TCPHandler: Processed in 0.001775884 sec. | ||
| 3644 | 2025.01.16 23:26:15.390536 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3645 | 2025.01.16 23:26:15.390666 [ 255 ] {9329f23d-2f31-4955-90a2-1339a03c80c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3646 | 2025.01.16 23:26:15.390721 [ 255 ] {9329f23d-2f31-4955-90a2-1339a03c80c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3647 | 2025.01.16 23:26:15.391253 [ 255 ] {9329f23d-2f31-4955-90a2-1339a03c80c2} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3648 | 2025.01.16 23:26:15.391296 [ 255 ] {9329f23d-2f31-4955-90a2-1339a03c80c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3649 | 2025.01.16 23:26:15.391654 [ 255 ] {9329f23d-2f31-4955-90a2-1339a03c80c2} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3650 | 2025.01.16 23:26:15.391883 [ 255 ] {9329f23d-2f31-4955-90a2-1339a03c80c2} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3651 | 2025.01.16 23:26:15.392090 [ 255 ] {9329f23d-2f31-4955-90a2-1339a03c80c2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001454 sec., 41265.474552957356 rows/sec., 2.78 MiB/sec. | ||
| 3652 | 2025.01.16 23:26:15.392138 [ 255 ] {9329f23d-2f31-4955-90a2-1339a03c80c2} <Debug> TCPHandler: Processed in 0.001667292 sec. | ||
| 3653 | 2025.01.16 23:26:18.131677 [ 146 ] {} <Debug> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3654 | 2025.01.16 23:26:18.131743 [ 146 ] {} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3655 | 2025.01.16 23:26:18.131769 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3656 | 2025.01.16 23:26:18.132010 [ 200 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::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 | ||
| 3657 | 2025.01.16 23:26:18.132212 [ 200 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3658 | 2025.01.16 23:26:18.132261 [ 200 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::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 | ||
| 3659 | 2025.01.16 23:26:18.132359 [ 200 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::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 | ||
| 3660 | 2025.01.16 23:26:18.132575 [ 200 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
| 3661 | 2025.01.16 23:26:18.132794 [ 200 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::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 | ||
| 3662 | 2025.01.16 23:26:18.132945 [ 200 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::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 | ||
| 3663 | 2025.01.16 23:26:18.134361 [ 199 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.002504268 sec., 3993.182838258525 rows/sec., 267.51 KiB/sec. | ||
| 3664 | 2025.01.16 23:26:18.134596 [ 199 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3665 | 2025.01.16 23:26:18.134911 [ 199 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::all_1_9_2} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3666 | 2025.01.16 23:26:18.134997 [ 199 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::all_1_9_2} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3667 | 2025.01.16 23:26:18.135090 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 3668 | 2025.01.16 23:26:19.054995 [ 145 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3669 | 2025.01.16 23:26:19.055045 [ 145 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3670 | 2025.01.16 23:26:19.198145 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381 | ||
| 3671 | 2025.01.16 23:26:19.198877 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3672 | 2025.01.16 23:26:19.198930 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3673 | 2025.01.16 23:26:19.199531 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3674 | 2025.01.16 23:26:19.199818 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3675 | 2025.01.16 23:26:19.200024 [ 145 ] {} <Debug> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3676 | 2025.01.16 23:26:19.200095 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3677 | 2025.01.16 23:26:19.200120 [ 145 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3678 | 2025.01.16 23:26:19.200155 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3679 | 2025.01.16 23:26:19.200286 [ 186 ] {f3346639-caaa-4ba7-a289-05e118326a0a::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 | ||
| 3680 | 2025.01.16 23:26:19.200429 [ 186 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3681 | 2025.01.16 23:26:19.200474 [ 186 ] {f3346639-caaa-4ba7-a289-05e118326a0a::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 | ||
| 3682 | 2025.01.16 23:26:19.200562 [ 186 ] {f3346639-caaa-4ba7-a289-05e118326a0a::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 | ||
| 3683 | 2025.01.16 23:26:19.200767 [ 186 ] {f3346639-caaa-4ba7-a289-05e118326a0a::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 | ||
| 3684 | 2025.01.16 23:26:19.201006 [ 186 ] {f3346639-caaa-4ba7-a289-05e118326a0a::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 | ||
| 3685 | 2025.01.16 23:26:19.201262 [ 186 ] {f3346639-caaa-4ba7-a289-05e118326a0a::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 | ||
| 3686 | 2025.01.16 23:26:19.201475 [ 186 ] {f3346639-caaa-4ba7-a289-05e118326a0a::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 | ||
| 3687 | 2025.01.16 23:26:19.203362 [ 200 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.00312812 sec., 2359564.211091646 rows/sec., 33.75 MiB/sec. | ||
| 3688 | 2025.01.16 23:26:19.204280 [ 200 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3689 | 2025.01.16 23:26:19.204634 [ 200 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_16_3} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3690 | 2025.01.16 23:26:19.204729 [ 200 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_16_3} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3691 | 2025.01.16 23:26:19.204845 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. | ||
| 3692 | 2025.01.16 23:26:19.224971 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 504 | ||
| 3693 | 2025.01.16 23:26:19.227667 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3694 | 2025.01.16 23:26:19.227715 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3695 | 2025.01.16 23:26:19.229155 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3696 | 2025.01.16 23:26:19.229474 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3697 | 2025.01.16 23:26:19.229633 [ 145 ] {} <Debug> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3698 | 2025.01.16 23:26:19.229691 [ 145 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3699 | 2025.01.16 23:26:19.229726 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3700 | 2025.01.16 23:26:19.230140 [ 186 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::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 | ||
| 3701 | 2025.01.16 23:26:19.231258 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 504 | ||
| 3702 | 2025.01.16 23:26:19.231521 [ 186 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3703 | 2025.01.16 23:26:19.231644 [ 186 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 316 rows starting from the beginning of the part | ||
| 3704 | 2025.01.16 23:26:19.232176 [ 186 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 58 rows starting from the beginning of the part | ||
| 3705 | 2025.01.16 23:26:19.232665 [ 186 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 16 rows starting from the beginning of the part | ||
| 3706 | 2025.01.16 23:26:19.233152 [ 186 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 46 rows starting from the beginning of the part | ||
| 3707 | 2025.01.16 23:26:19.233726 [ 186 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 52 rows starting from the beginning of the part | ||
| 3708 | 2025.01.16 23:26:19.234376 [ 186 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 16 rows starting from the beginning of the part | ||
| 3709 | 2025.01.16 23:26:19.242068 [ 196 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 504 rows, containing 72 columns (72 merged, 0 gathered) in 0.012267926 sec., 41082.73884273511 rows/sec., 37.49 MiB/sec. | ||
| 3710 | 2025.01.16 23:26:19.243191 [ 188 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3711 | 2025.01.16 23:26:19.244020 [ 188 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_11_2} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3712 | 2025.01.16 23:26:19.244124 [ 188 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_11_2} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3713 | 2025.01.16 23:26:19.244445 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.81 MiB. | ||
| 3714 | 2025.01.16 23:26:19.708841 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121 | ||
| 3715 | 2025.01.16 23:26:19.730884 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3716 | 2025.01.16 23:26:19.730943 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3717 | 2025.01.16 23:26:19.738381 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3718 | 2025.01.16 23:26:19.739208 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3719 | 2025.01.16 23:26:19.739614 [ 144 ] {} <Debug> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3720 | 2025.01.16 23:26:19.739756 [ 144 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3721 | 2025.01.16 23:26:19.739828 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3722 | 2025.01.16 23:26:19.740241 [ 186 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 3723 | 2025.01.16 23:26:19.755345 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3724 | 2025.01.16 23:26:19.756854 [ 186 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3725 | 2025.01.16 23:26:19.758462 [ 186 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 3726 | 2025.01.16 23:26:19.764115 [ 186 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 3727 | 2025.01.16 23:26:19.770736 [ 186 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 3728 | 2025.01.16 23:26:19.776296 [ 186 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 3729 | 2025.01.16 23:26:19.781944 [ 186 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 3730 | 2025.01.16 23:26:19.786745 [ 186 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 7 rows starting from the beginning of the part | ||
| 3731 | 2025.01.16 23:26:19.844319 [ 196 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.104329164 sec., 1159.79075611111 rows/sec., 6.00 MiB/sec. | ||
| 3732 | 2025.01.16 23:26:19.846066 [ 194 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3733 | 2025.01.16 23:26:19.848419 [ 194 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::all_1_16_3} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3734 | 2025.01.16 23:26:19.848515 [ 194 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::all_1_16_3} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3735 | 2025.01.16 23:26:19.849808 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
| 3736 | 2025.01.16 23:26:20.000185 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.85 MiB, peak 187.80 MiB, free memory in arenas 0.00 B, will set to 179.35 MiB (RSS), difference: 1.50 MiB | ||
| 3737 | 2025.01.16 23:26:20.001453 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000989059 sec. | ||
| 3738 | 2025.01.16 23:26:20.390479 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3739 | 2025.01.16 23:26:20.390713 [ 5 ] {b0b97951-049c-471e-b850-26e1c781fb57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3740 | 2025.01.16 23:26:20.390786 [ 5 ] {b0b97951-049c-471e-b850-26e1c781fb57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3741 | 2025.01.16 23:26:20.391558 [ 5 ] {b0b97951-049c-471e-b850-26e1c781fb57} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3742 | 2025.01.16 23:26:20.391599 [ 5 ] {b0b97951-049c-471e-b850-26e1c781fb57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3743 | 2025.01.16 23:26:20.392087 [ 5 ] {b0b97951-049c-471e-b850-26e1c781fb57} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3744 | 2025.01.16 23:26:20.392341 [ 5 ] {b0b97951-049c-471e-b850-26e1c781fb57} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3745 | 2025.01.16 23:26:20.392594 [ 5 ] {b0b97951-049c-471e-b850-26e1c781fb57} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001937 sec., 7227.671657201859 rows/sec., 520.30 KiB/sec. | ||
| 3746 | 2025.01.16 23:26:20.392652 [ 5 ] {b0b97951-049c-471e-b850-26e1c781fb57} <Debug> TCPHandler: Processed in 0.002360105 sec. | ||
| 3747 | 2025.01.16 23:26:20.392846 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3748 | 2025.01.16 23:26:20.392985 [ 255 ] {7673820e-42f5-43c4-a7f3-1f0d6044d495} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3749 | 2025.01.16 23:26:20.393042 [ 255 ] {7673820e-42f5-43c4-a7f3-1f0d6044d495} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3750 | 2025.01.16 23:26:20.393825 [ 255 ] {7673820e-42f5-43c4-a7f3-1f0d6044d495} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3751 | 2025.01.16 23:26:20.393866 [ 255 ] {7673820e-42f5-43c4-a7f3-1f0d6044d495} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3752 | 2025.01.16 23:26:20.394278 [ 255 ] {7673820e-42f5-43c4-a7f3-1f0d6044d495} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3753 | 2025.01.16 23:26:20.394524 [ 255 ] {7673820e-42f5-43c4-a7f3-1f0d6044d495} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3754 | 2025.01.16 23:26:20.394812 [ 255 ] {7673820e-42f5-43c4-a7f3-1f0d6044d495} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.001831 sec., 153468.05024576734 rows/sec., 13.56 MiB/sec. | ||
| 3755 | 2025.01.16 23:26:20.395262 [ 255 ] {7673820e-42f5-43c4-a7f3-1f0d6044d495} <Debug> TCPHandler: Processed in 0.002469907 sec. | ||
| 3756 | 2025.01.16 23:26:20.395582 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3757 | 2025.01.16 23:26:20.395724 [ 5 ] {cec4cd25-165d-4db7-bbc9-61319d24fa6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3758 | 2025.01.16 23:26:20.395816 [ 5 ] {cec4cd25-165d-4db7-bbc9-61319d24fa6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3759 | 2025.01.16 23:26:20.396527 [ 5 ] {cec4cd25-165d-4db7-bbc9-61319d24fa6c} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3760 | 2025.01.16 23:26:20.396569 [ 5 ] {cec4cd25-165d-4db7-bbc9-61319d24fa6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3761 | 2025.01.16 23:26:20.396920 [ 5 ] {cec4cd25-165d-4db7-bbc9-61319d24fa6c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3762 | 2025.01.16 23:26:20.397179 [ 5 ] {cec4cd25-165d-4db7-bbc9-61319d24fa6c} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3763 | 2025.01.16 23:26:20.397566 [ 5 ] {cec4cd25-165d-4db7-bbc9-61319d24fa6c} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001821 sec., 25260.84568918177 rows/sec., 1.82 MiB/sec. | ||
| 3764 | 2025.01.16 23:26:20.397847 [ 5 ] {cec4cd25-165d-4db7-bbc9-61319d24fa6c} <Debug> TCPHandler: Processed in 0.002450037 sec. | ||
| 3765 | 2025.01.16 23:26:20.398007 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3766 | 2025.01.16 23:26:20.398137 [ 255 ] {20e470b1-d0a2-4086-a7dc-c5f2fc26136e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3767 | 2025.01.16 23:26:20.398193 [ 255 ] {20e470b1-d0a2-4086-a7dc-c5f2fc26136e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3768 | 2025.01.16 23:26:20.398814 [ 255 ] {20e470b1-d0a2-4086-a7dc-c5f2fc26136e} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3769 | 2025.01.16 23:26:20.398854 [ 255 ] {20e470b1-d0a2-4086-a7dc-c5f2fc26136e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3770 | 2025.01.16 23:26:20.399209 [ 255 ] {20e470b1-d0a2-4086-a7dc-c5f2fc26136e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3771 | 2025.01.16 23:26:20.399469 [ 255 ] {20e470b1-d0a2-4086-a7dc-c5f2fc26136e} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3772 | 2025.01.16 23:26:20.399722 [ 255 ] {20e470b1-d0a2-4086-a7dc-c5f2fc26136e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001606 sec., 8717.3100871731 rows/sec., 610.50 KiB/sec. | ||
| 3773 | 2025.01.16 23:26:20.399784 [ 255 ] {20e470b1-d0a2-4086-a7dc-c5f2fc26136e} <Debug> TCPHandler: Processed in 0.001841555 sec. | ||
| 3774 | 2025.01.16 23:26:20.399923 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3775 | 2025.01.16 23:26:20.400052 [ 5 ] {d0674557-d93a-47e0-a269-850f7b0cfe2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3776 | 2025.01.16 23:26:20.400104 [ 5 ] {d0674557-d93a-47e0-a269-850f7b0cfe2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3777 | 2025.01.16 23:26:20.400691 [ 5 ] {d0674557-d93a-47e0-a269-850f7b0cfe2c} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3778 | 2025.01.16 23:26:20.400730 [ 5 ] {d0674557-d93a-47e0-a269-850f7b0cfe2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3779 | 2025.01.16 23:26:20.401067 [ 5 ] {d0674557-d93a-47e0-a269-850f7b0cfe2c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3780 | 2025.01.16 23:26:20.401305 [ 5 ] {d0674557-d93a-47e0-a269-850f7b0cfe2c} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3781 | 2025.01.16 23:26:20.401609 [ 5 ] {d0674557-d93a-47e0-a269-850f7b0cfe2c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00156 sec., 8333.333333333334 rows/sec., 519.58 KiB/sec. | ||
| 3782 | 2025.01.16 23:26:20.402092 [ 5 ] {d0674557-d93a-47e0-a269-850f7b0cfe2c} <Debug> TCPHandler: Processed in 0.002223403 sec. | ||
| 3783 | 2025.01.16 23:26:20.402270 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3784 | 2025.01.16 23:26:20.402399 [ 255 ] {67868e40-5911-44c9-82f8-1fa1a42f3851} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3785 | 2025.01.16 23:26:20.402455 [ 255 ] {67868e40-5911-44c9-82f8-1fa1a42f3851} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3786 | 2025.01.16 23:26:20.403255 [ 255 ] {67868e40-5911-44c9-82f8-1fa1a42f3851} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3787 | 2025.01.16 23:26:20.403302 [ 255 ] {67868e40-5911-44c9-82f8-1fa1a42f3851} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3788 | 2025.01.16 23:26:20.403722 [ 255 ] {67868e40-5911-44c9-82f8-1fa1a42f3851} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3789 | 2025.01.16 23:26:20.403963 [ 255 ] {67868e40-5911-44c9-82f8-1fa1a42f3851} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3790 | 2025.01.16 23:26:20.404215 [ 255 ] {67868e40-5911-44c9-82f8-1fa1a42f3851} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001844 sec., 228308.02603036878 rows/sec., 16.31 MiB/sec. | ||
| 3791 | 2025.01.16 23:26:20.404449 [ 255 ] {67868e40-5911-44c9-82f8-1fa1a42f3851} <Debug> TCPHandler: Processed in 0.002236403 sec. | ||
| 3792 | 2025.01.16 23:26:20.404611 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3793 | 2025.01.16 23:26:20.404722 [ 5 ] {5686ccda-492c-4af2-b423-27d140ccfd31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3794 | 2025.01.16 23:26:20.404769 [ 5 ] {5686ccda-492c-4af2-b423-27d140ccfd31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3795 | 2025.01.16 23:26:20.405285 [ 5 ] {5686ccda-492c-4af2-b423-27d140ccfd31} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3796 | 2025.01.16 23:26:20.405327 [ 5 ] {5686ccda-492c-4af2-b423-27d140ccfd31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3797 | 2025.01.16 23:26:20.405698 [ 5 ] {5686ccda-492c-4af2-b423-27d140ccfd31} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3798 | 2025.01.16 23:26:20.405952 [ 5 ] {5686ccda-492c-4af2-b423-27d140ccfd31} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3799 | 2025.01.16 23:26:20.406304 [ 5 ] {5686ccda-492c-4af2-b423-27d140ccfd31} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001572 sec., 3816.793893129771 rows/sec., 199.41 KiB/sec. | ||
| 3800 | 2025.01.16 23:26:20.406584 [ 5 ] {5686ccda-492c-4af2-b423-27d140ccfd31} <Debug> TCPHandler: Processed in 0.002029099 sec. | ||
| 3801 | 2025.01.16 23:26:20.406767 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3802 | 2025.01.16 23:26:20.406900 [ 255 ] {6c6c0526-0886-4566-8048-9adf0dde64c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3803 | 2025.01.16 23:26:20.406957 [ 255 ] {6c6c0526-0886-4566-8048-9adf0dde64c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3804 | 2025.01.16 23:26:20.407590 [ 255 ] {6c6c0526-0886-4566-8048-9adf0dde64c6} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3805 | 2025.01.16 23:26:20.407628 [ 255 ] {6c6c0526-0886-4566-8048-9adf0dde64c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3806 | 2025.01.16 23:26:20.408014 [ 255 ] {6c6c0526-0886-4566-8048-9adf0dde64c6} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3807 | 2025.01.16 23:26:20.408249 [ 255 ] {6c6c0526-0886-4566-8048-9adf0dde64c6} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3808 | 2025.01.16 23:26:20.408535 [ 255 ] {6c6c0526-0886-4566-8048-9adf0dde64c6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001631 sec., 145309.62599632127 rows/sec., 9.74 MiB/sec. | ||
| 3809 | 2025.01.16 23:26:20.408765 [ 255 ] {6c6c0526-0886-4566-8048-9adf0dde64c6} <Debug> TCPHandler: Processed in 0.0020632 sec. | ||
| 3810 | 2025.01.16 23:26:20.408925 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3811 | 2025.01.16 23:26:20.409063 [ 5 ] {7483964c-fed6-4f19-9174-fa7b29bc1365} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3812 | 2025.01.16 23:26:20.409120 [ 5 ] {7483964c-fed6-4f19-9174-fa7b29bc1365} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3813 | 2025.01.16 23:26:20.409638 [ 5 ] {7483964c-fed6-4f19-9174-fa7b29bc1365} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3814 | 2025.01.16 23:26:20.409677 [ 5 ] {7483964c-fed6-4f19-9174-fa7b29bc1365} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3815 | 2025.01.16 23:26:20.410037 [ 5 ] {7483964c-fed6-4f19-9174-fa7b29bc1365} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3816 | 2025.01.16 23:26:20.410288 [ 5 ] {7483964c-fed6-4f19-9174-fa7b29bc1365} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3817 | 2025.01.16 23:26:20.410558 [ 5 ] {7483964c-fed6-4f19-9174-fa7b29bc1365} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001505 sec., 664.4518272425249 rows/sec., 44.77 KiB/sec. | ||
| 3818 | 2025.01.16 23:26:20.410648 [ 5 ] {7483964c-fed6-4f19-9174-fa7b29bc1365} <Debug> TCPHandler: Processed in 0.001791274 sec. | ||
| 3819 | 2025.01.16 23:26:20.410792 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3820 | 2025.01.16 23:26:20.410920 [ 255 ] {c7680465-6ec9-4379-9730-af5d613fd08e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3821 | 2025.01.16 23:26:20.410998 [ 255 ] {c7680465-6ec9-4379-9730-af5d613fd08e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3822 | 2025.01.16 23:26:20.412175 [ 255 ] {c7680465-6ec9-4379-9730-af5d613fd08e} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3823 | 2025.01.16 23:26:20.412214 [ 255 ] {c7680465-6ec9-4379-9730-af5d613fd08e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3824 | 2025.01.16 23:26:20.413054 [ 255 ] {c7680465-6ec9-4379-9730-af5d613fd08e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3825 | 2025.01.16 23:26:20.413316 [ 255 ] {c7680465-6ec9-4379-9730-af5d613fd08e} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3826 | 2025.01.16 23:26:20.413657 [ 255 ] {c7680465-6ec9-4379-9730-af5d613fd08e} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002751 sec., 14176.663031624863 rows/sec., 25.40 MiB/sec. | ||
| 3827 | 2025.01.16 23:26:20.413761 [ 255 ] {c7680465-6ec9-4379-9730-af5d613fd08e} <Debug> TCPHandler: Processed in 0.003032218 sec. | ||
| 3828 | 2025.01.16 23:26:20.413902 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3829 | 2025.01.16 23:26:20.414008 [ 5 ] {ec658c0d-4eec-40f2-bc60-6ed11023be34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3830 | 2025.01.16 23:26:20.414052 [ 5 ] {ec658c0d-4eec-40f2-bc60-6ed11023be34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3831 | 2025.01.16 23:26:20.414496 [ 5 ] {ec658c0d-4eec-40f2-bc60-6ed11023be34} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3832 | 2025.01.16 23:26:20.414534 [ 5 ] {ec658c0d-4eec-40f2-bc60-6ed11023be34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3833 | 2025.01.16 23:26:20.414880 [ 5 ] {ec658c0d-4eec-40f2-bc60-6ed11023be34} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3834 | 2025.01.16 23:26:20.415116 [ 5 ] {ec658c0d-4eec-40f2-bc60-6ed11023be34} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): 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.01.16 23:26:20.415464 [ 5 ] {ec658c0d-4eec-40f2-bc60-6ed11023be34} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001427 sec., 57463.20953048353 rows/sec., 3.65 MiB/sec. | ||
| 3836 | 2025.01.16 23:26:20.415881 [ 5 ] {ec658c0d-4eec-40f2-bc60-6ed11023be34} <Debug> TCPHandler: Processed in 0.002019588 sec. | ||
| 3837 | 2025.01.16 23:26:25.384493 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3838 | 2025.01.16 23:26:25.384835 [ 5 ] {47b5bc17-40db-4aeb-b289-fae57111933e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3839 | 2025.01.16 23:26:25.384952 [ 5 ] {47b5bc17-40db-4aeb-b289-fae57111933e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3840 | 2025.01.16 23:26:25.385753 [ 5 ] {47b5bc17-40db-4aeb-b289-fae57111933e} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3841 | 2025.01.16 23:26:25.385797 [ 5 ] {47b5bc17-40db-4aeb-b289-fae57111933e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3842 | 2025.01.16 23:26:25.386224 [ 5 ] {47b5bc17-40db-4aeb-b289-fae57111933e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3843 | 2025.01.16 23:26:25.386484 [ 5 ] {47b5bc17-40db-4aeb-b289-fae57111933e} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3844 | 2025.01.16 23:26:25.386720 [ 5 ] {47b5bc17-40db-4aeb-b289-fae57111933e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001985 sec., 28211.58690176323 rows/sec., 2.17 MiB/sec. | ||
| 3845 | 2025.01.16 23:26:25.386777 [ 5 ] {47b5bc17-40db-4aeb-b289-fae57111933e} <Debug> TCPHandler: Processed in 0.002473308 sec. | ||
| 3846 | 2025.01.16 23:26:25.386967 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3847 | 2025.01.16 23:26:25.387103 [ 255 ] {5133e180-5d1e-4192-af44-db8343b32791} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3848 | 2025.01.16 23:26:25.387156 [ 255 ] {5133e180-5d1e-4192-af44-db8343b32791} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3849 | 2025.01.16 23:26:25.387816 [ 255 ] {5133e180-5d1e-4192-af44-db8343b32791} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3850 | 2025.01.16 23:26:25.387856 [ 255 ] {5133e180-5d1e-4192-af44-db8343b32791} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3851 | 2025.01.16 23:26:25.388244 [ 255 ] {5133e180-5d1e-4192-af44-db8343b32791} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3852 | 2025.01.16 23:26:25.388489 [ 255 ] {5133e180-5d1e-4192-af44-db8343b32791} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3853 | 2025.01.16 23:26:25.388704 [ 255 ] {5133e180-5d1e-4192-af44-db8343b32791} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00163 sec., 39263.8036809816 rows/sec., 3.06 MiB/sec. | ||
| 3854 | 2025.01.16 23:26:25.388758 [ 255 ] {5133e180-5d1e-4192-af44-db8343b32791} <Debug> TCPHandler: Processed in 0.001859046 sec. | ||
| 3855 | 2025.01.16 23:26:25.388921 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3856 | 2025.01.16 23:26:25.389050 [ 5 ] {d2394677-0d76-4040-af11-ab1db3b04b54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3857 | 2025.01.16 23:26:25.389107 [ 5 ] {d2394677-0d76-4040-af11-ab1db3b04b54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3858 | 2025.01.16 23:26:25.389761 [ 5 ] {d2394677-0d76-4040-af11-ab1db3b04b54} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3859 | 2025.01.16 23:26:25.389824 [ 5 ] {d2394677-0d76-4040-af11-ab1db3b04b54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3860 | 2025.01.16 23:26:25.390218 [ 5 ] {d2394677-0d76-4040-af11-ab1db3b04b54} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3861 | 2025.01.16 23:26:25.390458 [ 5 ] {d2394677-0d76-4040-af11-ab1db3b04b54} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3862 | 2025.01.16 23:26:25.390730 [ 5 ] {d2394677-0d76-4040-af11-ab1db3b04b54} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001694 sec., 94451.00354191264 rows/sec., 6.58 MiB/sec. | ||
| 3863 | 2025.01.16 23:26:25.390858 [ 5 ] {d2394677-0d76-4040-af11-ab1db3b04b54} <Debug> TCPHandler: Processed in 0.001995588 sec. | ||
| 3864 | 2025.01.16 23:26:25.391079 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3865 | 2025.01.16 23:26:25.391212 [ 255 ] {1a041ef6-3638-40ca-a447-69f37297f0d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3866 | 2025.01.16 23:26:25.391268 [ 255 ] {1a041ef6-3638-40ca-a447-69f37297f0d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3867 | 2025.01.16 23:26:25.391800 [ 255 ] {1a041ef6-3638-40ca-a447-69f37297f0d8} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3868 | 2025.01.16 23:26:25.391840 [ 255 ] {1a041ef6-3638-40ca-a447-69f37297f0d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3869 | 2025.01.16 23:26:25.392194 [ 255 ] {1a041ef6-3638-40ca-a447-69f37297f0d8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3870 | 2025.01.16 23:26:25.392426 [ 255 ] {1a041ef6-3638-40ca-a447-69f37297f0d8} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3871 | 2025.01.16 23:26:25.392675 [ 255 ] {1a041ef6-3638-40ca-a447-69f37297f0d8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001489 sec., 40295.500335795834 rows/sec., 2.72 MiB/sec. | ||
| 3872 | 2025.01.16 23:26:25.392880 [ 255 ] {1a041ef6-3638-40ca-a447-69f37297f0d8} <Debug> TCPHandler: Processed in 0.001914477 sec. | ||
| 3873 | 2025.01.16 23:26:26.700312 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808 | ||
| 3874 | 2025.01.16 23:26:26.701025 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3875 | 2025.01.16 23:26:26.701065 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3876 | 2025.01.16 23:26:26.701700 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3877 | 2025.01.16 23:26:26.701961 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3878 | 2025.01.16 23:26:26.702231 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808 | ||
| 3879 | 2025.01.16 23:26:27.255519 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3880 | 2025.01.16 23:26:27.275078 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3881 | 2025.01.16 23:26:27.275140 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3882 | 2025.01.16 23:26:27.282636 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3883 | 2025.01.16 23:26:27.283416 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3884 | 2025.01.16 23:26:27.286181 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3885 | 2025.01.16 23:26:29.231506 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 534 | ||
| 3886 | 2025.01.16 23:26:29.234627 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3887 | 2025.01.16 23:26:29.234675 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3888 | 2025.01.16 23:26:29.236130 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3889 | 2025.01.16 23:26:29.236442 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3890 | 2025.01.16 23:26:29.237326 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 534 | ||
| 3891 | 2025.01.16 23:26:30.397781 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3892 | 2025.01.16 23:26:30.398029 [ 5 ] {91ea0457-06ca-4314-b3ee-17e20fd09580} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3893 | 2025.01.16 23:26:30.398117 [ 5 ] {91ea0457-06ca-4314-b3ee-17e20fd09580} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3894 | 2025.01.16 23:26:30.398946 [ 5 ] {91ea0457-06ca-4314-b3ee-17e20fd09580} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3895 | 2025.01.16 23:26:30.399008 [ 5 ] {91ea0457-06ca-4314-b3ee-17e20fd09580} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3896 | 2025.01.16 23:26:30.399479 [ 5 ] {91ea0457-06ca-4314-b3ee-17e20fd09580} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3897 | 2025.01.16 23:26:30.399757 [ 5 ] {91ea0457-06ca-4314-b3ee-17e20fd09580} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3898 | 2025.01.16 23:26:30.400013 [ 5 ] {91ea0457-06ca-4314-b3ee-17e20fd09580} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00204 sec., 6862.745098039215 rows/sec., 494.03 KiB/sec. | ||
| 3899 | 2025.01.16 23:26:30.400094 [ 5 ] {91ea0457-06ca-4314-b3ee-17e20fd09580} <Debug> TCPHandler: Processed in 0.002462507 sec. | ||
| 3900 | 2025.01.16 23:26:30.400270 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3901 | 2025.01.16 23:26:30.400395 [ 255 ] {1ec67ca7-a39c-43a3-ac02-53287e28bbd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3902 | 2025.01.16 23:26:30.400448 [ 255 ] {1ec67ca7-a39c-43a3-ac02-53287e28bbd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3903 | 2025.01.16 23:26:30.401227 [ 255 ] {1ec67ca7-a39c-43a3-ac02-53287e28bbd5} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3904 | 2025.01.16 23:26:30.401273 [ 255 ] {1ec67ca7-a39c-43a3-ac02-53287e28bbd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3905 | 2025.01.16 23:26:30.401688 [ 255 ] {1ec67ca7-a39c-43a3-ac02-53287e28bbd5} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3906 | 2025.01.16 23:26:30.401944 [ 255 ] {1ec67ca7-a39c-43a3-ac02-53287e28bbd5} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3907 | 2025.01.16 23:26:30.402114 [ 133 ] {} <Debug> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3908 | 2025.01.16 23:26:30.402186 [ 255 ] {1ec67ca7-a39c-43a3-ac02-53287e28bbd5} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.001813 sec., 154991.72642029784 rows/sec., 13.69 MiB/sec. | ||
| 3909 | 2025.01.16 23:26:30.402200 [ 133 ] {} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3910 | 2025.01.16 23:26:30.402265 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3911 | 2025.01.16 23:26:30.402316 [ 255 ] {1ec67ca7-a39c-43a3-ac02-53287e28bbd5} <Debug> TCPHandler: Processed in 0.002107941 sec. | ||
| 3912 | 2025.01.16 23:26:30.402651 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3913 | 2025.01.16 23:26:30.402691 [ 196 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::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 | ||
| 3914 | 2025.01.16 23:26:30.403129 [ 5 ] {c6c002c5-08c0-4ae5-b4fb-6b6a5b1d890d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3915 | 2025.01.16 23:26:30.403256 [ 196 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3916 | 2025.01.16 23:26:30.403316 [ 5 ] {c6c002c5-08c0-4ae5-b4fb-6b6a5b1d890d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3917 | 2025.01.16 23:26:30.403367 [ 196 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1428 rows starting from the beginning of the part | ||
| 3918 | 2025.01.16 23:26:30.403874 [ 196 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::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 | ||
| 3919 | 2025.01.16 23:26:30.404316 [ 196 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part | ||
| 3920 | 2025.01.16 23:26:30.404712 [ 196 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 281 rows starting from the beginning of the part | ||
| 3921 | 2025.01.16 23:26:30.405132 [ 196 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 56 rows starting from the beginning of the part | ||
| 3922 | 2025.01.16 23:26:30.405528 [ 196 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 281 rows starting from the beginning of the part | ||
| 3923 | 2025.01.16 23:26:30.406607 [ 5 ] {c6c002c5-08c0-4ae5-b4fb-6b6a5b1d890d} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3924 | 2025.01.16 23:26:30.406695 [ 5 ] {c6c002c5-08c0-4ae5-b4fb-6b6a5b1d890d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3925 | 2025.01.16 23:26:30.408133 [ 5 ] {c6c002c5-08c0-4ae5-b4fb-6b6a5b1d890d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3926 | 2025.01.16 23:26:30.408881 [ 5 ] {c6c002c5-08c0-4ae5-b4fb-6b6a5b1d890d} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3927 | 2025.01.16 23:26:30.409261 [ 5 ] {c6c002c5-08c0-4ae5-b4fb-6b6a5b1d890d} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.006348 sec., 7246.376811594202 rows/sec., 533.82 KiB/sec. | ||
| 3928 | 2025.01.16 23:26:30.409486 [ 5 ] {c6c002c5-08c0-4ae5-b4fb-6b6a5b1d890d} <Debug> TCPHandler: Processed in 0.007011234 sec. | ||
| 3929 | 2025.01.16 23:26:30.409864 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3930 | 2025.01.16 23:26:30.409957 [ 194 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2158 rows, containing 5 columns (5 merged, 0 gathered) in 0.007578975 sec., 284735.0730144908 rows/sec., 25.13 MiB/sec. | ||
| 3931 | 2025.01.16 23:26:30.410081 [ 255 ] {304b5219-6a46-47fc-bf30-0561fc97f97d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3932 | 2025.01.16 23:26:30.410165 [ 255 ] {304b5219-6a46-47fc-bf30-0561fc97f97d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3933 | 2025.01.16 23:26:30.410550 [ 197 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3934 | 2025.01.16 23:26:30.411466 [ 197 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_26_5} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3935 | 2025.01.16 23:26:30.411710 [ 255 ] {304b5219-6a46-47fc-bf30-0561fc97f97d} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3936 | 2025.01.16 23:26:30.411765 [ 197 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_26_5} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3937 | 2025.01.16 23:26:30.411792 [ 255 ] {304b5219-6a46-47fc-bf30-0561fc97f97d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3938 | 2025.01.16 23:26:30.412015 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 3939 | 2025.01.16 23:26:30.412391 [ 255 ] {304b5219-6a46-47fc-bf30-0561fc97f97d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3940 | 2025.01.16 23:26:30.415431 [ 255 ] {304b5219-6a46-47fc-bf30-0561fc97f97d} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3941 | 2025.01.16 23:26:30.415673 [ 133 ] {} <Debug> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3942 | 2025.01.16 23:26:30.415755 [ 255 ] {304b5219-6a46-47fc-bf30-0561fc97f97d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005734 sec., 2441.5765608650154 rows/sec., 170.99 KiB/sec. | ||
| 3943 | 2025.01.16 23:26:30.415772 [ 133 ] {} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3944 | 2025.01.16 23:26:30.415856 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3945 | 2025.01.16 23:26:30.415972 [ 255 ] {304b5219-6a46-47fc-bf30-0561fc97f97d} <Debug> TCPHandler: Processed in 0.006310721 sec. | ||
| 3946 | 2025.01.16 23:26:30.416121 [ 197 ] {fb32bae1-da20-4def-832b-7229abb48644::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 | ||
| 3947 | 2025.01.16 23:26:30.416273 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3948 | 2025.01.16 23:26:30.416296 [ 197 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3949 | 2025.01.16 23:26:30.416369 [ 197 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 242 rows starting from the beginning of the part | ||
| 3950 | 2025.01.16 23:26:30.416565 [ 5 ] {a32510cd-30e8-421f-9505-9320d0bad276} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3951 | 2025.01.16 23:26:30.416655 [ 197 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 15 rows starting from the beginning of the part | ||
| 3952 | 2025.01.16 23:26:30.416734 [ 5 ] {a32510cd-30e8-421f-9505-9320d0bad276} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3953 | 2025.01.16 23:26:30.417052 [ 197 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part | ||
| 3954 | 2025.01.16 23:26:30.417308 [ 197 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 242 rows starting from the beginning of the part | ||
| 3955 | 2025.01.16 23:26:30.417628 [ 197 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part | ||
| 3956 | 2025.01.16 23:26:30.418028 [ 197 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part | ||
| 3957 | 2025.01.16 23:26:30.419890 [ 5 ] {a32510cd-30e8-421f-9505-9320d0bad276} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3958 | 2025.01.16 23:26:30.419987 [ 5 ] {a32510cd-30e8-421f-9505-9320d0bad276} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3959 | 2025.01.16 23:26:30.421331 [ 5 ] {a32510cd-30e8-421f-9505-9320d0bad276} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3960 | 2025.01.16 23:26:30.421436 [ 194 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005435215 sec., 99536.08090940284 rows/sec., 7.13 MiB/sec. | ||
| 3961 | 2025.01.16 23:26:30.421836 [ 194 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3962 | 2025.01.16 23:26:30.421848 [ 5 ] {a32510cd-30e8-421f-9505-9320d0bad276} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3963 | 2025.01.16 23:26:30.422487 [ 5 ] {a32510cd-30e8-421f-9505-9320d0bad276} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.006024 sec., 2158.034528552457 rows/sec., 134.55 KiB/sec. | ||
| 3964 | 2025.01.16 23:26:30.422896 [ 5 ] {a32510cd-30e8-421f-9505-9320d0bad276} <Debug> TCPHandler: Processed in 0.006707309 sec. | ||
| 3965 | 2025.01.16 23:26:30.423010 [ 194 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_11_2} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3966 | 2025.01.16 23:26:30.423217 [ 194 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_11_2} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3967 | 2025.01.16 23:26:30.423270 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3968 | 2025.01.16 23:26:30.423415 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 3969 | 2025.01.16 23:26:30.423511 [ 255 ] {a9a63634-85bc-465f-a535-8a06fadd21b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3970 | 2025.01.16 23:26:30.423599 [ 255 ] {a9a63634-85bc-465f-a535-8a06fadd21b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3971 | 2025.01.16 23:26:30.424744 [ 255 ] {a9a63634-85bc-465f-a535-8a06fadd21b6} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3972 | 2025.01.16 23:26:30.424801 [ 255 ] {a9a63634-85bc-465f-a535-8a06fadd21b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3973 | 2025.01.16 23:26:30.425375 [ 255 ] {a9a63634-85bc-465f-a535-8a06fadd21b6} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3974 | 2025.01.16 23:26:30.425749 [ 255 ] {a9a63634-85bc-465f-a535-8a06fadd21b6} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3975 | 2025.01.16 23:26:30.425964 [ 133 ] {} <Debug> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3976 | 2025.01.16 23:26:30.426038 [ 133 ] {} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3977 | 2025.01.16 23:26:30.426082 [ 255 ] {a9a63634-85bc-465f-a535-8a06fadd21b6} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.002631 sec., 160015.20334473584 rows/sec., 11.43 MiB/sec. | ||
| 3978 | 2025.01.16 23:26:30.426091 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3979 | 2025.01.16 23:26:30.426312 [ 255 ] {a9a63634-85bc-465f-a535-8a06fadd21b6} <Debug> TCPHandler: Processed in 0.0031276 sec. | ||
| 3980 | 2025.01.16 23:26:30.426373 [ 193 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::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 | ||
| 3981 | 2025.01.16 23:26:30.426561 [ 193 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3982 | 2025.01.16 23:26:30.426607 [ 193 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 907 rows starting from the beginning of the part | ||
| 3983 | 2025.01.16 23:26:30.426618 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3984 | 2025.01.16 23:26:30.426773 [ 193 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 64 rows starting from the beginning of the part | ||
| 3985 | 2025.01.16 23:26:30.427053 [ 5 ] {0447ddee-96fe-4ab0-ae23-0df0eeb2ee73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3986 | 2025.01.16 23:26:30.427084 [ 193 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 64 rows starting from the beginning of the part | ||
| 3987 | 2025.01.16 23:26:30.427296 [ 5 ] {0447ddee-96fe-4ab0-ae23-0df0eeb2ee73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3988 | 2025.01.16 23:26:30.427349 [ 193 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 421 rows starting from the beginning of the part | ||
| 3989 | 2025.01.16 23:26:30.427710 [ 193 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 64 rows starting from the beginning of the part | ||
| 3990 | 2025.01.16 23:26:30.428039 [ 193 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 421 rows starting from the beginning of the part | ||
| 3991 | 2025.01.16 23:26:30.429925 [ 5 ] {0447ddee-96fe-4ab0-ae23-0df0eeb2ee73} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3992 | 2025.01.16 23:26:30.430002 [ 5 ] {0447ddee-96fe-4ab0-ae23-0df0eeb2ee73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 3993 | 2025.01.16 23:26:30.431133 [ 5 ] {0447ddee-96fe-4ab0-ae23-0df0eeb2ee73} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3994 | 2025.01.16 23:26:30.431430 [ 194 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1941 rows, containing 5 columns (5 merged, 0 gathered) in 0.00517016 sec., 375423.5845699166 rows/sec., 28.72 MiB/sec. | ||
| 3995 | 2025.01.16 23:26:30.431739 [ 194 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3996 | 2025.01.16 23:26:30.431817 [ 5 ] {0447ddee-96fe-4ab0-ae23-0df0eeb2ee73} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3997 | 2025.01.16 23:26:30.432148 [ 133 ] {} <Debug> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3998 | 2025.01.16 23:26:30.432237 [ 133 ] {} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3999 | 2025.01.16 23:26:30.432313 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4000 | 2025.01.16 23:26:30.432446 [ 5 ] {0447ddee-96fe-4ab0-ae23-0df0eeb2ee73} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00556 sec., 1079.136690647482 rows/sec., 56.38 KiB/sec. | ||
| 4001 | 2025.01.16 23:26:30.432748 [ 194 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_26_5} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4002 | 2025.01.16 23:26:30.433070 [ 5 ] {0447ddee-96fe-4ab0-ae23-0df0eeb2ee73} <Debug> TCPHandler: Processed in 0.006562306 sec. | ||
| 4003 | 2025.01.16 23:26:30.433314 [ 194 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_26_5} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4004 | 2025.01.16 23:26:30.433316 [ 198 ] {c8167fb3-3109-478e-9e50-cedfae572766::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 | ||
| 4005 | 2025.01.16 23:26:30.433411 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4006 | 2025.01.16 23:26:30.433537 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 4007 | 2025.01.16 23:26:30.433705 [ 198 ] {c8167fb3-3109-478e-9e50-cedfae572766::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4008 | 2025.01.16 23:26:30.433726 [ 255 ] {69436a9b-ff1f-4efa-87b9-b677cb19c76d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4009 | 2025.01.16 23:26:30.433785 [ 198 ] {c8167fb3-3109-478e-9e50-cedfae572766::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 | ||
| 4010 | 2025.01.16 23:26:30.433838 [ 255 ] {69436a9b-ff1f-4efa-87b9-b677cb19c76d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4011 | 2025.01.16 23:26:30.434088 [ 198 ] {c8167fb3-3109-478e-9e50-cedfae572766::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 | ||
| 4012 | 2025.01.16 23:26:30.434559 [ 198 ] {c8167fb3-3109-478e-9e50-cedfae572766::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 | ||
| 4013 | 2025.01.16 23:26:30.434938 [ 198 ] {c8167fb3-3109-478e-9e50-cedfae572766::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 | ||
| 4014 | 2025.01.16 23:26:30.435374 [ 198 ] {c8167fb3-3109-478e-9e50-cedfae572766::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 | ||
| 4015 | 2025.01.16 23:26:30.435644 [ 198 ] {c8167fb3-3109-478e-9e50-cedfae572766::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 | ||
| 4016 | 2025.01.16 23:26:30.436681 [ 255 ] {69436a9b-ff1f-4efa-87b9-b677cb19c76d} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4017 | 2025.01.16 23:26:30.436742 [ 255 ] {69436a9b-ff1f-4efa-87b9-b677cb19c76d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4018 | 2025.01.16 23:26:30.437809 [ 255 ] {69436a9b-ff1f-4efa-87b9-b677cb19c76d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4019 | 2025.01.16 23:26:30.438472 [ 255 ] {69436a9b-ff1f-4efa-87b9-b677cb19c76d} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4020 | 2025.01.16 23:26:30.438516 [ 198 ] {c8167fb3-3109-478e-9e50-cedfae572766::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.006080617 sec., 10854.16167471163 rows/sec., 567.09 KiB/sec. | ||
| 4021 | 2025.01.16 23:26:30.438744 [ 198 ] {c8167fb3-3109-478e-9e50-cedfae572766::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4022 | 2025.01.16 23:26:30.438757 [ 133 ] {} <Debug> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4023 | 2025.01.16 23:26:30.438845 [ 133 ] {} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4024 | 2025.01.16 23:26:30.438919 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4025 | 2025.01.16 23:26:30.439102 [ 255 ] {69436a9b-ff1f-4efa-87b9-b677cb19c76d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005422 sec., 43710.807819992624 rows/sec., 2.93 MiB/sec. | ||
| 4026 | 2025.01.16 23:26:30.439403 [ 194 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::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 | ||
| 4027 | 2025.01.16 23:26:30.439438 [ 255 ] {69436a9b-ff1f-4efa-87b9-b677cb19c76d} <Debug> TCPHandler: Processed in 0.006187478 sec. | ||
| 4028 | 2025.01.16 23:26:30.439699 [ 198 ] {c8167fb3-3109-478e-9e50-cedfae572766::all_1_11_2} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4029 | 2025.01.16 23:26:30.439725 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4030 | 2025.01.16 23:26:30.439802 [ 194 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4031 | 2025.01.16 23:26:30.439887 [ 194 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7617 rows starting from the beginning of the part | ||
| 4032 | 2025.01.16 23:26:30.439916 [ 198 ] {c8167fb3-3109-478e-9e50-cedfae572766::all_1_11_2} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4033 | 2025.01.16 23:26:30.440250 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 4034 | 2025.01.16 23:26:30.440283 [ 5 ] {9fe672d6-e167-4094-bae0-7eeed1972da0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4035 | 2025.01.16 23:26:30.440393 [ 194 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 128 rows starting from the beginning of the part | ||
| 4036 | 2025.01.16 23:26:30.440562 [ 5 ] {9fe672d6-e167-4094-bae0-7eeed1972da0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4037 | 2025.01.16 23:26:30.440786 [ 194 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part | ||
| 4038 | 2025.01.16 23:26:30.441214 [ 194 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::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 | ||
| 4039 | 2025.01.16 23:26:30.441649 [ 194 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::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 | ||
| 4040 | 2025.01.16 23:26:30.441961 [ 194 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 237 rows starting from the beginning of the part | ||
| 4041 | 2025.01.16 23:26:30.442839 [ 5 ] {9fe672d6-e167-4094-bae0-7eeed1972da0} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4042 | 2025.01.16 23:26:30.442908 [ 5 ] {9fe672d6-e167-4094-bae0-7eeed1972da0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4043 | 2025.01.16 23:26:30.443585 [ 5 ] {9fe672d6-e167-4094-bae0-7eeed1972da0} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4044 | 2025.01.16 23:26:30.444018 [ 5 ] {9fe672d6-e167-4094-bae0-7eeed1972da0} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4045 | 2025.01.16 23:26:30.444504 [ 5 ] {9fe672d6-e167-4094-bae0-7eeed1972da0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004507 sec., 221.87708009762594 rows/sec., 14.95 KiB/sec. | ||
| 4046 | 2025.01.16 23:26:30.444696 [ 5 ] {9fe672d6-e167-4094-bae0-7eeed1972da0} <Debug> TCPHandler: Processed in 0.005121029 sec. | ||
| 4047 | 2025.01.16 23:26:30.444906 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4048 | 2025.01.16 23:26:30.445044 [ 255 ] {9fcb3c05-050c-4dcf-a5ba-7480b0ed9a89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4049 | 2025.01.16 23:26:30.445141 [ 255 ] {9fcb3c05-050c-4dcf-a5ba-7480b0ed9a89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4050 | 2025.01.16 23:26:30.447099 [ 255 ] {9fcb3c05-050c-4dcf-a5ba-7480b0ed9a89} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4051 | 2025.01.16 23:26:30.447201 [ 255 ] {9fcb3c05-050c-4dcf-a5ba-7480b0ed9a89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4052 | 2025.01.16 23:26:30.447377 [ 194 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8539 rows, containing 5 columns (5 merged, 0 gathered) in 0.00833318 sec., 1024698.8544589219 rows/sec., 69.01 MiB/sec. | ||
| 4053 | 2025.01.16 23:26:30.447725 [ 194 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4054 | 2025.01.16 23:26:30.448463 [ 194 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4055 | 2025.01.16 23:26:30.448610 [ 194 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4056 | 2025.01.16 23:26:30.448614 [ 255 ] {9fcb3c05-050c-4dcf-a5ba-7480b0ed9a89} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4057 | 2025.01.16 23:26:30.448754 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.41 MiB. | ||
| 4058 | 2025.01.16 23:26:30.448980 [ 255 ] {9fcb3c05-050c-4dcf-a5ba-7480b0ed9a89} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4059 | 2025.01.16 23:26:30.449200 [ 133 ] {} <Debug> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4060 | 2025.01.16 23:26:30.449274 [ 255 ] {9fcb3c05-050c-4dcf-a5ba-7480b0ed9a89} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004261 sec., 9152.781037315184 rows/sec., 16.40 MiB/sec. | ||
| 4061 | 2025.01.16 23:26:30.449284 [ 133 ] {} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4062 | 2025.01.16 23:26:30.449384 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4063 | 2025.01.16 23:26:30.449777 [ 255 ] {9fcb3c05-050c-4dcf-a5ba-7480b0ed9a89} <Debug> TCPHandler: Processed in 0.004957095 sec. | ||
| 4064 | 2025.01.16 23:26:30.449829 [ 187 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::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 | ||
| 4065 | 2025.01.16 23:26:30.450175 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4066 | 2025.01.16 23:26:30.450421 [ 5 ] {7aa13cb2-70af-4323-80a0-4711a664043f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4067 | 2025.01.16 23:26:30.450497 [ 5 ] {7aa13cb2-70af-4323-80a0-4711a664043f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4068 | 2025.01.16 23:26:30.450599 [ 187 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4069 | 2025.01.16 23:26:30.450740 [ 187 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 48 rows starting from the beginning of the part | ||
| 4070 | 2025.01.16 23:26:30.451312 [ 187 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 39 rows starting from the beginning of the part | ||
| 4071 | 2025.01.16 23:26:30.451737 [ 187 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 39 rows starting from the beginning of the part | ||
| 4072 | 2025.01.16 23:26:30.452120 [ 187 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 39 rows starting from the beginning of the part | ||
| 4073 | 2025.01.16 23:26:30.452533 [ 187 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 39 rows starting from the beginning of the part | ||
| 4074 | 2025.01.16 23:26:30.452955 [ 187 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 39 rows starting from the beginning of the part | ||
| 4075 | 2025.01.16 23:26:30.454531 [ 5 ] {7aa13cb2-70af-4323-80a0-4711a664043f} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4076 | 2025.01.16 23:26:30.454605 [ 5 ] {7aa13cb2-70af-4323-80a0-4711a664043f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4077 | 2025.01.16 23:26:30.455294 [ 5 ] {7aa13cb2-70af-4323-80a0-4711a664043f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4078 | 2025.01.16 23:26:30.455653 [ 5 ] {7aa13cb2-70af-4323-80a0-4711a664043f} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4079 | 2025.01.16 23:26:30.455951 [ 133 ] {} <Debug> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4080 | 2025.01.16 23:26:30.456063 [ 133 ] {} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4081 | 2025.01.16 23:26:30.456127 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4082 | 2025.01.16 23:26:30.456135 [ 5 ] {7aa13cb2-70af-4323-80a0-4711a664043f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005743 sec., 14278.251784781474 rows/sec., 928.61 KiB/sec. | ||
| 4083 | 2025.01.16 23:26:30.456731 [ 5 ] {7aa13cb2-70af-4323-80a0-4711a664043f} <Debug> TCPHandler: Processed in 0.00672535 sec. | ||
| 4084 | 2025.01.16 23:26:30.456947 [ 202 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::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 | ||
| 4085 | 2025.01.16 23:26:30.457627 [ 202 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4086 | 2025.01.16 23:26:30.457720 [ 202 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1128 rows starting from the beginning of the part | ||
| 4087 | 2025.01.16 23:26:30.457897 [ 202 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 48 rows starting from the beginning of the part | ||
| 4088 | 2025.01.16 23:26:30.458255 [ 202 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::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 | ||
| 4089 | 2025.01.16 23:26:30.458696 [ 202 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::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 | ||
| 4090 | 2025.01.16 23:26:30.459124 [ 202 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::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 | ||
| 4091 | 2025.01.16 23:26:30.459239 [ 202 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 82 rows starting from the beginning of the part | ||
| 4092 | 2025.01.16 23:26:30.460466 [ 190 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 243 rows, containing 19 columns (19 merged, 0 gathered) in 0.010941451 sec., 22209.12016148498 rows/sec., 39.80 MiB/sec. | ||
| 4093 | 2025.01.16 23:26:30.461130 [ 191 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4094 | 2025.01.16 23:26:30.462164 [ 191 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4095 | 2025.01.16 23:26:30.462318 [ 191 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4096 | 2025.01.16 23:26:30.462768 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.34 MiB. | ||
| 4097 | 2025.01.16 23:26:30.462861 [ 187 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1460 rows, containing 4 columns (4 merged, 0 gathered) in 0.006552516 sec., 222815.1751174663 rows/sec., 14.46 MiB/sec. | ||
| 4098 | 2025.01.16 23:26:30.463075 [ 187 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4099 | 2025.01.16 23:26:30.463359 [ 187 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_26_5} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4100 | 2025.01.16 23:26:30.463432 [ 187 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_26_5} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4101 | 2025.01.16 23:26:30.463515 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 4102 | 2025.01.16 23:26:34.056096 [ 129 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4103 | 2025.01.16 23:26:34.056153 [ 129 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4104 | 2025.01.16 23:26:34.202495 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296 | ||
| 4105 | 2025.01.16 23:26:34.203451 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4106 | 2025.01.16 23:26:34.203504 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4107 | 2025.01.16 23:26:34.204057 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4108 | 2025.01.16 23:26:34.204318 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4109 | 2025.01.16 23:26:34.204589 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 4110 | 2025.01.16 23:26:34.786359 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 4111 | 2025.01.16 23:26:34.806402 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4112 | 2025.01.16 23:26:34.806454 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4113 | 2025.01.16 23:26:34.814029 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4114 | 2025.01.16 23:26:34.814799 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4115 | 2025.01.16 23:26:34.817386 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 4116 | 2025.01.16 23:26:35.384989 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4117 | 2025.01.16 23:26:35.385176 [ 5 ] {3ef7579a-6ed8-42b3-8981-cfe6bc130a73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4118 | 2025.01.16 23:26:35.385248 [ 5 ] {3ef7579a-6ed8-42b3-8981-cfe6bc130a73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4119 | 2025.01.16 23:26:35.386031 [ 5 ] {3ef7579a-6ed8-42b3-8981-cfe6bc130a73} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4120 | 2025.01.16 23:26:35.386078 [ 5 ] {3ef7579a-6ed8-42b3-8981-cfe6bc130a73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4121 | 2025.01.16 23:26:35.386517 [ 5 ] {3ef7579a-6ed8-42b3-8981-cfe6bc130a73} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4122 | 2025.01.16 23:26:35.386785 [ 5 ] {3ef7579a-6ed8-42b3-8981-cfe6bc130a73} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4123 | 2025.01.16 23:26:35.387024 [ 5 ] {3ef7579a-6ed8-42b3-8981-cfe6bc130a73} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001895 sec., 29551.451187335093 rows/sec., 2.27 MiB/sec. | ||
| 4124 | 2025.01.16 23:26:35.387163 [ 5 ] {3ef7579a-6ed8-42b3-8981-cfe6bc130a73} <Debug> TCPHandler: Processed in 0.002309334 sec. | ||
| 4125 | 2025.01.16 23:26:35.387360 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4126 | 2025.01.16 23:26:35.387504 [ 255 ] {4c777da0-fe93-4717-aa1c-c36a7ce1e1a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4127 | 2025.01.16 23:26:35.387563 [ 255 ] {4c777da0-fe93-4717-aa1c-c36a7ce1e1a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4128 | 2025.01.16 23:26:35.388236 [ 255 ] {4c777da0-fe93-4717-aa1c-c36a7ce1e1a5} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4129 | 2025.01.16 23:26:35.388277 [ 255 ] {4c777da0-fe93-4717-aa1c-c36a7ce1e1a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4130 | 2025.01.16 23:26:35.388658 [ 255 ] {4c777da0-fe93-4717-aa1c-c36a7ce1e1a5} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4131 | 2025.01.16 23:26:35.388906 [ 255 ] {4c777da0-fe93-4717-aa1c-c36a7ce1e1a5} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4132 | 2025.01.16 23:26:35.389120 [ 255 ] {4c777da0-fe93-4717-aa1c-c36a7ce1e1a5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00165 sec., 38787.87878787879 rows/sec., 3.03 MiB/sec. | ||
| 4133 | 2025.01.16 23:26:35.389175 [ 255 ] {4c777da0-fe93-4717-aa1c-c36a7ce1e1a5} <Debug> TCPHandler: Processed in 0.001886836 sec. | ||
| 4134 | 2025.01.16 23:26:35.389332 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4135 | 2025.01.16 23:26:35.389462 [ 5 ] {b75b9c9f-70fe-4c9d-89d7-df123f0f50d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4136 | 2025.01.16 23:26:35.389521 [ 5 ] {b75b9c9f-70fe-4c9d-89d7-df123f0f50d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4137 | 2025.01.16 23:26:35.390139 [ 5 ] {b75b9c9f-70fe-4c9d-89d7-df123f0f50d9} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4138 | 2025.01.16 23:26:35.390180 [ 5 ] {b75b9c9f-70fe-4c9d-89d7-df123f0f50d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4139 | 2025.01.16 23:26:35.390566 [ 5 ] {b75b9c9f-70fe-4c9d-89d7-df123f0f50d9} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4140 | 2025.01.16 23:26:35.390803 [ 5 ] {b75b9c9f-70fe-4c9d-89d7-df123f0f50d9} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4141 | 2025.01.16 23:26:35.391016 [ 5 ] {b75b9c9f-70fe-4c9d-89d7-df123f0f50d9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001583 sec., 101073.9102969046 rows/sec., 7.04 MiB/sec. | ||
| 4142 | 2025.01.16 23:26:35.391070 [ 5 ] {b75b9c9f-70fe-4c9d-89d7-df123f0f50d9} <Debug> TCPHandler: Processed in 0.001801935 sec. | ||
| 4143 | 2025.01.16 23:26:35.391216 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4144 | 2025.01.16 23:26:35.391324 [ 255 ] {49c61b53-6cf9-4bd5-b5bb-ce24958f85e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4145 | 2025.01.16 23:26:35.391369 [ 255 ] {49c61b53-6cf9-4bd5-b5bb-ce24958f85e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4146 | 2025.01.16 23:26:35.391813 [ 255 ] {49c61b53-6cf9-4bd5-b5bb-ce24958f85e6} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4147 | 2025.01.16 23:26:35.391853 [ 255 ] {49c61b53-6cf9-4bd5-b5bb-ce24958f85e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4148 | 2025.01.16 23:26:35.392210 [ 255 ] {49c61b53-6cf9-4bd5-b5bb-ce24958f85e6} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4149 | 2025.01.16 23:26:35.392449 [ 255 ] {49c61b53-6cf9-4bd5-b5bb-ce24958f85e6} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4150 | 2025.01.16 23:26:35.392655 [ 255 ] {49c61b53-6cf9-4bd5-b5bb-ce24958f85e6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001353 sec., 44345.89800443459 rows/sec., 2.99 MiB/sec. | ||
| 4151 | 2025.01.16 23:26:35.392705 [ 255 ] {49c61b53-6cf9-4bd5-b5bb-ce24958f85e6} <Debug> TCPHandler: Processed in 0.00154303 sec. | ||
| 4152 | 2025.01.16 23:26:35.808609 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4153 | 2025.01.16 23:26:35.808896 [ 5 ] {a9a7c08e-4097-4514-bd0b-de8225ad099c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4154 | 2025.01.16 23:26:35.809016 [ 5 ] {a9a7c08e-4097-4514-bd0b-de8225ad099c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4155 | 2025.01.16 23:26:35.809795 [ 5 ] {a9a7c08e-4097-4514-bd0b-de8225ad099c} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4156 | 2025.01.16 23:26:35.809841 [ 5 ] {a9a7c08e-4097-4514-bd0b-de8225ad099c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4157 | 2025.01.16 23:26:35.810264 [ 5 ] {a9a7c08e-4097-4514-bd0b-de8225ad099c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4158 | 2025.01.16 23:26:35.810514 [ 5 ] {a9a7c08e-4097-4514-bd0b-de8225ad099c} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4159 | 2025.01.16 23:26:35.810810 [ 5 ] {a9a7c08e-4097-4514-bd0b-de8225ad099c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001983 sec., 7060.010085728694 rows/sec., 508.23 KiB/sec. | ||
| 4160 | 2025.01.16 23:26:35.810991 [ 5 ] {a9a7c08e-4097-4514-bd0b-de8225ad099c} <Debug> TCPHandler: Processed in 0.002553409 sec. | ||
| 4161 | 2025.01.16 23:26:35.811157 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4162 | 2025.01.16 23:26:35.811301 [ 255 ] {1b9f3075-18e3-447f-b731-d0bb692fe2b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4163 | 2025.01.16 23:26:35.811358 [ 255 ] {1b9f3075-18e3-447f-b731-d0bb692fe2b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4164 | 2025.01.16 23:26:35.812040 [ 255 ] {1b9f3075-18e3-447f-b731-d0bb692fe2b6} <Trace> oximeter.fields_ipaddr (32f5c164-55f5-48ad-a123-78247430c5f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4165 | 2025.01.16 23:26:35.812088 [ 255 ] {1b9f3075-18e3-447f-b731-d0bb692fe2b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4166 | 2025.01.16 23:26:35.812473 [ 255 ] {1b9f3075-18e3-447f-b731-d0bb692fe2b6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 4167 | 2025.01.16 23:26:35.812718 [ 255 ] {1b9f3075-18e3-447f-b731-d0bb692fe2b6} <Trace> oximeter.fields_ipaddr (32f5c164-55f5-48ad-a123-78247430c5f2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4168 | 2025.01.16 23:26:35.812948 [ 255 ] {1b9f3075-18e3-447f-b731-d0bb692fe2b6} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001674 sec., 8363.201911589009 rows/sec., 681.96 KiB/sec. | ||
| 4169 | 2025.01.16 23:26:35.813002 [ 255 ] {1b9f3075-18e3-447f-b731-d0bb692fe2b6} <Debug> TCPHandler: Processed in 0.001913337 sec. | ||
| 4170 | 2025.01.16 23:26:35.813151 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4171 | 2025.01.16 23:26:35.813277 [ 5 ] {a3792b88-dccd-46dc-8277-6b86c9f00182} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4172 | 2025.01.16 23:26:35.813330 [ 5 ] {a3792b88-dccd-46dc-8277-6b86c9f00182} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4173 | 2025.01.16 23:26:35.814504 [ 5 ] {a3792b88-dccd-46dc-8277-6b86c9f00182} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4174 | 2025.01.16 23:26:35.814542 [ 5 ] {a3792b88-dccd-46dc-8277-6b86c9f00182} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4175 | 2025.01.16 23:26:35.814978 [ 5 ] {a3792b88-dccd-46dc-8277-6b86c9f00182} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4176 | 2025.01.16 23:26:35.815227 [ 5 ] {a3792b88-dccd-46dc-8277-6b86c9f00182} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4177 | 2025.01.16 23:26:35.815434 [ 5 ] {a3792b88-dccd-46dc-8277-6b86c9f00182} <Debug> executeQuery: Read 1428 rows, 122.50 KiB in 0.002185 sec., 653546.9107551487 rows/sec., 54.75 MiB/sec. | ||
| 4178 | 2025.01.16 23:26:35.815486 [ 5 ] {a3792b88-dccd-46dc-8277-6b86c9f00182} <Debug> TCPHandler: Processed in 0.002386166 sec. | ||
| 4179 | 2025.01.16 23:26:35.815630 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4180 | 2025.01.16 23:26:35.815757 [ 255 ] {59e2653c-4646-4cee-ad04-17a435ad7365} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4181 | 2025.01.16 23:26:35.815810 [ 255 ] {59e2653c-4646-4cee-ad04-17a435ad7365} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4182 | 2025.01.16 23:26:35.816418 [ 255 ] {59e2653c-4646-4cee-ad04-17a435ad7365} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4183 | 2025.01.16 23:26:35.816457 [ 255 ] {59e2653c-4646-4cee-ad04-17a435ad7365} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4184 | 2025.01.16 23:26:35.816804 [ 255 ] {59e2653c-4646-4cee-ad04-17a435ad7365} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4185 | 2025.01.16 23:26:35.817041 [ 255 ] {59e2653c-4646-4cee-ad04-17a435ad7365} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4186 | 2025.01.16 23:26:35.817231 [ 255 ] {59e2653c-4646-4cee-ad04-17a435ad7365} <Debug> executeQuery: Read 60 rows, 4.37 KiB in 0.001493 sec., 40187.54186202277 rows/sec., 2.86 MiB/sec. | ||
| 4187 | 2025.01.16 23:26:35.817438 [ 255 ] {59e2653c-4646-4cee-ad04-17a435ad7365} <Debug> TCPHandler: Processed in 0.001867956 sec. | ||
| 4188 | 2025.01.16 23:26:35.817599 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4189 | 2025.01.16 23:26:35.817729 [ 5 ] {9a29fde9-b364-4a4a-9701-98a44e250fa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4190 | 2025.01.16 23:26:35.817782 [ 5 ] {9a29fde9-b364-4a4a-9701-98a44e250fa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4191 | 2025.01.16 23:26:35.818447 [ 5 ] {9a29fde9-b364-4a4a-9701-98a44e250fa0} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4192 | 2025.01.16 23:26:35.818485 [ 5 ] {9a29fde9-b364-4a4a-9701-98a44e250fa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4193 | 2025.01.16 23:26:35.818839 [ 5 ] {9a29fde9-b364-4a4a-9701-98a44e250fa0} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4194 | 2025.01.16 23:26:35.819076 [ 5 ] {9a29fde9-b364-4a4a-9701-98a44e250fa0} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4195 | 2025.01.16 23:26:35.819290 [ 5 ] {9a29fde9-b364-4a4a-9701-98a44e250fa0} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001586 sec., 152585.11979823455 rows/sec., 10.34 MiB/sec. | ||
| 4196 | 2025.01.16 23:26:35.819505 [ 5 ] {9a29fde9-b364-4a4a-9701-98a44e250fa0} <Debug> TCPHandler: Processed in 0.001963828 sec. | ||
| 4197 | 2025.01.16 23:26:35.819658 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4198 | 2025.01.16 23:26:35.819786 [ 255 ] {f252e0f2-20f0-43af-8d1f-3522f93e446f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4199 | 2025.01.16 23:26:35.819839 [ 255 ] {f252e0f2-20f0-43af-8d1f-3522f93e446f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4200 | 2025.01.16 23:26:35.820449 [ 255 ] {f252e0f2-20f0-43af-8d1f-3522f93e446f} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4201 | 2025.01.16 23:26:35.820487 [ 255 ] {f252e0f2-20f0-43af-8d1f-3522f93e446f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4202 | 2025.01.16 23:26:35.820827 [ 255 ] {f252e0f2-20f0-43af-8d1f-3522f93e446f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4203 | 2025.01.16 23:26:35.821071 [ 255 ] {f252e0f2-20f0-43af-8d1f-3522f93e446f} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4204 | 2025.01.16 23:26:35.821258 [ 255 ] {f252e0f2-20f0-43af-8d1f-3522f93e446f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.0015 sec., 8666.666666666666 rows/sec., 540.36 KiB/sec. | ||
| 4205 | 2025.01.16 23:26:35.821308 [ 255 ] {f252e0f2-20f0-43af-8d1f-3522f93e446f} <Debug> TCPHandler: Processed in 0.001714433 sec. | ||
| 4206 | 2025.01.16 23:26:35.821462 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4207 | 2025.01.16 23:26:35.821590 [ 5 ] {53dd9651-1f7e-414b-89f2-da87284d9e00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4208 | 2025.01.16 23:26:35.821642 [ 5 ] {53dd9651-1f7e-414b-89f2-da87284d9e00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4209 | 2025.01.16 23:26:35.822511 [ 5 ] {53dd9651-1f7e-414b-89f2-da87284d9e00} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4210 | 2025.01.16 23:26:35.822548 [ 5 ] {53dd9651-1f7e-414b-89f2-da87284d9e00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4211 | 2025.01.16 23:26:35.822936 [ 5 ] {53dd9651-1f7e-414b-89f2-da87284d9e00} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4212 | 2025.01.16 23:26:35.823176 [ 5 ] {53dd9651-1f7e-414b-89f2-da87284d9e00} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4213 | 2025.01.16 23:26:35.823377 [ 5 ] {53dd9651-1f7e-414b-89f2-da87284d9e00} <Debug> executeQuery: Read 891 rows, 66.24 KiB in 0.001804 sec., 493902.43902439025 rows/sec., 35.86 MiB/sec. | ||
| 4214 | 2025.01.16 23:26:35.823544 [ 5 ] {53dd9651-1f7e-414b-89f2-da87284d9e00} <Debug> TCPHandler: Processed in 0.002138532 sec. | ||
| 4215 | 2025.01.16 23:26:35.823742 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4216 | 2025.01.16 23:26:35.823854 [ 255 ] {8de25619-12e4-4e1d-ba72-fef40ba01bb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4217 | 2025.01.16 23:26:35.823901 [ 255 ] {8de25619-12e4-4e1d-ba72-fef40ba01bb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4218 | 2025.01.16 23:26:35.824364 [ 255 ] {8de25619-12e4-4e1d-ba72-fef40ba01bb9} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4219 | 2025.01.16 23:26:35.824401 [ 255 ] {8de25619-12e4-4e1d-ba72-fef40ba01bb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4220 | 2025.01.16 23:26:35.824755 [ 255 ] {8de25619-12e4-4e1d-ba72-fef40ba01bb9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4221 | 2025.01.16 23:26:35.824990 [ 255 ] {8de25619-12e4-4e1d-ba72-fef40ba01bb9} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4222 | 2025.01.16 23:26:35.825156 [ 255 ] {8de25619-12e4-4e1d-ba72-fef40ba01bb9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001326 sec., 4524.886877828055 rows/sec., 236.41 KiB/sec. | ||
| 4223 | 2025.01.16 23:26:35.825204 [ 255 ] {8de25619-12e4-4e1d-ba72-fef40ba01bb9} <Debug> TCPHandler: Processed in 0.00156007 sec. | ||
| 4224 | 2025.01.16 23:26:35.825359 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4225 | 2025.01.16 23:26:35.825488 [ 5 ] {83ffb972-645b-4658-a2cf-0ea1311c977c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4226 | 2025.01.16 23:26:35.825544 [ 5 ] {83ffb972-645b-4658-a2cf-0ea1311c977c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4227 | 2025.01.16 23:26:35.826320 [ 5 ] {83ffb972-645b-4658-a2cf-0ea1311c977c} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4228 | 2025.01.16 23:26:35.826357 [ 5 ] {83ffb972-645b-4658-a2cf-0ea1311c977c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4229 | 2025.01.16 23:26:35.826784 [ 5 ] {83ffb972-645b-4658-a2cf-0ea1311c977c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4230 | 2025.01.16 23:26:35.827026 [ 5 ] {83ffb972-645b-4658-a2cf-0ea1311c977c} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4231 | 2025.01.16 23:26:35.827225 [ 5 ] {83ffb972-645b-4658-a2cf-0ea1311c977c} <Debug> executeQuery: Read 962 rows, 65.46 KiB in 0.001755 sec., 548148.1481481481 rows/sec., 36.43 MiB/sec. | ||
| 4232 | 2025.01.16 23:26:35.827296 [ 5 ] {83ffb972-645b-4658-a2cf-0ea1311c977c} <Debug> TCPHandler: Processed in 0.002000049 sec. | ||
| 4233 | 2025.01.16 23:26:35.827509 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4234 | 2025.01.16 23:26:35.827651 [ 255 ] {6a914c9d-bb8b-4f4c-8432-c762d327b7ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4235 | 2025.01.16 23:26:35.827702 [ 255 ] {6a914c9d-bb8b-4f4c-8432-c762d327b7ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4236 | 2025.01.16 23:26:35.828131 [ 255 ] {6a914c9d-bb8b-4f4c-8432-c762d327b7ca} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4237 | 2025.01.16 23:26:35.828168 [ 255 ] {6a914c9d-bb8b-4f4c-8432-c762d327b7ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4238 | 2025.01.16 23:26:35.828523 [ 255 ] {6a914c9d-bb8b-4f4c-8432-c762d327b7ca} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4239 | 2025.01.16 23:26:35.828763 [ 255 ] {6a914c9d-bb8b-4f4c-8432-c762d327b7ca} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4240 | 2025.01.16 23:26:35.828954 [ 255 ] {6a914c9d-bb8b-4f4c-8432-c762d327b7ca} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001314 sec., 761.03500761035 rows/sec., 51.28 KiB/sec. | ||
| 4241 | 2025.01.16 23:26:35.829143 [ 255 ] {6a914c9d-bb8b-4f4c-8432-c762d327b7ca} <Debug> TCPHandler: Processed in 0.001753734 sec. | ||
| 4242 | 2025.01.16 23:26:35.829279 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4243 | 2025.01.16 23:26:35.829389 [ 5 ] {99e7fa37-5f15-4e04-9263-bb67f56b970d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4244 | 2025.01.16 23:26:35.829459 [ 5 ] {99e7fa37-5f15-4e04-9263-bb67f56b970d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4245 | 2025.01.16 23:26:35.830553 [ 5 ] {99e7fa37-5f15-4e04-9263-bb67f56b970d} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4246 | 2025.01.16 23:26:35.830590 [ 5 ] {99e7fa37-5f15-4e04-9263-bb67f56b970d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4247 | 2025.01.16 23:26:35.831240 [ 5 ] {99e7fa37-5f15-4e04-9263-bb67f56b970d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4248 | 2025.01.16 23:26:35.831491 [ 5 ] {99e7fa37-5f15-4e04-9263-bb67f56b970d} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4249 | 2025.01.16 23:26:35.831682 [ 5 ] {99e7fa37-5f15-4e04-9263-bb67f56b970d} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002316 sec., 16839.37823834197 rows/sec., 30.18 MiB/sec. | ||
| 4250 | 2025.01.16 23:26:35.831772 [ 5 ] {99e7fa37-5f15-4e04-9263-bb67f56b970d} <Debug> TCPHandler: Processed in 0.002550149 sec. | ||
| 4251 | 2025.01.16 23:26:35.831909 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4252 | 2025.01.16 23:26:35.832019 [ 255 ] {bd64bfc2-fb68-4f5d-b81c-0546b601797e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4253 | 2025.01.16 23:26:35.832064 [ 255 ] {bd64bfc2-fb68-4f5d-b81c-0546b601797e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4254 | 2025.01.16 23:26:35.832483 [ 255 ] {bd64bfc2-fb68-4f5d-b81c-0546b601797e} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4255 | 2025.01.16 23:26:35.832520 [ 255 ] {bd64bfc2-fb68-4f5d-b81c-0546b601797e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4256 | 2025.01.16 23:26:35.832861 [ 255 ] {bd64bfc2-fb68-4f5d-b81c-0546b601797e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4257 | 2025.01.16 23:26:35.833110 [ 255 ] {bd64bfc2-fb68-4f5d-b81c-0546b601797e} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4258 | 2025.01.16 23:26:35.833328 [ 255 ] {bd64bfc2-fb68-4f5d-b81c-0546b601797e} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001321 sec., 25738.077214231645 rows/sec., 1.49 MiB/sec. | ||
| 4259 | 2025.01.16 23:26:35.833532 [ 255 ] {bd64bfc2-fb68-4f5d-b81c-0546b601797e} <Debug> TCPHandler: Processed in 0.001674612 sec. | ||
| 4260 | 2025.01.16 23:26:36.000231 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 182.85 MiB, peak 188.25 MiB, free memory in arenas 0.00 B, will set to 181.71 MiB (RSS), difference: -1.14 MiB | ||
| 4261 | 2025.01.16 23:26:39.237840 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 588 | ||
| 4262 | 2025.01.16 23:26:39.241390 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4263 | 2025.01.16 23:26:39.241445 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4264 | 2025.01.16 23:26:39.242918 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4265 | 2025.01.16 23:26:39.243249 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4266 | 2025.01.16 23:26:39.243869 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 588 | ||
| 4267 | 2025.01.16 23:26:40.383199 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4268 | 2025.01.16 23:26:40.383402 [ 5 ] {c4f33908-abaa-42d9-89b7-5133aec9c719} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4269 | 2025.01.16 23:26:40.383502 [ 5 ] {c4f33908-abaa-42d9-89b7-5133aec9c719} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4270 | 2025.01.16 23:26:40.384256 [ 5 ] {c4f33908-abaa-42d9-89b7-5133aec9c719} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4271 | 2025.01.16 23:26:40.384315 [ 5 ] {c4f33908-abaa-42d9-89b7-5133aec9c719} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4272 | 2025.01.16 23:26:40.384759 [ 5 ] {c4f33908-abaa-42d9-89b7-5133aec9c719} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4273 | 2025.01.16 23:26:40.385016 [ 5 ] {c4f33908-abaa-42d9-89b7-5133aec9c719} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4274 | 2025.01.16 23:26:40.385242 [ 5 ] {c4f33908-abaa-42d9-89b7-5133aec9c719} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001893 sec., 29582.673005810884 rows/sec., 2.27 MiB/sec. | ||
| 4275 | 2025.01.16 23:26:40.385297 [ 5 ] {c4f33908-abaa-42d9-89b7-5133aec9c719} <Debug> TCPHandler: Processed in 0.002233183 sec. | ||
| 4276 | 2025.01.16 23:26:40.385460 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4277 | 2025.01.16 23:26:40.385576 [ 255 ] {a20a801c-7351-41c7-9b64-3668c316e13c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4278 | 2025.01.16 23:26:40.385649 [ 255 ] {a20a801c-7351-41c7-9b64-3668c316e13c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4279 | 2025.01.16 23:26:40.386203 [ 255 ] {a20a801c-7351-41c7-9b64-3668c316e13c} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4280 | 2025.01.16 23:26:40.386243 [ 255 ] {a20a801c-7351-41c7-9b64-3668c316e13c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4281 | 2025.01.16 23:26:40.386606 [ 255 ] {a20a801c-7351-41c7-9b64-3668c316e13c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4282 | 2025.01.16 23:26:40.386862 [ 255 ] {a20a801c-7351-41c7-9b64-3668c316e13c} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4283 | 2025.01.16 23:26:40.387066 [ 255 ] {a20a801c-7351-41c7-9b64-3668c316e13c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001512 sec., 42328.04232804233 rows/sec., 3.30 MiB/sec. | ||
| 4284 | 2025.01.16 23:26:40.387118 [ 255 ] {a20a801c-7351-41c7-9b64-3668c316e13c} <Debug> TCPHandler: Processed in 0.001715413 sec. | ||
| 4285 | 2025.01.16 23:26:40.387255 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4286 | 2025.01.16 23:26:40.387363 [ 5 ] {2cf9a31e-add2-4c0c-8796-7f6e1ecad681} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4287 | 2025.01.16 23:26:40.387419 [ 5 ] {2cf9a31e-add2-4c0c-8796-7f6e1ecad681} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4288 | 2025.01.16 23:26:40.388019 [ 5 ] {2cf9a31e-add2-4c0c-8796-7f6e1ecad681} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4289 | 2025.01.16 23:26:40.388065 [ 5 ] {2cf9a31e-add2-4c0c-8796-7f6e1ecad681} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4290 | 2025.01.16 23:26:40.388497 [ 5 ] {2cf9a31e-add2-4c0c-8796-7f6e1ecad681} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4291 | 2025.01.16 23:26:40.388739 [ 5 ] {2cf9a31e-add2-4c0c-8796-7f6e1ecad681} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4292 | 2025.01.16 23:26:40.388951 [ 5 ] {2cf9a31e-add2-4c0c-8796-7f6e1ecad681} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.00161 sec., 79503.1055900621 rows/sec., 5.54 MiB/sec. | ||
| 4293 | 2025.01.16 23:26:40.389002 [ 5 ] {2cf9a31e-add2-4c0c-8796-7f6e1ecad681} <Debug> TCPHandler: Processed in 0.001799604 sec. | ||
| 4294 | 2025.01.16 23:26:40.389137 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4295 | 2025.01.16 23:26:40.389244 [ 255 ] {ab891890-a997-4591-a032-e91128bdb656} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4296 | 2025.01.16 23:26:40.389291 [ 255 ] {ab891890-a997-4591-a032-e91128bdb656} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4297 | 2025.01.16 23:26:40.389797 [ 255 ] {ab891890-a997-4591-a032-e91128bdb656} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4298 | 2025.01.16 23:26:40.389843 [ 255 ] {ab891890-a997-4591-a032-e91128bdb656} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4299 | 2025.01.16 23:26:40.390271 [ 255 ] {ab891890-a997-4591-a032-e91128bdb656} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4300 | 2025.01.16 23:26:40.390527 [ 255 ] {ab891890-a997-4591-a032-e91128bdb656} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4301 | 2025.01.16 23:26:40.390740 [ 255 ] {ab891890-a997-4591-a032-e91128bdb656} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001515 sec., 31683.16831683168 rows/sec., 2.14 MiB/sec. | ||
| 4302 | 2025.01.16 23:26:40.390811 [ 255 ] {ab891890-a997-4591-a032-e91128bdb656} <Debug> TCPHandler: Processed in 0.001725613 sec. | ||
| 4303 | 2025.01.16 23:26:41.704847 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723 | ||
| 4304 | 2025.01.16 23:26:41.705777 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4305 | 2025.01.16 23:26:41.705826 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4306 | 2025.01.16 23:26:41.706400 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4307 | 2025.01.16 23:26:41.706653 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4308 | 2025.01.16 23:26:41.706886 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723 | ||
| 4309 | 2025.01.16 23:26:42.317563 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 4310 | 2025.01.16 23:26:42.338501 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4311 | 2025.01.16 23:26:42.338567 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4312 | 2025.01.16 23:26:42.346192 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4313 | 2025.01.16 23:26:42.346948 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4314 | 2025.01.16 23:26:42.349827 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 4315 | 2025.01.16 23:26:45.384421 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4316 | 2025.01.16 23:26:45.384651 [ 5 ] {46c0eb69-7c24-4bcc-8a4f-63fe954cb078} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4317 | 2025.01.16 23:26:45.384724 [ 5 ] {46c0eb69-7c24-4bcc-8a4f-63fe954cb078} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4318 | 2025.01.16 23:26:45.385484 [ 5 ] {46c0eb69-7c24-4bcc-8a4f-63fe954cb078} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4319 | 2025.01.16 23:26:45.385529 [ 5 ] {46c0eb69-7c24-4bcc-8a4f-63fe954cb078} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4320 | 2025.01.16 23:26:45.386000 [ 5 ] {46c0eb69-7c24-4bcc-8a4f-63fe954cb078} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4321 | 2025.01.16 23:26:45.386260 [ 5 ] {46c0eb69-7c24-4bcc-8a4f-63fe954cb078} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4322 | 2025.01.16 23:26:45.386461 [ 5 ] {46c0eb69-7c24-4bcc-8a4f-63fe954cb078} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00186 sec., 30107.526881720427 rows/sec., 2.31 MiB/sec. | ||
| 4323 | 2025.01.16 23:26:45.386527 [ 5 ] {46c0eb69-7c24-4bcc-8a4f-63fe954cb078} <Debug> TCPHandler: Processed in 0.002246873 sec. | ||
| 4324 | 2025.01.16 23:26:45.386695 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4325 | 2025.01.16 23:26:45.386840 [ 255 ] {6a8c432f-b93f-443d-b324-b3a14971b36a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4326 | 2025.01.16 23:26:45.386899 [ 255 ] {6a8c432f-b93f-443d-b324-b3a14971b36a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4327 | 2025.01.16 23:26:45.387587 [ 255 ] {6a8c432f-b93f-443d-b324-b3a14971b36a} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4328 | 2025.01.16 23:26:45.387628 [ 255 ] {6a8c432f-b93f-443d-b324-b3a14971b36a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4329 | 2025.01.16 23:26:45.388004 [ 255 ] {6a8c432f-b93f-443d-b324-b3a14971b36a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4330 | 2025.01.16 23:26:45.388248 [ 255 ] {6a8c432f-b93f-443d-b324-b3a14971b36a} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4331 | 2025.01.16 23:26:45.388465 [ 255 ] {6a8c432f-b93f-443d-b324-b3a14971b36a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001659 sec., 38577.45629897528 rows/sec., 3.01 MiB/sec. | ||
| 4332 | 2025.01.16 23:26:45.388521 [ 255 ] {6a8c432f-b93f-443d-b324-b3a14971b36a} <Debug> TCPHandler: Processed in 0.001895627 sec. | ||
| 4333 | 2025.01.16 23:26:45.388669 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4334 | 2025.01.16 23:26:45.388800 [ 5 ] {9556889d-0942-489e-9b69-1319e83a46b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4335 | 2025.01.16 23:26:45.388859 [ 5 ] {9556889d-0942-489e-9b69-1319e83a46b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4336 | 2025.01.16 23:26:45.389479 [ 5 ] {9556889d-0942-489e-9b69-1319e83a46b6} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4337 | 2025.01.16 23:26:45.389525 [ 5 ] {9556889d-0942-489e-9b69-1319e83a46b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4338 | 2025.01.16 23:26:45.389922 [ 5 ] {9556889d-0942-489e-9b69-1319e83a46b6} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4339 | 2025.01.16 23:26:45.390199 [ 5 ] {9556889d-0942-489e-9b69-1319e83a46b6} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4340 | 2025.01.16 23:26:45.390401 [ 5 ] {9556889d-0942-489e-9b69-1319e83a46b6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001631 sec., 98099.32556713672 rows/sec., 6.83 MiB/sec. | ||
| 4341 | 2025.01.16 23:26:45.390452 [ 5 ] {9556889d-0942-489e-9b69-1319e83a46b6} <Debug> TCPHandler: Processed in 0.001847446 sec. | ||
| 4342 | 2025.01.16 23:26:45.390581 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4343 | 2025.01.16 23:26:45.390690 [ 255 ] {2ad5cd61-b6c0-4117-87fb-591ac0a5e95b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4344 | 2025.01.16 23:26:45.390737 [ 255 ] {2ad5cd61-b6c0-4117-87fb-591ac0a5e95b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4345 | 2025.01.16 23:26:45.391175 [ 255 ] {2ad5cd61-b6c0-4117-87fb-591ac0a5e95b} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4346 | 2025.01.16 23:26:45.391215 [ 255 ] {2ad5cd61-b6c0-4117-87fb-591ac0a5e95b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4347 | 2025.01.16 23:26:45.391577 [ 255 ] {2ad5cd61-b6c0-4117-87fb-591ac0a5e95b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4348 | 2025.01.16 23:26:45.391826 [ 255 ] {2ad5cd61-b6c0-4117-87fb-591ac0a5e95b} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4349 | 2025.01.16 23:26:45.392027 [ 255 ] {2ad5cd61-b6c0-4117-87fb-591ac0a5e95b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00136 sec., 44117.647058823524 rows/sec., 2.97 MiB/sec. | ||
| 4350 | 2025.01.16 23:26:45.392077 [ 255 ] {2ad5cd61-b6c0-4117-87fb-591ac0a5e95b} <Debug> TCPHandler: Processed in 0.00154963 sec. | ||
| 4351 | 2025.01.16 23:26:49.056202 [ 106 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4352 | 2025.01.16 23:26:49.056259 [ 106 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4353 | 2025.01.16 23:26:49.207105 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211 | ||
| 4354 | 2025.01.16 23:26:49.207866 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4355 | 2025.01.16 23:26:49.207910 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4356 | 2025.01.16 23:26:49.208504 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4357 | 2025.01.16 23:26:49.208763 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4358 | 2025.01.16 23:26:49.209016 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 4359 | 2025.01.16 23:26:49.244306 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 604 | ||
| 4360 | 2025.01.16 23:26:49.247360 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4361 | 2025.01.16 23:26:49.247407 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4362 | 2025.01.16 23:26:49.248861 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4363 | 2025.01.16 23:26:49.249181 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4364 | 2025.01.16 23:26:49.249715 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 604 | ||
| 4365 | 2025.01.16 23:26:49.849999 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 4366 | 2025.01.16 23:26:49.871886 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4367 | 2025.01.16 23:26:49.871937 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4368 | 2025.01.16 23:26:49.879808 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4369 | 2025.01.16 23:26:49.880650 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4370 | 2025.01.16 23:26:49.883715 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 4371 | 2025.01.16 23:26:50.391310 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4372 | 2025.01.16 23:26:50.391492 [ 5 ] {ec0dc730-058a-4a99-90cc-db8672f5bddf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4373 | 2025.01.16 23:26:50.391562 [ 5 ] {ec0dc730-058a-4a99-90cc-db8672f5bddf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4374 | 2025.01.16 23:26:50.392283 [ 5 ] {ec0dc730-058a-4a99-90cc-db8672f5bddf} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4375 | 2025.01.16 23:26:50.392330 [ 5 ] {ec0dc730-058a-4a99-90cc-db8672f5bddf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4376 | 2025.01.16 23:26:50.392776 [ 5 ] {ec0dc730-058a-4a99-90cc-db8672f5bddf} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4377 | 2025.01.16 23:26:50.393039 [ 5 ] {ec0dc730-058a-4a99-90cc-db8672f5bddf} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4378 | 2025.01.16 23:26:50.393234 [ 105 ] {} <Debug> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4379 | 2025.01.16 23:26:50.393301 [ 5 ] {ec0dc730-058a-4a99-90cc-db8672f5bddf} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001857 sec., 7539.041464728056 rows/sec., 542.71 KiB/sec. | ||
| 4380 | 2025.01.16 23:26:50.393328 [ 105 ] {} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4381 | 2025.01.16 23:26:50.393393 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4382 | 2025.01.16 23:26:50.393422 [ 5 ] {ec0dc730-058a-4a99-90cc-db8672f5bddf} <Debug> TCPHandler: Processed in 0.002240423 sec. | ||
| 4383 | 2025.01.16 23:26:50.393562 [ 191 ] {36238c60-81c7-4682-8ed9-f95b6c464189::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 | ||
| 4384 | 2025.01.16 23:26:50.393608 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4385 | 2025.01.16 23:26:50.393669 [ 191 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4386 | 2025.01.16 23:26:50.393706 [ 191 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 14 rows starting from the beginning of the part | ||
| 4387 | 2025.01.16 23:26:50.393773 [ 255 ] {7703837d-ad71-4502-a276-bbe7f34dc46c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4388 | 2025.01.16 23:26:50.393813 [ 191 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part | ||
| 4389 | 2025.01.16 23:26:50.393898 [ 255 ] {7703837d-ad71-4502-a276-bbe7f34dc46c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4390 | 2025.01.16 23:26:50.394066 [ 191 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part | ||
| 4391 | 2025.01.16 23:26:50.394512 [ 191 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part | ||
| 4392 | 2025.01.16 23:26:50.394704 [ 191 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part | ||
| 4393 | 2025.01.16 23:26:50.395849 [ 255 ] {7703837d-ad71-4502-a276-bbe7f34dc46c} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4394 | 2025.01.16 23:26:50.395894 [ 255 ] {7703837d-ad71-4502-a276-bbe7f34dc46c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4395 | 2025.01.16 23:26:50.396131 [ 191 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00264068 sec., 26508.323613614677 rows/sec., 1.96 MiB/sec. | ||
| 4396 | 2025.01.16 23:26:50.396251 [ 191 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4397 | 2025.01.16 23:26:50.396534 [ 255 ] {7703837d-ad71-4502-a276-bbe7f34dc46c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4398 | 2025.01.16 23:26:50.396657 [ 191 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_13_3} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4399 | 2025.01.16 23:26:50.396742 [ 191 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_13_3} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4400 | 2025.01.16 23:26:50.396831 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4401 | 2025.01.16 23:26:50.396842 [ 255 ] {7703837d-ad71-4502-a276-bbe7f34dc46c} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4402 | 2025.01.16 23:26:50.397024 [ 105 ] {} <Debug> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4403 | 2025.01.16 23:26:50.397090 [ 105 ] {} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4404 | 2025.01.16 23:26:50.397100 [ 255 ] {7703837d-ad71-4502-a276-bbe7f34dc46c} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.003357 sec., 83705.68960381292 rows/sec., 7.40 MiB/sec. | ||
| 4405 | 2025.01.16 23:26:50.397126 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4406 | 2025.01.16 23:26:50.397263 [ 255 ] {7703837d-ad71-4502-a276-bbe7f34dc46c} <Debug> TCPHandler: Processed in 0.003724802 sec. | ||
| 4407 | 2025.01.16 23:26:50.397372 [ 190 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::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 | ||
| 4408 | 2025.01.16 23:26:50.397447 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4409 | 2025.01.16 23:26:50.397618 [ 190 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4410 | 2025.01.16 23:26:50.397647 [ 5 ] {d612ae9c-830a-4abf-a95b-30386f699586} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4411 | 2025.01.16 23:26:50.397683 [ 190 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1428 rows starting from the beginning of the part | ||
| 4412 | 2025.01.16 23:26:50.397736 [ 5 ] {d612ae9c-830a-4abf-a95b-30386f699586} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4413 | 2025.01.16 23:26:50.398019 [ 190 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::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 | ||
| 4414 | 2025.01.16 23:26:50.398333 [ 190 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1428 rows starting from the beginning of the part | ||
| 4415 | 2025.01.16 23:26:50.398633 [ 190 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part | ||
| 4416 | 2025.01.16 23:26:50.398998 [ 190 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 56 rows starting from the beginning of the part | ||
| 4417 | 2025.01.16 23:26:50.399333 [ 190 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 281 rows starting from the beginning of the part | ||
| 4418 | 2025.01.16 23:26:50.400504 [ 5 ] {d612ae9c-830a-4abf-a95b-30386f699586} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4419 | 2025.01.16 23:26:50.400568 [ 5 ] {d612ae9c-830a-4abf-a95b-30386f699586} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4420 | 2025.01.16 23:26:50.401494 [ 5 ] {d612ae9c-830a-4abf-a95b-30386f699586} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4421 | 2025.01.16 23:26:50.401906 [ 5 ] {d612ae9c-830a-4abf-a95b-30386f699586} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4422 | 2025.01.16 23:26:50.402306 [ 5 ] {d612ae9c-830a-4abf-a95b-30386f699586} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.00467 sec., 9850.107066381157 rows/sec., 725.63 KiB/sec. | ||
| 4423 | 2025.01.16 23:26:50.402649 [ 5 ] {d612ae9c-830a-4abf-a95b-30386f699586} <Debug> TCPHandler: Processed in 0.005269781 sec. | ||
| 4424 | 2025.01.16 23:26:50.402939 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4425 | 2025.01.16 23:26:50.403088 [ 190 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3305 rows, containing 5 columns (5 merged, 0 gathered) in 0.005833192 sec., 566585.156120354 rows/sec., 49.65 MiB/sec. | ||
| 4426 | 2025.01.16 23:26:50.403234 [ 255 ] {ccfc447e-08bd-447a-9d0a-811d5823a9de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4427 | 2025.01.16 23:26:50.403303 [ 255 ] {ccfc447e-08bd-447a-9d0a-811d5823a9de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4428 | 2025.01.16 23:26:50.403412 [ 190 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4429 | 2025.01.16 23:26:50.404030 [ 190 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_31_6} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4430 | 2025.01.16 23:26:50.404152 [ 190 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_31_6} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4431 | 2025.01.16 23:26:50.404315 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 4432 | 2025.01.16 23:26:50.404490 [ 255 ] {ccfc447e-08bd-447a-9d0a-811d5823a9de} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4433 | 2025.01.16 23:26:50.404534 [ 255 ] {ccfc447e-08bd-447a-9d0a-811d5823a9de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4434 | 2025.01.16 23:26:50.404900 [ 255 ] {ccfc447e-08bd-447a-9d0a-811d5823a9de} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4435 | 2025.01.16 23:26:50.405148 [ 255 ] {ccfc447e-08bd-447a-9d0a-811d5823a9de} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4436 | 2025.01.16 23:26:50.405377 [ 255 ] {ccfc447e-08bd-447a-9d0a-811d5823a9de} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002202 sec., 6357.856494096276 rows/sec., 445.26 KiB/sec. | ||
| 4437 | 2025.01.16 23:26:50.405472 [ 255 ] {ccfc447e-08bd-447a-9d0a-811d5823a9de} <Debug> TCPHandler: Processed in 0.002694562 sec. | ||
| 4438 | 2025.01.16 23:26:50.405643 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4439 | 2025.01.16 23:26:50.405751 [ 5 ] {9bacd6b6-ea78-418c-ba08-86d529fbd7ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4440 | 2025.01.16 23:26:50.405796 [ 5 ] {9bacd6b6-ea78-418c-ba08-86d529fbd7ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4441 | 2025.01.16 23:26:50.406336 [ 5 ] {9bacd6b6-ea78-418c-ba08-86d529fbd7ad} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4442 | 2025.01.16 23:26:50.406375 [ 5 ] {9bacd6b6-ea78-418c-ba08-86d529fbd7ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4443 | 2025.01.16 23:26:50.406728 [ 5 ] {9bacd6b6-ea78-418c-ba08-86d529fbd7ad} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4444 | 2025.01.16 23:26:50.406973 [ 5 ] {9bacd6b6-ea78-418c-ba08-86d529fbd7ad} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4445 | 2025.01.16 23:26:50.407126 [ 105 ] {} <Debug> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4446 | 2025.01.16 23:26:50.407193 [ 105 ] {} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4447 | 2025.01.16 23:26:50.407215 [ 5 ] {9bacd6b6-ea78-418c-ba08-86d529fbd7ad} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001479 sec., 8789.72278566599 rows/sec., 548.04 KiB/sec. | ||
| 4448 | 2025.01.16 23:26:50.407231 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4449 | 2025.01.16 23:26:50.407380 [ 5 ] {9bacd6b6-ea78-418c-ba08-86d529fbd7ad} <Debug> TCPHandler: Processed in 0.001788874 sec. | ||
| 4450 | 2025.01.16 23:26:50.407546 [ 191 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::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 | ||
| 4451 | 2025.01.16 23:26:50.407656 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4452 | 2025.01.16 23:26:50.408001 [ 191 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4453 | 2025.01.16 23:26:50.408019 [ 255 ] {63d5d547-b7a5-4a26-866a-d9b28466b11f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4454 | 2025.01.16 23:26:50.408034 [ 191 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 13 rows starting from the beginning of the part | ||
| 4455 | 2025.01.16 23:26:50.408090 [ 255 ] {63d5d547-b7a5-4a26-866a-d9b28466b11f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4456 | 2025.01.16 23:26:50.408188 [ 191 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 13 rows starting from the beginning of the part | ||
| 4457 | 2025.01.16 23:26:50.408559 [ 191 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 13 rows starting from the beginning of the part | ||
| 4458 | 2025.01.16 23:26:50.408866 [ 191 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 13 rows starting from the beginning of the part | ||
| 4459 | 2025.01.16 23:26:50.409232 [ 191 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 13 rows starting from the beginning of the part | ||
| 4460 | 2025.01.16 23:26:50.410557 [ 255 ] {63d5d547-b7a5-4a26-866a-d9b28466b11f} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4461 | 2025.01.16 23:26:50.410613 [ 255 ] {63d5d547-b7a5-4a26-866a-d9b28466b11f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4462 | 2025.01.16 23:26:50.410855 [ 192 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003504467 sec., 18547.756334986178 rows/sec., 1.20 MiB/sec. | ||
| 4463 | 2025.01.16 23:26:50.411119 [ 192 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4464 | 2025.01.16 23:26:50.411313 [ 255 ] {63d5d547-b7a5-4a26-866a-d9b28466b11f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4465 | 2025.01.16 23:26:50.411681 [ 188 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_13_3} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4466 | 2025.01.16 23:26:50.411862 [ 255 ] {63d5d547-b7a5-4a26-866a-d9b28466b11f} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4467 | 2025.01.16 23:26:50.411925 [ 188 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_13_3} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4468 | 2025.01.16 23:26:50.412148 [ 105 ] {} <Debug> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4469 | 2025.01.16 23:26:50.412208 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4470 | 2025.01.16 23:26:50.412242 [ 105 ] {} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4471 | 2025.01.16 23:26:50.412310 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4472 | 2025.01.16 23:26:50.412352 [ 255 ] {63d5d547-b7a5-4a26-866a-d9b28466b11f} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.004394 sec., 95812.47155211652 rows/sec., 6.85 MiB/sec. | ||
| 4473 | 2025.01.16 23:26:50.412781 [ 255 ] {63d5d547-b7a5-4a26-866a-d9b28466b11f} <Debug> TCPHandler: Processed in 0.005260561 sec. | ||
| 4474 | 2025.01.16 23:26:50.412824 [ 188 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::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 | ||
| 4475 | 2025.01.16 23:26:50.413105 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4476 | 2025.01.16 23:26:50.413416 [ 188 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4477 | 2025.01.16 23:26:50.413465 [ 5 ] {b3c848fb-5041-4194-b76a-a30ad1a44b6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4478 | 2025.01.16 23:26:50.413488 [ 188 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 907 rows starting from the beginning of the part | ||
| 4479 | 2025.01.16 23:26:50.413567 [ 5 ] {b3c848fb-5041-4194-b76a-a30ad1a44b6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4480 | 2025.01.16 23:26:50.413762 [ 188 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::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 | ||
| 4481 | 2025.01.16 23:26:50.414181 [ 188 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 891 rows starting from the beginning of the part | ||
| 4482 | 2025.01.16 23:26:50.414507 [ 188 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part | ||
| 4483 | 2025.01.16 23:26:50.414885 [ 188 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 64 rows starting from the beginning of the part | ||
| 4484 | 2025.01.16 23:26:50.415263 [ 188 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 421 rows starting from the beginning of the part | ||
| 4485 | 2025.01.16 23:26:50.416124 [ 5 ] {b3c848fb-5041-4194-b76a-a30ad1a44b6f} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4486 | 2025.01.16 23:26:50.416196 [ 5 ] {b3c848fb-5041-4194-b76a-a30ad1a44b6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4487 | 2025.01.16 23:26:50.417082 [ 5 ] {b3c848fb-5041-4194-b76a-a30ad1a44b6f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4488 | 2025.01.16 23:26:50.417635 [ 5 ] {b3c848fb-5041-4194-b76a-a30ad1a44b6f} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4489 | 2025.01.16 23:26:50.418027 [ 5 ] {b3c848fb-5041-4194-b76a-a30ad1a44b6f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004635 sec., 1294.4983818770227 rows/sec., 67.63 KiB/sec. | ||
| 4490 | 2025.01.16 23:26:50.418526 [ 5 ] {b3c848fb-5041-4194-b76a-a30ad1a44b6f} <Debug> TCPHandler: Processed in 0.005596407 sec. | ||
| 4491 | 2025.01.16 23:26:50.418799 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4492 | 2025.01.16 23:26:50.418841 [ 192 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2411 rows, containing 5 columns (5 merged, 0 gathered) in 0.006435914 sec., 374616.5657278826 rows/sec., 28.73 MiB/sec. | ||
| 4493 | 2025.01.16 23:26:50.418962 [ 255 ] {5727d598-c9e0-4e00-bf76-9c23f49be8fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4494 | 2025.01.16 23:26:50.419039 [ 255 ] {5727d598-c9e0-4e00-bf76-9c23f49be8fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4495 | 2025.01.16 23:26:50.419067 [ 191 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4496 | 2025.01.16 23:26:50.419537 [ 191 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_31_6} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4497 | 2025.01.16 23:26:50.419681 [ 191 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_31_6} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4498 | 2025.01.16 23:26:50.419811 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 4499 | 2025.01.16 23:26:50.419942 [ 255 ] {5727d598-c9e0-4e00-bf76-9c23f49be8fb} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4500 | 2025.01.16 23:26:50.419980 [ 255 ] {5727d598-c9e0-4e00-bf76-9c23f49be8fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4501 | 2025.01.16 23:26:50.420370 [ 255 ] {5727d598-c9e0-4e00-bf76-9c23f49be8fb} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4502 | 2025.01.16 23:26:50.420605 [ 255 ] {5727d598-c9e0-4e00-bf76-9c23f49be8fb} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4503 | 2025.01.16 23:26:50.420758 [ 105 ] {} <Debug> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4504 | 2025.01.16 23:26:50.420816 [ 105 ] {} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4505 | 2025.01.16 23:26:50.420851 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4506 | 2025.01.16 23:26:50.420857 [ 255 ] {5727d598-c9e0-4e00-bf76-9c23f49be8fb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001919 sec., 123501.82386659719 rows/sec., 8.28 MiB/sec. | ||
| 4507 | 2025.01.16 23:26:50.421078 [ 255 ] {5727d598-c9e0-4e00-bf76-9c23f49be8fb} <Debug> TCPHandler: Processed in 0.002415127 sec. | ||
| 4508 | 2025.01.16 23:26:50.421117 [ 200 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::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 | ||
| 4509 | 2025.01.16 23:26:50.421265 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4510 | 2025.01.16 23:26:50.421324 [ 200 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4511 | 2025.01.16 23:26:50.421377 [ 200 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8539 rows starting from the beginning of the part | ||
| 4512 | 2025.01.16 23:26:50.421493 [ 5 ] {1c80a3a2-4c13-457d-aef6-fa372032c244} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4513 | 2025.01.16 23:26:50.421659 [ 200 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part | ||
| 4514 | 2025.01.16 23:26:50.421671 [ 5 ] {1c80a3a2-4c13-457d-aef6-fa372032c244} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4515 | 2025.01.16 23:26:50.422061 [ 200 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 962 rows starting from the beginning of the part | ||
| 4516 | 2025.01.16 23:26:50.422385 [ 200 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 128 rows starting from the beginning of the part | ||
| 4517 | 2025.01.16 23:26:50.422805 [ 200 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::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 | ||
| 4518 | 2025.01.16 23:26:50.423181 [ 200 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::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 | ||
| 4519 | 2025.01.16 23:26:50.424160 [ 5 ] {1c80a3a2-4c13-457d-aef6-fa372032c244} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4520 | 2025.01.16 23:26:50.424230 [ 5 ] {1c80a3a2-4c13-457d-aef6-fa372032c244} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4521 | 2025.01.16 23:26:50.424749 [ 5 ] {1c80a3a2-4c13-457d-aef6-fa372032c244} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4522 | 2025.01.16 23:26:50.425143 [ 5 ] {1c80a3a2-4c13-457d-aef6-fa372032c244} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4523 | 2025.01.16 23:26:50.425653 [ 5 ] {1c80a3a2-4c13-457d-aef6-fa372032c244} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004222 sec., 236.85457129322594 rows/sec., 15.96 KiB/sec. | ||
| 4524 | 2025.01.16 23:26:50.425881 [ 5 ] {1c80a3a2-4c13-457d-aef6-fa372032c244} <Debug> TCPHandler: Processed in 0.00469779 sec. | ||
| 4525 | 2025.01.16 23:26:50.426091 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4526 | 2025.01.16 23:26:50.426282 [ 255 ] {788c85c2-0a79-46a6-89a3-8d15af1f5779} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4527 | 2025.01.16 23:26:50.426374 [ 255 ] {788c85c2-0a79-46a6-89a3-8d15af1f5779} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4528 | 2025.01.16 23:26:50.428089 [ 255 ] {788c85c2-0a79-46a6-89a3-8d15af1f5779} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4529 | 2025.01.16 23:26:50.428129 [ 255 ] {788c85c2-0a79-46a6-89a3-8d15af1f5779} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4530 | 2025.01.16 23:26:50.428963 [ 192 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10186 rows, containing 5 columns (5 merged, 0 gathered) in 0.008014024 sec., 1271021.8986117337 rows/sec., 85.61 MiB/sec. | ||
| 4531 | 2025.01.16 23:26:50.429315 [ 192 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4532 | 2025.01.16 23:26:50.429392 [ 255 ] {788c85c2-0a79-46a6-89a3-8d15af1f5779} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4533 | 2025.01.16 23:26:50.429954 [ 192 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4534 | 2025.01.16 23:26:50.429977 [ 255 ] {788c85c2-0a79-46a6-89a3-8d15af1f5779} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4535 | 2025.01.16 23:26:50.430133 [ 192 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4536 | 2025.01.16 23:26:50.430440 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.17 MiB. | ||
| 4537 | 2025.01.16 23:26:50.430601 [ 255 ] {788c85c2-0a79-46a6-89a3-8d15af1f5779} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004354 sec., 8957.280661460725 rows/sec., 16.05 MiB/sec. | ||
| 4538 | 2025.01.16 23:26:50.430716 [ 255 ] {788c85c2-0a79-46a6-89a3-8d15af1f5779} <Debug> TCPHandler: Processed in 0.004724881 sec. | ||
| 4539 | 2025.01.16 23:26:50.430853 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4540 | 2025.01.16 23:26:50.430961 [ 5 ] {0513ac77-7504-4aab-a668-c982016960b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4541 | 2025.01.16 23:26:50.431006 [ 5 ] {0513ac77-7504-4aab-a668-c982016960b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4542 | 2025.01.16 23:26:50.431450 [ 5 ] {0513ac77-7504-4aab-a668-c982016960b2} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4543 | 2025.01.16 23:26:50.431487 [ 5 ] {0513ac77-7504-4aab-a668-c982016960b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4544 | 2025.01.16 23:26:50.431846 [ 5 ] {0513ac77-7504-4aab-a668-c982016960b2} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4545 | 2025.01.16 23:26:50.432083 [ 5 ] {0513ac77-7504-4aab-a668-c982016960b2} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4546 | 2025.01.16 23:26:50.432244 [ 105 ] {} <Debug> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4547 | 2025.01.16 23:26:50.432298 [ 105 ] {} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4548 | 2025.01.16 23:26:50.432317 [ 5 ] {0513ac77-7504-4aab-a668-c982016960b2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001371 sec., 59810.357403355214 rows/sec., 3.80 MiB/sec. | ||
| 4549 | 2025.01.16 23:26:50.432337 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4550 | 2025.01.16 23:26:50.432463 [ 5 ] {0513ac77-7504-4aab-a668-c982016960b2} <Debug> TCPHandler: Processed in 0.001662602 sec. | ||
| 4551 | 2025.01.16 23:26:50.432517 [ 191 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::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 | ||
| 4552 | 2025.01.16 23:26:50.432611 [ 191 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4553 | 2025.01.16 23:26:50.432639 [ 191 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1460 rows starting from the beginning of the part | ||
| 4554 | 2025.01.16 23:26:50.432706 [ 191 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part | ||
| 4555 | 2025.01.16 23:26:50.432995 [ 191 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 34 rows starting from the beginning of the part | ||
| 4556 | 2025.01.16 23:26:50.433225 [ 191 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 48 rows starting from the beginning of the part | ||
| 4557 | 2025.01.16 23:26:50.433506 [ 191 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::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 | ||
| 4558 | 2025.01.16 23:26:50.433733 [ 191 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::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 | ||
| 4559 | 2025.01.16 23:26:50.435050 [ 186 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1744 rows, containing 4 columns (4 merged, 0 gathered) in 0.00259032 sec., 673275.8886932888 rows/sec., 43.71 MiB/sec. | ||
| 4560 | 2025.01.16 23:26:50.435239 [ 191 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4561 | 2025.01.16 23:26:50.435510 [ 191 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_31_6} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4562 | 2025.01.16 23:26:50.435584 [ 191 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_31_6} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4563 | 2025.01.16 23:26:50.435646 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 4564 | 2025.01.16 23:26:55.385361 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4565 | 2025.01.16 23:26:55.385680 [ 5 ] {de3d0c6d-ff90-4c68-8038-07598307cb9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4566 | 2025.01.16 23:26:55.385794 [ 5 ] {de3d0c6d-ff90-4c68-8038-07598307cb9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4567 | 2025.01.16 23:26:55.386601 [ 5 ] {de3d0c6d-ff90-4c68-8038-07598307cb9d} <Trace> oximeter.fields_ipaddr (32f5c164-55f5-48ad-a123-78247430c5f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4568 | 2025.01.16 23:26:55.386646 [ 5 ] {de3d0c6d-ff90-4c68-8038-07598307cb9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4569 | 2025.01.16 23:26:55.387056 [ 5 ] {de3d0c6d-ff90-4c68-8038-07598307cb9d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4570 | 2025.01.16 23:26:55.387297 [ 5 ] {de3d0c6d-ff90-4c68-8038-07598307cb9d} <Trace> oximeter.fields_ipaddr (32f5c164-55f5-48ad-a123-78247430c5f2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4571 | 2025.01.16 23:26:55.387503 [ 5 ] {de3d0c6d-ff90-4c68-8038-07598307cb9d} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.0019 sec., 2105.2631578947367 rows/sec., 171.67 KiB/sec. | ||
| 4572 | 2025.01.16 23:26:55.387687 [ 5 ] {de3d0c6d-ff90-4c68-8038-07598307cb9d} <Debug> TCPHandler: Processed in 0.002501368 sec. | ||
| 4573 | 2025.01.16 23:26:55.387869 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4574 | 2025.01.16 23:26:55.387985 [ 255 ] {f07a1f76-f98d-4b51-b057-d6b23c111ebe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4575 | 2025.01.16 23:26:55.388030 [ 255 ] {f07a1f76-f98d-4b51-b057-d6b23c111ebe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4576 | 2025.01.16 23:26:55.388630 [ 255 ] {f07a1f76-f98d-4b51-b057-d6b23c111ebe} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4577 | 2025.01.16 23:26:55.388670 [ 255 ] {f07a1f76-f98d-4b51-b057-d6b23c111ebe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4578 | 2025.01.16 23:26:55.389051 [ 255 ] {f07a1f76-f98d-4b51-b057-d6b23c111ebe} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4579 | 2025.01.16 23:26:55.389295 [ 255 ] {f07a1f76-f98d-4b51-b057-d6b23c111ebe} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4580 | 2025.01.16 23:26:55.389499 [ 255 ] {f07a1f76-f98d-4b51-b057-d6b23c111ebe} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.001528 sec., 37958.115183246075 rows/sec., 2.91 MiB/sec. | ||
| 4581 | 2025.01.16 23:26:55.389607 [ 255 ] {f07a1f76-f98d-4b51-b057-d6b23c111ebe} <Debug> TCPHandler: Processed in 0.001796475 sec. | ||
| 4582 | 2025.01.16 23:26:55.389820 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4583 | 2025.01.16 23:26:55.389993 [ 5 ] {e365a397-3dbc-4c84-8c60-3ec10acac699} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4584 | 2025.01.16 23:26:55.390041 [ 5 ] {e365a397-3dbc-4c84-8c60-3ec10acac699} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4585 | 2025.01.16 23:26:55.390586 [ 5 ] {e365a397-3dbc-4c84-8c60-3ec10acac699} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4586 | 2025.01.16 23:26:55.390625 [ 5 ] {e365a397-3dbc-4c84-8c60-3ec10acac699} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4587 | 2025.01.16 23:26:55.390965 [ 5 ] {e365a397-3dbc-4c84-8c60-3ec10acac699} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4588 | 2025.01.16 23:26:55.391197 [ 5 ] {e365a397-3dbc-4c84-8c60-3ec10acac699} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4589 | 2025.01.16 23:26:55.391368 [ 96 ] {} <Debug> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 4590 | 2025.01.16 23:26:55.391427 [ 5 ] {e365a397-3dbc-4c84-8c60-3ec10acac699} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001455 sec., 2749.1408934707906 rows/sec., 191.96 KiB/sec. | ||
| 4591 | 2025.01.16 23:26:55.391453 [ 96 ] {} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4592 | 2025.01.16 23:26:55.391533 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4593 | 2025.01.16 23:26:55.391546 [ 5 ] {e365a397-3dbc-4c84-8c60-3ec10acac699} <Debug> TCPHandler: Processed in 0.001853476 sec. | ||
| 4594 | 2025.01.16 23:26:55.391809 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4595 | 2025.01.16 23:26:55.392023 [ 191 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::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 | ||
| 4596 | 2025.01.16 23:26:55.392197 [ 255 ] {2b681e64-a8c5-4364-b3cc-68cadd9a27b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4597 | 2025.01.16 23:26:55.392336 [ 255 ] {2b681e64-a8c5-4364-b3cc-68cadd9a27b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4598 | 2025.01.16 23:26:55.392405 [ 191 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4599 | 2025.01.16 23:26:55.392460 [ 191 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 58 rows starting from the beginning of the part | ||
| 4600 | 2025.01.16 23:26:55.392622 [ 191 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 46 rows starting from the beginning of the part | ||
| 4601 | 2025.01.16 23:26:55.393066 [ 191 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 46 rows starting from the beginning of the part | ||
| 4602 | 2025.01.16 23:26:55.393451 [ 191 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part | ||
| 4603 | 2025.01.16 23:26:55.393692 [ 191 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 46 rows starting from the beginning of the part | ||
| 4604 | 2025.01.16 23:26:55.393969 [ 191 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part | ||
| 4605 | 2025.01.16 23:26:55.394695 [ 255 ] {2b681e64-a8c5-4364-b3cc-68cadd9a27b8} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4606 | 2025.01.16 23:26:55.394745 [ 255 ] {2b681e64-a8c5-4364-b3cc-68cadd9a27b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4607 | 2025.01.16 23:26:55.395291 [ 255 ] {2b681e64-a8c5-4364-b3cc-68cadd9a27b8} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4608 | 2025.01.16 23:26:55.395647 [ 255 ] {2b681e64-a8c5-4364-b3cc-68cadd9a27b8} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4609 | 2025.01.16 23:26:55.395649 [ 191 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 260 rows, containing 5 columns (5 merged, 0 gathered) in 0.004000807 sec., 64986.88889516539 rows/sec., 4.89 MiB/sec. | ||
| 4610 | 2025.01.16 23:26:55.395989 [ 186 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 4611 | 2025.01.16 23:26:55.396090 [ 255 ] {2b681e64-a8c5-4364-b3cc-68cadd9a27b8} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.00399 sec., 17042.60651629073 rows/sec., 1.33 MiB/sec. | ||
| 4612 | 2025.01.16 23:26:55.396403 [ 255 ] {2b681e64-a8c5-4364-b3cc-68cadd9a27b8} <Debug> TCPHandler: Processed in 0.004755951 sec. | ||
| 4613 | 2025.01.16 23:26:55.396682 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4614 | 2025.01.16 23:26:55.396953 [ 5 ] {6b5a6d91-2e14-4cec-8b67-96b3562e77ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4615 | 2025.01.16 23:26:55.397038 [ 186 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_15_3} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4616 | 2025.01.16 23:26:55.397050 [ 5 ] {6b5a6d91-2e14-4cec-8b67-96b3562e77ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4617 | 2025.01.16 23:26:55.397270 [ 186 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_15_3} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 4618 | 2025.01.16 23:26:55.397505 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 4619 | 2025.01.16 23:26:55.397945 [ 5 ] {6b5a6d91-2e14-4cec-8b67-96b3562e77ec} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4620 | 2025.01.16 23:26:55.397987 [ 5 ] {6b5a6d91-2e14-4cec-8b67-96b3562e77ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4621 | 2025.01.16 23:26:55.398371 [ 5 ] {6b5a6d91-2e14-4cec-8b67-96b3562e77ec} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4622 | 2025.01.16 23:26:55.398606 [ 5 ] {6b5a6d91-2e14-4cec-8b67-96b3562e77ec} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4623 | 2025.01.16 23:26:55.398806 [ 5 ] {6b5a6d91-2e14-4cec-8b67-96b3562e77ec} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001916 sec., 84551.14822546973 rows/sec., 5.89 MiB/sec. | ||
| 4624 | 2025.01.16 23:26:55.398860 [ 5 ] {6b5a6d91-2e14-4cec-8b67-96b3562e77ec} <Debug> TCPHandler: Processed in 0.002324345 sec. | ||
| 4625 | 2025.01.16 23:26:55.398995 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4626 | 2025.01.16 23:26:55.399102 [ 255 ] {7f72bd70-d0d0-459c-a022-944eddd9fde4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4627 | 2025.01.16 23:26:55.399148 [ 255 ] {7f72bd70-d0d0-459c-a022-944eddd9fde4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4628 | 2025.01.16 23:26:55.399587 [ 255 ] {7f72bd70-d0d0-459c-a022-944eddd9fde4} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4629 | 2025.01.16 23:26:55.399626 [ 255 ] {7f72bd70-d0d0-459c-a022-944eddd9fde4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4630 | 2025.01.16 23:26:55.399977 [ 255 ] {7f72bd70-d0d0-459c-a022-944eddd9fde4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4631 | 2025.01.16 23:26:55.400209 [ 255 ] {7f72bd70-d0d0-459c-a022-944eddd9fde4} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4632 | 2025.01.16 23:26:55.400455 [ 255 ] {7f72bd70-d0d0-459c-a022-944eddd9fde4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001373 sec., 43699.92716678805 rows/sec., 2.95 MiB/sec. | ||
| 4633 | 2025.01.16 23:26:55.400563 [ 255 ] {7f72bd70-d0d0-459c-a022-944eddd9fde4} <Debug> TCPHandler: Processed in 0.001616471 sec. | ||
| 4634 | 2025.01.16 23:26:56.709248 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638 | ||
| 4635 | 2025.01.16 23:26:56.709868 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4636 | 2025.01.16 23:26:56.709919 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4637 | 2025.01.16 23:26:56.710506 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4638 | 2025.01.16 23:26:56.710768 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4639 | 2025.01.16 23:26:56.710983 [ 94 ] {} <Debug> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4640 | 2025.01.16 23:26:56.711060 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638 | ||
| 4641 | 2025.01.16 23:26:56.711087 [ 94 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4642 | 2025.01.16 23:26:56.711120 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4643 | 2025.01.16 23:26:56.711280 [ 196 ] {f3346639-caaa-4ba7-a289-05e118326a0a::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 | ||
| 4644 | 2025.01.16 23:26:56.711455 [ 196 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4645 | 2025.01.16 23:26:56.711498 [ 196 ] {f3346639-caaa-4ba7-a289-05e118326a0a::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 | ||
| 4646 | 2025.01.16 23:26:56.711579 [ 196 ] {f3346639-caaa-4ba7-a289-05e118326a0a::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 | ||
| 4647 | 2025.01.16 23:26:56.711809 [ 196 ] {f3346639-caaa-4ba7-a289-05e118326a0a::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 | ||
| 4648 | 2025.01.16 23:26:56.712000 [ 196 ] {f3346639-caaa-4ba7-a289-05e118326a0a::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 | ||
| 4649 | 2025.01.16 23:26:56.712186 [ 196 ] {f3346639-caaa-4ba7-a289-05e118326a0a::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 | ||
| 4650 | 2025.01.16 23:26:56.712321 [ 196 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 427 rows starting from the beginning of the part | ||
| 4651 | 2025.01.16 23:26:56.714531 [ 197 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.003331014 sec., 2893413.236930256 rows/sec., 41.39 MiB/sec. | ||
| 4652 | 2025.01.16 23:26:56.714822 [ 197 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4653 | 2025.01.16 23:26:56.715219 [ 197 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_21_4} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4654 | 2025.01.16 23:26:56.715308 [ 197 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_21_4} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4655 | 2025.01.16 23:26:56.715413 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 4656 | 2025.01.16 23:26:57.383872 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4657 | 2025.01.16 23:26:57.407487 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4658 | 2025.01.16 23:26:57.407549 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4659 | 2025.01.16 23:26:57.415505 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4660 | 2025.01.16 23:26:57.416418 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4661 | 2025.01.16 23:26:57.416809 [ 91 ] {} <Debug> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4662 | 2025.01.16 23:26:57.416945 [ 91 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4663 | 2025.01.16 23:26:57.417018 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4664 | 2025.01.16 23:26:57.417750 [ 189 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 4665 | 2025.01.16 23:26:57.437015 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4666 | 2025.01.16 23:26:57.437887 [ 189 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4667 | 2025.01.16 23:26:57.439483 [ 189 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 4668 | 2025.01.16 23:26:57.445139 [ 189 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 4669 | 2025.01.16 23:26:57.450796 [ 189 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 4670 | 2025.01.16 23:26:57.456122 [ 189 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 4671 | 2025.01.16 23:26:57.462727 [ 189 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 4672 | 2025.01.16 23:26:57.467233 [ 189 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 4673 | 2025.01.16 23:26:57.532934 [ 196 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.115738262 sec., 1373.7894215138638 rows/sec., 7.10 MiB/sec. | ||
| 4674 | 2025.01.16 23:26:57.535586 [ 198 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4675 | 2025.01.16 23:26:57.538576 [ 198 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::all_1_21_4} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4676 | 2025.01.16 23:26:57.538703 [ 198 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::all_1_21_4} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4677 | 2025.01.16 23:26:57.540981 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.15 MiB. | ||
| 4678 | 2025.01.16 23:26:58.000176 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.05 MiB, peak 195.61 MiB, free memory in arenas 0.00 B, will set to 186.99 MiB (RSS), difference: 1.94 MiB | ||
| 4679 | 2025.01.16 23:26:59.249981 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 638 | ||
| 4680 | 2025.01.16 23:26:59.253761 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4681 | 2025.01.16 23:26:59.253821 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4682 | 2025.01.16 23:26:59.255295 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4683 | 2025.01.16 23:26:59.255617 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4684 | 2025.01.16 23:26:59.256805 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 638 | ||
| 4685 | 2025.01.16 23:27:00.398983 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4686 | 2025.01.16 23:27:00.399243 [ 5 ] {51be72f7-2081-4682-b6a6-6269a20f9e9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4687 | 2025.01.16 23:27:00.399349 [ 5 ] {51be72f7-2081-4682-b6a6-6269a20f9e9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4688 | 2025.01.16 23:27:00.400426 [ 5 ] {51be72f7-2081-4682-b6a6-6269a20f9e9a} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4689 | 2025.01.16 23:27:00.400496 [ 5 ] {51be72f7-2081-4682-b6a6-6269a20f9e9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4690 | 2025.01.16 23:27:00.401110 [ 5 ] {51be72f7-2081-4682-b6a6-6269a20f9e9a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4691 | 2025.01.16 23:27:00.401491 [ 5 ] {51be72f7-2081-4682-b6a6-6269a20f9e9a} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4692 | 2025.01.16 23:27:00.401815 [ 5 ] {51be72f7-2081-4682-b6a6-6269a20f9e9a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002634 sec., 5315.110098709188 rows/sec., 382.62 KiB/sec. | ||
| 4693 | 2025.01.16 23:27:00.402026 [ 5 ] {51be72f7-2081-4682-b6a6-6269a20f9e9a} <Debug> TCPHandler: Processed in 0.003229522 sec. | ||
| 4694 | 2025.01.16 23:27:00.402268 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4695 | 2025.01.16 23:27:00.402390 [ 255 ] {199acfe3-b9a4-42d3-bd0c-18f5f4a9afc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4696 | 2025.01.16 23:27:00.402440 [ 255 ] {199acfe3-b9a4-42d3-bd0c-18f5f4a9afc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4697 | 2025.01.16 23:27:00.403214 [ 255 ] {199acfe3-b9a4-42d3-bd0c-18f5f4a9afc1} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4698 | 2025.01.16 23:27:00.403258 [ 255 ] {199acfe3-b9a4-42d3-bd0c-18f5f4a9afc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4699 | 2025.01.16 23:27:00.403664 [ 255 ] {199acfe3-b9a4-42d3-bd0c-18f5f4a9afc1} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4700 | 2025.01.16 23:27:00.403919 [ 255 ] {199acfe3-b9a4-42d3-bd0c-18f5f4a9afc1} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4701 | 2025.01.16 23:27:00.404146 [ 255 ] {199acfe3-b9a4-42d3-bd0c-18f5f4a9afc1} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.001785 sec., 157422.96918767507 rows/sec., 13.91 MiB/sec. | ||
| 4702 | 2025.01.16 23:27:00.404208 [ 255 ] {199acfe3-b9a4-42d3-bd0c-18f5f4a9afc1} <Debug> TCPHandler: Processed in 0.002002759 sec. | ||
| 4703 | 2025.01.16 23:27:00.404388 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4704 | 2025.01.16 23:27:00.404530 [ 5 ] {24c3ec09-8933-4c63-8571-ab1aeaa6f95c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4705 | 2025.01.16 23:27:00.404594 [ 5 ] {24c3ec09-8933-4c63-8571-ab1aeaa6f95c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4706 | 2025.01.16 23:27:00.405350 [ 5 ] {24c3ec09-8933-4c63-8571-ab1aeaa6f95c} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4707 | 2025.01.16 23:27:00.405401 [ 5 ] {24c3ec09-8933-4c63-8571-ab1aeaa6f95c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4708 | 2025.01.16 23:27:00.405912 [ 5 ] {24c3ec09-8933-4c63-8571-ab1aeaa6f95c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4709 | 2025.01.16 23:27:00.406273 [ 5 ] {24c3ec09-8933-4c63-8571-ab1aeaa6f95c} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4710 | 2025.01.16 23:27:00.406530 [ 5 ] {24c3ec09-8933-4c63-8571-ab1aeaa6f95c} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.002033 sec., 22626.66010821446 rows/sec., 1.63 MiB/sec. | ||
| 4711 | 2025.01.16 23:27:00.406601 [ 5 ] {24c3ec09-8933-4c63-8571-ab1aeaa6f95c} <Debug> TCPHandler: Processed in 0.002280894 sec. | ||
| 4712 | 2025.01.16 23:27:00.406776 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4713 | 2025.01.16 23:27:00.406887 [ 255 ] {c84c8dbe-1978-4282-b8f9-ea0c65675036} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4714 | 2025.01.16 23:27:00.406933 [ 255 ] {c84c8dbe-1978-4282-b8f9-ea0c65675036} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4715 | 2025.01.16 23:27:00.407489 [ 255 ] {c84c8dbe-1978-4282-b8f9-ea0c65675036} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4716 | 2025.01.16 23:27:00.407539 [ 255 ] {c84c8dbe-1978-4282-b8f9-ea0c65675036} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4717 | 2025.01.16 23:27:00.408082 [ 255 ] {c84c8dbe-1978-4282-b8f9-ea0c65675036} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4718 | 2025.01.16 23:27:00.408387 [ 255 ] {c84c8dbe-1978-4282-b8f9-ea0c65675036} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4719 | 2025.01.16 23:27:00.408643 [ 255 ] {c84c8dbe-1978-4282-b8f9-ea0c65675036} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001771 sec., 7905.138339920949 rows/sec., 553.62 KiB/sec. | ||
| 4720 | 2025.01.16 23:27:00.408860 [ 255 ] {c84c8dbe-1978-4282-b8f9-ea0c65675036} <Debug> TCPHandler: Processed in 0.002132641 sec. | ||
| 4721 | 2025.01.16 23:27:00.409106 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4722 | 2025.01.16 23:27:00.409243 [ 5 ] {eb837137-749a-4e09-9835-cc76b140a846} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4723 | 2025.01.16 23:27:00.409305 [ 5 ] {eb837137-749a-4e09-9835-cc76b140a846} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4724 | 2025.01.16 23:27:00.410070 [ 5 ] {eb837137-749a-4e09-9835-cc76b140a846} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4725 | 2025.01.16 23:27:00.410115 [ 5 ] {eb837137-749a-4e09-9835-cc76b140a846} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4726 | 2025.01.16 23:27:00.410510 [ 5 ] {eb837137-749a-4e09-9835-cc76b140a846} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4727 | 2025.01.16 23:27:00.410767 [ 5 ] {eb837137-749a-4e09-9835-cc76b140a846} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4728 | 2025.01.16 23:27:00.410971 [ 5 ] {eb837137-749a-4e09-9835-cc76b140a846} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001748 sec., 7437.070938215103 rows/sec., 463.70 KiB/sec. | ||
| 4729 | 2025.01.16 23:27:00.411112 [ 5 ] {eb837137-749a-4e09-9835-cc76b140a846} <Debug> TCPHandler: Processed in 0.00206998 sec. | ||
| 4730 | 2025.01.16 23:27:00.411301 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4731 | 2025.01.16 23:27:00.411426 [ 255 ] {d6cd54c6-2c1f-4831-9dec-aba82af7094a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4732 | 2025.01.16 23:27:00.411483 [ 255 ] {d6cd54c6-2c1f-4831-9dec-aba82af7094a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4733 | 2025.01.16 23:27:00.412448 [ 255 ] {d6cd54c6-2c1f-4831-9dec-aba82af7094a} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4734 | 2025.01.16 23:27:00.412499 [ 255 ] {d6cd54c6-2c1f-4831-9dec-aba82af7094a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4735 | 2025.01.16 23:27:00.413023 [ 255 ] {d6cd54c6-2c1f-4831-9dec-aba82af7094a} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4736 | 2025.01.16 23:27:00.413358 [ 255 ] {d6cd54c6-2c1f-4831-9dec-aba82af7094a} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4737 | 2025.01.16 23:27:00.413574 [ 255 ] {d6cd54c6-2c1f-4831-9dec-aba82af7094a} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.002176 sec., 193474.26470588235 rows/sec., 13.82 MiB/sec. | ||
| 4738 | 2025.01.16 23:27:00.413655 [ 255 ] {d6cd54c6-2c1f-4831-9dec-aba82af7094a} <Debug> TCPHandler: Processed in 0.002424627 sec. | ||
| 4739 | 2025.01.16 23:27:00.414015 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4740 | 2025.01.16 23:27:00.414152 [ 5 ] {b9d82b93-05c2-4aed-8276-dc9ec2bd5aca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4741 | 2025.01.16 23:27:00.414210 [ 5 ] {b9d82b93-05c2-4aed-8276-dc9ec2bd5aca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4742 | 2025.01.16 23:27:00.415037 [ 5 ] {b9d82b93-05c2-4aed-8276-dc9ec2bd5aca} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4743 | 2025.01.16 23:27:00.415092 [ 5 ] {b9d82b93-05c2-4aed-8276-dc9ec2bd5aca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4744 | 2025.01.16 23:27:00.415624 [ 5 ] {b9d82b93-05c2-4aed-8276-dc9ec2bd5aca} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4745 | 2025.01.16 23:27:00.416024 [ 5 ] {b9d82b93-05c2-4aed-8276-dc9ec2bd5aca} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4746 | 2025.01.16 23:27:00.416259 [ 5 ] {b9d82b93-05c2-4aed-8276-dc9ec2bd5aca} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002128 sec., 2819.548872180451 rows/sec., 147.31 KiB/sec. | ||
| 4747 | 2025.01.16 23:27:00.416489 [ 5 ] {b9d82b93-05c2-4aed-8276-dc9ec2bd5aca} <Debug> TCPHandler: Processed in 0.002550899 sec. | ||
| 4748 | 2025.01.16 23:27:00.416704 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4749 | 2025.01.16 23:27:00.416816 [ 255 ] {6fc27290-9a6a-455e-9937-5c3df4ec7791} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4750 | 2025.01.16 23:27:00.416875 [ 255 ] {6fc27290-9a6a-455e-9937-5c3df4ec7791} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4751 | 2025.01.16 23:27:00.417641 [ 255 ] {6fc27290-9a6a-455e-9937-5c3df4ec7791} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4752 | 2025.01.16 23:27:00.417686 [ 255 ] {6fc27290-9a6a-455e-9937-5c3df4ec7791} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4753 | 2025.01.16 23:27:00.418199 [ 255 ] {6fc27290-9a6a-455e-9937-5c3df4ec7791} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4754 | 2025.01.16 23:27:00.418506 [ 255 ] {6fc27290-9a6a-455e-9937-5c3df4ec7791} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4755 | 2025.01.16 23:27:00.418764 [ 255 ] {6fc27290-9a6a-455e-9937-5c3df4ec7791} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001936 sec., 122417.35537190082 rows/sec., 8.21 MiB/sec. | ||
| 4756 | 2025.01.16 23:27:00.418847 [ 255 ] {6fc27290-9a6a-455e-9937-5c3df4ec7791} <Debug> TCPHandler: Processed in 0.002177772 sec. | ||
| 4757 | 2025.01.16 23:27:00.419021 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4758 | 2025.01.16 23:27:00.419137 [ 5 ] {020f0f39-8ed2-4d99-8cf4-6d5247b440a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4759 | 2025.01.16 23:27:00.419186 [ 5 ] {020f0f39-8ed2-4d99-8cf4-6d5247b440a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4760 | 2025.01.16 23:27:00.419644 [ 5 ] {020f0f39-8ed2-4d99-8cf4-6d5247b440a0} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4761 | 2025.01.16 23:27:00.419684 [ 5 ] {020f0f39-8ed2-4d99-8cf4-6d5247b440a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4762 | 2025.01.16 23:27:00.420067 [ 5 ] {020f0f39-8ed2-4d99-8cf4-6d5247b440a0} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4763 | 2025.01.16 23:27:00.420569 [ 5 ] {020f0f39-8ed2-4d99-8cf4-6d5247b440a0} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4764 | 2025.01.16 23:27:00.420749 [ 86 ] {} <Debug> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 | ||
| 4765 | 2025.01.16 23:27:00.420796 [ 86 ] {} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4766 | 2025.01.16 23:27:00.420820 [ 5 ] {020f0f39-8ed2-4d99-8cf4-6d5247b440a0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001702 sec., 587.5440658049354 rows/sec., 39.59 KiB/sec. | ||
| 4767 | 2025.01.16 23:27:00.420829 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4768 | 2025.01.16 23:27:00.420926 [ 5 ] {020f0f39-8ed2-4d99-8cf4-6d5247b440a0} <Debug> TCPHandler: Processed in 0.001965858 sec. | ||
| 4769 | 2025.01.16 23:27:00.421168 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4770 | 2025.01.16 23:27:00.421199 [ 193 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::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 | ||
| 4771 | 2025.01.16 23:27:00.421343 [ 255 ] {953c004b-67a2-438d-be9c-1e3df15b27ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4772 | 2025.01.16 23:27:00.421520 [ 255 ] {953c004b-67a2-438d-be9c-1e3df15b27ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4773 | 2025.01.16 23:27:00.421676 [ 193 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4774 | 2025.01.16 23:27:00.421822 [ 193 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 10 rows starting from the beginning of the part | ||
| 4775 | 2025.01.16 23:27:00.422164 [ 193 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::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 | ||
| 4776 | 2025.01.16 23:27:00.422661 [ 193 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::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 | ||
| 4777 | 2025.01.16 23:27:00.423159 [ 193 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::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 | ||
| 4778 | 2025.01.16 23:27:00.423601 [ 193 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::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 | ||
| 4779 | 2025.01.16 23:27:00.423923 [ 193 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::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 | ||
| 4780 | 2025.01.16 23:27:00.427073 [ 255 ] {953c004b-67a2-438d-be9c-1e3df15b27ff} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4781 | 2025.01.16 23:27:00.427196 [ 255 ] {953c004b-67a2-438d-be9c-1e3df15b27ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 4782 | 2025.01.16 23:27:00.427965 [ 193 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.007006315 sec., 2140.9257220093587 rows/sec., 143.70 KiB/sec. | ||
| 4783 | 2025.01.16 23:27:00.428270 [ 196 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
| 4784 | 2025.01.16 23:27:00.429040 [ 196 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::all_1_14_3} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4785 | 2025.01.16 23:27:00.429244 [ 196 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::all_1_14_3} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 | ||
| 4786 | 2025.01.16 23:27:00.429253 [ 255 ] {953c004b-67a2-438d-be9c-1e3df15b27ff} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4787 | 2025.01.16 23:27:00.429406 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4788 | 2025.01.16 23:27:00.429787 [ 255 ] {953c004b-67a2-438d-be9c-1e3df15b27ff} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4789 | 2025.01.16 23:27:00.430044 [ 255 ] {953c004b-67a2-438d-be9c-1e3df15b27ff} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.008757 sec., 4453.579993148339 rows/sec., 7.98 MiB/sec. | ||
| 4790 | 2025.01.16 23:27:00.430199 [ 255 ] {953c004b-67a2-438d-be9c-1e3df15b27ff} <Debug> TCPHandler: Processed in 0.009129836 sec. | ||
| 4791 | 2025.01.16 23:27:00.430596 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4792 | 2025.01.16 23:27:00.430755 [ 5 ] {d2e5a34c-2048-4602-9942-64f925a4a545} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4793 | 2025.01.16 23:27:00.430819 [ 5 ] {d2e5a34c-2048-4602-9942-64f925a4a545} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4794 | 2025.01.16 23:27:00.431399 [ 5 ] {d2e5a34c-2048-4602-9942-64f925a4a545} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4795 | 2025.01.16 23:27:00.431448 [ 5 ] {d2e5a34c-2048-4602-9942-64f925a4a545} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4796 | 2025.01.16 23:27:00.431945 [ 5 ] {d2e5a34c-2048-4602-9942-64f925a4a545} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4797 | 2025.01.16 23:27:00.432316 [ 5 ] {d2e5a34c-2048-4602-9942-64f925a4a545} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4798 | 2025.01.16 23:27:00.432560 [ 5 ] {d2e5a34c-2048-4602-9942-64f925a4a545} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001846 sec., 44420.368364030335 rows/sec., 2.82 MiB/sec. | ||
| 4799 | 2025.01.16 23:27:00.432628 [ 5 ] {d2e5a34c-2048-4602-9942-64f925a4a545} <Debug> TCPHandler: Processed in 0.002145711 sec. | ||
| 4800 | 2025.01.16 23:27:04.056319 [ 76 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4801 | 2025.01.16 23:27:04.056382 [ 76 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4802 | 2025.01.16 23:27:04.211291 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126 | ||
| 4803 | 2025.01.16 23:27:04.212065 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4804 | 2025.01.16 23:27:04.212114 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4805 | 2025.01.16 23:27:04.212700 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4806 | 2025.01.16 23:27:04.212967 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4807 | 2025.01.16 23:27:04.213227 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 4808 | 2025.01.16 23:27:04.937207 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 4809 | 2025.01.16 23:27:04.957406 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4810 | 2025.01.16 23:27:04.957464 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 4811 | 2025.01.16 23:27:04.964679 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4812 | 2025.01.16 23:27:04.965421 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4813 | 2025.01.16 23:27:04.967965 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4814 | 2025.01.16 23:27:05.385639 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4815 | 2025.01.16 23:27:05.385824 [ 5 ] {e61fbd94-d5c6-47dd-bb04-b3171e8bfb43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4816 | 2025.01.16 23:27:05.385900 [ 5 ] {e61fbd94-d5c6-47dd-bb04-b3171e8bfb43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4817 | 2025.01.16 23:27:05.386663 [ 5 ] {e61fbd94-d5c6-47dd-bb04-b3171e8bfb43} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4818 | 2025.01.16 23:27:05.386716 [ 5 ] {e61fbd94-d5c6-47dd-bb04-b3171e8bfb43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 4819 | 2025.01.16 23:27:05.387168 [ 5 ] {e61fbd94-d5c6-47dd-bb04-b3171e8bfb43} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4820 | 2025.01.16 23:27:05.387432 [ 5 ] {e61fbd94-d5c6-47dd-bb04-b3171e8bfb43} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4821 | 2025.01.16 23:27:05.387696 [ 5 ] {e61fbd94-d5c6-47dd-bb04-b3171e8bfb43} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00192 sec., 29166.666666666664 rows/sec., 2.24 MiB/sec. | ||
| 4822 | 2025.01.16 23:27:05.387794 [ 5 ] {e61fbd94-d5c6-47dd-bb04-b3171e8bfb43} <Debug> TCPHandler: Processed in 0.002288874 sec. | ||
| 4823 | 2025.01.16 23:27:05.388041 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4824 | 2025.01.16 23:27:05.388170 [ 255 ] {e7d83d33-6a47-41ab-9d09-ea162785e610} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4825 | 2025.01.16 23:27:05.388223 [ 255 ] {e7d83d33-6a47-41ab-9d09-ea162785e610} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4826 | 2025.01.16 23:27:05.388827 [ 255 ] {e7d83d33-6a47-41ab-9d09-ea162785e610} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4827 | 2025.01.16 23:27:05.388869 [ 255 ] {e7d83d33-6a47-41ab-9d09-ea162785e610} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 4828 | 2025.01.16 23:27:05.389289 [ 255 ] {e7d83d33-6a47-41ab-9d09-ea162785e610} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4829 | 2025.01.16 23:27:05.389536 [ 255 ] {e7d83d33-6a47-41ab-9d09-ea162785e610} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4830 | 2025.01.16 23:27:05.389776 [ 255 ] {e7d83d33-6a47-41ab-9d09-ea162785e610} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001623 sec., 39433.148490449785 rows/sec., 3.08 MiB/sec. | ||
| 4831 | 2025.01.16 23:27:05.389900 [ 255 ] {e7d83d33-6a47-41ab-9d09-ea162785e610} <Debug> TCPHandler: Processed in 0.001987929 sec. | ||
| 4832 | 2025.01.16 23:27:05.390129 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4833 | 2025.01.16 23:27:05.390258 [ 5 ] {2169fca7-61ca-4a83-8f16-5a1c55630737} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4834 | 2025.01.16 23:27:05.390310 [ 5 ] {2169fca7-61ca-4a83-8f16-5a1c55630737} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4835 | 2025.01.16 23:27:05.390858 [ 5 ] {2169fca7-61ca-4a83-8f16-5a1c55630737} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4836 | 2025.01.16 23:27:05.390898 [ 5 ] {2169fca7-61ca-4a83-8f16-5a1c55630737} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 4837 | 2025.01.16 23:27:05.391311 [ 5 ] {2169fca7-61ca-4a83-8f16-5a1c55630737} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4838 | 2025.01.16 23:27:05.391565 [ 5 ] {2169fca7-61ca-4a83-8f16-5a1c55630737} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4839 | 2025.01.16 23:27:05.391768 [ 5 ] {2169fca7-61ca-4a83-8f16-5a1c55630737} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001533 sec., 104370.51532941943 rows/sec., 7.27 MiB/sec. | ||
| 4840 | 2025.01.16 23:27:05.391820 [ 5 ] {2169fca7-61ca-4a83-8f16-5a1c55630737} <Debug> TCPHandler: Processed in 0.001811985 sec. | ||
| 4841 | 2025.01.16 23:27:05.391963 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4842 | 2025.01.16 23:27:05.392091 [ 255 ] {4364f51c-1ed0-4ae0-a496-8447290d5a73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4843 | 2025.01.16 23:27:05.392150 [ 255 ] {4364f51c-1ed0-4ae0-a496-8447290d5a73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4844 | 2025.01.16 23:27:05.392653 [ 255 ] {4364f51c-1ed0-4ae0-a496-8447290d5a73} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4845 | 2025.01.16 23:27:05.392692 [ 255 ] {4364f51c-1ed0-4ae0-a496-8447290d5a73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 4846 | 2025.01.16 23:27:05.393051 [ 255 ] {4364f51c-1ed0-4ae0-a496-8447290d5a73} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4847 | 2025.01.16 23:27:05.393295 [ 255 ] {4364f51c-1ed0-4ae0-a496-8447290d5a73} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4848 | 2025.01.16 23:27:05.393530 [ 255 ] {4364f51c-1ed0-4ae0-a496-8447290d5a73} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001468 sec., 40871.934604904636 rows/sec., 2.75 MiB/sec. | ||
| 4849 | 2025.01.16 23:27:05.393701 [ 255 ] {4364f51c-1ed0-4ae0-a496-8447290d5a73} <Debug> TCPHandler: Processed in 0.001820955 sec. | ||
| 4850 | 2025.01.16 23:27:05.805662 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4851 | 2025.01.16 23:27:05.805842 [ 5 ] {689fa86f-9074-4aa6-8245-4bc26ad125f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4852 | 2025.01.16 23:27:05.805911 [ 5 ] {689fa86f-9074-4aa6-8245-4bc26ad125f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4853 | 2025.01.16 23:27:05.806620 [ 5 ] {689fa86f-9074-4aa6-8245-4bc26ad125f1} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4854 | 2025.01.16 23:27:05.806669 [ 5 ] {689fa86f-9074-4aa6-8245-4bc26ad125f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 4855 | 2025.01.16 23:27:05.807087 [ 5 ] {689fa86f-9074-4aa6-8245-4bc26ad125f1} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4856 | 2025.01.16 23:27:05.807341 [ 5 ] {689fa86f-9074-4aa6-8245-4bc26ad125f1} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4857 | 2025.01.16 23:27:05.807583 [ 5 ] {689fa86f-9074-4aa6-8245-4bc26ad125f1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00179 sec., 7821.22905027933 rows/sec., 563.02 KiB/sec. | ||
| 4858 | 2025.01.16 23:27:05.807639 [ 5 ] {689fa86f-9074-4aa6-8245-4bc26ad125f1} <Debug> TCPHandler: Processed in 0.002110331 sec. | ||
| 4859 | 2025.01.16 23:27:05.807785 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4860 | 2025.01.16 23:27:05.807904 [ 255 ] {cc691c27-9a14-49bd-b827-47b78ccee61b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4861 | 2025.01.16 23:27:05.807951 [ 255 ] {cc691c27-9a14-49bd-b827-47b78ccee61b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4862 | 2025.01.16 23:27:05.809096 [ 255 ] {cc691c27-9a14-49bd-b827-47b78ccee61b} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4863 | 2025.01.16 23:27:05.809135 [ 255 ] {cc691c27-9a14-49bd-b827-47b78ccee61b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 4864 | 2025.01.16 23:27:05.809590 [ 255 ] {cc691c27-9a14-49bd-b827-47b78ccee61b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4865 | 2025.01.16 23:27:05.809832 [ 255 ] {cc691c27-9a14-49bd-b827-47b78ccee61b} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4866 | 2025.01.16 23:27:05.810038 [ 255 ] {cc691c27-9a14-49bd-b827-47b78ccee61b} <Debug> executeQuery: Read 1421 rows, 121.98 KiB in 0.002156 sec., 659090.9090909091 rows/sec., 55.25 MiB/sec. | ||
| 4867 | 2025.01.16 23:27:05.810090 [ 255 ] {cc691c27-9a14-49bd-b827-47b78ccee61b} <Debug> TCPHandler: Processed in 0.002360976 sec. | ||
| 4868 | 2025.01.16 23:27:05.810231 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4869 | 2025.01.16 23:27:05.810361 [ 5 ] {ee64e829-4203-419f-b452-e6a3dff8b60d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4870 | 2025.01.16 23:27:05.810415 [ 5 ] {ee64e829-4203-419f-b452-e6a3dff8b60d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4871 | 2025.01.16 23:27:05.811083 [ 5 ] {ee64e829-4203-419f-b452-e6a3dff8b60d} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4872 | 2025.01.16 23:27:05.811130 [ 5 ] {ee64e829-4203-419f-b452-e6a3dff8b60d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 4873 | 2025.01.16 23:27:05.811538 [ 5 ] {ee64e829-4203-419f-b452-e6a3dff8b60d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4874 | 2025.01.16 23:27:05.811772 [ 5 ] {ee64e829-4203-419f-b452-e6a3dff8b60d} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4875 | 2025.01.16 23:27:05.811973 [ 5 ] {ee64e829-4203-419f-b452-e6a3dff8b60d} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001642 sec., 28014.616321559075 rows/sec., 2.02 MiB/sec. | ||
| 4876 | 2025.01.16 23:27:05.812026 [ 5 ] {ee64e829-4203-419f-b452-e6a3dff8b60d} <Debug> TCPHandler: Processed in 0.001858926 sec. | ||
| 4877 | 2025.01.16 23:27:05.812176 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4878 | 2025.01.16 23:27:05.812281 [ 255 ] {ddf5b6e8-ee58-4e7b-bf8b-fa6a07079d02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4879 | 2025.01.16 23:27:05.812326 [ 255 ] {ddf5b6e8-ee58-4e7b-bf8b-fa6a07079d02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4880 | 2025.01.16 23:27:05.812943 [ 255 ] {ddf5b6e8-ee58-4e7b-bf8b-fa6a07079d02} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4881 | 2025.01.16 23:27:05.812982 [ 255 ] {ddf5b6e8-ee58-4e7b-bf8b-fa6a07079d02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 4882 | 2025.01.16 23:27:05.813330 [ 255 ] {ddf5b6e8-ee58-4e7b-bf8b-fa6a07079d02} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4883 | 2025.01.16 23:27:05.813565 [ 255 ] {ddf5b6e8-ee58-4e7b-bf8b-fa6a07079d02} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4884 | 2025.01.16 23:27:05.813775 [ 255 ] {ddf5b6e8-ee58-4e7b-bf8b-fa6a07079d02} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001515 sec., 159735.97359735973 rows/sec., 10.82 MiB/sec. | ||
| 4885 | 2025.01.16 23:27:05.813828 [ 255 ] {ddf5b6e8-ee58-4e7b-bf8b-fa6a07079d02} <Debug> TCPHandler: Processed in 0.001704423 sec. | ||
| 4886 | 2025.01.16 23:27:05.813988 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4887 | 2025.01.16 23:27:05.814116 [ 5 ] {4313c833-9931-43b9-ba5d-0524a626cdf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4888 | 2025.01.16 23:27:05.814169 [ 5 ] {4313c833-9931-43b9-ba5d-0524a626cdf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4889 | 2025.01.16 23:27:05.814762 [ 5 ] {4313c833-9931-43b9-ba5d-0524a626cdf2} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4890 | 2025.01.16 23:27:05.814802 [ 5 ] {4313c833-9931-43b9-ba5d-0524a626cdf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 4891 | 2025.01.16 23:27:05.815142 [ 5 ] {4313c833-9931-43b9-ba5d-0524a626cdf2} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4892 | 2025.01.16 23:27:05.815373 [ 5 ] {4313c833-9931-43b9-ba5d-0524a626cdf2} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4893 | 2025.01.16 23:27:05.815577 [ 5 ] {4313c833-9931-43b9-ba5d-0524a626cdf2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001489 sec., 8730.691739422431 rows/sec., 544.36 KiB/sec. | ||
| 4894 | 2025.01.16 23:27:05.815629 [ 5 ] {4313c833-9931-43b9-ba5d-0524a626cdf2} <Debug> TCPHandler: Processed in 0.001704982 sec. | ||
| 4895 | 2025.01.16 23:27:05.815786 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4896 | 2025.01.16 23:27:05.815915 [ 255 ] {fcb20439-cc7f-4e3a-9c81-e305ca86d479} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4897 | 2025.01.16 23:27:05.815968 [ 255 ] {fcb20439-cc7f-4e3a-9c81-e305ca86d479} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4898 | 2025.01.16 23:27:05.816876 [ 255 ] {fcb20439-cc7f-4e3a-9c81-e305ca86d479} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4899 | 2025.01.16 23:27:05.816915 [ 255 ] {fcb20439-cc7f-4e3a-9c81-e305ca86d479} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 4900 | 2025.01.16 23:27:05.817292 [ 255 ] {fcb20439-cc7f-4e3a-9c81-e305ca86d479} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4901 | 2025.01.16 23:27:05.817533 [ 255 ] {fcb20439-cc7f-4e3a-9c81-e305ca86d479} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4902 | 2025.01.16 23:27:05.817741 [ 255 ] {fcb20439-cc7f-4e3a-9c81-e305ca86d479} <Debug> executeQuery: Read 877 rows, 65.09 KiB in 0.001854 sec., 473031.2837108954 rows/sec., 34.29 MiB/sec. | ||
| 4903 | 2025.01.16 23:27:05.817792 [ 255 ] {fcb20439-cc7f-4e3a-9c81-e305ca86d479} <Debug> TCPHandler: Processed in 0.00207091 sec. | ||
| 4904 | 2025.01.16 23:27:05.817926 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4905 | 2025.01.16 23:27:05.818055 [ 5 ] {dc19b829-dd9f-4abb-bdaf-9acc32789324} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4906 | 2025.01.16 23:27:05.818108 [ 5 ] {dc19b829-dd9f-4abb-bdaf-9acc32789324} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4907 | 2025.01.16 23:27:05.818598 [ 5 ] {dc19b829-dd9f-4abb-bdaf-9acc32789324} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4908 | 2025.01.16 23:27:05.818637 [ 5 ] {dc19b829-dd9f-4abb-bdaf-9acc32789324} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 4909 | 2025.01.16 23:27:05.818977 [ 5 ] {dc19b829-dd9f-4abb-bdaf-9acc32789324} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4910 | 2025.01.16 23:27:05.819208 [ 5 ] {dc19b829-dd9f-4abb-bdaf-9acc32789324} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4911 | 2025.01.16 23:27:05.819462 [ 5 ] {dc19b829-dd9f-4abb-bdaf-9acc32789324} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001443 sec., 4158.004158004158 rows/sec., 217.24 KiB/sec. | ||
| 4912 | 2025.01.16 23:27:05.819665 [ 5 ] {dc19b829-dd9f-4abb-bdaf-9acc32789324} <Debug> TCPHandler: Processed in 0.001818735 sec. | ||
| 4913 | 2025.01.16 23:27:05.819826 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4914 | 2025.01.16 23:27:05.819949 [ 255 ] {ba281d0f-8a8c-4e16-bee0-e800fc83b460} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4915 | 2025.01.16 23:27:05.820002 [ 255 ] {ba281d0f-8a8c-4e16-bee0-e800fc83b460} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4916 | 2025.01.16 23:27:05.820921 [ 255 ] {ba281d0f-8a8c-4e16-bee0-e800fc83b460} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4917 | 2025.01.16 23:27:05.820960 [ 255 ] {ba281d0f-8a8c-4e16-bee0-e800fc83b460} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 4918 | 2025.01.16 23:27:05.821384 [ 255 ] {ba281d0f-8a8c-4e16-bee0-e800fc83b460} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4919 | 2025.01.16 23:27:05.821621 [ 255 ] {ba281d0f-8a8c-4e16-bee0-e800fc83b460} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4920 | 2025.01.16 23:27:05.821832 [ 255 ] {ba281d0f-8a8c-4e16-bee0-e800fc83b460} <Debug> executeQuery: Read 955 rows, 64.97 KiB in 0.001873 sec., 509877.20234917244 rows/sec., 33.87 MiB/sec. | ||
| 4921 | 2025.01.16 23:27:05.821884 [ 255 ] {ba281d0f-8a8c-4e16-bee0-e800fc83b460} <Debug> TCPHandler: Processed in 0.00208853 sec. | ||
| 4922 | 2025.01.16 23:27:05.822014 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4923 | 2025.01.16 23:27:05.822119 [ 5 ] {d0ed69e5-5faa-4252-9dcc-6952134bb172} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4924 | 2025.01.16 23:27:05.822165 [ 5 ] {d0ed69e5-5faa-4252-9dcc-6952134bb172} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4925 | 2025.01.16 23:27:05.822584 [ 5 ] {d0ed69e5-5faa-4252-9dcc-6952134bb172} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4926 | 2025.01.16 23:27:05.822622 [ 5 ] {d0ed69e5-5faa-4252-9dcc-6952134bb172} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 4927 | 2025.01.16 23:27:05.822960 [ 5 ] {d0ed69e5-5faa-4252-9dcc-6952134bb172} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4928 | 2025.01.16 23:27:05.823193 [ 5 ] {d0ed69e5-5faa-4252-9dcc-6952134bb172} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4929 | 2025.01.16 23:27:05.823392 [ 5 ] {d0ed69e5-5faa-4252-9dcc-6952134bb172} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001294 sec., 772.7975270479135 rows/sec., 52.07 KiB/sec. | ||
| 4930 | 2025.01.16 23:27:05.823442 [ 5 ] {d0ed69e5-5faa-4252-9dcc-6952134bb172} <Debug> TCPHandler: Processed in 0.001480208 sec. | ||
| 4931 | 2025.01.16 23:27:05.823584 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4932 | 2025.01.16 23:27:05.823713 [ 255 ] {1ce91f72-f38f-46b5-a345-8687bd3c27d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4933 | 2025.01.16 23:27:05.823792 [ 255 ] {1ce91f72-f38f-46b5-a345-8687bd3c27d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4934 | 2025.01.16 23:27:05.824978 [ 255 ] {1ce91f72-f38f-46b5-a345-8687bd3c27d8} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4935 | 2025.01.16 23:27:05.825017 [ 255 ] {1ce91f72-f38f-46b5-a345-8687bd3c27d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 4936 | 2025.01.16 23:27:05.825642 [ 255 ] {1ce91f72-f38f-46b5-a345-8687bd3c27d8} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4937 | 2025.01.16 23:27:05.825888 [ 255 ] {1ce91f72-f38f-46b5-a345-8687bd3c27d8} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4938 | 2025.01.16 23:27:05.826122 [ 255 ] {1ce91f72-f38f-46b5-a345-8687bd3c27d8} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002437 sec., 16003.282724661469 rows/sec., 28.68 MiB/sec. | ||
| 4939 | 2025.01.16 23:27:05.826213 [ 255 ] {1ce91f72-f38f-46b5-a345-8687bd3c27d8} <Debug> TCPHandler: Processed in 0.002692692 sec. | ||
| 4940 | 2025.01.16 23:27:05.826351 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4941 | 2025.01.16 23:27:05.826483 [ 5 ] {05959a46-d19b-43a0-b05e-c6a0bcba7706} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4942 | 2025.01.16 23:27:05.826537 [ 5 ] {05959a46-d19b-43a0-b05e-c6a0bcba7706} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4943 | 2025.01.16 23:27:05.827039 [ 5 ] {05959a46-d19b-43a0-b05e-c6a0bcba7706} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4944 | 2025.01.16 23:27:05.827085 [ 5 ] {05959a46-d19b-43a0-b05e-c6a0bcba7706} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 4945 | 2025.01.16 23:27:05.827489 [ 5 ] {05959a46-d19b-43a0-b05e-c6a0bcba7706} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4946 | 2025.01.16 23:27:05.827725 [ 5 ] {05959a46-d19b-43a0-b05e-c6a0bcba7706} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4947 | 2025.01.16 23:27:05.827934 [ 5 ] {05959a46-d19b-43a0-b05e-c6a0bcba7706} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001479 sec., 22988.505747126437 rows/sec., 1.33 MiB/sec. | ||
| 4948 | 2025.01.16 23:27:05.827982 [ 5 ] {05959a46-d19b-43a0-b05e-c6a0bcba7706} <Debug> TCPHandler: Processed in 0.001694132 sec. | ||
| 4949 | 2025.01.16 23:27:06.000221 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 189.26 MiB, peak 195.61 MiB, free memory in arenas 0.00 B, will set to 188.21 MiB (RSS), difference: -1.05 MiB | ||
| 4950 | 2025.01.16 23:27:09.257114 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 690 | ||
| 4951 | 2025.01.16 23:27:09.260509 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4952 | 2025.01.16 23:27:09.260559 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 4953 | 2025.01.16 23:27:09.262039 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4954 | 2025.01.16 23:27:09.262349 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4955 | 2025.01.16 23:27:09.262512 [ 69 ] {} <Debug> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4956 | 2025.01.16 23:27:09.262587 [ 69 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4957 | 2025.01.16 23:27:09.262663 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 4958 | 2025.01.16 23:27:09.262942 [ 202 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::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 | ||
| 4959 | 2025.01.16 23:27:09.263283 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 690 | ||
| 4960 | 2025.01.16 23:27:09.263754 [ 202 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4961 | 2025.01.16 23:27:09.263874 [ 202 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 504 rows starting from the beginning of the part | ||
| 4962 | 2025.01.16 23:27:09.264408 [ 202 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 30 rows starting from the beginning of the part | ||
| 4963 | 2025.01.16 23:27:09.264896 [ 202 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 54 rows starting from the beginning of the part | ||
| 4964 | 2025.01.16 23:27:09.265381 [ 202 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 16 rows starting from the beginning of the part | ||
| 4965 | 2025.01.16 23:27:09.265880 [ 202 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::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 | ||
| 4966 | 2025.01.16 23:27:09.266505 [ 202 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 52 rows starting from the beginning of the part | ||
| 4967 | 2025.01.16 23:27:09.274231 [ 187 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 690 rows, containing 72 columns (72 merged, 0 gathered) in 0.01146035 sec., 60207.58528317198 rows/sec., 51.60 MiB/sec. | ||
| 4968 | 2025.01.16 23:27:09.275547 [ 187 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4969 | 2025.01.16 23:27:09.276404 [ 187 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_16_3} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4970 | 2025.01.16 23:27:09.276504 [ 187 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_16_3} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4971 | 2025.01.16 23:27:09.276849 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.09 MiB. | ||
| 4972 | 2025.01.16 23:27:10.383439 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4973 | 2025.01.16 23:27:10.383639 [ 5 ] {bfbf2991-dfd9-4ace-867d-4d2b74787ce1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4974 | 2025.01.16 23:27:10.383709 [ 5 ] {bfbf2991-dfd9-4ace-867d-4d2b74787ce1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4975 | 2025.01.16 23:27:10.384478 [ 5 ] {bfbf2991-dfd9-4ace-867d-4d2b74787ce1} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4976 | 2025.01.16 23:27:10.384529 [ 5 ] {bfbf2991-dfd9-4ace-867d-4d2b74787ce1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 4977 | 2025.01.16 23:27:10.384960 [ 5 ] {bfbf2991-dfd9-4ace-867d-4d2b74787ce1} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4978 | 2025.01.16 23:27:10.385217 [ 5 ] {bfbf2991-dfd9-4ace-867d-4d2b74787ce1} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4979 | 2025.01.16 23:27:10.385422 [ 68 ] {} <Debug> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4980 | 2025.01.16 23:27:10.385462 [ 5 ] {bfbf2991-dfd9-4ace-867d-4d2b74787ce1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001872 sec., 29914.529914529914 rows/sec., 2.30 MiB/sec. | ||
| 4981 | 2025.01.16 23:27:10.385512 [ 68 ] {} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4982 | 2025.01.16 23:27:10.385584 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 4983 | 2025.01.16 23:27:10.385604 [ 5 ] {bfbf2991-dfd9-4ace-867d-4d2b74787ce1} <Debug> TCPHandler: Processed in 0.002288474 sec. | ||
| 4984 | 2025.01.16 23:27:10.385749 [ 187 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::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 | ||
| 4985 | 2025.01.16 23:27:10.385809 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4986 | 2025.01.16 23:27:10.385865 [ 187 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4987 | 2025.01.16 23:27:10.385906 [ 187 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1431 rows starting from the beginning of the part | ||
| 4988 | 2025.01.16 23:27:10.385953 [ 255 ] {20f2d8e3-8f37-42e8-8ff3-17234f363131} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4989 | 2025.01.16 23:27:10.385997 [ 187 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 58 rows starting from the beginning of the part | ||
| 4990 | 2025.01.16 23:27:10.386039 [ 255 ] {20f2d8e3-8f37-42e8-8ff3-17234f363131} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4991 | 2025.01.16 23:27:10.386346 [ 187 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 281 rows starting from the beginning of the part | ||
| 4992 | 2025.01.16 23:27:10.386669 [ 187 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::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 | ||
| 4993 | 2025.01.16 23:27:10.386841 [ 187 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1421 rows starting from the beginning of the part | ||
| 4994 | 2025.01.16 23:27:10.387027 [ 187 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 56 rows starting from the beginning of the part | ||
| 4995 | 2025.01.16 23:27:10.387761 [ 255 ] {20f2d8e3-8f37-42e8-8ff3-17234f363131} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4996 | 2025.01.16 23:27:10.387806 [ 255 ] {20f2d8e3-8f37-42e8-8ff3-17234f363131} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 4997 | 2025.01.16 23:27:10.388468 [ 255 ] {20f2d8e3-8f37-42e8-8ff3-17234f363131} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4998 | 2025.01.16 23:27:10.388815 [ 255 ] {20f2d8e3-8f37-42e8-8ff3-17234f363131} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4999 | 2025.01.16 23:27:10.389032 [ 68 ] {} <Debug> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5000 | 2025.01.16 23:27:10.389115 [ 68 ] {} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5001 | 2025.01.16 23:27:10.389138 [ 255 ] {20f2d8e3-8f37-42e8-8ff3-17234f363131} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003203 sec., 19981.26756166094 rows/sec., 1.56 MiB/sec. | ||
| 5002 | 2025.01.16 23:27:10.389155 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5003 | 2025.01.16 23:27:10.389493 [ 255 ] {20f2d8e3-8f37-42e8-8ff3-17234f363131} <Debug> TCPHandler: Processed in 0.003746303 sec. | ||
| 5004 | 2025.01.16 23:27:10.389872 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5005 | 2025.01.16 23:27:10.389878 [ 194 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::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 | ||
| 5006 | 2025.01.16 23:27:10.390371 [ 5 ] {4f6ab891-ac1d-4b50-8e8e-ebff2bc5a849} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5007 | 2025.01.16 23:27:10.390499 [ 195 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3303 rows, containing 5 columns (5 merged, 0 gathered) in 0.004794082 sec., 688974.4480799453 rows/sec., 60.38 MiB/sec. | ||
| 5008 | 2025.01.16 23:27:10.390596 [ 5 ] {4f6ab891-ac1d-4b50-8e8e-ebff2bc5a849} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5009 | 2025.01.16 23:27:10.390648 [ 194 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5010 | 2025.01.16 23:27:10.390822 [ 194 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::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 | ||
| 5011 | 2025.01.16 23:27:10.391053 [ 195 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5012 | 2025.01.16 23:27:10.391375 [ 194 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 68 rows starting from the beginning of the part | ||
| 5013 | 2025.01.16 23:27:10.391917 [ 194 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 421 rows starting from the beginning of the part | ||
| 5014 | 2025.01.16 23:27:10.392533 [ 194 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::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 | ||
| 5015 | 2025.01.16 23:27:10.392590 [ 195 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_36_7} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5016 | 2025.01.16 23:27:10.393138 [ 195 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_36_7} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5017 | 2025.01.16 23:27:10.393202 [ 194 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 877 rows starting from the beginning of the part | ||
| 5018 | 2025.01.16 23:27:10.393491 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 5019 | 2025.01.16 23:27:10.393660 [ 194 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 64 rows starting from the beginning of the part | ||
| 5020 | 2025.01.16 23:27:10.395718 [ 5 ] {4f6ab891-ac1d-4b50-8e8e-ebff2bc5a849} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5021 | 2025.01.16 23:27:10.395780 [ 5 ] {4f6ab891-ac1d-4b50-8e8e-ebff2bc5a849} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5022 | 2025.01.16 23:27:10.396720 [ 5 ] {4f6ab891-ac1d-4b50-8e8e-ebff2bc5a849} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5023 | 2025.01.16 23:27:10.397178 [ 5 ] {4f6ab891-ac1d-4b50-8e8e-ebff2bc5a849} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5024 | 2025.01.16 23:27:10.397433 [ 68 ] {} <Debug> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5025 | 2025.01.16 23:27:10.397529 [ 5 ] {4f6ab891-ac1d-4b50-8e8e-ebff2bc5a849} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.007318 sec., 17491.11779174638 rows/sec., 1.22 MiB/sec. | ||
| 5026 | 2025.01.16 23:27:10.397514 [ 68 ] {} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5027 | 2025.01.16 23:27:10.397645 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5028 | 2025.01.16 23:27:10.397880 [ 5 ] {4f6ab891-ac1d-4b50-8e8e-ebff2bc5a849} <Debug> TCPHandler: Processed in 0.008188678 sec. | ||
| 5029 | 2025.01.16 23:27:10.398326 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5030 | 2025.01.16 23:27:10.398353 [ 194 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2407 rows, containing 5 columns (5 merged, 0 gathered) in 0.008989912 sec., 267744.5563427095 rows/sec., 20.53 MiB/sec. | ||
| 5031 | 2025.01.16 23:27:10.398621 [ 192 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::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 | ||
| 5032 | 2025.01.16 23:27:10.398854 [ 255 ] {985d6d2a-2aae-42b2-b097-ff19b25981a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5033 | 2025.01.16 23:27:10.398880 [ 194 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5034 | 2025.01.16 23:27:10.399122 [ 255 ] {985d6d2a-2aae-42b2-b097-ff19b25981a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5035 | 2025.01.16 23:27:10.399495 [ 192 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5036 | 2025.01.16 23:27:10.399689 [ 192 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 10186 rows starting from the beginning of the part | ||
| 5037 | 2025.01.16 23:27:10.400238 [ 192 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 162 rows starting from the beginning of the part | ||
| 5038 | 2025.01.16 23:27:10.400272 [ 194 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_36_7} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5039 | 2025.01.16 23:27:10.400779 [ 194 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_36_7} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5040 | 2025.01.16 23:27:10.401052 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 5041 | 2025.01.16 23:27:10.401208 [ 192 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 237 rows starting from the beginning of the part | ||
| 5042 | 2025.01.16 23:27:10.401620 [ 192 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part | ||
| 5043 | 2025.01.16 23:27:10.401941 [ 192 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 955 rows starting from the beginning of the part | ||
| 5044 | 2025.01.16 23:27:10.402026 [ 255 ] {985d6d2a-2aae-42b2-b097-ff19b25981a6} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5045 | 2025.01.16 23:27:10.402147 [ 255 ] {985d6d2a-2aae-42b2-b097-ff19b25981a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5046 | 2025.01.16 23:27:10.402283 [ 192 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 128 rows starting from the beginning of the part | ||
| 5047 | 2025.01.16 23:27:10.403279 [ 255 ] {985d6d2a-2aae-42b2-b097-ff19b25981a6} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5048 | 2025.01.16 23:27:10.403666 [ 255 ] {985d6d2a-2aae-42b2-b097-ff19b25981a6} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5049 | 2025.01.16 23:27:10.403865 [ 68 ] {} <Debug> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5050 | 2025.01.16 23:27:10.403988 [ 68 ] {} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5051 | 2025.01.16 23:27:10.404060 [ 255 ] {985d6d2a-2aae-42b2-b097-ff19b25981a6} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.005372 sec., 8935.219657483247 rows/sec., 616.62 KiB/sec. | ||
| 5052 | 2025.01.16 23:27:10.404079 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5053 | 2025.01.16 23:27:10.404401 [ 255 ] {985d6d2a-2aae-42b2-b097-ff19b25981a6} <Debug> TCPHandler: Processed in 0.006365242 sec. | ||
| 5054 | 2025.01.16 23:27:10.404654 [ 187 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::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 | ||
| 5055 | 2025.01.16 23:27:10.404971 [ 187 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5056 | 2025.01.16 23:27:10.405047 [ 187 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1744 rows starting from the beginning of the part | ||
| 5057 | 2025.01.16 23:27:10.405303 [ 187 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::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 | ||
| 5058 | 2025.01.16 23:27:10.405697 [ 187 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 82 rows starting from the beginning of the part | ||
| 5059 | 2025.01.16 23:27:10.406030 [ 187 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part | ||
| 5060 | 2025.01.16 23:27:10.406325 [ 187 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 34 rows starting from the beginning of the part | ||
| 5061 | 2025.01.16 23:27:10.406662 [ 187 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 48 rows starting from the beginning of the part | ||
| 5062 | 2025.01.16 23:27:10.408751 [ 200 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2028 rows, containing 4 columns (4 merged, 0 gathered) in 0.004498936 sec., 450773.24949721445 rows/sec., 29.28 MiB/sec. | ||
| 5063 | 2025.01.16 23:27:10.409044 [ 194 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5064 | 2025.01.16 23:27:10.409366 [ 194 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_36_7} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5065 | 2025.01.16 23:27:10.409462 [ 194 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_36_7} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5066 | 2025.01.16 23:27:10.409729 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 5067 | 2025.01.16 23:27:10.409920 [ 188 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11828 rows, containing 5 columns (5 merged, 0 gathered) in 0.011648724 sec., 1015390.1835085114 rows/sec., 68.40 MiB/sec. | ||
| 5068 | 2025.01.16 23:27:10.410294 [ 194 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5069 | 2025.01.16 23:27:10.410604 [ 194 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5070 | 2025.01.16 23:27:10.410685 [ 194 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5071 | 2025.01.16 23:27:10.410776 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.17 MiB. | ||
| 5072 | 2025.01.16 23:27:11.713484 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553 | ||
| 5073 | 2025.01.16 23:27:11.714250 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5074 | 2025.01.16 23:27:11.714288 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5075 | 2025.01.16 23:27:11.714838 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5076 | 2025.01.16 23:27:11.715095 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5077 | 2025.01.16 23:27:11.715333 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553 | ||
| 5078 | 2025.01.16 23:27:12.468137 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 5079 | 2025.01.16 23:27:12.488537 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5080 | 2025.01.16 23:27:12.488587 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5081 | 2025.01.16 23:27:12.496122 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5082 | 2025.01.16 23:27:12.496903 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5083 | 2025.01.16 23:27:12.499529 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 5084 | 2025.01.16 23:27:15.385096 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5085 | 2025.01.16 23:27:15.385288 [ 5 ] {fd910785-4ca9-4b8d-ac82-3232ce2205ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5086 | 2025.01.16 23:27:15.385363 [ 5 ] {fd910785-4ca9-4b8d-ac82-3232ce2205ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5087 | 2025.01.16 23:27:15.386126 [ 5 ] {fd910785-4ca9-4b8d-ac82-3232ce2205ea} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5088 | 2025.01.16 23:27:15.386168 [ 5 ] {fd910785-4ca9-4b8d-ac82-3232ce2205ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5089 | 2025.01.16 23:27:15.386592 [ 5 ] {fd910785-4ca9-4b8d-ac82-3232ce2205ea} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5090 | 2025.01.16 23:27:15.386844 [ 5 ] {fd910785-4ca9-4b8d-ac82-3232ce2205ea} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5091 | 2025.01.16 23:27:15.387035 [ 5 ] {fd910785-4ca9-4b8d-ac82-3232ce2205ea} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001795 sec., 31197.771587743733 rows/sec., 2.40 MiB/sec. | ||
| 5092 | 2025.01.16 23:27:15.387091 [ 5 ] {fd910785-4ca9-4b8d-ac82-3232ce2205ea} <Debug> TCPHandler: Processed in 0.002122691 sec. | ||
| 5093 | 2025.01.16 23:27:15.387278 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5094 | 2025.01.16 23:27:15.387415 [ 255 ] {98742f0a-52cb-4516-b56b-0f26f4de5f13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5095 | 2025.01.16 23:27:15.387470 [ 255 ] {98742f0a-52cb-4516-b56b-0f26f4de5f13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5096 | 2025.01.16 23:27:15.388116 [ 255 ] {98742f0a-52cb-4516-b56b-0f26f4de5f13} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5097 | 2025.01.16 23:27:15.388154 [ 255 ] {98742f0a-52cb-4516-b56b-0f26f4de5f13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5098 | 2025.01.16 23:27:15.388523 [ 255 ] {98742f0a-52cb-4516-b56b-0f26f4de5f13} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5099 | 2025.01.16 23:27:15.388758 [ 255 ] {98742f0a-52cb-4516-b56b-0f26f4de5f13} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5100 | 2025.01.16 23:27:15.388975 [ 255 ] {98742f0a-52cb-4516-b56b-0f26f4de5f13} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001588 sec., 40302.26700251889 rows/sec., 3.15 MiB/sec. | ||
| 5101 | 2025.01.16 23:27:15.389098 [ 255 ] {98742f0a-52cb-4516-b56b-0f26f4de5f13} <Debug> TCPHandler: Processed in 0.001889396 sec. | ||
| 5102 | 2025.01.16 23:27:15.389314 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5103 | 2025.01.16 23:27:15.389439 [ 5 ] {8739acd5-4514-4717-a0ca-e201a831cfce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5104 | 2025.01.16 23:27:15.389491 [ 5 ] {8739acd5-4514-4717-a0ca-e201a831cfce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5105 | 2025.01.16 23:27:15.390044 [ 5 ] {8739acd5-4514-4717-a0ca-e201a831cfce} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5106 | 2025.01.16 23:27:15.390083 [ 5 ] {8739acd5-4514-4717-a0ca-e201a831cfce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5107 | 2025.01.16 23:27:15.390465 [ 5 ] {8739acd5-4514-4717-a0ca-e201a831cfce} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5108 | 2025.01.16 23:27:15.390751 [ 5 ] {8739acd5-4514-4717-a0ca-e201a831cfce} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5109 | 2025.01.16 23:27:15.390931 [ 5 ] {8739acd5-4514-4717-a0ca-e201a831cfce} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001515 sec., 105610.56105610561 rows/sec., 7.36 MiB/sec. | ||
| 5110 | 2025.01.16 23:27:15.390982 [ 5 ] {8739acd5-4514-4717-a0ca-e201a831cfce} <Debug> TCPHandler: Processed in 0.001769293 sec. | ||
| 5111 | 2025.01.16 23:27:15.391132 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5112 | 2025.01.16 23:27:15.391244 [ 255 ] {2de957b4-3ecb-44ab-94fb-0e28228e16b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5113 | 2025.01.16 23:27:15.391292 [ 255 ] {2de957b4-3ecb-44ab-94fb-0e28228e16b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5114 | 2025.01.16 23:27:15.391739 [ 255 ] {2de957b4-3ecb-44ab-94fb-0e28228e16b4} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5115 | 2025.01.16 23:27:15.391780 [ 255 ] {2de957b4-3ecb-44ab-94fb-0e28228e16b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5116 | 2025.01.16 23:27:15.392142 [ 255 ] {2de957b4-3ecb-44ab-94fb-0e28228e16b4} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5117 | 2025.01.16 23:27:15.392382 [ 255 ] {2de957b4-3ecb-44ab-94fb-0e28228e16b4} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5118 | 2025.01.16 23:27:15.392566 [ 255 ] {2de957b4-3ecb-44ab-94fb-0e28228e16b4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001344 sec., 44642.857142857145 rows/sec., 3.01 MiB/sec. | ||
| 5119 | 2025.01.16 23:27:15.392685 [ 255 ] {2de957b4-3ecb-44ab-94fb-0e28228e16b4} <Debug> TCPHandler: Processed in 0.00160721 sec. | ||
| 5120 | 2025.01.16 23:27:17.063249 [ 57 ] {} <Debug> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 5121 | 2025.01.16 23:27:17.063314 [ 57 ] {} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5122 | 2025.01.16 23:27:17.063336 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5123 | 2025.01.16 23:27:17.063570 [ 192 ] {fb32bae1-da20-4def-832b-7229abb48644::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 | ||
| 5124 | 2025.01.16 23:27:17.063832 [ 192 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5125 | 2025.01.16 23:27:17.063897 [ 192 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 243 rows starting from the beginning of the part | ||
| 5126 | 2025.01.16 23:27:17.064075 [ 192 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 242 rows starting from the beginning of the part | ||
| 5127 | 2025.01.16 23:27:17.064302 [ 192 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part | ||
| 5128 | 2025.01.16 23:27:17.064495 [ 192 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part | ||
| 5129 | 2025.01.16 23:27:17.064673 [ 192 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 242 rows starting from the beginning of the part | ||
| 5130 | 2025.01.16 23:27:17.065896 [ 188 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002470477 sec., 305608.99777654273 rows/sec., 21.88 MiB/sec. | ||
| 5131 | 2025.01.16 23:27:17.066044 [ 188 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 5132 | 2025.01.16 23:27:17.066331 [ 188 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_15_3} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5133 | 2025.01.16 23:27:17.066409 [ 188 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_15_3} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 5134 | 2025.01.16 23:27:17.066487 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 5135 | 2025.01.16 23:27:17.236444 [ 57 ] {} <Debug> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 5136 | 2025.01.16 23:27:17.236497 [ 57 ] {} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5137 | 2025.01.16 23:27:17.236525 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5138 | 2025.01.16 23:27:17.236739 [ 200 ] {c8167fb3-3109-478e-9e50-cedfae572766::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 | ||
| 5139 | 2025.01.16 23:27:17.236932 [ 200 ] {c8167fb3-3109-478e-9e50-cedfae572766::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5140 | 2025.01.16 23:27:17.236973 [ 200 ] {c8167fb3-3109-478e-9e50-cedfae572766::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 | ||
| 5141 | 2025.01.16 23:27:17.237050 [ 200 ] {c8167fb3-3109-478e-9e50-cedfae572766::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 | ||
| 5142 | 2025.01.16 23:27:17.237278 [ 200 ] {c8167fb3-3109-478e-9e50-cedfae572766::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 | ||
| 5143 | 2025.01.16 23:27:17.237501 [ 200 ] {c8167fb3-3109-478e-9e50-cedfae572766::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 | ||
| 5144 | 2025.01.16 23:27:17.237618 [ 200 ] {c8167fb3-3109-478e-9e50-cedfae572766::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 | ||
| 5145 | 2025.01.16 23:27:17.238823 [ 191 ] {c8167fb3-3109-478e-9e50-cedfae572766::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.002223883 sec., 40469.754928654074 rows/sec., 2.06 MiB/sec. | ||
| 5146 | 2025.01.16 23:27:17.239039 [ 191 ] {c8167fb3-3109-478e-9e50-cedfae572766::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 5147 | 2025.01.16 23:27:17.239462 [ 191 ] {c8167fb3-3109-478e-9e50-cedfae572766::all_1_15_3} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5148 | 2025.01.16 23:27:17.239573 [ 191 ] {c8167fb3-3109-478e-9e50-cedfae572766::all_1_15_3} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 5149 | 2025.01.16 23:27:17.239694 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5150 | 2025.01.16 23:27:19.056633 [ 54 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5151 | 2025.01.16 23:27:19.056692 [ 54 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5152 | 2025.01.16 23:27:19.215583 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041 | ||
| 5153 | 2025.01.16 23:27:19.216539 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5154 | 2025.01.16 23:27:19.216592 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5155 | 2025.01.16 23:27:19.217141 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5156 | 2025.01.16 23:27:19.217405 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5157 | 2025.01.16 23:27:19.217663 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 5158 | 2025.01.16 23:27:19.263670 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 706 | ||
| 5159 | 2025.01.16 23:27:19.266475 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5160 | 2025.01.16 23:27:19.266538 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5161 | 2025.01.16 23:27:19.268039 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5162 | 2025.01.16 23:27:19.268364 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5163 | 2025.01.16 23:27:19.269005 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 706 | ||
| 5164 | 2025.01.16 23:27:19.999704 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 5165 | 2025.01.16 23:27:20.022089 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5166 | 2025.01.16 23:27:20.022146 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5167 | 2025.01.16 23:27:20.029435 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5168 | 2025.01.16 23:27:20.030245 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5169 | 2025.01.16 23:27:20.032935 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 5170 | 2025.01.16 23:27:20.391293 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5171 | 2025.01.16 23:27:20.391472 [ 5 ] {66157b57-b907-44e7-b5b5-0ff613381b3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5172 | 2025.01.16 23:27:20.391541 [ 5 ] {66157b57-b907-44e7-b5b5-0ff613381b3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5173 | 2025.01.16 23:27:20.392253 [ 5 ] {66157b57-b907-44e7-b5b5-0ff613381b3b} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5174 | 2025.01.16 23:27:20.392302 [ 5 ] {66157b57-b907-44e7-b5b5-0ff613381b3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5175 | 2025.01.16 23:27:20.392736 [ 5 ] {66157b57-b907-44e7-b5b5-0ff613381b3b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5176 | 2025.01.16 23:27:20.392991 [ 5 ] {66157b57-b907-44e7-b5b5-0ff613381b3b} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5177 | 2025.01.16 23:27:20.393247 [ 5 ] {66157b57-b907-44e7-b5b5-0ff613381b3b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001802 sec., 7769.145394006659 rows/sec., 559.27 KiB/sec. | ||
| 5178 | 2025.01.16 23:27:20.393550 [ 5 ] {66157b57-b907-44e7-b5b5-0ff613381b3b} <Debug> TCPHandler: Processed in 0.002379215 sec. | ||
| 5179 | 2025.01.16 23:27:20.393854 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5180 | 2025.01.16 23:27:20.393993 [ 255 ] {0781d381-58db-4d63-b42f-5e126591fe79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5181 | 2025.01.16 23:27:20.394041 [ 255 ] {0781d381-58db-4d63-b42f-5e126591fe79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5182 | 2025.01.16 23:27:20.394715 [ 255 ] {0781d381-58db-4d63-b42f-5e126591fe79} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5183 | 2025.01.16 23:27:20.394754 [ 255 ] {0781d381-58db-4d63-b42f-5e126591fe79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5184 | 2025.01.16 23:27:20.395127 [ 255 ] {0781d381-58db-4d63-b42f-5e126591fe79} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5185 | 2025.01.16 23:27:20.395355 [ 255 ] {0781d381-58db-4d63-b42f-5e126591fe79} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5186 | 2025.01.16 23:27:20.395650 [ 255 ] {0781d381-58db-4d63-b42f-5e126591fe79} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.001677 sec., 167561.12104949314 rows/sec., 14.80 MiB/sec. | ||
| 5187 | 2025.01.16 23:27:20.395857 [ 255 ] {0781d381-58db-4d63-b42f-5e126591fe79} <Debug> TCPHandler: Processed in 0.002140241 sec. | ||
| 5188 | 2025.01.16 23:27:20.396076 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5189 | 2025.01.16 23:27:20.396214 [ 5 ] {ddc8a180-83ce-4294-92fb-bae6e7766aed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5190 | 2025.01.16 23:27:20.396270 [ 5 ] {ddc8a180-83ce-4294-92fb-bae6e7766aed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5191 | 2025.01.16 23:27:20.396942 [ 5 ] {ddc8a180-83ce-4294-92fb-bae6e7766aed} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5192 | 2025.01.16 23:27:20.396989 [ 5 ] {ddc8a180-83ce-4294-92fb-bae6e7766aed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5193 | 2025.01.16 23:27:20.397358 [ 5 ] {ddc8a180-83ce-4294-92fb-bae6e7766aed} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5194 | 2025.01.16 23:27:20.397614 [ 5 ] {ddc8a180-83ce-4294-92fb-bae6e7766aed} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5195 | 2025.01.16 23:27:20.397832 [ 5 ] {ddc8a180-83ce-4294-92fb-bae6e7766aed} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001646 sec., 27946.537059538277 rows/sec., 2.01 MiB/sec. | ||
| 5196 | 2025.01.16 23:27:20.397883 [ 5 ] {ddc8a180-83ce-4294-92fb-bae6e7766aed} <Debug> TCPHandler: Processed in 0.001911617 sec. | ||
| 5197 | 2025.01.16 23:27:20.398021 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5198 | 2025.01.16 23:27:20.398130 [ 255 ] {4c35d63b-af44-4ca3-8ba8-d494fbbd4969} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5199 | 2025.01.16 23:27:20.398173 [ 255 ] {4c35d63b-af44-4ca3-8ba8-d494fbbd4969} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5200 | 2025.01.16 23:27:20.398693 [ 255 ] {4c35d63b-af44-4ca3-8ba8-d494fbbd4969} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5201 | 2025.01.16 23:27:20.398734 [ 255 ] {4c35d63b-af44-4ca3-8ba8-d494fbbd4969} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5202 | 2025.01.16 23:27:20.399073 [ 255 ] {4c35d63b-af44-4ca3-8ba8-d494fbbd4969} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5203 | 2025.01.16 23:27:20.399322 [ 255 ] {4c35d63b-af44-4ca3-8ba8-d494fbbd4969} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5204 | 2025.01.16 23:27:20.399522 [ 255 ] {4c35d63b-af44-4ca3-8ba8-d494fbbd4969} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001414 sec., 9900.990099009901 rows/sec., 693.40 KiB/sec. | ||
| 5205 | 2025.01.16 23:27:20.399574 [ 255 ] {4c35d63b-af44-4ca3-8ba8-d494fbbd4969} <Debug> TCPHandler: Processed in 0.001607381 sec. | ||
| 5206 | 2025.01.16 23:27:20.399709 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5207 | 2025.01.16 23:27:20.399815 [ 5 ] {441299fb-b494-40d0-b7f0-00c34c39f7cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5208 | 2025.01.16 23:27:20.399858 [ 5 ] {441299fb-b494-40d0-b7f0-00c34c39f7cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5209 | 2025.01.16 23:27:20.400374 [ 5 ] {441299fb-b494-40d0-b7f0-00c34c39f7cb} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5210 | 2025.01.16 23:27:20.400413 [ 5 ] {441299fb-b494-40d0-b7f0-00c34c39f7cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5211 | 2025.01.16 23:27:20.400756 [ 5 ] {441299fb-b494-40d0-b7f0-00c34c39f7cb} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5212 | 2025.01.16 23:27:20.400991 [ 5 ] {441299fb-b494-40d0-b7f0-00c34c39f7cb} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5213 | 2025.01.16 23:27:20.401250 [ 5 ] {441299fb-b494-40d0-b7f0-00c34c39f7cb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001451 sec., 8959.33838731909 rows/sec., 558.61 KiB/sec. | ||
| 5214 | 2025.01.16 23:27:20.401485 [ 5 ] {441299fb-b494-40d0-b7f0-00c34c39f7cb} <Debug> TCPHandler: Processed in 0.001826155 sec. | ||
| 5215 | 2025.01.16 23:27:20.401644 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5216 | 2025.01.16 23:27:20.401774 [ 255 ] {b13d1f6e-9a9d-4934-8a4d-888358f77821} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5217 | 2025.01.16 23:27:20.401827 [ 255 ] {b13d1f6e-9a9d-4934-8a4d-888358f77821} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5218 | 2025.01.16 23:27:20.402559 [ 255 ] {b13d1f6e-9a9d-4934-8a4d-888358f77821} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5219 | 2025.01.16 23:27:20.402599 [ 255 ] {b13d1f6e-9a9d-4934-8a4d-888358f77821} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5220 | 2025.01.16 23:27:20.402971 [ 255 ] {b13d1f6e-9a9d-4934-8a4d-888358f77821} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5221 | 2025.01.16 23:27:20.403207 [ 255 ] {b13d1f6e-9a9d-4934-8a4d-888358f77821} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5222 | 2025.01.16 23:27:20.403412 [ 255 ] {b13d1f6e-9a9d-4934-8a4d-888358f77821} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001667 sec., 252549.49010197958 rows/sec., 18.05 MiB/sec. | ||
| 5223 | 2025.01.16 23:27:20.403463 [ 255 ] {b13d1f6e-9a9d-4934-8a4d-888358f77821} <Debug> TCPHandler: Processed in 0.001885126 sec. | ||
| 5224 | 2025.01.16 23:27:20.403609 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5225 | 2025.01.16 23:27:20.403736 [ 5 ] {5ae92d78-72d7-4d64-a3f5-c852efe56cec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5226 | 2025.01.16 23:27:20.403791 [ 5 ] {5ae92d78-72d7-4d64-a3f5-c852efe56cec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5227 | 2025.01.16 23:27:20.404271 [ 5 ] {5ae92d78-72d7-4d64-a3f5-c852efe56cec} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5228 | 2025.01.16 23:27:20.404309 [ 5 ] {5ae92d78-72d7-4d64-a3f5-c852efe56cec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5229 | 2025.01.16 23:27:20.404652 [ 5 ] {5ae92d78-72d7-4d64-a3f5-c852efe56cec} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5230 | 2025.01.16 23:27:20.404881 [ 5 ] {5ae92d78-72d7-4d64-a3f5-c852efe56cec} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5231 | 2025.01.16 23:27:20.405078 [ 5 ] {5ae92d78-72d7-4d64-a3f5-c852efe56cec} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00137 sec., 4379.56204379562 rows/sec., 228.82 KiB/sec. | ||
| 5232 | 2025.01.16 23:27:20.405126 [ 5 ] {5ae92d78-72d7-4d64-a3f5-c852efe56cec} <Debug> TCPHandler: Processed in 0.00158325 sec. | ||
| 5233 | 2025.01.16 23:27:20.405265 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5234 | 2025.01.16 23:27:20.405397 [ 255 ] {4d4aa47d-3a5a-498f-9476-a1252ea3de85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5235 | 2025.01.16 23:27:20.405453 [ 255 ] {4d4aa47d-3a5a-498f-9476-a1252ea3de85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5236 | 2025.01.16 23:27:20.406073 [ 255 ] {4d4aa47d-3a5a-498f-9476-a1252ea3de85} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5237 | 2025.01.16 23:27:20.406120 [ 255 ] {4d4aa47d-3a5a-498f-9476-a1252ea3de85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5238 | 2025.01.16 23:27:20.406491 [ 255 ] {4d4aa47d-3a5a-498f-9476-a1252ea3de85} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5239 | 2025.01.16 23:27:20.406722 [ 255 ] {4d4aa47d-3a5a-498f-9476-a1252ea3de85} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5240 | 2025.01.16 23:27:20.406923 [ 255 ] {4d4aa47d-3a5a-498f-9476-a1252ea3de85} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001556 sec., 152313.62467866324 rows/sec., 10.21 MiB/sec. | ||
| 5241 | 2025.01.16 23:27:20.406974 [ 255 ] {4d4aa47d-3a5a-498f-9476-a1252ea3de85} <Debug> TCPHandler: Processed in 0.001773824 sec. | ||
| 5242 | 2025.01.16 23:27:20.407104 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5243 | 2025.01.16 23:27:20.407232 [ 5 ] {4ecb8751-6778-4432-97d2-756787a4a3b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5244 | 2025.01.16 23:27:20.407286 [ 5 ] {4ecb8751-6778-4432-97d2-756787a4a3b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5245 | 2025.01.16 23:27:20.407784 [ 5 ] {4ecb8751-6778-4432-97d2-756787a4a3b5} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5246 | 2025.01.16 23:27:20.407830 [ 5 ] {4ecb8751-6778-4432-97d2-756787a4a3b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5247 | 2025.01.16 23:27:20.408213 [ 5 ] {4ecb8751-6778-4432-97d2-756787a4a3b5} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5248 | 2025.01.16 23:27:20.408451 [ 5 ] {4ecb8751-6778-4432-97d2-756787a4a3b5} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5249 | 2025.01.16 23:27:20.408721 [ 5 ] {4ecb8751-6778-4432-97d2-756787a4a3b5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001508 sec., 663.1299734748011 rows/sec., 44.68 KiB/sec. | ||
| 5250 | 2025.01.16 23:27:20.408906 [ 5 ] {4ecb8751-6778-4432-97d2-756787a4a3b5} <Debug> TCPHandler: Processed in 0.001849265 sec. | ||
| 5251 | 2025.01.16 23:27:20.409041 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5252 | 2025.01.16 23:27:20.409159 [ 255 ] {4a5f25cb-4ef4-49f4-9cd2-4fda24aadb04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5253 | 2025.01.16 23:27:20.409243 [ 255 ] {4a5f25cb-4ef4-49f4-9cd2-4fda24aadb04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5254 | 2025.01.16 23:27:20.410496 [ 255 ] {4a5f25cb-4ef4-49f4-9cd2-4fda24aadb04} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5255 | 2025.01.16 23:27:20.410535 [ 255 ] {4a5f25cb-4ef4-49f4-9cd2-4fda24aadb04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5256 | 2025.01.16 23:27:20.411178 [ 255 ] {4a5f25cb-4ef4-49f4-9cd2-4fda24aadb04} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5257 | 2025.01.16 23:27:20.411431 [ 255 ] {4a5f25cb-4ef4-49f4-9cd2-4fda24aadb04} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5258 | 2025.01.16 23:27:20.411595 [ 52 ] {} <Debug> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5259 | 2025.01.16 23:27:20.411685 [ 52 ] {} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5260 | 2025.01.16 23:27:20.411693 [ 255 ] {4a5f25cb-4ef4-49f4-9cd2-4fda24aadb04} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002555 sec., 15264.187866927594 rows/sec., 27.35 MiB/sec. | ||
| 5261 | 2025.01.16 23:27:20.411718 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5262 | 2025.01.16 23:27:20.412121 [ 255 ] {4a5f25cb-4ef4-49f4-9cd2-4fda24aadb04} <Debug> TCPHandler: Processed in 0.00312918 sec. | ||
| 5263 | 2025.01.16 23:27:20.412137 [ 200 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::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 | ||
| 5264 | 2025.01.16 23:27:20.412311 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5265 | 2025.01.16 23:27:20.412606 [ 5 ] {e83c1284-8137-4a9e-91cd-b7917fa40c1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5266 | 2025.01.16 23:27:20.412753 [ 5 ] {e83c1284-8137-4a9e-91cd-b7917fa40c1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5267 | 2025.01.16 23:27:20.412883 [ 200 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5268 | 2025.01.16 23:27:20.413128 [ 200 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 243 rows starting from the beginning of the part | ||
| 5269 | 2025.01.16 23:27:20.413992 [ 200 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 39 rows starting from the beginning of the part | ||
| 5270 | 2025.01.16 23:27:20.414710 [ 200 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 39 rows starting from the beginning of the part | ||
| 5271 | 2025.01.16 23:27:20.414992 [ 5 ] {e83c1284-8137-4a9e-91cd-b7917fa40c1e} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5272 | 2025.01.16 23:27:20.415130 [ 5 ] {e83c1284-8137-4a9e-91cd-b7917fa40c1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5273 | 2025.01.16 23:27:20.415452 [ 200 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 39 rows starting from the beginning of the part | ||
| 5274 | 2025.01.16 23:27:20.416238 [ 200 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 39 rows starting from the beginning of the part | ||
| 5275 | 2025.01.16 23:27:20.416756 [ 5 ] {e83c1284-8137-4a9e-91cd-b7917fa40c1e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5276 | 2025.01.16 23:27:20.416910 [ 200 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 39 rows starting from the beginning of the part | ||
| 5277 | 2025.01.16 23:27:20.417674 [ 5 ] {e83c1284-8137-4a9e-91cd-b7917fa40c1e} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5278 | 2025.01.16 23:27:20.418362 [ 5 ] {e83c1284-8137-4a9e-91cd-b7917fa40c1e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005819 sec., 14091.768345076473 rows/sec., 916.48 KiB/sec. | ||
| 5279 | 2025.01.16 23:27:20.418799 [ 5 ] {e83c1284-8137-4a9e-91cd-b7917fa40c1e} <Debug> TCPHandler: Processed in 0.006591596 sec. | ||
| 5280 | 2025.01.16 23:27:20.423410 [ 191 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 438 rows, containing 19 columns (19 merged, 0 gathered) in 0.011538172 sec., 37960.952566836415 rows/sec., 68.02 MiB/sec. | ||
| 5281 | 2025.01.16 23:27:20.424083 [ 186 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5282 | 2025.01.16 23:27:20.424584 [ 186 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5283 | 2025.01.16 23:27:20.424678 [ 186 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5284 | 2025.01.16 23:27:20.424861 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.34 MiB. | ||
| 5285 | 2025.01.16 23:27:25.384968 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5286 | 2025.01.16 23:27:25.385168 [ 5 ] {3e4e1ec3-2b94-46bc-b502-69cbed5f7e69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5287 | 2025.01.16 23:27:25.385239 [ 5 ] {3e4e1ec3-2b94-46bc-b502-69cbed5f7e69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5288 | 2025.01.16 23:27:25.385974 [ 5 ] {3e4e1ec3-2b94-46bc-b502-69cbed5f7e69} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5289 | 2025.01.16 23:27:25.386024 [ 5 ] {3e4e1ec3-2b94-46bc-b502-69cbed5f7e69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5290 | 2025.01.16 23:27:25.386461 [ 5 ] {3e4e1ec3-2b94-46bc-b502-69cbed5f7e69} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5291 | 2025.01.16 23:27:25.386727 [ 5 ] {3e4e1ec3-2b94-46bc-b502-69cbed5f7e69} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5292 | 2025.01.16 23:27:25.386957 [ 5 ] {3e4e1ec3-2b94-46bc-b502-69cbed5f7e69} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001839 sec., 30451.332245785754 rows/sec., 2.34 MiB/sec. | ||
| 5293 | 2025.01.16 23:27:25.387013 [ 5 ] {3e4e1ec3-2b94-46bc-b502-69cbed5f7e69} <Debug> TCPHandler: Processed in 0.002176352 sec. | ||
| 5294 | 2025.01.16 23:27:25.387187 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5295 | 2025.01.16 23:27:25.387324 [ 255 ] {47a2b785-b8dd-4876-ade7-8b854d4bc253} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5296 | 2025.01.16 23:27:25.387381 [ 255 ] {47a2b785-b8dd-4876-ade7-8b854d4bc253} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5297 | 2025.01.16 23:27:25.388061 [ 255 ] {47a2b785-b8dd-4876-ade7-8b854d4bc253} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5298 | 2025.01.16 23:27:25.388109 [ 255 ] {47a2b785-b8dd-4876-ade7-8b854d4bc253} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5299 | 2025.01.16 23:27:25.388510 [ 255 ] {47a2b785-b8dd-4876-ade7-8b854d4bc253} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5300 | 2025.01.16 23:27:25.388768 [ 255 ] {47a2b785-b8dd-4876-ade7-8b854d4bc253} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5301 | 2025.01.16 23:27:25.388983 [ 255 ] {47a2b785-b8dd-4876-ade7-8b854d4bc253} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001686 sec., 37959.667852906285 rows/sec., 2.96 MiB/sec. | ||
| 5302 | 2025.01.16 23:27:25.389038 [ 255 ] {47a2b785-b8dd-4876-ade7-8b854d4bc253} <Debug> TCPHandler: Processed in 0.001922896 sec. | ||
| 5303 | 2025.01.16 23:27:25.389170 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5304 | 2025.01.16 23:27:25.389278 [ 5 ] {78e4b65b-1a55-49c5-9110-2f90f781297e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5305 | 2025.01.16 23:27:25.389328 [ 5 ] {78e4b65b-1a55-49c5-9110-2f90f781297e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5306 | 2025.01.16 23:27:25.389954 [ 5 ] {78e4b65b-1a55-49c5-9110-2f90f781297e} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5307 | 2025.01.16 23:27:25.390003 [ 5 ] {78e4b65b-1a55-49c5-9110-2f90f781297e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5308 | 2025.01.16 23:27:25.390446 [ 5 ] {78e4b65b-1a55-49c5-9110-2f90f781297e} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5309 | 2025.01.16 23:27:25.390704 [ 5 ] {78e4b65b-1a55-49c5-9110-2f90f781297e} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5310 | 2025.01.16 23:27:25.390915 [ 5 ] {78e4b65b-1a55-49c5-9110-2f90f781297e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00166 sec., 96385.5421686747 rows/sec., 6.71 MiB/sec. | ||
| 5311 | 2025.01.16 23:27:25.390969 [ 5 ] {78e4b65b-1a55-49c5-9110-2f90f781297e} <Debug> TCPHandler: Processed in 0.001851276 sec. | ||
| 5312 | 2025.01.16 23:27:25.391117 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5313 | 2025.01.16 23:27:25.391224 [ 255 ] {44fa30ba-1c73-4712-853c-6b5ca6e637d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5314 | 2025.01.16 23:27:25.391272 [ 255 ] {44fa30ba-1c73-4712-853c-6b5ca6e637d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5315 | 2025.01.16 23:27:25.391790 [ 255 ] {44fa30ba-1c73-4712-853c-6b5ca6e637d4} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5316 | 2025.01.16 23:27:25.391839 [ 255 ] {44fa30ba-1c73-4712-853c-6b5ca6e637d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5317 | 2025.01.16 23:27:25.392262 [ 255 ] {44fa30ba-1c73-4712-853c-6b5ca6e637d4} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5318 | 2025.01.16 23:27:25.392514 [ 255 ] {44fa30ba-1c73-4712-853c-6b5ca6e637d4} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5319 | 2025.01.16 23:27:25.392765 [ 255 ] {44fa30ba-1c73-4712-853c-6b5ca6e637d4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001556 sec., 38560.411311053984 rows/sec., 2.60 MiB/sec. | ||
| 5320 | 2025.01.16 23:27:25.392890 [ 255 ] {44fa30ba-1c73-4712-853c-6b5ca6e637d4} <Debug> TCPHandler: Processed in 0.001822935 sec. | ||
| 5321 | 2025.01.16 23:27:26.717889 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468 | ||
| 5322 | 2025.01.16 23:27:26.718602 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5323 | 2025.01.16 23:27:26.718651 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5324 | 2025.01.16 23:27:26.719192 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5325 | 2025.01.16 23:27:26.719458 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5326 | 2025.01.16 23:27:26.719754 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468 | ||
| 5327 | 2025.01.16 23:27:27.533091 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 5328 | 2025.01.16 23:27:27.553980 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5329 | 2025.01.16 23:27:27.554028 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5330 | 2025.01.16 23:27:27.561593 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5331 | 2025.01.16 23:27:27.562358 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5332 | 2025.01.16 23:27:27.566111 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 5333 | 2025.01.16 23:27:29.269272 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 736 | ||
| 5334 | 2025.01.16 23:27:29.272370 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5335 | 2025.01.16 23:27:29.272430 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5336 | 2025.01.16 23:27:29.273927 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5337 | 2025.01.16 23:27:29.274251 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5338 | 2025.01.16 23:27:29.275310 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 736 | ||
| 5339 | 2025.01.16 23:27:30.393435 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5340 | 2025.01.16 23:27:30.393756 [ 5 ] {59f252cb-79ac-4faa-844d-7c0b152948fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5341 | 2025.01.16 23:27:30.393874 [ 5 ] {59f252cb-79ac-4faa-844d-7c0b152948fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5342 | 2025.01.16 23:27:30.395125 [ 5 ] {59f252cb-79ac-4faa-844d-7c0b152948fe} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5343 | 2025.01.16 23:27:30.395192 [ 5 ] {59f252cb-79ac-4faa-844d-7c0b152948fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5344 | 2025.01.16 23:27:30.395796 [ 5 ] {59f252cb-79ac-4faa-844d-7c0b152948fe} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5345 | 2025.01.16 23:27:30.396155 [ 5 ] {59f252cb-79ac-4faa-844d-7c0b152948fe} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5346 | 2025.01.16 23:27:30.396405 [ 38 ] {} <Debug> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5347 | 2025.01.16 23:27:30.396556 [ 38 ] {} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5348 | 2025.01.16 23:27:30.396435 [ 5 ] {59f252cb-79ac-4faa-844d-7c0b152948fe} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002763 sec., 5066.956207021354 rows/sec., 364.75 KiB/sec. | ||
| 5349 | 2025.01.16 23:27:30.396671 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5350 | 2025.01.16 23:27:30.396854 [ 5 ] {59f252cb-79ac-4faa-844d-7c0b152948fe} <Debug> TCPHandler: Processed in 0.0036396 sec. | ||
| 5351 | 2025.01.16 23:27:30.396983 [ 197 ] {36238c60-81c7-4682-8ed9-f95b6c464189::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 | ||
| 5352 | 2025.01.16 23:27:30.397209 [ 197 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5353 | 2025.01.16 23:27:30.397283 [ 197 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 14 rows starting from the beginning of the part | ||
| 5354 | 2025.01.16 23:27:30.397293 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5355 | 2025.01.16 23:27:30.397422 [ 197 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part | ||
| 5356 | 2025.01.16 23:27:30.397788 [ 255 ] {86f1645d-63de-4c15-b978-82570b5c2304} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5357 | 2025.01.16 23:27:30.397833 [ 197 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part | ||
| 5358 | 2025.01.16 23:27:30.398054 [ 255 ] {86f1645d-63de-4c15-b978-82570b5c2304} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5359 | 2025.01.16 23:27:30.398266 [ 197 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part | ||
| 5360 | 2025.01.16 23:27:30.398650 [ 197 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part | ||
| 5361 | 2025.01.16 23:27:30.400993 [ 255 ] {86f1645d-63de-4c15-b978-82570b5c2304} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5362 | 2025.01.16 23:27:30.401080 [ 255 ] {86f1645d-63de-4c15-b978-82570b5c2304} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5363 | 2025.01.16 23:27:30.401659 [ 197 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004819202 sec., 14525.226375653065 rows/sec., 1.08 MiB/sec. | ||
| 5364 | 2025.01.16 23:27:30.401961 [ 197 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5365 | 2025.01.16 23:27:30.402051 [ 255 ] {86f1645d-63de-4c15-b978-82570b5c2304} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5366 | 2025.01.16 23:27:30.402498 [ 255 ] {86f1645d-63de-4c15-b978-82570b5c2304} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5367 | 2025.01.16 23:27:30.402664 [ 197 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_17_4} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5368 | 2025.01.16 23:27:30.403113 [ 255 ] {86f1645d-63de-4c15-b978-82570b5c2304} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.005581 sec., 50349.3997491489 rows/sec., 4.45 MiB/sec. | ||
| 5369 | 2025.01.16 23:27:30.403252 [ 197 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_17_4} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5370 | 2025.01.16 23:27:30.403558 [ 255 ] {86f1645d-63de-4c15-b978-82570b5c2304} <Debug> TCPHandler: Processed in 0.006476505 sec. | ||
| 5371 | 2025.01.16 23:27:30.403580 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5372 | 2025.01.16 23:27:30.403911 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5373 | 2025.01.16 23:27:30.404061 [ 5 ] {e554ce70-3ca9-4185-9608-3ffe420539a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5374 | 2025.01.16 23:27:30.404114 [ 5 ] {e554ce70-3ca9-4185-9608-3ffe420539a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5375 | 2025.01.16 23:27:30.404867 [ 5 ] {e554ce70-3ca9-4185-9608-3ffe420539a1} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5376 | 2025.01.16 23:27:30.404917 [ 5 ] {e554ce70-3ca9-4185-9608-3ffe420539a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5377 | 2025.01.16 23:27:30.405373 [ 5 ] {e554ce70-3ca9-4185-9608-3ffe420539a1} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5378 | 2025.01.16 23:27:30.405644 [ 5 ] {e554ce70-3ca9-4185-9608-3ffe420539a1} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5379 | 2025.01.16 23:27:30.405843 [ 5 ] {e554ce70-3ca9-4185-9608-3ffe420539a1} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001824 sec., 25219.298245614034 rows/sec., 1.81 MiB/sec. | ||
| 5380 | 2025.01.16 23:27:30.405945 [ 5 ] {e554ce70-3ca9-4185-9608-3ffe420539a1} <Debug> TCPHandler: Processed in 0.002204802 sec. | ||
| 5381 | 2025.01.16 23:27:30.406114 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5382 | 2025.01.16 23:27:30.406252 [ 255 ] {7a81cacf-12eb-498b-8b72-6f61117ffaa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5383 | 2025.01.16 23:27:30.406312 [ 255 ] {7a81cacf-12eb-498b-8b72-6f61117ffaa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5384 | 2025.01.16 23:27:30.407121 [ 255 ] {7a81cacf-12eb-498b-8b72-6f61117ffaa5} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5385 | 2025.01.16 23:27:30.407169 [ 255 ] {7a81cacf-12eb-498b-8b72-6f61117ffaa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5386 | 2025.01.16 23:27:30.407647 [ 255 ] {7a81cacf-12eb-498b-8b72-6f61117ffaa5} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5387 | 2025.01.16 23:27:30.407955 [ 255 ] {7a81cacf-12eb-498b-8b72-6f61117ffaa5} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5388 | 2025.01.16 23:27:30.408133 [ 255 ] {7a81cacf-12eb-498b-8b72-6f61117ffaa5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001915 sec., 7310.704960835509 rows/sec., 511.99 KiB/sec. | ||
| 5389 | 2025.01.16 23:27:30.408186 [ 255 ] {7a81cacf-12eb-498b-8b72-6f61117ffaa5} <Debug> TCPHandler: Processed in 0.002140491 sec. | ||
| 5390 | 2025.01.16 23:27:30.408353 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5391 | 2025.01.16 23:27:30.408494 [ 5 ] {53f60152-7935-49e9-a581-35a11fc0636e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5392 | 2025.01.16 23:27:30.408557 [ 5 ] {53f60152-7935-49e9-a581-35a11fc0636e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5393 | 2025.01.16 23:27:30.410003 [ 5 ] {53f60152-7935-49e9-a581-35a11fc0636e} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5394 | 2025.01.16 23:27:30.410050 [ 5 ] {53f60152-7935-49e9-a581-35a11fc0636e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5395 | 2025.01.16 23:27:30.410484 [ 5 ] {53f60152-7935-49e9-a581-35a11fc0636e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5396 | 2025.01.16 23:27:30.410797 [ 5 ] {53f60152-7935-49e9-a581-35a11fc0636e} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5397 | 2025.01.16 23:27:30.411721 [ 38 ] {} <Debug> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5398 | 2025.01.16 23:27:30.411770 [ 38 ] {} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5399 | 2025.01.16 23:27:30.411798 [ 5 ] {53f60152-7935-49e9-a581-35a11fc0636e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003331 sec., 3902.731912338637 rows/sec., 243.33 KiB/sec. | ||
| 5400 | 2025.01.16 23:27:30.411801 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5401 | 2025.01.16 23:27:30.411896 [ 5 ] {53f60152-7935-49e9-a581-35a11fc0636e} <Debug> TCPHandler: Processed in 0.003609639 sec. | ||
| 5402 | 2025.01.16 23:27:30.412203 [ 186 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::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 | ||
| 5403 | 2025.01.16 23:27:30.412445 [ 186 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5404 | 2025.01.16 23:27:30.412495 [ 186 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 13 rows starting from the beginning of the part | ||
| 5405 | 2025.01.16 23:27:30.412598 [ 186 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 13 rows starting from the beginning of the part | ||
| 5406 | 2025.01.16 23:27:30.412758 [ 186 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 13 rows starting from the beginning of the part | ||
| 5407 | 2025.01.16 23:27:30.413017 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5408 | 2025.01.16 23:27:30.413081 [ 186 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 13 rows starting from the beginning of the part | ||
| 5409 | 2025.01.16 23:27:30.413487 [ 186 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 13 rows starting from the beginning of the part | ||
| 5410 | 2025.01.16 23:27:30.413582 [ 255 ] {d8bd1478-6afe-4c80-8b2f-52f15f197083} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5411 | 2025.01.16 23:27:30.413860 [ 255 ] {d8bd1478-6afe-4c80-8b2f-52f15f197083} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5412 | 2025.01.16 23:27:30.416317 [ 255 ] {d8bd1478-6afe-4c80-8b2f-52f15f197083} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5413 | 2025.01.16 23:27:30.416327 [ 191 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004372654 sec., 14865.113955963587 rows/sec., 984.90 KiB/sec. | ||
| 5414 | 2025.01.16 23:27:30.416385 [ 255 ] {d8bd1478-6afe-4c80-8b2f-52f15f197083} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5415 | 2025.01.16 23:27:30.416574 [ 191 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5416 | 2025.01.16 23:27:30.417107 [ 255 ] {d8bd1478-6afe-4c80-8b2f-52f15f197083} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5417 | 2025.01.16 23:27:30.417275 [ 191 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_17_4} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5418 | 2025.01.16 23:27:30.417483 [ 191 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_17_4} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5419 | 2025.01.16 23:27:30.417547 [ 255 ] {d8bd1478-6afe-4c80-8b2f-52f15f197083} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5420 | 2025.01.16 23:27:30.417671 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5421 | 2025.01.16 23:27:30.417952 [ 255 ] {d8bd1478-6afe-4c80-8b2f-52f15f197083} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.00456 sec., 92324.56140350878 rows/sec., 6.60 MiB/sec. | ||
| 5422 | 2025.01.16 23:27:30.418068 [ 255 ] {d8bd1478-6afe-4c80-8b2f-52f15f197083} <Debug> TCPHandler: Processed in 0.005231781 sec. | ||
| 5423 | 2025.01.16 23:27:30.418382 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5424 | 2025.01.16 23:27:30.418564 [ 5 ] {b9a8941d-44ce-43f8-bfe4-84fc7cce741d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5425 | 2025.01.16 23:27:30.418644 [ 5 ] {b9a8941d-44ce-43f8-bfe4-84fc7cce741d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5426 | 2025.01.16 23:27:30.420067 [ 5 ] {b9a8941d-44ce-43f8-bfe4-84fc7cce741d} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5427 | 2025.01.16 23:27:30.420121 [ 5 ] {b9a8941d-44ce-43f8-bfe4-84fc7cce741d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5428 | 2025.01.16 23:27:30.420625 [ 5 ] {b9a8941d-44ce-43f8-bfe4-84fc7cce741d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5429 | 2025.01.16 23:27:30.421917 [ 5 ] {b9a8941d-44ce-43f8-bfe4-84fc7cce741d} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5430 | 2025.01.16 23:27:30.422199 [ 5 ] {b9a8941d-44ce-43f8-bfe4-84fc7cce741d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003692 sec., 1625.1354279523293 rows/sec., 84.91 KiB/sec. | ||
| 5431 | 2025.01.16 23:27:30.422323 [ 5 ] {b9a8941d-44ce-43f8-bfe4-84fc7cce741d} <Debug> TCPHandler: Processed in 0.004124979 sec. | ||
| 5432 | 2025.01.16 23:27:30.422546 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5433 | 2025.01.16 23:27:30.422711 [ 255 ] {fa05d280-ae1a-44e5-8eb0-a1986c2e6fa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5434 | 2025.01.16 23:27:30.422790 [ 255 ] {fa05d280-ae1a-44e5-8eb0-a1986c2e6fa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5435 | 2025.01.16 23:27:30.423591 [ 255 ] {fa05d280-ae1a-44e5-8eb0-a1986c2e6fa7} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5436 | 2025.01.16 23:27:30.423640 [ 255 ] {fa05d280-ae1a-44e5-8eb0-a1986c2e6fa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5437 | 2025.01.16 23:27:30.424244 [ 255 ] {fa05d280-ae1a-44e5-8eb0-a1986c2e6fa7} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5438 | 2025.01.16 23:27:30.424627 [ 255 ] {fa05d280-ae1a-44e5-8eb0-a1986c2e6fa7} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5439 | 2025.01.16 23:27:30.424873 [ 255 ] {fa05d280-ae1a-44e5-8eb0-a1986c2e6fa7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002207 sec., 107385.59130040779 rows/sec., 7.20 MiB/sec. | ||
| 5440 | 2025.01.16 23:27:30.424947 [ 255 ] {fa05d280-ae1a-44e5-8eb0-a1986c2e6fa7} <Debug> TCPHandler: Processed in 0.002512848 sec. | ||
| 5441 | 2025.01.16 23:27:30.425161 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5442 | 2025.01.16 23:27:30.425298 [ 5 ] {f8952721-71d5-471a-9203-9940c1d7990c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5443 | 2025.01.16 23:27:30.425362 [ 5 ] {f8952721-71d5-471a-9203-9940c1d7990c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5444 | 2025.01.16 23:27:30.426049 [ 5 ] {f8952721-71d5-471a-9203-9940c1d7990c} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5445 | 2025.01.16 23:27:30.426096 [ 5 ] {f8952721-71d5-471a-9203-9940c1d7990c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5446 | 2025.01.16 23:27:30.426648 [ 5 ] {f8952721-71d5-471a-9203-9940c1d7990c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5447 | 2025.01.16 23:27:30.426991 [ 5 ] {f8952721-71d5-471a-9203-9940c1d7990c} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5448 | 2025.01.16 23:27:30.427547 [ 5 ] {f8952721-71d5-471a-9203-9940c1d7990c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002276 sec., 439.3673110720563 rows/sec., 29.61 KiB/sec. | ||
| 5449 | 2025.01.16 23:27:30.427716 [ 5 ] {f8952721-71d5-471a-9203-9940c1d7990c} <Debug> TCPHandler: Processed in 0.002637681 sec. | ||
| 5450 | 2025.01.16 23:27:30.427933 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5451 | 2025.01.16 23:27:30.428065 [ 255 ] {b067dd74-6af5-4569-aa99-172ccd18ff37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5452 | 2025.01.16 23:27:30.428155 [ 255 ] {b067dd74-6af5-4569-aa99-172ccd18ff37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5453 | 2025.01.16 23:27:30.429918 [ 255 ] {b067dd74-6af5-4569-aa99-172ccd18ff37} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5454 | 2025.01.16 23:27:30.429970 [ 255 ] {b067dd74-6af5-4569-aa99-172ccd18ff37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5455 | 2025.01.16 23:27:30.431058 [ 255 ] {b067dd74-6af5-4569-aa99-172ccd18ff37} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5456 | 2025.01.16 23:27:30.431457 [ 255 ] {b067dd74-6af5-4569-aa99-172ccd18ff37} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5457 | 2025.01.16 23:27:30.431785 [ 255 ] {b067dd74-6af5-4569-aa99-172ccd18ff37} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003743 sec., 10419.449639326744 rows/sec., 18.67 MiB/sec. | ||
| 5458 | 2025.01.16 23:27:30.432009 [ 255 ] {b067dd74-6af5-4569-aa99-172ccd18ff37} <Debug> TCPHandler: Processed in 0.004141609 sec. | ||
| 5459 | 2025.01.16 23:27:30.432211 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5460 | 2025.01.16 23:27:30.432355 [ 5 ] {8f97be83-8cdd-4d73-bf29-5578a14b4cb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5461 | 2025.01.16 23:27:30.432421 [ 5 ] {8f97be83-8cdd-4d73-bf29-5578a14b4cb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5462 | 2025.01.16 23:27:30.433039 [ 5 ] {8f97be83-8cdd-4d73-bf29-5578a14b4cb4} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5463 | 2025.01.16 23:27:30.433090 [ 5 ] {8f97be83-8cdd-4d73-bf29-5578a14b4cb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5464 | 2025.01.16 23:27:30.433596 [ 5 ] {8f97be83-8cdd-4d73-bf29-5578a14b4cb4} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5465 | 2025.01.16 23:27:30.433947 [ 5 ] {8f97be83-8cdd-4d73-bf29-5578a14b4cb4} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5466 | 2025.01.16 23:27:30.434240 [ 5 ] {8f97be83-8cdd-4d73-bf29-5578a14b4cb4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00192 sec., 42708.333333333336 rows/sec., 2.71 MiB/sec. | ||
| 5467 | 2025.01.16 23:27:30.434313 [ 5 ] {8f97be83-8cdd-4d73-bf29-5578a14b4cb4} <Debug> TCPHandler: Processed in 0.002186442 sec. | ||
| 5468 | 2025.01.16 23:27:34.056756 [ 31 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5469 | 2025.01.16 23:27:34.056840 [ 31 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5470 | 2025.01.16 23:27:34.219992 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956 | ||
| 5471 | 2025.01.16 23:27:34.220994 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5472 | 2025.01.16 23:27:34.221049 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5473 | 2025.01.16 23:27:34.221605 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5474 | 2025.01.16 23:27:34.221912 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5475 | 2025.01.16 23:27:34.222124 [ 31 ] {} <Debug> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5476 | 2025.01.16 23:27:34.222185 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 5477 | 2025.01.16 23:27:34.222207 [ 31 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5478 | 2025.01.16 23:27:34.222237 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5479 | 2025.01.16 23:27:34.222448 [ 186 ] {f3346639-caaa-4ba7-a289-05e118326a0a::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 | ||
| 5480 | 2025.01.16 23:27:34.222679 [ 186 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5481 | 2025.01.16 23:27:34.222721 [ 186 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9638 rows starting from the beginning of the part | ||
| 5482 | 2025.01.16 23:27:34.222803 [ 186 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 488 rows starting from the beginning of the part | ||
| 5483 | 2025.01.16 23:27:34.222997 [ 186 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 427 rows starting from the beginning of the part | ||
| 5484 | 2025.01.16 23:27:34.223159 [ 186 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 488 rows starting from the beginning of the part | ||
| 5485 | 2025.01.16 23:27:34.223356 [ 186 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 427 rows starting from the beginning of the part | ||
| 5486 | 2025.01.16 23:27:34.223583 [ 186 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 488 rows starting from the beginning of the part | ||
| 5487 | 2025.01.16 23:27:34.226235 [ 193 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.003921826 sec., 3048579.921699739 rows/sec., 43.61 MiB/sec. | ||
| 5488 | 2025.01.16 23:27:34.226525 [ 186 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5489 | 2025.01.16 23:27:34.226823 [ 186 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_26_5} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5490 | 2025.01.16 23:27:34.226909 [ 186 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_26_5} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5491 | 2025.01.16 23:27:34.227004 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. | ||
| 5492 | 2025.01.16 23:27:35.066261 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 5493 | 2025.01.16 23:27:35.087034 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5494 | 2025.01.16 23:27:35.087090 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5495 | 2025.01.16 23:27:35.094668 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5496 | 2025.01.16 23:27:35.095433 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5497 | 2025.01.16 23:27:35.095743 [ 30 ] {} <Debug> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5498 | 2025.01.16 23:27:35.095820 [ 30 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5499 | 2025.01.16 23:27:35.095868 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5500 | 2025.01.16 23:27:35.096301 [ 198 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 5501 | 2025.01.16 23:27:35.110414 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 5502 | 2025.01.16 23:27:35.111966 [ 198 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5503 | 2025.01.16 23:27:35.113487 [ 198 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 5504 | 2025.01.16 23:27:35.119457 [ 198 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 5505 | 2025.01.16 23:27:35.125070 [ 198 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 5506 | 2025.01.16 23:27:35.130723 [ 198 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 5507 | 2025.01.16 23:27:35.136650 [ 198 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 5508 | 2025.01.16 23:27:35.141254 [ 198 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 5509 | 2025.01.16 23:27:35.199612 [ 193 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.10360676 sec., 1891.768452174356 rows/sec., 9.78 MiB/sec. | ||
| 5510 | 2025.01.16 23:27:35.202366 [ 196 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5511 | 2025.01.16 23:27:35.205282 [ 196 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::all_1_26_5} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5512 | 2025.01.16 23:27:35.205405 [ 196 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::all_1_26_5} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5513 | 2025.01.16 23:27:35.207817 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 5514 | 2025.01.16 23:27:35.385394 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5515 | 2025.01.16 23:27:35.385583 [ 5 ] {d3be31c7-f592-41ab-81d2-d77bdf5d4da2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5516 | 2025.01.16 23:27:35.385657 [ 5 ] {d3be31c7-f592-41ab-81d2-d77bdf5d4da2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5517 | 2025.01.16 23:27:35.386404 [ 5 ] {d3be31c7-f592-41ab-81d2-d77bdf5d4da2} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5518 | 2025.01.16 23:27:35.386447 [ 5 ] {d3be31c7-f592-41ab-81d2-d77bdf5d4da2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5519 | 2025.01.16 23:27:35.386871 [ 5 ] {d3be31c7-f592-41ab-81d2-d77bdf5d4da2} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5520 | 2025.01.16 23:27:35.387137 [ 5 ] {d3be31c7-f592-41ab-81d2-d77bdf5d4da2} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5521 | 2025.01.16 23:27:35.387281 [ 30 ] {} <Debug> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5522 | 2025.01.16 23:27:35.387326 [ 30 ] {} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5523 | 2025.01.16 23:27:35.387332 [ 5 ] {d3be31c7-f592-41ab-81d2-d77bdf5d4da2} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001799 sec., 31128.4046692607 rows/sec., 2.39 MiB/sec. | ||
| 5524 | 2025.01.16 23:27:35.387350 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5525 | 2025.01.16 23:27:35.387445 [ 5 ] {d3be31c7-f592-41ab-81d2-d77bdf5d4da2} <Debug> TCPHandler: Processed in 0.002175852 sec. | ||
| 5526 | 2025.01.16 23:27:35.387621 [ 193 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::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 | ||
| 5527 | 2025.01.16 23:27:35.387651 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5528 | 2025.01.16 23:27:35.387902 [ 193 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5529 | 2025.01.16 23:27:35.387913 [ 255 ] {f10b9418-88cc-4067-970b-065fac840410} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5530 | 2025.01.16 23:27:35.387971 [ 193 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1431 rows starting from the beginning of the part | ||
| 5531 | 2025.01.16 23:27:35.388018 [ 255 ] {f10b9418-88cc-4067-970b-065fac840410} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5532 | 2025.01.16 23:27:35.388315 [ 193 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 56 rows starting from the beginning of the part | ||
| 5533 | 2025.01.16 23:27:35.388635 [ 193 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 281 rows starting from the beginning of the part | ||
| 5534 | 2025.01.16 23:27:35.388992 [ 193 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 56 rows starting from the beginning of the part | ||
| 5535 | 2025.01.16 23:27:35.389342 [ 193 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 281 rows starting from the beginning of the part | ||
| 5536 | 2025.01.16 23:27:35.389683 [ 193 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::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 | ||
| 5537 | 2025.01.16 23:27:35.391056 [ 255 ] {f10b9418-88cc-4067-970b-065fac840410} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5538 | 2025.01.16 23:27:35.391110 [ 255 ] {f10b9418-88cc-4067-970b-065fac840410} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5539 | 2025.01.16 23:27:35.392249 [ 255 ] {f10b9418-88cc-4067-970b-065fac840410} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5540 | 2025.01.16 23:27:35.392688 [ 255 ] {f10b9418-88cc-4067-970b-065fac840410} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5541 | 2025.01.16 23:27:35.392899 [ 30 ] {} <Debug> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5542 | 2025.01.16 23:27:35.393001 [ 30 ] {} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5543 | 2025.01.16 23:27:35.393071 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5544 | 2025.01.16 23:27:35.393202 [ 255 ] {f10b9418-88cc-4067-970b-065fac840410} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005305 sec., 12064.090480678606 rows/sec., 964.23 KiB/sec. | ||
| 5545 | 2025.01.16 23:27:35.393510 [ 255 ] {f10b9418-88cc-4067-970b-065fac840410} <Debug> TCPHandler: Processed in 0.005943744 sec. | ||
| 5546 | 2025.01.16 23:27:35.393789 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5547 | 2025.01.16 23:27:35.393801 [ 202 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::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 | ||
| 5548 | 2025.01.16 23:27:35.394165 [ 5 ] {92eb38ee-20b6-44fb-beb9-c436f39db0ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5549 | 2025.01.16 23:27:35.394369 [ 202 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5550 | 2025.01.16 23:27:35.394392 [ 5 ] {92eb38ee-20b6-44fb-beb9-c436f39db0ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5551 | 2025.01.16 23:27:35.394524 [ 202 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 913 rows starting from the beginning of the part | ||
| 5552 | 2025.01.16 23:27:35.395003 [ 202 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 64 rows starting from the beginning of the part | ||
| 5553 | 2025.01.16 23:27:35.395479 [ 202 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 421 rows starting from the beginning of the part | ||
| 5554 | 2025.01.16 23:27:35.395965 [ 202 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 64 rows starting from the beginning of the part | ||
| 5555 | 2025.01.16 23:27:35.396183 [ 195 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2161 rows, containing 5 columns (5 merged, 0 gathered) in 0.008686547 sec., 248775.49157334902 rows/sec., 21.95 MiB/sec. | ||
| 5556 | 2025.01.16 23:27:35.396474 [ 202 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 421 rows starting from the beginning of the part | ||
| 5557 | 2025.01.16 23:27:35.396882 [ 190 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5558 | 2025.01.16 23:27:35.397043 [ 202 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::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 | ||
| 5559 | 2025.01.16 23:27:35.398184 [ 195 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_41_8} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5560 | 2025.01.16 23:27:35.398656 [ 195 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_41_8} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5561 | 2025.01.16 23:27:35.398929 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 5562 | 2025.01.16 23:27:35.399157 [ 5 ] {92eb38ee-20b6-44fb-beb9-c436f39db0ef} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5563 | 2025.01.16 23:27:35.399221 [ 5 ] {92eb38ee-20b6-44fb-beb9-c436f39db0ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5564 | 2025.01.16 23:27:35.400300 [ 5 ] {92eb38ee-20b6-44fb-beb9-c436f39db0ef} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5565 | 2025.01.16 23:27:35.400696 [ 5 ] {92eb38ee-20b6-44fb-beb9-c436f39db0ef} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5566 | 2025.01.16 23:27:35.400901 [ 30 ] {} <Debug> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5567 | 2025.01.16 23:27:35.401016 [ 30 ] {} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5568 | 2025.01.16 23:27:35.401105 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5569 | 2025.01.16 23:27:35.401233 [ 5 ] {92eb38ee-20b6-44fb-beb9-c436f39db0ef} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.007184 sec., 22271.714922048996 rows/sec., 1.55 MiB/sec. | ||
| 5570 | 2025.01.16 23:27:35.401621 [ 190 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::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 | ||
| 5571 | 2025.01.16 23:27:35.401677 [ 5 ] {92eb38ee-20b6-44fb-beb9-c436f39db0ef} <Debug> TCPHandler: Processed in 0.008025304 sec. | ||
| 5572 | 2025.01.16 23:27:35.401678 [ 202 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.008475513 sec., 229720.60806230843 rows/sec., 17.58 MiB/sec. | ||
| 5573 | 2025.01.16 23:27:35.401995 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5574 | 2025.01.16 23:27:35.402010 [ 202 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5575 | 2025.01.16 23:27:35.401996 [ 190 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5576 | 2025.01.16 23:27:35.402131 [ 190 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11828 rows starting from the beginning of the part | ||
| 5577 | 2025.01.16 23:27:35.402400 [ 255 ] {501d3817-903c-40bf-837b-868b55b6c1dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5578 | 2025.01.16 23:27:35.402506 [ 190 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 160 rows starting from the beginning of the part | ||
| 5579 | 2025.01.16 23:27:35.402710 [ 255 ] {501d3817-903c-40bf-837b-868b55b6c1dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5580 | 2025.01.16 23:27:35.403027 [ 194 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_41_8} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5581 | 2025.01.16 23:27:35.403059 [ 190 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::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 | ||
| 5582 | 2025.01.16 23:27:35.403410 [ 194 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_41_8} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5583 | 2025.01.16 23:27:35.403458 [ 190 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::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 | ||
| 5584 | 2025.01.16 23:27:35.403697 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 5585 | 2025.01.16 23:27:35.403850 [ 190 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 237 rows starting from the beginning of the part | ||
| 5586 | 2025.01.16 23:27:35.404380 [ 190 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part | ||
| 5587 | 2025.01.16 23:27:35.405951 [ 255 ] {501d3817-903c-40bf-837b-868b55b6c1dc} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5588 | 2025.01.16 23:27:35.406013 [ 255 ] {501d3817-903c-40bf-837b-868b55b6c1dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5589 | 2025.01.16 23:27:35.406594 [ 255 ] {501d3817-903c-40bf-837b-868b55b6c1dc} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5590 | 2025.01.16 23:27:35.407034 [ 255 ] {501d3817-903c-40bf-837b-868b55b6c1dc} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5591 | 2025.01.16 23:27:35.407289 [ 30 ] {} <Debug> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5592 | 2025.01.16 23:27:35.407370 [ 30 ] {} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5593 | 2025.01.16 23:27:35.407435 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5594 | 2025.01.16 23:27:35.407541 [ 255 ] {501d3817-903c-40bf-837b-868b55b6c1dc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005307 sec., 11305.822498586773 rows/sec., 780.22 KiB/sec. | ||
| 5595 | 2025.01.16 23:27:35.407952 [ 202 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::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 | ||
| 5596 | 2025.01.16 23:27:35.408028 [ 255 ] {501d3817-903c-40bf-837b-868b55b6c1dc} <Debug> TCPHandler: Processed in 0.006199909 sec. | ||
| 5597 | 2025.01.16 23:27:35.408603 [ 202 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5598 | 2025.01.16 23:27:35.408747 [ 202 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2028 rows starting from the beginning of the part | ||
| 5599 | 2025.01.16 23:27:35.409193 [ 202 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::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 | ||
| 5600 | 2025.01.16 23:27:35.409637 [ 202 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::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 | ||
| 5601 | 2025.01.16 23:27:35.410029 [ 202 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::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 | ||
| 5602 | 2025.01.16 23:27:35.410464 [ 202 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 82 rows starting from the beginning of the part | ||
| 5603 | 2025.01.16 23:27:35.410773 [ 202 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part | ||
| 5604 | 2025.01.16 23:27:35.412576 [ 187 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2372 rows, containing 4 columns (4 merged, 0 gathered) in 0.004999706 sec., 474427.896360306 rows/sec., 30.86 MiB/sec. | ||
| 5605 | 2025.01.16 23:27:35.412923 [ 187 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5606 | 2025.01.16 23:27:35.413334 [ 192 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12782 rows, containing 5 columns (5 merged, 0 gathered) in 0.012066372 sec., 1059307.636131225 rows/sec., 71.43 MiB/sec. | ||
| 5607 | 2025.01.16 23:27:35.413512 [ 187 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_41_8} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5608 | 2025.01.16 23:27:35.413602 [ 187 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_41_8} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5609 | 2025.01.16 23:27:35.413729 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 5610 | 2025.01.16 23:27:35.413845 [ 192 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5611 | 2025.01.16 23:27:35.414195 [ 192 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5612 | 2025.01.16 23:27:35.414289 [ 192 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5613 | 2025.01.16 23:27:35.414396 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.33 MiB. | ||
| 5614 | 2025.01.16 23:27:35.803945 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5615 | 2025.01.16 23:27:35.804119 [ 5 ] {5471c2ad-5f35-4d11-8d58-39c3c18a709c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5616 | 2025.01.16 23:27:35.804184 [ 5 ] {5471c2ad-5f35-4d11-8d58-39c3c18a709c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5617 | 2025.01.16 23:27:35.804889 [ 5 ] {5471c2ad-5f35-4d11-8d58-39c3c18a709c} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5618 | 2025.01.16 23:27:35.804928 [ 5 ] {5471c2ad-5f35-4d11-8d58-39c3c18a709c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5619 | 2025.01.16 23:27:35.805366 [ 5 ] {5471c2ad-5f35-4d11-8d58-39c3c18a709c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5620 | 2025.01.16 23:27:35.805615 [ 5 ] {5471c2ad-5f35-4d11-8d58-39c3c18a709c} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5621 | 2025.01.16 23:27:35.805808 [ 5 ] {5471c2ad-5f35-4d11-8d58-39c3c18a709c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001738 sec., 8055.2359033371695 rows/sec., 579.87 KiB/sec. | ||
| 5622 | 2025.01.16 23:27:35.805862 [ 5 ] {5471c2ad-5f35-4d11-8d58-39c3c18a709c} <Debug> TCPHandler: Processed in 0.002029869 sec. | ||
| 5623 | 2025.01.16 23:27:35.806024 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5624 | 2025.01.16 23:27:35.806129 [ 255 ] {c73b47f3-934c-41f8-92aa-d6defdea85d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5625 | 2025.01.16 23:27:35.806173 [ 255 ] {c73b47f3-934c-41f8-92aa-d6defdea85d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5626 | 2025.01.16 23:27:35.806684 [ 255 ] {c73b47f3-934c-41f8-92aa-d6defdea85d1} <Trace> oximeter.fields_ipaddr (32f5c164-55f5-48ad-a123-78247430c5f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5627 | 2025.01.16 23:27:35.806721 [ 255 ] {c73b47f3-934c-41f8-92aa-d6defdea85d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5628 | 2025.01.16 23:27:35.807066 [ 255 ] {c73b47f3-934c-41f8-92aa-d6defdea85d1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 5629 | 2025.01.16 23:27:35.807306 [ 255 ] {c73b47f3-934c-41f8-92aa-d6defdea85d1} <Trace> oximeter.fields_ipaddr (32f5c164-55f5-48ad-a123-78247430c5f2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5630 | 2025.01.16 23:27:35.807512 [ 255 ] {c73b47f3-934c-41f8-92aa-d6defdea85d1} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001397 sec., 10021.474588403722 rows/sec., 817.18 KiB/sec. | ||
| 5631 | 2025.01.16 23:27:35.807650 [ 255 ] {c73b47f3-934c-41f8-92aa-d6defdea85d1} <Debug> TCPHandler: Processed in 0.001671452 sec. | ||
| 5632 | 2025.01.16 23:27:35.807809 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5633 | 2025.01.16 23:27:35.807945 [ 5 ] {d9cf5144-4598-4b18-97f4-9cef29c801fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5634 | 2025.01.16 23:27:35.807999 [ 5 ] {d9cf5144-4598-4b18-97f4-9cef29c801fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5635 | 2025.01.16 23:27:35.809295 [ 5 ] {d9cf5144-4598-4b18-97f4-9cef29c801fa} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5636 | 2025.01.16 23:27:35.809332 [ 5 ] {d9cf5144-4598-4b18-97f4-9cef29c801fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5637 | 2025.01.16 23:27:35.809792 [ 5 ] {d9cf5144-4598-4b18-97f4-9cef29c801fa} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5638 | 2025.01.16 23:27:35.810039 [ 5 ] {d9cf5144-4598-4b18-97f4-9cef29c801fa} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5639 | 2025.01.16 23:27:35.810213 [ 5 ] {d9cf5144-4598-4b18-97f4-9cef29c801fa} <Debug> executeQuery: Read 1428 rows, 122.50 KiB in 0.002296 sec., 621951.2195121952 rows/sec., 52.10 MiB/sec. | ||
| 5640 | 2025.01.16 23:27:35.810263 [ 5 ] {d9cf5144-4598-4b18-97f4-9cef29c801fa} <Debug> TCPHandler: Processed in 0.002518408 sec. | ||
| 5641 | 2025.01.16 23:27:35.810426 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5642 | 2025.01.16 23:27:35.810531 [ 255 ] {7d190b0d-48e5-41dc-aecb-c2bd1951c35a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5643 | 2025.01.16 23:27:35.810575 [ 255 ] {7d190b0d-48e5-41dc-aecb-c2bd1951c35a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5644 | 2025.01.16 23:27:35.811124 [ 255 ] {7d190b0d-48e5-41dc-aecb-c2bd1951c35a} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5645 | 2025.01.16 23:27:35.811161 [ 255 ] {7d190b0d-48e5-41dc-aecb-c2bd1951c35a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5646 | 2025.01.16 23:27:35.811509 [ 255 ] {7d190b0d-48e5-41dc-aecb-c2bd1951c35a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5647 | 2025.01.16 23:27:35.811739 [ 255 ] {7d190b0d-48e5-41dc-aecb-c2bd1951c35a} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5648 | 2025.01.16 23:27:35.811863 [ 30 ] {} <Debug> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 5649 | 2025.01.16 23:27:35.811922 [ 255 ] {7d190b0d-48e5-41dc-aecb-c2bd1951c35a} <Debug> executeQuery: Read 60 rows, 4.37 KiB in 0.001411 sec., 42523.033309709426 rows/sec., 3.02 MiB/sec. | ||
| 5650 | 2025.01.16 23:27:35.811931 [ 30 ] {} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5651 | 2025.01.16 23:27:35.811966 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5652 | 2025.01.16 23:27:35.811992 [ 255 ] {7d190b0d-48e5-41dc-aecb-c2bd1951c35a} <Debug> TCPHandler: Processed in 0.001616251 sec. | ||
| 5653 | 2025.01.16 23:27:35.812208 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5654 | 2025.01.16 23:27:35.812593 [ 5 ] {f56d23f4-9c0a-45c3-b5d1-16488f1bb7a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5655 | 2025.01.16 23:27:35.812658 [ 200 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::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 | ||
| 5656 | 2025.01.16 23:27:35.812718 [ 5 ] {f56d23f4-9c0a-45c3-b5d1-16488f1bb7a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5657 | 2025.01.16 23:27:35.813005 [ 200 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5658 | 2025.01.16 23:27:35.813087 [ 200 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 64 rows starting from the beginning of the part | ||
| 5659 | 2025.01.16 23:27:35.813433 [ 200 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 46 rows starting from the beginning of the part | ||
| 5660 | 2025.01.16 23:27:35.813773 [ 200 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 46 rows starting from the beginning of the part | ||
| 5661 | 2025.01.16 23:27:35.814213 [ 200 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 46 rows starting from the beginning of the part | ||
| 5662 | 2025.01.16 23:27:35.814555 [ 200 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 46 rows starting from the beginning of the part | ||
| 5663 | 2025.01.16 23:27:35.814743 [ 200 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part | ||
| 5664 | 2025.01.16 23:27:35.815653 [ 5 ] {f56d23f4-9c0a-45c3-b5d1-16488f1bb7a7} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5665 | 2025.01.16 23:27:35.815726 [ 5 ] {f56d23f4-9c0a-45c3-b5d1-16488f1bb7a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5666 | 2025.01.16 23:27:35.816738 [ 5 ] {f56d23f4-9c0a-45c3-b5d1-16488f1bb7a7} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5667 | 2025.01.16 23:27:35.817327 [ 5 ] {f56d23f4-9c0a-45c3-b5d1-16488f1bb7a7} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5668 | 2025.01.16 23:27:35.817345 [ 200 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 308 rows, containing 5 columns (5 merged, 0 gathered) in 0.005256821 sec., 58590.54360040032 rows/sec., 4.42 MiB/sec. | ||
| 5669 | 2025.01.16 23:27:35.817590 [ 200 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 5670 | 2025.01.16 23:27:35.817701 [ 5 ] {f56d23f4-9c0a-45c3-b5d1-16488f1bb7a7} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005244 sec., 46147.97864225782 rows/sec., 3.13 MiB/sec. | ||
| 5671 | 2025.01.16 23:27:35.817848 [ 5 ] {f56d23f4-9c0a-45c3-b5d1-16488f1bb7a7} <Debug> TCPHandler: Processed in 0.005770431 sec. | ||
| 5672 | 2025.01.16 23:27:35.818046 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5673 | 2025.01.16 23:27:35.818095 [ 187 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_20_4} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5674 | 2025.01.16 23:27:35.818209 [ 187 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_20_4} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 5675 | 2025.01.16 23:27:35.818212 [ 255 ] {20a52704-3aea-4faf-953a-3e2770e7af36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5676 | 2025.01.16 23:27:35.818293 [ 255 ] {20a52704-3aea-4faf-953a-3e2770e7af36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5677 | 2025.01.16 23:27:35.818322 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 5678 | 2025.01.16 23:27:35.818929 [ 255 ] {20a52704-3aea-4faf-953a-3e2770e7af36} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5679 | 2025.01.16 23:27:35.818967 [ 255 ] {20a52704-3aea-4faf-953a-3e2770e7af36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5680 | 2025.01.16 23:27:35.819311 [ 255 ] {20a52704-3aea-4faf-953a-3e2770e7af36} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5681 | 2025.01.16 23:27:35.819557 [ 255 ] {20a52704-3aea-4faf-953a-3e2770e7af36} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5682 | 2025.01.16 23:27:35.819726 [ 255 ] {20a52704-3aea-4faf-953a-3e2770e7af36} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00155 sec., 8387.09677419355 rows/sec., 522.93 KiB/sec. | ||
| 5683 | 2025.01.16 23:27:35.819776 [ 255 ] {20a52704-3aea-4faf-953a-3e2770e7af36} <Debug> TCPHandler: Processed in 0.001827155 sec. | ||
| 5684 | 2025.01.16 23:27:35.819921 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5685 | 2025.01.16 23:27:35.820049 [ 5 ] {e8160132-b625-48e1-a54b-19378dca26c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5686 | 2025.01.16 23:27:35.820101 [ 5 ] {e8160132-b625-48e1-a54b-19378dca26c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5687 | 2025.01.16 23:27:35.821069 [ 5 ] {e8160132-b625-48e1-a54b-19378dca26c6} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5688 | 2025.01.16 23:27:35.821106 [ 5 ] {e8160132-b625-48e1-a54b-19378dca26c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5689 | 2025.01.16 23:27:35.821491 [ 5 ] {e8160132-b625-48e1-a54b-19378dca26c6} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5690 | 2025.01.16 23:27:35.821737 [ 5 ] {e8160132-b625-48e1-a54b-19378dca26c6} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5691 | 2025.01.16 23:27:35.821908 [ 5 ] {e8160132-b625-48e1-a54b-19378dca26c6} <Debug> executeQuery: Read 891 rows, 66.24 KiB in 0.001888 sec., 471927.9661016949 rows/sec., 34.26 MiB/sec. | ||
| 5692 | 2025.01.16 23:27:35.821958 [ 5 ] {e8160132-b625-48e1-a54b-19378dca26c6} <Debug> TCPHandler: Processed in 0.00209997 sec. | ||
| 5693 | 2025.01.16 23:27:35.822089 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5694 | 2025.01.16 23:27:35.822195 [ 255 ] {b8f5578b-128f-43ea-8356-4d0f92d7fd70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5695 | 2025.01.16 23:27:35.822240 [ 255 ] {b8f5578b-128f-43ea-8356-4d0f92d7fd70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5696 | 2025.01.16 23:27:35.822662 [ 255 ] {b8f5578b-128f-43ea-8356-4d0f92d7fd70} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5697 | 2025.01.16 23:27:35.822698 [ 255 ] {b8f5578b-128f-43ea-8356-4d0f92d7fd70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5698 | 2025.01.16 23:27:35.823039 [ 255 ] {b8f5578b-128f-43ea-8356-4d0f92d7fd70} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5699 | 2025.01.16 23:27:35.823272 [ 255 ] {b8f5578b-128f-43ea-8356-4d0f92d7fd70} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5700 | 2025.01.16 23:27:35.823450 [ 255 ] {b8f5578b-128f-43ea-8356-4d0f92d7fd70} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001277 sec., 4698.512137823023 rows/sec., 245.48 KiB/sec. | ||
| 5701 | 2025.01.16 23:27:35.823499 [ 255 ] {b8f5578b-128f-43ea-8356-4d0f92d7fd70} <Debug> TCPHandler: Processed in 0.001465598 sec. | ||
| 5702 | 2025.01.16 23:27:35.823624 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5703 | 2025.01.16 23:27:35.823730 [ 5 ] {28cf2475-7a0d-4650-a68c-947abcf87579} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5704 | 2025.01.16 23:27:35.823784 [ 5 ] {28cf2475-7a0d-4650-a68c-947abcf87579} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5705 | 2025.01.16 23:27:35.824618 [ 5 ] {28cf2475-7a0d-4650-a68c-947abcf87579} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5706 | 2025.01.16 23:27:35.824662 [ 5 ] {28cf2475-7a0d-4650-a68c-947abcf87579} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5707 | 2025.01.16 23:27:35.825102 [ 5 ] {28cf2475-7a0d-4650-a68c-947abcf87579} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5708 | 2025.01.16 23:27:35.825337 [ 5 ] {28cf2475-7a0d-4650-a68c-947abcf87579} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5709 | 2025.01.16 23:27:35.825511 [ 5 ] {28cf2475-7a0d-4650-a68c-947abcf87579} <Debug> executeQuery: Read 962 rows, 65.46 KiB in 0.001803 sec., 533555.185801442 rows/sec., 35.46 MiB/sec. | ||
| 5710 | 2025.01.16 23:27:35.825560 [ 5 ] {28cf2475-7a0d-4650-a68c-947abcf87579} <Debug> TCPHandler: Processed in 0.001988888 sec. | ||
| 5711 | 2025.01.16 23:27:35.825684 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5712 | 2025.01.16 23:27:35.825802 [ 255 ] {d07f9f0f-4093-427a-bac6-0e8209cd1128} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5713 | 2025.01.16 23:27:35.825858 [ 255 ] {d07f9f0f-4093-427a-bac6-0e8209cd1128} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5714 | 2025.01.16 23:27:35.826353 [ 255 ] {d07f9f0f-4093-427a-bac6-0e8209cd1128} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5715 | 2025.01.16 23:27:35.826396 [ 255 ] {d07f9f0f-4093-427a-bac6-0e8209cd1128} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5716 | 2025.01.16 23:27:35.826790 [ 255 ] {d07f9f0f-4093-427a-bac6-0e8209cd1128} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5717 | 2025.01.16 23:27:35.827022 [ 255 ] {d07f9f0f-4093-427a-bac6-0e8209cd1128} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5718 | 2025.01.16 23:27:35.827242 [ 255 ] {d07f9f0f-4093-427a-bac6-0e8209cd1128} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001473 sec., 678.8866259334692 rows/sec., 45.75 KiB/sec. | ||
| 5719 | 2025.01.16 23:27:35.827290 [ 255 ] {d07f9f0f-4093-427a-bac6-0e8209cd1128} <Debug> TCPHandler: Processed in 0.001658432 sec. | ||
| 5720 | 2025.01.16 23:27:35.827412 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5721 | 2025.01.16 23:27:35.827517 [ 5 ] {ca39c946-01f7-4d73-9140-9a433c4a1432} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5722 | 2025.01.16 23:27:35.827583 [ 5 ] {ca39c946-01f7-4d73-9140-9a433c4a1432} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5723 | 2025.01.16 23:27:35.828683 [ 5 ] {ca39c946-01f7-4d73-9140-9a433c4a1432} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5724 | 2025.01.16 23:27:35.828722 [ 5 ] {ca39c946-01f7-4d73-9140-9a433c4a1432} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5725 | 2025.01.16 23:27:35.829357 [ 5 ] {ca39c946-01f7-4d73-9140-9a433c4a1432} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5726 | 2025.01.16 23:27:35.829620 [ 5 ] {ca39c946-01f7-4d73-9140-9a433c4a1432} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5727 | 2025.01.16 23:27:35.829873 [ 5 ] {ca39c946-01f7-4d73-9140-9a433c4a1432} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002378 sec., 16400.336417157276 rows/sec., 29.39 MiB/sec. | ||
| 5728 | 2025.01.16 23:27:35.829968 [ 5 ] {ca39c946-01f7-4d73-9140-9a433c4a1432} <Debug> TCPHandler: Processed in 0.00260744 sec. | ||
| 5729 | 2025.01.16 23:27:35.830105 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5730 | 2025.01.16 23:27:35.830233 [ 255 ] {edd70a9e-b5b6-45da-b449-fa9457803b4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5731 | 2025.01.16 23:27:35.830286 [ 255 ] {edd70a9e-b5b6-45da-b449-fa9457803b4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5732 | 2025.01.16 23:27:35.830784 [ 255 ] {edd70a9e-b5b6-45da-b449-fa9457803b4b} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5733 | 2025.01.16 23:27:35.830822 [ 255 ] {edd70a9e-b5b6-45da-b449-fa9457803b4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5734 | 2025.01.16 23:27:35.831161 [ 255 ] {edd70a9e-b5b6-45da-b449-fa9457803b4b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5735 | 2025.01.16 23:27:35.831393 [ 255 ] {edd70a9e-b5b6-45da-b449-fa9457803b4b} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5736 | 2025.01.16 23:27:35.831589 [ 255 ] {edd70a9e-b5b6-45da-b449-fa9457803b4b} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001386 sec., 24531.02453102453 rows/sec., 1.42 MiB/sec. | ||
| 5737 | 2025.01.16 23:27:35.831638 [ 255 ] {edd70a9e-b5b6-45da-b449-fa9457803b4b} <Debug> TCPHandler: Processed in 0.001594291 sec. | ||
| 5738 | 2025.01.16 23:27:36.000175 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.03 MiB, peak 203.29 MiB, free memory in arenas 0.00 B, will set to 196.32 MiB (RSS), difference: 2.29 MiB | ||
| 5739 | 2025.01.16 23:27:39.275591 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 790 | ||
| 5740 | 2025.01.16 23:27:39.279077 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5741 | 2025.01.16 23:27:39.279129 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5742 | 2025.01.16 23:27:39.280636 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5743 | 2025.01.16 23:27:39.280964 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5744 | 2025.01.16 23:27:39.282039 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 790 | ||
| 5745 | 2025.01.16 23:27:40.383840 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5746 | 2025.01.16 23:27:40.384066 [ 5 ] {9fe03b3d-c67e-4fc7-bbe5-c734d9cd4a29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5747 | 2025.01.16 23:27:40.384147 [ 5 ] {9fe03b3d-c67e-4fc7-bbe5-c734d9cd4a29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5748 | 2025.01.16 23:27:40.384997 [ 5 ] {9fe03b3d-c67e-4fc7-bbe5-c734d9cd4a29} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5749 | 2025.01.16 23:27:40.385048 [ 5 ] {9fe03b3d-c67e-4fc7-bbe5-c734d9cd4a29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 5750 | 2025.01.16 23:27:40.385483 [ 5 ] {9fe03b3d-c67e-4fc7-bbe5-c734d9cd4a29} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5751 | 2025.01.16 23:27:40.385737 [ 5 ] {9fe03b3d-c67e-4fc7-bbe5-c734d9cd4a29} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5752 | 2025.01.16 23:27:40.385982 [ 5 ] {9fe03b3d-c67e-4fc7-bbe5-c734d9cd4a29} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001976 sec., 28340.08097165992 rows/sec., 2.18 MiB/sec. | ||
| 5753 | 2025.01.16 23:27:40.386038 [ 5 ] {9fe03b3d-c67e-4fc7-bbe5-c734d9cd4a29} <Debug> TCPHandler: Processed in 0.002338015 sec. | ||
| 5754 | 2025.01.16 23:27:40.386204 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5755 | 2025.01.16 23:27:40.386317 [ 255 ] {45a21489-1212-4d68-a9f2-2fa545cb8be3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5756 | 2025.01.16 23:27:40.386366 [ 255 ] {45a21489-1212-4d68-a9f2-2fa545cb8be3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5757 | 2025.01.16 23:27:40.386924 [ 255 ] {45a21489-1212-4d68-a9f2-2fa545cb8be3} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5758 | 2025.01.16 23:27:40.386965 [ 255 ] {45a21489-1212-4d68-a9f2-2fa545cb8be3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 5759 | 2025.01.16 23:27:40.387324 [ 255 ] {45a21489-1212-4d68-a9f2-2fa545cb8be3} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5760 | 2025.01.16 23:27:40.387563 [ 255 ] {45a21489-1212-4d68-a9f2-2fa545cb8be3} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5761 | 2025.01.16 23:27:40.387796 [ 255 ] {45a21489-1212-4d68-a9f2-2fa545cb8be3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001491 sec., 42924.211938296445 rows/sec., 3.35 MiB/sec. | ||
| 5762 | 2025.01.16 23:27:40.387858 [ 255 ] {45a21489-1212-4d68-a9f2-2fa545cb8be3} <Debug> TCPHandler: Processed in 0.001706123 sec. | ||
| 5763 | 2025.01.16 23:27:40.388078 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5764 | 2025.01.16 23:27:40.388228 [ 5 ] {7cc7d364-6230-4a17-a621-1b9fefec4426} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5765 | 2025.01.16 23:27:40.388281 [ 5 ] {7cc7d364-6230-4a17-a621-1b9fefec4426} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5766 | 2025.01.16 23:27:40.388806 [ 5 ] {7cc7d364-6230-4a17-a621-1b9fefec4426} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5767 | 2025.01.16 23:27:40.388845 [ 5 ] {7cc7d364-6230-4a17-a621-1b9fefec4426} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 5768 | 2025.01.16 23:27:40.389231 [ 5 ] {7cc7d364-6230-4a17-a621-1b9fefec4426} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5769 | 2025.01.16 23:27:40.389466 [ 5 ] {7cc7d364-6230-4a17-a621-1b9fefec4426} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5770 | 2025.01.16 23:27:40.389664 [ 5 ] {7cc7d364-6230-4a17-a621-1b9fefec4426} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.00146 sec., 87671.23287671234 rows/sec., 6.11 MiB/sec. | ||
| 5771 | 2025.01.16 23:27:40.389716 [ 5 ] {7cc7d364-6230-4a17-a621-1b9fefec4426} <Debug> TCPHandler: Processed in 0.001760143 sec. | ||
| 5772 | 2025.01.16 23:27:40.389852 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5773 | 2025.01.16 23:27:40.389960 [ 255 ] {480ba931-693e-4089-b25a-c5181508848e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5774 | 2025.01.16 23:27:40.390007 [ 255 ] {480ba931-693e-4089-b25a-c5181508848e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5775 | 2025.01.16 23:27:40.390446 [ 255 ] {480ba931-693e-4089-b25a-c5181508848e} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5776 | 2025.01.16 23:27:40.390484 [ 255 ] {480ba931-693e-4089-b25a-c5181508848e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 5777 | 2025.01.16 23:27:40.390841 [ 255 ] {480ba931-693e-4089-b25a-c5181508848e} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5778 | 2025.01.16 23:27:40.391079 [ 255 ] {480ba931-693e-4089-b25a-c5181508848e} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5779 | 2025.01.16 23:27:40.391319 [ 255 ] {480ba931-693e-4089-b25a-c5181508848e} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001369 sec., 35062.08911614317 rows/sec., 2.36 MiB/sec. | ||
| 5780 | 2025.01.16 23:27:40.391372 [ 255 ] {480ba931-693e-4089-b25a-c5181508848e} <Debug> TCPHandler: Processed in 0.001573 sec. | ||
| 5781 | 2025.01.16 23:27:41.722392 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383 | ||
| 5782 | 2025.01.16 23:27:41.723153 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5783 | 2025.01.16 23:27:41.723200 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 5784 | 2025.01.16 23:27:41.723746 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5785 | 2025.01.16 23:27:41.724011 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5786 | 2025.01.16 23:27:41.724280 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383 | ||
| 5787 | 2025.01.16 23:27:42.610572 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 5788 | 2025.01.16 23:27:42.629103 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5789 | 2025.01.16 23:27:42.629153 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 5790 | 2025.01.16 23:27:42.636149 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5791 | 2025.01.16 23:27:42.636943 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5792 | 2025.01.16 23:27:42.639510 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 5793 | 2025.01.16 23:27:45.385936 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5794 | 2025.01.16 23:27:45.386164 [ 5 ] {59bf7e39-79fd-4f77-98b4-9be6b5b30d39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5795 | 2025.01.16 23:27:45.386255 [ 5 ] {59bf7e39-79fd-4f77-98b4-9be6b5b30d39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5796 | 2025.01.16 23:27:45.387034 [ 5 ] {59bf7e39-79fd-4f77-98b4-9be6b5b30d39} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5797 | 2025.01.16 23:27:45.387075 [ 5 ] {59bf7e39-79fd-4f77-98b4-9be6b5b30d39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 5798 | 2025.01.16 23:27:45.387506 [ 5 ] {59bf7e39-79fd-4f77-98b4-9be6b5b30d39} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5799 | 2025.01.16 23:27:45.387756 [ 5 ] {59bf7e39-79fd-4f77-98b4-9be6b5b30d39} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5800 | 2025.01.16 23:27:45.387978 [ 5 ] {59bf7e39-79fd-4f77-98b4-9be6b5b30d39} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001868 sec., 29978.586723768734 rows/sec., 2.30 MiB/sec. | ||
| 5801 | 2025.01.16 23:27:45.388081 [ 5 ] {59bf7e39-79fd-4f77-98b4-9be6b5b30d39} <Debug> TCPHandler: Processed in 0.002284684 sec. | ||
| 5802 | 2025.01.16 23:27:45.388350 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5803 | 2025.01.16 23:27:45.388521 [ 255 ] {5e5c038f-9945-402d-95a7-d2b8f9c2f023} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5804 | 2025.01.16 23:27:45.388579 [ 255 ] {5e5c038f-9945-402d-95a7-d2b8f9c2f023} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5805 | 2025.01.16 23:27:45.389252 [ 255 ] {5e5c038f-9945-402d-95a7-d2b8f9c2f023} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5806 | 2025.01.16 23:27:45.389291 [ 255 ] {5e5c038f-9945-402d-95a7-d2b8f9c2f023} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 5807 | 2025.01.16 23:27:45.389648 [ 255 ] {5e5c038f-9945-402d-95a7-d2b8f9c2f023} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5808 | 2025.01.16 23:27:45.389887 [ 255 ] {5e5c038f-9945-402d-95a7-d2b8f9c2f023} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5809 | 2025.01.16 23:27:45.390062 [ 255 ] {5e5c038f-9945-402d-95a7-d2b8f9c2f023} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001574 sec., 40660.73697585768 rows/sec., 3.17 MiB/sec. | ||
| 5810 | 2025.01.16 23:27:45.390113 [ 255 ] {5e5c038f-9945-402d-95a7-d2b8f9c2f023} <Debug> TCPHandler: Processed in 0.001920677 sec. | ||
| 5811 | 2025.01.16 23:27:45.390271 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5812 | 2025.01.16 23:27:45.390400 [ 5 ] {7e777d42-a2c7-45f6-8f91-172e9ed3fc54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5813 | 2025.01.16 23:27:45.390458 [ 5 ] {7e777d42-a2c7-45f6-8f91-172e9ed3fc54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5814 | 2025.01.16 23:27:45.391084 [ 5 ] {7e777d42-a2c7-45f6-8f91-172e9ed3fc54} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5815 | 2025.01.16 23:27:45.391130 [ 5 ] {7e777d42-a2c7-45f6-8f91-172e9ed3fc54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 5816 | 2025.01.16 23:27:45.391513 [ 5 ] {7e777d42-a2c7-45f6-8f91-172e9ed3fc54} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5817 | 2025.01.16 23:27:45.391747 [ 5 ] {7e777d42-a2c7-45f6-8f91-172e9ed3fc54} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5818 | 2025.01.16 23:27:45.391919 [ 5 ] {7e777d42-a2c7-45f6-8f91-172e9ed3fc54} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001549 sec., 103292.44673983214 rows/sec., 7.19 MiB/sec. | ||
| 5819 | 2025.01.16 23:27:45.391968 [ 5 ] {7e777d42-a2c7-45f6-8f91-172e9ed3fc54} <Debug> TCPHandler: Processed in 0.001762063 sec. | ||
| 5820 | 2025.01.16 23:27:45.392106 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5821 | 2025.01.16 23:27:45.392226 [ 255 ] {cbf9fe1e-fd59-4a5a-aeb4-a4d580bf9f3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5822 | 2025.01.16 23:27:45.392281 [ 255 ] {cbf9fe1e-fd59-4a5a-aeb4-a4d580bf9f3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5823 | 2025.01.16 23:27:45.392815 [ 255 ] {cbf9fe1e-fd59-4a5a-aeb4-a4d580bf9f3b} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5824 | 2025.01.16 23:27:45.392859 [ 255 ] {cbf9fe1e-fd59-4a5a-aeb4-a4d580bf9f3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 5825 | 2025.01.16 23:27:45.393285 [ 255 ] {cbf9fe1e-fd59-4a5a-aeb4-a4d580bf9f3b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5826 | 2025.01.16 23:27:45.393513 [ 255 ] {cbf9fe1e-fd59-4a5a-aeb4-a4d580bf9f3b} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5827 | 2025.01.16 23:27:45.393684 [ 255 ] {cbf9fe1e-fd59-4a5a-aeb4-a4d580bf9f3b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001487 sec., 40349.69737726967 rows/sec., 2.72 MiB/sec. | ||
| 5828 | 2025.01.16 23:27:45.393732 [ 255 ] {cbf9fe1e-fd59-4a5a-aeb4-a4d580bf9f3b} <Debug> TCPHandler: Processed in 0.001677282 sec. | ||
| 5829 | 2025.01.16 23:27:46.290967 [ 102 ] {} <Debug> oximeter.fields_ipaddr (32f5c164-55f5-48ad-a123-78247430c5f2) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 5830 | 2025.01.16 23:27:46.291031 [ 102 ] {} <Trace> oximeter.fields_ipaddr (32f5c164-55f5-48ad-a123-78247430c5f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5831 | 2025.01.16 23:27:46.291052 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 5832 | 2025.01.16 23:27:46.291199 [ 191 ] {32f5c164-55f5-48ad-a123-78247430c5f2::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 | ||
| 5833 | 2025.01.16 23:27:46.291345 [ 191 ] {32f5c164-55f5-48ad-a123-78247430c5f2::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5834 | 2025.01.16 23:27:46.291386 [ 191 ] {32f5c164-55f5-48ad-a123-78247430c5f2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
| 5835 | 2025.01.16 23:27:46.291477 [ 191 ] {32f5c164-55f5-48ad-a123-78247430c5f2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
| 5836 | 2025.01.16 23:27:46.291735 [ 191 ] {32f5c164-55f5-48ad-a123-78247430c5f2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
| 5837 | 2025.01.16 23:27:46.292004 [ 191 ] {32f5c164-55f5-48ad-a123-78247430c5f2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
| 5838 | 2025.01.16 23:27:46.292168 [ 191 ] {32f5c164-55f5-48ad-a123-78247430c5f2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part | ||
| 5839 | 2025.01.16 23:27:46.293297 [ 197 ] {32f5c164-55f5-48ad-a123-78247430c5f2::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 44 rows, containing 5 columns (5 merged, 0 gathered) in 0.002172232 sec., 20255.663299316093 rows/sec., 1.69 MiB/sec. | ||
| 5840 | 2025.01.16 23:27:46.293498 [ 197 ] {32f5c164-55f5-48ad-a123-78247430c5f2::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 5841 | 2025.01.16 23:27:46.293888 [ 197 ] {32f5c164-55f5-48ad-a123-78247430c5f2::all_1_5_1} <Trace> oximeter.fields_ipaddr (32f5c164-55f5-48ad-a123-78247430c5f2): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5842 | 2025.01.16 23:27:46.293995 [ 197 ] {32f5c164-55f5-48ad-a123-78247430c5f2::all_1_5_1} <Trace> oximeter.fields_ipaddr (32f5c164-55f5-48ad-a123-78247430c5f2) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 5843 | 2025.01.16 23:27:46.294106 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5844 | 2025.01.16 23:27:47.547481 [ 93 ] {} <Debug> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
| 5845 | 2025.01.16 23:27:47.547554 [ 93 ] {} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5846 | 2025.01.16 23:27:47.547581 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 5847 | 2025.01.16 23:27:47.547748 [ 189 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::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 | ||
| 5848 | 2025.01.16 23:27:47.547913 [ 189 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5849 | 2025.01.16 23:27:47.547953 [ 189 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 15 rows starting from the beginning of the part | ||
| 5850 | 2025.01.16 23:27:47.548036 [ 189 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::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 | ||
| 5851 | 2025.01.16 23:27:47.548242 [ 189 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::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 | ||
| 5852 | 2025.01.16 23:27:47.548478 [ 189 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::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 | ||
| 5853 | 2025.01.16 23:27:47.548677 [ 189 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::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 | ||
| 5854 | 2025.01.16 23:27:47.549716 [ 186 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19 rows, containing 4 columns (4 merged, 0 gathered) in 0.002053779 sec., 9251.23881391328 rows/sec., 621.47 KiB/sec. | ||
| 5855 | 2025.01.16 23:27:47.549945 [ 191 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
| 5856 | 2025.01.16 23:27:47.550358 [ 191 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::all_1_18_4} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5857 | 2025.01.16 23:27:47.550450 [ 191 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::all_1_18_4} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
| 5858 | 2025.01.16 23:27:47.550554 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5859 | 2025.01.16 23:27:49.057106 [ 87 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5860 | 2025.01.16 23:27:49.057188 [ 87 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5861 | 2025.01.16 23:27:49.224511 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871 | ||
| 5862 | 2025.01.16 23:27:49.225711 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5863 | 2025.01.16 23:27:49.225770 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 5864 | 2025.01.16 23:27:49.226354 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5865 | 2025.01.16 23:27:49.226633 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5866 | 2025.01.16 23:27:49.226892 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 5867 | 2025.01.16 23:27:49.282412 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 806 | ||
| 5868 | 2025.01.16 23:27:49.285184 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5869 | 2025.01.16 23:27:49.285240 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 5870 | 2025.01.16 23:27:49.286721 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5871 | 2025.01.16 23:27:49.287042 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5872 | 2025.01.16 23:27:49.288074 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 806 | ||
| 5873 | 2025.01.16 23:27:50.139682 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 | ||
| 5874 | 2025.01.16 23:27:50.159239 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5875 | 2025.01.16 23:27:50.159283 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 5876 | 2025.01.16 23:27:50.166722 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5877 | 2025.01.16 23:27:50.167558 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5878 | 2025.01.16 23:27:50.170808 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211 | ||
| 5879 | 2025.01.16 23:27:50.393791 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5880 | 2025.01.16 23:27:50.393977 [ 5 ] {3b403023-fc3d-4c46-8c48-17dffc768fea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5881 | 2025.01.16 23:27:50.394048 [ 5 ] {3b403023-fc3d-4c46-8c48-17dffc768fea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5882 | 2025.01.16 23:27:50.394763 [ 5 ] {3b403023-fc3d-4c46-8c48-17dffc768fea} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5883 | 2025.01.16 23:27:50.394809 [ 5 ] {3b403023-fc3d-4c46-8c48-17dffc768fea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 5884 | 2025.01.16 23:27:50.395213 [ 5 ] {3b403023-fc3d-4c46-8c48-17dffc768fea} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5885 | 2025.01.16 23:27:50.395463 [ 5 ] {3b403023-fc3d-4c46-8c48-17dffc768fea} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5886 | 2025.01.16 23:27:50.395689 [ 5 ] {3b403023-fc3d-4c46-8c48-17dffc768fea} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001765 sec., 7932.011331444759 rows/sec., 571.00 KiB/sec. | ||
| 5887 | 2025.01.16 23:27:50.395743 [ 5 ] {3b403023-fc3d-4c46-8c48-17dffc768fea} <Debug> TCPHandler: Processed in 0.00208064 sec. | ||
| 5888 | 2025.01.16 23:27:50.395913 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5889 | 2025.01.16 23:27:50.396020 [ 255 ] {ce99abdb-4637-457a-9b10-1d8af8321140} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5890 | 2025.01.16 23:27:50.396066 [ 255 ] {ce99abdb-4637-457a-9b10-1d8af8321140} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5891 | 2025.01.16 23:27:50.396734 [ 255 ] {ce99abdb-4637-457a-9b10-1d8af8321140} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5892 | 2025.01.16 23:27:50.396774 [ 255 ] {ce99abdb-4637-457a-9b10-1d8af8321140} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 5893 | 2025.01.16 23:27:50.397158 [ 255 ] {ce99abdb-4637-457a-9b10-1d8af8321140} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5894 | 2025.01.16 23:27:50.397408 [ 255 ] {ce99abdb-4637-457a-9b10-1d8af8321140} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5895 | 2025.01.16 23:27:50.397648 [ 255 ] {ce99abdb-4637-457a-9b10-1d8af8321140} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.00165 sec., 170303.0303030303 rows/sec., 15.05 MiB/sec. | ||
| 5896 | 2025.01.16 23:27:50.397699 [ 255 ] {ce99abdb-4637-457a-9b10-1d8af8321140} <Debug> TCPHandler: Processed in 0.001840505 sec. | ||
| 5897 | 2025.01.16 23:27:50.397860 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5898 | 2025.01.16 23:27:50.397999 [ 5 ] {b927b598-e0ce-499b-a62c-3dd317d52fc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5899 | 2025.01.16 23:27:50.398052 [ 5 ] {b927b598-e0ce-499b-a62c-3dd317d52fc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5900 | 2025.01.16 23:27:50.398641 [ 5 ] {b927b598-e0ce-499b-a62c-3dd317d52fc8} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5901 | 2025.01.16 23:27:50.398681 [ 5 ] {b927b598-e0ce-499b-a62c-3dd317d52fc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 5902 | 2025.01.16 23:27:50.399041 [ 5 ] {b927b598-e0ce-499b-a62c-3dd317d52fc8} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5903 | 2025.01.16 23:27:50.399276 [ 5 ] {b927b598-e0ce-499b-a62c-3dd317d52fc8} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5904 | 2025.01.16 23:27:50.399480 [ 5 ] {b927b598-e0ce-499b-a62c-3dd317d52fc8} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001511 sec., 30443.41495698213 rows/sec., 2.19 MiB/sec. | ||
| 5905 | 2025.01.16 23:27:50.399532 [ 5 ] {b927b598-e0ce-499b-a62c-3dd317d52fc8} <Debug> TCPHandler: Processed in 0.001736863 sec. | ||
| 5906 | 2025.01.16 23:27:50.399674 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5907 | 2025.01.16 23:27:50.399802 [ 255 ] {13d758f6-28b0-459f-b1ba-d3d45dcae84e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5908 | 2025.01.16 23:27:50.399854 [ 255 ] {13d758f6-28b0-459f-b1ba-d3d45dcae84e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5909 | 2025.01.16 23:27:50.400464 [ 255 ] {13d758f6-28b0-459f-b1ba-d3d45dcae84e} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5910 | 2025.01.16 23:27:50.400503 [ 255 ] {13d758f6-28b0-459f-b1ba-d3d45dcae84e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 5911 | 2025.01.16 23:27:50.400847 [ 255 ] {13d758f6-28b0-459f-b1ba-d3d45dcae84e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5912 | 2025.01.16 23:27:50.401084 [ 255 ] {13d758f6-28b0-459f-b1ba-d3d45dcae84e} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5913 | 2025.01.16 23:27:50.401290 [ 255 ] {13d758f6-28b0-459f-b1ba-d3d45dcae84e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001517 sec., 9228.74093605801 rows/sec., 646.32 KiB/sec. | ||
| 5914 | 2025.01.16 23:27:50.401342 [ 255 ] {13d758f6-28b0-459f-b1ba-d3d45dcae84e} <Debug> TCPHandler: Processed in 0.001732143 sec. | ||
| 5915 | 2025.01.16 23:27:50.401499 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5916 | 2025.01.16 23:27:50.401627 [ 5 ] {493ecb29-8618-4a67-a831-4bec88fe115b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5917 | 2025.01.16 23:27:50.401680 [ 5 ] {493ecb29-8618-4a67-a831-4bec88fe115b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5918 | 2025.01.16 23:27:50.402303 [ 5 ] {493ecb29-8618-4a67-a831-4bec88fe115b} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5919 | 2025.01.16 23:27:50.402350 [ 5 ] {493ecb29-8618-4a67-a831-4bec88fe115b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 5920 | 2025.01.16 23:27:50.402693 [ 5 ] {493ecb29-8618-4a67-a831-4bec88fe115b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5921 | 2025.01.16 23:27:50.402935 [ 5 ] {493ecb29-8618-4a67-a831-4bec88fe115b} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5922 | 2025.01.16 23:27:50.403168 [ 5 ] {493ecb29-8618-4a67-a831-4bec88fe115b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001559 sec., 8338.678640153945 rows/sec., 519.91 KiB/sec. | ||
| 5923 | 2025.01.16 23:27:50.403291 [ 5 ] {493ecb29-8618-4a67-a831-4bec88fe115b} <Debug> TCPHandler: Processed in 0.001850745 sec. | ||
| 5924 | 2025.01.16 23:27:50.403498 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5925 | 2025.01.16 23:27:50.403627 [ 255 ] {fb9e46fe-0cce-4059-ae12-26f3e50992e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5926 | 2025.01.16 23:27:50.403682 [ 255 ] {fb9e46fe-0cce-4059-ae12-26f3e50992e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5927 | 2025.01.16 23:27:50.404460 [ 255 ] {fb9e46fe-0cce-4059-ae12-26f3e50992e0} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5928 | 2025.01.16 23:27:50.404498 [ 255 ] {fb9e46fe-0cce-4059-ae12-26f3e50992e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 5929 | 2025.01.16 23:27:50.404889 [ 255 ] {fb9e46fe-0cce-4059-ae12-26f3e50992e0} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5930 | 2025.01.16 23:27:50.405124 [ 255 ] {fb9e46fe-0cce-4059-ae12-26f3e50992e0} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5931 | 2025.01.16 23:27:50.405347 [ 255 ] {fb9e46fe-0cce-4059-ae12-26f3e50992e0} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001749 sec., 240708.97655803317 rows/sec., 17.20 MiB/sec. | ||
| 5932 | 2025.01.16 23:27:50.405399 [ 255 ] {fb9e46fe-0cce-4059-ae12-26f3e50992e0} <Debug> TCPHandler: Processed in 0.002001178 sec. | ||
| 5933 | 2025.01.16 23:27:50.405549 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5934 | 2025.01.16 23:27:50.405678 [ 5 ] {f7dd1d16-9fcb-4bec-9376-0b4872145aec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5935 | 2025.01.16 23:27:50.405733 [ 5 ] {f7dd1d16-9fcb-4bec-9376-0b4872145aec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5936 | 2025.01.16 23:27:50.406249 [ 5 ] {f7dd1d16-9fcb-4bec-9376-0b4872145aec} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5937 | 2025.01.16 23:27:50.406295 [ 5 ] {f7dd1d16-9fcb-4bec-9376-0b4872145aec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 5938 | 2025.01.16 23:27:50.406677 [ 5 ] {f7dd1d16-9fcb-4bec-9376-0b4872145aec} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5939 | 2025.01.16 23:27:50.406916 [ 5 ] {f7dd1d16-9fcb-4bec-9376-0b4872145aec} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5940 | 2025.01.16 23:27:50.407166 [ 5 ] {f7dd1d16-9fcb-4bec-9376-0b4872145aec} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001513 sec., 3965.6311962987443 rows/sec., 207.19 KiB/sec. | ||
| 5941 | 2025.01.16 23:27:50.407365 [ 5 ] {f7dd1d16-9fcb-4bec-9376-0b4872145aec} <Debug> TCPHandler: Processed in 0.001875816 sec. | ||
| 5942 | 2025.01.16 23:27:50.407532 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5943 | 2025.01.16 23:27:50.407662 [ 255 ] {b1fb0811-7631-4867-9b4e-f57e423fb437} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5944 | 2025.01.16 23:27:50.407719 [ 255 ] {b1fb0811-7631-4867-9b4e-f57e423fb437} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5945 | 2025.01.16 23:27:50.408360 [ 255 ] {b1fb0811-7631-4867-9b4e-f57e423fb437} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5946 | 2025.01.16 23:27:50.408398 [ 255 ] {b1fb0811-7631-4867-9b4e-f57e423fb437} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 5947 | 2025.01.16 23:27:50.408768 [ 255 ] {b1fb0811-7631-4867-9b4e-f57e423fb437} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5948 | 2025.01.16 23:27:50.409006 [ 255 ] {b1fb0811-7631-4867-9b4e-f57e423fb437} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5949 | 2025.01.16 23:27:50.409224 [ 255 ] {b1fb0811-7631-4867-9b4e-f57e423fb437} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001593 sec., 148775.8945386064 rows/sec., 9.97 MiB/sec. | ||
| 5950 | 2025.01.16 23:27:50.409276 [ 255 ] {b1fb0811-7631-4867-9b4e-f57e423fb437} <Debug> TCPHandler: Processed in 0.001809645 sec. | ||
| 5951 | 2025.01.16 23:27:50.409426 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5952 | 2025.01.16 23:27:50.409553 [ 5 ] {34b5603a-2eda-4a24-b72c-bb129b65165c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5953 | 2025.01.16 23:27:50.409609 [ 5 ] {34b5603a-2eda-4a24-b72c-bb129b65165c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5954 | 2025.01.16 23:27:50.410110 [ 5 ] {34b5603a-2eda-4a24-b72c-bb129b65165c} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5955 | 2025.01.16 23:27:50.410155 [ 5 ] {34b5603a-2eda-4a24-b72c-bb129b65165c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 5956 | 2025.01.16 23:27:50.410528 [ 5 ] {34b5603a-2eda-4a24-b72c-bb129b65165c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5957 | 2025.01.16 23:27:50.410758 [ 5 ] {34b5603a-2eda-4a24-b72c-bb129b65165c} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5958 | 2025.01.16 23:27:50.410960 [ 5 ] {34b5603a-2eda-4a24-b72c-bb129b65165c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001435 sec., 696.8641114982578 rows/sec., 46.96 KiB/sec. | ||
| 5959 | 2025.01.16 23:27:50.411009 [ 5 ] {34b5603a-2eda-4a24-b72c-bb129b65165c} <Debug> TCPHandler: Processed in 0.001647132 sec. | ||
| 5960 | 2025.01.16 23:27:50.411132 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5961 | 2025.01.16 23:27:50.411238 [ 255 ] {75072fdc-a95e-48c7-9b40-a4f862b5e241} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5962 | 2025.01.16 23:27:50.411304 [ 255 ] {75072fdc-a95e-48c7-9b40-a4f862b5e241} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5963 | 2025.01.16 23:27:50.412511 [ 255 ] {75072fdc-a95e-48c7-9b40-a4f862b5e241} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5964 | 2025.01.16 23:27:50.412547 [ 255 ] {75072fdc-a95e-48c7-9b40-a4f862b5e241} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 5965 | 2025.01.16 23:27:50.413230 [ 255 ] {75072fdc-a95e-48c7-9b40-a4f862b5e241} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5966 | 2025.01.16 23:27:50.413488 [ 255 ] {75072fdc-a95e-48c7-9b40-a4f862b5e241} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5967 | 2025.01.16 23:27:50.413727 [ 255 ] {75072fdc-a95e-48c7-9b40-a4f862b5e241} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00251 sec., 15537.848605577688 rows/sec., 27.84 MiB/sec. | ||
| 5968 | 2025.01.16 23:27:50.413818 [ 255 ] {75072fdc-a95e-48c7-9b40-a4f862b5e241} <Debug> TCPHandler: Processed in 0.002736433 sec. | ||
| 5969 | 2025.01.16 23:27:50.413962 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5970 | 2025.01.16 23:27:50.414093 [ 5 ] {5310b0b8-66f1-40a1-a34b-b22d6dae8be9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5971 | 2025.01.16 23:27:50.414141 [ 5 ] {5310b0b8-66f1-40a1-a34b-b22d6dae8be9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5972 | 2025.01.16 23:27:50.414575 [ 5 ] {5310b0b8-66f1-40a1-a34b-b22d6dae8be9} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5973 | 2025.01.16 23:27:50.414613 [ 5 ] {5310b0b8-66f1-40a1-a34b-b22d6dae8be9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 5974 | 2025.01.16 23:27:50.414964 [ 5 ] {5310b0b8-66f1-40a1-a34b-b22d6dae8be9} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5975 | 2025.01.16 23:27:50.415199 [ 5 ] {5310b0b8-66f1-40a1-a34b-b22d6dae8be9} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5976 | 2025.01.16 23:27:50.415422 [ 5 ] {5310b0b8-66f1-40a1-a34b-b22d6dae8be9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001351 sec., 60695.78090303479 rows/sec., 3.85 MiB/sec. | ||
| 5977 | 2025.01.16 23:27:50.415472 [ 5 ] {5310b0b8-66f1-40a1-a34b-b22d6dae8be9} <Debug> TCPHandler: Processed in 0.001568931 sec. | ||
| 5978 | 2025.01.16 23:27:51.000168 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 198.04 MiB, peak 203.29 MiB, free memory in arenas 0.00 B, will set to 196.94 MiB (RSS), difference: -1.11 MiB | ||
| 5979 | 2025.01.16 23:27:55.386089 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5980 | 2025.01.16 23:27:55.386403 [ 5 ] {97dda6a7-b2a2-412c-a82d-9f19e038a641} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5981 | 2025.01.16 23:27:55.386517 [ 5 ] {97dda6a7-b2a2-412c-a82d-9f19e038a641} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5982 | 2025.01.16 23:27:55.387261 [ 5 ] {97dda6a7-b2a2-412c-a82d-9f19e038a641} <Trace> oximeter.fields_ipaddr (32f5c164-55f5-48ad-a123-78247430c5f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5983 | 2025.01.16 23:27:55.387304 [ 5 ] {97dda6a7-b2a2-412c-a82d-9f19e038a641} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 5984 | 2025.01.16 23:27:55.387720 [ 5 ] {97dda6a7-b2a2-412c-a82d-9f19e038a641} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 5985 | 2025.01.16 23:27:55.387997 [ 5 ] {97dda6a7-b2a2-412c-a82d-9f19e038a641} <Trace> oximeter.fields_ipaddr (32f5c164-55f5-48ad-a123-78247430c5f2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5986 | 2025.01.16 23:27:55.388251 [ 5 ] {97dda6a7-b2a2-412c-a82d-9f19e038a641} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001928 sec., 2074.688796680498 rows/sec., 169.18 KiB/sec. | ||
| 5987 | 2025.01.16 23:27:55.388340 [ 5 ] {97dda6a7-b2a2-412c-a82d-9f19e038a641} <Debug> TCPHandler: Processed in 0.002426866 sec. | ||
| 5988 | 2025.01.16 23:27:55.388506 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5989 | 2025.01.16 23:27:55.388651 [ 255 ] {8d86b6cc-2dd7-4277-874e-ea099c452597} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5990 | 2025.01.16 23:27:55.388708 [ 255 ] {8d86b6cc-2dd7-4277-874e-ea099c452597} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5991 | 2025.01.16 23:27:55.389385 [ 255 ] {8d86b6cc-2dd7-4277-874e-ea099c452597} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5992 | 2025.01.16 23:27:55.389432 [ 255 ] {8d86b6cc-2dd7-4277-874e-ea099c452597} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 5993 | 2025.01.16 23:27:55.389821 [ 255 ] {8d86b6cc-2dd7-4277-874e-ea099c452597} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5994 | 2025.01.16 23:27:55.390055 [ 255 ] {8d86b6cc-2dd7-4277-874e-ea099c452597} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5995 | 2025.01.16 23:27:55.390219 [ 6 ] {} <Debug> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5996 | 2025.01.16 23:27:55.390285 [ 255 ] {8d86b6cc-2dd7-4277-874e-ea099c452597} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.001665 sec., 34834.83483483484 rows/sec., 2.67 MiB/sec. | ||
| 5997 | 2025.01.16 23:27:55.390305 [ 6 ] {} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5998 | 2025.01.16 23:27:55.390374 [ 6 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 5999 | 2025.01.16 23:27:55.390431 [ 255 ] {8d86b6cc-2dd7-4277-874e-ea099c452597} <Debug> TCPHandler: Processed in 0.001990238 sec. | ||
| 6000 | 2025.01.16 23:27:55.390671 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6001 | 2025.01.16 23:27:55.390704 [ 189 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::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 | ||
| 6002 | 2025.01.16 23:27:55.390874 [ 5 ] {c5fc38d5-4ddf-4ce9-97b5-7336e9a41158} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6003 | 2025.01.16 23:27:55.390963 [ 189 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6004 | 2025.01.16 23:27:55.390982 [ 5 ] {c5fc38d5-4ddf-4ce9-97b5-7336e9a41158} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6005 | 2025.01.16 23:27:55.391061 [ 189 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1431 rows starting from the beginning of the part | ||
| 6006 | 2025.01.16 23:27:55.391390 [ 189 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1428 rows starting from the beginning of the part | ||
| 6007 | 2025.01.16 23:27:55.391732 [ 189 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 56 rows starting from the beginning of the part | ||
| 6008 | 2025.01.16 23:27:55.392117 [ 189 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 56 rows starting from the beginning of the part | ||
| 6009 | 2025.01.16 23:27:55.392444 [ 189 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 281 rows starting from the beginning of the part | ||
| 6010 | 2025.01.16 23:27:55.392795 [ 189 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 58 rows starting from the beginning of the part | ||
| 6011 | 2025.01.16 23:27:55.393908 [ 5 ] {c5fc38d5-4ddf-4ce9-97b5-7336e9a41158} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6012 | 2025.01.16 23:27:55.393975 [ 5 ] {c5fc38d5-4ddf-4ce9-97b5-7336e9a41158} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6013 | 2025.01.16 23:27:55.394923 [ 5 ] {c5fc38d5-4ddf-4ce9-97b5-7336e9a41158} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6014 | 2025.01.16 23:27:55.395350 [ 5 ] {c5fc38d5-4ddf-4ce9-97b5-7336e9a41158} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6015 | 2025.01.16 23:27:55.395601 [ 5 ] {c5fc38d5-4ddf-4ce9-97b5-7336e9a41158} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.0048 sec., 833.3333333333334 rows/sec., 58.19 KiB/sec. | ||
| 6016 | 2025.01.16 23:27:55.395694 [ 5 ] {c5fc38d5-4ddf-4ce9-97b5-7336e9a41158} <Debug> TCPHandler: Processed in 0.005164729 sec. | ||
| 6017 | 2025.01.16 23:27:55.395934 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6018 | 2025.01.16 23:27:55.396121 [ 191 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3310 rows, containing 5 columns (5 merged, 0 gathered) in 0.005636758 sec., 587216.9782701333 rows/sec., 51.45 MiB/sec. | ||
| 6019 | 2025.01.16 23:27:55.396154 [ 255 ] {566d3079-e4e7-4c49-b936-4ef46a2843c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6020 | 2025.01.16 23:27:55.396214 [ 255 ] {566d3079-e4e7-4c49-b936-4ef46a2843c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6021 | 2025.01.16 23:27:55.396443 [ 199 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6022 | 2025.01.16 23:27:55.396851 [ 199 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_46_9} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6023 | 2025.01.16 23:27:55.396961 [ 199 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_46_9} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6024 | 2025.01.16 23:27:55.397083 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 6025 | 2025.01.16 23:27:55.397150 [ 255 ] {566d3079-e4e7-4c49-b936-4ef46a2843c9} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6026 | 2025.01.16 23:27:55.397188 [ 255 ] {566d3079-e4e7-4c49-b936-4ef46a2843c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6027 | 2025.01.16 23:27:55.397539 [ 255 ] {566d3079-e4e7-4c49-b936-4ef46a2843c9} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6028 | 2025.01.16 23:27:55.397774 [ 255 ] {566d3079-e4e7-4c49-b936-4ef46a2843c9} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6029 | 2025.01.16 23:27:55.397930 [ 6 ] {} <Debug> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6030 | 2025.01.16 23:27:55.397997 [ 6 ] {} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6031 | 2025.01.16 23:27:55.398036 [ 255 ] {566d3079-e4e7-4c49-b936-4ef46a2843c9} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001901 sec., 35770.64702788006 rows/sec., 2.80 MiB/sec. | ||
| 6032 | 2025.01.16 23:27:55.398053 [ 6 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6033 | 2025.01.16 23:27:55.398208 [ 255 ] {566d3079-e4e7-4c49-b936-4ef46a2843c9} <Debug> TCPHandler: Processed in 0.002397896 sec. | ||
| 6034 | 2025.01.16 23:27:55.398340 [ 196 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::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 | ||
| 6035 | 2025.01.16 23:27:55.398429 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6036 | 2025.01.16 23:27:55.398591 [ 196 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6037 | 2025.01.16 23:27:55.398683 [ 196 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 913 rows starting from the beginning of the part | ||
| 6038 | 2025.01.16 23:27:55.398693 [ 5 ] {75105b07-23c4-42e5-b8dd-5569378cfacd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6039 | 2025.01.16 23:27:55.398908 [ 5 ] {75105b07-23c4-42e5-b8dd-5569378cfacd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6040 | 2025.01.16 23:27:55.398938 [ 196 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 891 rows starting from the beginning of the part | ||
| 6041 | 2025.01.16 23:27:55.399259 [ 196 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 64 rows starting from the beginning of the part | ||
| 6042 | 2025.01.16 23:27:55.399762 [ 196 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 64 rows starting from the beginning of the part | ||
| 6043 | 2025.01.16 23:27:55.400086 [ 196 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 421 rows starting from the beginning of the part | ||
| 6044 | 2025.01.16 23:27:55.400421 [ 196 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 68 rows starting from the beginning of the part | ||
| 6045 | 2025.01.16 23:27:55.401697 [ 5 ] {75105b07-23c4-42e5-b8dd-5569378cfacd} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6046 | 2025.01.16 23:27:55.401756 [ 5 ] {75105b07-23c4-42e5-b8dd-5569378cfacd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6047 | 2025.01.16 23:27:55.402826 [ 5 ] {75105b07-23c4-42e5-b8dd-5569378cfacd} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6048 | 2025.01.16 23:27:55.403186 [ 5 ] {75105b07-23c4-42e5-b8dd-5569378cfacd} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6049 | 2025.01.16 23:27:55.403440 [ 6 ] {} <Debug> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6050 | 2025.01.16 23:27:55.403583 [ 6 ] {} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6051 | 2025.01.16 23:27:55.403688 [ 6 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6052 | 2025.01.16 23:27:55.403706 [ 5 ] {75105b07-23c4-42e5-b8dd-5569378cfacd} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.005055 sec., 32047.477744807125 rows/sec., 2.23 MiB/sec. | ||
| 6053 | 2025.01.16 23:27:55.404143 [ 5 ] {75105b07-23c4-42e5-b8dd-5569378cfacd} <Debug> TCPHandler: Processed in 0.005802122 sec. | ||
| 6054 | 2025.01.16 23:27:55.404241 [ 199 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::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 | ||
| 6055 | 2025.01.16 23:27:55.404292 [ 191 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2421 rows, containing 5 columns (5 merged, 0 gathered) in 0.006101927 sec., 396759.9087960246 rows/sec., 30.44 MiB/sec. | ||
| 6056 | 2025.01.16 23:27:55.404351 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6057 | 2025.01.16 23:27:55.404402 [ 199 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6058 | 2025.01.16 23:27:55.404459 [ 199 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12782 rows starting from the beginning of the part | ||
| 6059 | 2025.01.16 23:27:55.404528 [ 255 ] {e69c0d16-eee9-447c-822c-8d409b35cc43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6060 | 2025.01.16 23:27:55.404581 [ 191 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6061 | 2025.01.16 23:27:55.404761 [ 199 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 962 rows starting from the beginning of the part | ||
| 6062 | 2025.01.16 23:27:55.404819 [ 255 ] {e69c0d16-eee9-447c-822c-8d409b35cc43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6063 | 2025.01.16 23:27:55.405247 [ 199 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 128 rows starting from the beginning of the part | ||
| 6064 | 2025.01.16 23:27:55.405700 [ 199 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::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 | ||
| 6065 | 2025.01.16 23:27:55.406104 [ 191 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_46_9} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6066 | 2025.01.16 23:27:55.406191 [ 199 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::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 | ||
| 6067 | 2025.01.16 23:27:55.406485 [ 191 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_46_9} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6068 | 2025.01.16 23:27:55.406559 [ 199 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 162 rows starting from the beginning of the part | ||
| 6069 | 2025.01.16 23:27:55.406768 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 6070 | 2025.01.16 23:27:55.407392 [ 255 ] {e69c0d16-eee9-447c-822c-8d409b35cc43} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6071 | 2025.01.16 23:27:55.407431 [ 255 ] {e69c0d16-eee9-447c-822c-8d409b35cc43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6072 | 2025.01.16 23:27:55.407861 [ 255 ] {e69c0d16-eee9-447c-822c-8d409b35cc43} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6073 | 2025.01.16 23:27:55.408143 [ 255 ] {e69c0d16-eee9-447c-822c-8d409b35cc43} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6074 | 2025.01.16 23:27:55.408396 [ 6 ] {} <Debug> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6075 | 2025.01.16 23:27:55.408514 [ 6 ] {} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6076 | 2025.01.16 23:27:55.408586 [ 6 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6077 | 2025.01.16 23:27:55.408600 [ 255 ] {e69c0d16-eee9-447c-822c-8d409b35cc43} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004102 sec., 14627.011214041931 rows/sec., 1009.42 KiB/sec. | ||
| 6078 | 2025.01.16 23:27:55.409116 [ 255 ] {e69c0d16-eee9-447c-822c-8d409b35cc43} <Debug> TCPHandler: Processed in 0.004829623 sec. | ||
| 6079 | 2025.01.16 23:27:55.409475 [ 188 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::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 | ||
| 6080 | 2025.01.16 23:27:55.409747 [ 188 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6081 | 2025.01.16 23:27:55.409799 [ 188 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2372 rows starting from the beginning of the part | ||
| 6082 | 2025.01.16 23:27:55.409901 [ 188 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 34 rows starting from the beginning of the part | ||
| 6083 | 2025.01.16 23:27:55.410184 [ 188 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 48 rows starting from the beginning of the part | ||
| 6084 | 2025.01.16 23:27:55.410384 [ 188 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::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 | ||
| 6085 | 2025.01.16 23:27:55.410779 [ 188 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::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 | ||
| 6086 | 2025.01.16 23:27:55.411070 [ 188 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::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 | ||
| 6087 | 2025.01.16 23:27:55.413121 [ 192 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14431 rows, containing 5 columns (5 merged, 0 gathered) in 0.009267158 sec., 1557219.592025948 rows/sec., 105.00 MiB/sec. | ||
| 6088 | 2025.01.16 23:27:55.413188 [ 198 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2656 rows, containing 4 columns (4 merged, 0 gathered) in 0.004348413 sec., 610797.5484389362 rows/sec., 39.73 MiB/sec. | ||
| 6089 | 2025.01.16 23:27:55.413678 [ 192 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6090 | 2025.01.16 23:27:55.413754 [ 198 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6091 | 2025.01.16 23:27:55.414204 [ 192 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6092 | 2025.01.16 23:27:55.414344 [ 198 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_46_9} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6093 | 2025.01.16 23:27:55.414364 [ 192 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6094 | 2025.01.16 23:27:55.414570 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.62 MiB. | ||
| 6095 | 2025.01.16 23:27:55.414569 [ 198 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_46_9} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6096 | 2025.01.16 23:27:55.414726 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 6097 | 2025.01.16 23:27:56.727101 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298 | ||
| 6098 | 2025.01.16 23:27:56.727827 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6099 | 2025.01.16 23:27:56.727869 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6100 | 2025.01.16 23:27:56.728403 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6101 | 2025.01.16 23:27:56.728665 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6102 | 2025.01.16 23:27:56.728911 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298 | ||
| 6103 | 2025.01.16 23:27:57.670952 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 | ||
| 6104 | 2025.01.16 23:27:57.691254 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6105 | 2025.01.16 23:27:57.691304 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6106 | 2025.01.16 23:27:57.698680 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6107 | 2025.01.16 23:27:57.699494 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6108 | 2025.01.16 23:27:57.702142 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 6109 | 2025.01.16 23:27:59.288310 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 840 | ||
| 6110 | 2025.01.16 23:27:59.291460 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6111 | 2025.01.16 23:27:59.291519 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6112 | 2025.01.16 23:27:59.293030 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6113 | 2025.01.16 23:27:59.293355 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6114 | 2025.01.16 23:27:59.293580 [ 27 ] {} <Debug> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6115 | 2025.01.16 23:27:59.293707 [ 27 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6116 | 2025.01.16 23:27:59.293771 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6117 | 2025.01.16 23:27:59.294270 [ 200 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::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 | ||
| 6118 | 2025.01.16 23:27:59.295022 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 840 | ||
| 6119 | 2025.01.16 23:27:59.295490 [ 200 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6120 | 2025.01.16 23:27:59.295669 [ 200 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 690 rows starting from the beginning of the part | ||
| 6121 | 2025.01.16 23:27:59.296347 [ 200 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 16 rows starting from the beginning of the part | ||
| 6122 | 2025.01.16 23:27:59.296984 [ 200 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 30 rows starting from the beginning of the part | ||
| 6123 | 2025.01.16 23:27:59.297603 [ 200 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 54 rows starting from the beginning of the part | ||
| 6124 | 2025.01.16 23:27:59.298242 [ 200 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 16 rows starting from the beginning of the part | ||
| 6125 | 2025.01.16 23:27:59.298695 [ 200 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::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 | ||
| 6126 | 2025.01.16 23:27:59.306392 [ 193 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 840 rows, containing 72 columns (72 merged, 0 gathered) in 0.01246684 sec., 67378.74232764679 rows/sec., 55.94 MiB/sec. | ||
| 6127 | 2025.01.16 23:27:59.307662 [ 190 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6128 | 2025.01.16 23:27:59.308431 [ 190 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_21_4} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6129 | 2025.01.16 23:27:59.308513 [ 190 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_21_4} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6130 | 2025.01.16 23:27:59.308820 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB. | ||
| 6131 | 2025.01.16 23:28:00.400328 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6132 | 2025.01.16 23:28:00.400637 [ 5 ] {397e0773-c2bc-44f1-bd19-ab48a9ffac25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6133 | 2025.01.16 23:28:00.400739 [ 5 ] {397e0773-c2bc-44f1-bd19-ab48a9ffac25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6134 | 2025.01.16 23:28:00.401946 [ 5 ] {397e0773-c2bc-44f1-bd19-ab48a9ffac25} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6135 | 2025.01.16 23:28:00.402009 [ 5 ] {397e0773-c2bc-44f1-bd19-ab48a9ffac25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6136 | 2025.01.16 23:28:00.402576 [ 5 ] {397e0773-c2bc-44f1-bd19-ab48a9ffac25} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6137 | 2025.01.16 23:28:00.402861 [ 5 ] {397e0773-c2bc-44f1-bd19-ab48a9ffac25} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6138 | 2025.01.16 23:28:00.403088 [ 5 ] {397e0773-c2bc-44f1-bd19-ab48a9ffac25} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002522 sec., 5551.149881046788 rows/sec., 399.61 KiB/sec. | ||
| 6139 | 2025.01.16 23:28:00.403168 [ 5 ] {397e0773-c2bc-44f1-bd19-ab48a9ffac25} <Debug> TCPHandler: Processed in 0.003071159 sec. | ||
| 6140 | 2025.01.16 23:28:00.403395 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6141 | 2025.01.16 23:28:00.403521 [ 255 ] {79a8ee3f-34a4-4fd2-bc96-1bb42dfece53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6142 | 2025.01.16 23:28:00.403570 [ 255 ] {79a8ee3f-34a4-4fd2-bc96-1bb42dfece53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6143 | 2025.01.16 23:28:00.404275 [ 255 ] {79a8ee3f-34a4-4fd2-bc96-1bb42dfece53} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6144 | 2025.01.16 23:28:00.404319 [ 255 ] {79a8ee3f-34a4-4fd2-bc96-1bb42dfece53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6145 | 2025.01.16 23:28:00.404710 [ 255 ] {79a8ee3f-34a4-4fd2-bc96-1bb42dfece53} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6146 | 2025.01.16 23:28:00.404961 [ 255 ] {79a8ee3f-34a4-4fd2-bc96-1bb42dfece53} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6147 | 2025.01.16 23:28:00.405160 [ 255 ] {79a8ee3f-34a4-4fd2-bc96-1bb42dfece53} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.001665 sec., 168768.76876876876 rows/sec., 14.91 MiB/sec. | ||
| 6148 | 2025.01.16 23:28:00.405277 [ 255 ] {79a8ee3f-34a4-4fd2-bc96-1bb42dfece53} <Debug> TCPHandler: Processed in 0.001962987 sec. | ||
| 6149 | 2025.01.16 23:28:00.405486 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6150 | 2025.01.16 23:28:00.405741 [ 5 ] {85e5baf5-61dc-41ca-87d0-5b4cb99a61df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6151 | 2025.01.16 23:28:00.405799 [ 5 ] {85e5baf5-61dc-41ca-87d0-5b4cb99a61df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6152 | 2025.01.16 23:28:00.406361 [ 5 ] {85e5baf5-61dc-41ca-87d0-5b4cb99a61df} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6153 | 2025.01.16 23:28:00.406399 [ 5 ] {85e5baf5-61dc-41ca-87d0-5b4cb99a61df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6154 | 2025.01.16 23:28:00.406746 [ 5 ] {85e5baf5-61dc-41ca-87d0-5b4cb99a61df} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6155 | 2025.01.16 23:28:00.407011 [ 5 ] {85e5baf5-61dc-41ca-87d0-5b4cb99a61df} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6156 | 2025.01.16 23:28:00.407222 [ 5 ] {85e5baf5-61dc-41ca-87d0-5b4cb99a61df} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001547 sec., 29734.9709114415 rows/sec., 2.14 MiB/sec. | ||
| 6157 | 2025.01.16 23:28:00.407275 [ 5 ] {85e5baf5-61dc-41ca-87d0-5b4cb99a61df} <Debug> TCPHandler: Processed in 0.001883536 sec. | ||
| 6158 | 2025.01.16 23:28:00.407427 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6159 | 2025.01.16 23:28:00.407534 [ 255 ] {04f84fc6-55c3-4009-9c78-6be1117fa655} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6160 | 2025.01.16 23:28:00.407581 [ 255 ] {04f84fc6-55c3-4009-9c78-6be1117fa655} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6161 | 2025.01.16 23:28:00.408136 [ 255 ] {04f84fc6-55c3-4009-9c78-6be1117fa655} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6162 | 2025.01.16 23:28:00.408176 [ 255 ] {04f84fc6-55c3-4009-9c78-6be1117fa655} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6163 | 2025.01.16 23:28:00.408525 [ 255 ] {04f84fc6-55c3-4009-9c78-6be1117fa655} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6164 | 2025.01.16 23:28:00.408772 [ 255 ] {04f84fc6-55c3-4009-9c78-6be1117fa655} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6165 | 2025.01.16 23:28:00.408961 [ 172 ] {} <Debug> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 6166 | 2025.01.16 23:28:00.409002 [ 255 ] {04f84fc6-55c3-4009-9c78-6be1117fa655} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001481 sec., 9453.072248480757 rows/sec., 662.03 KiB/sec. | ||
| 6167 | 2025.01.16 23:28:00.409051 [ 172 ] {} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6168 | 2025.01.16 23:28:00.409109 [ 255 ] {04f84fc6-55c3-4009-9c78-6be1117fa655} <Debug> TCPHandler: Processed in 0.001731153 sec. | ||
| 6169 | 2025.01.16 23:28:00.409120 [ 172 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6170 | 2025.01.16 23:28:00.409337 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6171 | 2025.01.16 23:28:00.409393 [ 192 ] {fb32bae1-da20-4def-832b-7229abb48644::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 | ||
| 6172 | 2025.01.16 23:28:00.409525 [ 5 ] {81f6acbb-1e2e-4646-80a8-603ce82e6baa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6173 | 2025.01.16 23:28:00.409605 [ 5 ] {81f6acbb-1e2e-4646-80a8-603ce82e6baa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6174 | 2025.01.16 23:28:00.409881 [ 192 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6175 | 2025.01.16 23:28:00.409994 [ 192 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 243 rows starting from the beginning of the part | ||
| 6176 | 2025.01.16 23:28:00.410346 [ 192 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part | ||
| 6177 | 2025.01.16 23:28:00.410706 [ 192 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part | ||
| 6178 | 2025.01.16 23:28:00.411157 [ 192 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 242 rows starting from the beginning of the part | ||
| 6179 | 2025.01.16 23:28:00.411533 [ 192 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
| 6180 | 2025.01.16 23:28:00.411858 [ 192 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part | ||
| 6181 | 2025.01.16 23:28:00.412710 [ 5 ] {81f6acbb-1e2e-4646-80a8-603ce82e6baa} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6182 | 2025.01.16 23:28:00.412772 [ 5 ] {81f6acbb-1e2e-4646-80a8-603ce82e6baa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6183 | 2025.01.16 23:28:00.413638 [ 5 ] {81f6acbb-1e2e-4646-80a8-603ce82e6baa} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6184 | 2025.01.16 23:28:00.414199 [ 5 ] {81f6acbb-1e2e-4646-80a8-603ce82e6baa} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6185 | 2025.01.16 23:28:00.414803 [ 5 ] {81f6acbb-1e2e-4646-80a8-603ce82e6baa} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005307 sec., 2449.5948746938006 rows/sec., 152.73 KiB/sec. | ||
| 6186 | 2025.01.16 23:28:00.415182 [ 5 ] {81f6acbb-1e2e-4646-80a8-603ce82e6baa} <Debug> TCPHandler: Processed in 0.005923343 sec. | ||
| 6187 | 2025.01.16 23:28:00.415501 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6188 | 2025.01.16 23:28:00.415537 [ 192 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.00628083 sec., 86135.11271599453 rows/sec., 6.17 MiB/sec. | ||
| 6189 | 2025.01.16 23:28:00.415718 [ 255 ] {8c3bbd49-aeb5-47b4-b4d5-ab2f3d7b546f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6190 | 2025.01.16 23:28:00.415793 [ 255 ] {8c3bbd49-aeb5-47b4-b4d5-ab2f3d7b546f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6191 | 2025.01.16 23:28:00.415810 [ 192 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 6192 | 2025.01.16 23:28:00.416503 [ 192 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_20_4} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6193 | 2025.01.16 23:28:00.416646 [ 192 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_20_4} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 6194 | 2025.01.16 23:28:00.416743 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 6195 | 2025.01.16 23:28:00.417162 [ 255 ] {8c3bbd49-aeb5-47b4-b4d5-ab2f3d7b546f} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6196 | 2025.01.16 23:28:00.417209 [ 255 ] {8c3bbd49-aeb5-47b4-b4d5-ab2f3d7b546f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6197 | 2025.01.16 23:28:00.417667 [ 255 ] {8c3bbd49-aeb5-47b4-b4d5-ab2f3d7b546f} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6198 | 2025.01.16 23:28:00.418015 [ 255 ] {8c3bbd49-aeb5-47b4-b4d5-ab2f3d7b546f} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6199 | 2025.01.16 23:28:00.418289 [ 255 ] {8c3bbd49-aeb5-47b4-b4d5-ab2f3d7b546f} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.00262 sec., 160687.02290076338 rows/sec., 11.48 MiB/sec. | ||
| 6200 | 2025.01.16 23:28:00.418429 [ 255 ] {8c3bbd49-aeb5-47b4-b4d5-ab2f3d7b546f} <Debug> TCPHandler: Processed in 0.003083749 sec. | ||
| 6201 | 2025.01.16 23:28:00.418700 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6202 | 2025.01.16 23:28:00.418836 [ 5 ] {2cca440a-f55e-4e72-930e-0531ed9a8c06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6203 | 2025.01.16 23:28:00.418896 [ 5 ] {2cca440a-f55e-4e72-930e-0531ed9a8c06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6204 | 2025.01.16 23:28:00.419441 [ 5 ] {2cca440a-f55e-4e72-930e-0531ed9a8c06} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6205 | 2025.01.16 23:28:00.419481 [ 5 ] {2cca440a-f55e-4e72-930e-0531ed9a8c06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6206 | 2025.01.16 23:28:00.419852 [ 5 ] {2cca440a-f55e-4e72-930e-0531ed9a8c06} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6207 | 2025.01.16 23:28:00.420097 [ 5 ] {2cca440a-f55e-4e72-930e-0531ed9a8c06} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6208 | 2025.01.16 23:28:00.420277 [ 172 ] {} <Debug> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 6209 | 2025.01.16 23:28:00.420312 [ 5 ] {2cca440a-f55e-4e72-930e-0531ed9a8c06} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001505 sec., 3986.7109634551493 rows/sec., 208.29 KiB/sec. | ||
| 6210 | 2025.01.16 23:28:00.420382 [ 172 ] {} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6211 | 2025.01.16 23:28:00.420429 [ 5 ] {2cca440a-f55e-4e72-930e-0531ed9a8c06} <Debug> TCPHandler: Processed in 0.001860546 sec. | ||
| 6212 | 2025.01.16 23:28:00.420446 [ 172 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6213 | 2025.01.16 23:28:00.420674 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6214 | 2025.01.16 23:28:00.421072 [ 255 ] {1fae1351-38d2-4a91-98c6-696978bde0d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6215 | 2025.01.16 23:28:00.421164 [ 193 ] {c8167fb3-3109-478e-9e50-cedfae572766::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 | ||
| 6216 | 2025.01.16 23:28:00.421246 [ 255 ] {1fae1351-38d2-4a91-98c6-696978bde0d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6217 | 2025.01.16 23:28:00.421709 [ 193 ] {c8167fb3-3109-478e-9e50-cedfae572766::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6218 | 2025.01.16 23:28:00.421834 [ 193 ] {c8167fb3-3109-478e-9e50-cedfae572766::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 | ||
| 6219 | 2025.01.16 23:28:00.422157 [ 193 ] {c8167fb3-3109-478e-9e50-cedfae572766::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 | ||
| 6220 | 2025.01.16 23:28:00.422481 [ 193 ] {c8167fb3-3109-478e-9e50-cedfae572766::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 | ||
| 6221 | 2025.01.16 23:28:00.422828 [ 193 ] {c8167fb3-3109-478e-9e50-cedfae572766::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 | ||
| 6222 | 2025.01.16 23:28:00.423161 [ 193 ] {c8167fb3-3109-478e-9e50-cedfae572766::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 | ||
| 6223 | 2025.01.16 23:28:00.423493 [ 193 ] {c8167fb3-3109-478e-9e50-cedfae572766::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 | ||
| 6224 | 2025.01.16 23:28:00.423751 [ 255 ] {1fae1351-38d2-4a91-98c6-696978bde0d6} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6225 | 2025.01.16 23:28:00.423885 [ 255 ] {1fae1351-38d2-4a91-98c6-696978bde0d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6226 | 2025.01.16 23:28:00.425149 [ 255 ] {1fae1351-38d2-4a91-98c6-696978bde0d6} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6227 | 2025.01.16 23:28:00.426008 [ 255 ] {1fae1351-38d2-4a91-98c6-696978bde0d6} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6228 | 2025.01.16 23:28:00.426832 [ 255 ] {1fae1351-38d2-4a91-98c6-696978bde0d6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005905 sec., 40135.47840812871 rows/sec., 2.69 MiB/sec. | ||
| 6229 | 2025.01.16 23:28:00.426988 [ 194 ] {c8167fb3-3109-478e-9e50-cedfae572766::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.006369762 sec., 18839.00842763042 rows/sec., 984.26 KiB/sec. | ||
| 6230 | 2025.01.16 23:28:00.426999 [ 255 ] {1fae1351-38d2-4a91-98c6-696978bde0d6} <Debug> TCPHandler: Processed in 0.006449754 sec. | ||
| 6231 | 2025.01.16 23:28:00.427284 [ 194 ] {c8167fb3-3109-478e-9e50-cedfae572766::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 6232 | 2025.01.16 23:28:00.427332 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6233 | 2025.01.16 23:28:00.427503 [ 5 ] {6d07ffdc-db30-4e80-bf16-c82dbb1bce72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6234 | 2025.01.16 23:28:00.427603 [ 5 ] {6d07ffdc-db30-4e80-bf16-c82dbb1bce72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6235 | 2025.01.16 23:28:00.428014 [ 194 ] {c8167fb3-3109-478e-9e50-cedfae572766::all_1_20_4} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6236 | 2025.01.16 23:28:00.428164 [ 194 ] {c8167fb3-3109-478e-9e50-cedfae572766::all_1_20_4} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 6237 | 2025.01.16 23:28:00.428335 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 6238 | 2025.01.16 23:28:00.428540 [ 5 ] {6d07ffdc-db30-4e80-bf16-c82dbb1bce72} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6239 | 2025.01.16 23:28:00.428588 [ 5 ] {6d07ffdc-db30-4e80-bf16-c82dbb1bce72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6240 | 2025.01.16 23:28:00.428995 [ 5 ] {6d07ffdc-db30-4e80-bf16-c82dbb1bce72} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6241 | 2025.01.16 23:28:00.429256 [ 5 ] {6d07ffdc-db30-4e80-bf16-c82dbb1bce72} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6242 | 2025.01.16 23:28:00.429496 [ 5 ] {6d07ffdc-db30-4e80-bf16-c82dbb1bce72} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002041 sec., 489.9559039686429 rows/sec., 33.01 KiB/sec. | ||
| 6243 | 2025.01.16 23:28:00.429560 [ 5 ] {6d07ffdc-db30-4e80-bf16-c82dbb1bce72} <Debug> TCPHandler: Processed in 0.002336945 sec. | ||
| 6244 | 2025.01.16 23:28:00.429944 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6245 | 2025.01.16 23:28:00.430070 [ 255 ] {f6b1059d-3ae4-4bfa-9046-29e3b0658592} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6246 | 2025.01.16 23:28:00.430161 [ 255 ] {f6b1059d-3ae4-4bfa-9046-29e3b0658592} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6247 | 2025.01.16 23:28:00.433420 [ 255 ] {f6b1059d-3ae4-4bfa-9046-29e3b0658592} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6248 | 2025.01.16 23:28:00.433462 [ 255 ] {f6b1059d-3ae4-4bfa-9046-29e3b0658592} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6249 | 2025.01.16 23:28:00.434192 [ 255 ] {f6b1059d-3ae4-4bfa-9046-29e3b0658592} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6250 | 2025.01.16 23:28:00.434487 [ 255 ] {f6b1059d-3ae4-4bfa-9046-29e3b0658592} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6251 | 2025.01.16 23:28:00.434723 [ 255 ] {f6b1059d-3ae4-4bfa-9046-29e3b0658592} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004683 sec., 8327.994875080078 rows/sec., 14.92 MiB/sec. | ||
| 6252 | 2025.01.16 23:28:00.434832 [ 255 ] {f6b1059d-3ae4-4bfa-9046-29e3b0658592} <Debug> TCPHandler: Processed in 0.004955445 sec. | ||
| 6253 | 2025.01.16 23:28:00.435012 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6254 | 2025.01.16 23:28:00.435127 [ 5 ] {df3a21af-88df-46dc-8ea4-25940f41bf93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6255 | 2025.01.16 23:28:00.435174 [ 5 ] {df3a21af-88df-46dc-8ea4-25940f41bf93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6256 | 2025.01.16 23:28:00.435634 [ 5 ] {df3a21af-88df-46dc-8ea4-25940f41bf93} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6257 | 2025.01.16 23:28:00.435673 [ 5 ] {df3a21af-88df-46dc-8ea4-25940f41bf93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6258 | 2025.01.16 23:28:00.436047 [ 5 ] {df3a21af-88df-46dc-8ea4-25940f41bf93} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6259 | 2025.01.16 23:28:00.436293 [ 5 ] {df3a21af-88df-46dc-8ea4-25940f41bf93} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6260 | 2025.01.16 23:28:00.436504 [ 5 ] {df3a21af-88df-46dc-8ea4-25940f41bf93} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001401 sec., 58529.621698786585 rows/sec., 3.72 MiB/sec. | ||
| 6261 | 2025.01.16 23:28:00.436557 [ 5 ] {df3a21af-88df-46dc-8ea4-25940f41bf93} <Debug> TCPHandler: Processed in 0.001602601 sec. | ||
| 6262 | 2025.01.16 23:28:04.057234 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6263 | 2025.01.16 23:28:04.057291 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6264 | 2025.01.16 23:28:04.229102 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786 | ||
| 6265 | 2025.01.16 23:28:04.229856 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6266 | 2025.01.16 23:28:04.229899 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6267 | 2025.01.16 23:28:04.230431 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6268 | 2025.01.16 23:28:04.230689 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6269 | 2025.01.16 23:28:04.230906 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 6270 | 2025.01.16 23:28:05.202273 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 6271 | 2025.01.16 23:28:05.223122 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6272 | 2025.01.16 23:28:05.223182 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6273 | 2025.01.16 23:28:05.230764 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6274 | 2025.01.16 23:28:05.231557 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6275 | 2025.01.16 23:28:05.234342 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 6276 | 2025.01.16 23:28:05.385970 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6277 | 2025.01.16 23:28:05.386158 [ 5 ] {3cee0a84-c9b8-4dfd-b2f3-eee81dfadfde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6278 | 2025.01.16 23:28:05.386233 [ 5 ] {3cee0a84-c9b8-4dfd-b2f3-eee81dfadfde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6279 | 2025.01.16 23:28:05.387012 [ 5 ] {3cee0a84-c9b8-4dfd-b2f3-eee81dfadfde} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6280 | 2025.01.16 23:28:05.387059 [ 5 ] {3cee0a84-c9b8-4dfd-b2f3-eee81dfadfde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6281 | 2025.01.16 23:28:05.387467 [ 5 ] {3cee0a84-c9b8-4dfd-b2f3-eee81dfadfde} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6282 | 2025.01.16 23:28:05.387719 [ 5 ] {3cee0a84-c9b8-4dfd-b2f3-eee81dfadfde} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6283 | 2025.01.16 23:28:05.387942 [ 5 ] {3cee0a84-c9b8-4dfd-b2f3-eee81dfadfde} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001837 sec., 30484.48557430593 rows/sec., 2.34 MiB/sec. | ||
| 6284 | 2025.01.16 23:28:05.387998 [ 5 ] {3cee0a84-c9b8-4dfd-b2f3-eee81dfadfde} <Debug> TCPHandler: Processed in 0.002152602 sec. | ||
| 6285 | 2025.01.16 23:28:05.388153 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6286 | 2025.01.16 23:28:05.388261 [ 255 ] {72c95fa8-b7de-4d6b-8dd9-1af92ad6a2d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6287 | 2025.01.16 23:28:05.388307 [ 255 ] {72c95fa8-b7de-4d6b-8dd9-1af92ad6a2d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6288 | 2025.01.16 23:28:05.388851 [ 255 ] {72c95fa8-b7de-4d6b-8dd9-1af92ad6a2d2} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6289 | 2025.01.16 23:28:05.388890 [ 255 ] {72c95fa8-b7de-4d6b-8dd9-1af92ad6a2d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6290 | 2025.01.16 23:28:05.389246 [ 255 ] {72c95fa8-b7de-4d6b-8dd9-1af92ad6a2d2} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6291 | 2025.01.16 23:28:05.389487 [ 255 ] {72c95fa8-b7de-4d6b-8dd9-1af92ad6a2d2} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6292 | 2025.01.16 23:28:05.389700 [ 255 ] {72c95fa8-b7de-4d6b-8dd9-1af92ad6a2d2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001461 sec., 43805.61259411362 rows/sec., 3.42 MiB/sec. | ||
| 6293 | 2025.01.16 23:28:05.389752 [ 255 ] {72c95fa8-b7de-4d6b-8dd9-1af92ad6a2d2} <Debug> TCPHandler: Processed in 0.001659152 sec. | ||
| 6294 | 2025.01.16 23:28:05.389893 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6295 | 2025.01.16 23:28:05.390002 [ 5 ] {184f8ae1-7cbb-4a13-bdc6-366ceb3b492f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6296 | 2025.01.16 23:28:05.390051 [ 5 ] {184f8ae1-7cbb-4a13-bdc6-366ceb3b492f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6297 | 2025.01.16 23:28:05.390564 [ 5 ] {184f8ae1-7cbb-4a13-bdc6-366ceb3b492f} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6298 | 2025.01.16 23:28:05.390603 [ 5 ] {184f8ae1-7cbb-4a13-bdc6-366ceb3b492f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6299 | 2025.01.16 23:28:05.391007 [ 5 ] {184f8ae1-7cbb-4a13-bdc6-366ceb3b492f} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6300 | 2025.01.16 23:28:05.391254 [ 5 ] {184f8ae1-7cbb-4a13-bdc6-366ceb3b492f} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6301 | 2025.01.16 23:28:05.391464 [ 5 ] {184f8ae1-7cbb-4a13-bdc6-366ceb3b492f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001484 sec., 107816.71159029649 rows/sec., 7.51 MiB/sec. | ||
| 6302 | 2025.01.16 23:28:05.391516 [ 5 ] {184f8ae1-7cbb-4a13-bdc6-366ceb3b492f} <Debug> TCPHandler: Processed in 0.001684012 sec. | ||
| 6303 | 2025.01.16 23:28:05.391659 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6304 | 2025.01.16 23:28:05.391765 [ 255 ] {856b8e0e-6c38-4fa2-b406-4ef8d62b8a16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6305 | 2025.01.16 23:28:05.391811 [ 255 ] {856b8e0e-6c38-4fa2-b406-4ef8d62b8a16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6306 | 2025.01.16 23:28:05.392273 [ 255 ] {856b8e0e-6c38-4fa2-b406-4ef8d62b8a16} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6307 | 2025.01.16 23:28:05.392312 [ 255 ] {856b8e0e-6c38-4fa2-b406-4ef8d62b8a16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6308 | 2025.01.16 23:28:05.392666 [ 255 ] {856b8e0e-6c38-4fa2-b406-4ef8d62b8a16} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6309 | 2025.01.16 23:28:05.392923 [ 255 ] {856b8e0e-6c38-4fa2-b406-4ef8d62b8a16} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6310 | 2025.01.16 23:28:05.393140 [ 255 ] {856b8e0e-6c38-4fa2-b406-4ef8d62b8a16} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001396 sec., 42979.942693409736 rows/sec., 2.90 MiB/sec. | ||
| 6311 | 2025.01.16 23:28:05.393191 [ 255 ] {856b8e0e-6c38-4fa2-b406-4ef8d62b8a16} <Debug> TCPHandler: Processed in 0.0015896 sec. | ||
| 6312 | 2025.01.16 23:28:05.810499 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6313 | 2025.01.16 23:28:05.810700 [ 5 ] {ae932964-5674-4222-9ee9-b0b10f9c6eb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6314 | 2025.01.16 23:28:05.810776 [ 5 ] {ae932964-5674-4222-9ee9-b0b10f9c6eb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6315 | 2025.01.16 23:28:05.811517 [ 5 ] {ae932964-5674-4222-9ee9-b0b10f9c6eb9} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6316 | 2025.01.16 23:28:05.811567 [ 5 ] {ae932964-5674-4222-9ee9-b0b10f9c6eb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6317 | 2025.01.16 23:28:05.811986 [ 5 ] {ae932964-5674-4222-9ee9-b0b10f9c6eb9} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6318 | 2025.01.16 23:28:05.812233 [ 5 ] {ae932964-5674-4222-9ee9-b0b10f9c6eb9} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6319 | 2025.01.16 23:28:05.812436 [ 65 ] {} <Debug> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6320 | 2025.01.16 23:28:05.812505 [ 5 ] {ae932964-5674-4222-9ee9-b0b10f9c6eb9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001855 sec., 7547.169811320754 rows/sec., 543.30 KiB/sec. | ||
| 6321 | 2025.01.16 23:28:05.812522 [ 65 ] {} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6322 | 2025.01.16 23:28:05.812591 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6323 | 2025.01.16 23:28:05.812641 [ 5 ] {ae932964-5674-4222-9ee9-b0b10f9c6eb9} <Debug> TCPHandler: Processed in 0.002269953 sec. | ||
| 6324 | 2025.01.16 23:28:05.812763 [ 187 ] {36238c60-81c7-4682-8ed9-f95b6c464189::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 | ||
| 6325 | 2025.01.16 23:28:05.812861 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6326 | 2025.01.16 23:28:05.812878 [ 187 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6327 | 2025.01.16 23:28:05.812916 [ 187 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 14 rows starting from the beginning of the part | ||
| 6328 | 2025.01.16 23:28:05.813006 [ 255 ] {9e02042e-fe26-4c7c-8bd1-653ddd85ed58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6329 | 2025.01.16 23:28:05.813035 [ 187 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part | ||
| 6330 | 2025.01.16 23:28:05.813078 [ 255 ] {9e02042e-fe26-4c7c-8bd1-653ddd85ed58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6331 | 2025.01.16 23:28:05.813310 [ 187 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
| 6332 | 2025.01.16 23:28:05.813427 [ 187 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part | ||
| 6333 | 2025.01.16 23:28:05.813905 [ 187 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part | ||
| 6334 | 2025.01.16 23:28:05.815385 [ 187 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.002690412 sec., 26018.31987071125 rows/sec., 1.93 MiB/sec. | ||
| 6335 | 2025.01.16 23:28:05.815585 [ 194 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6336 | 2025.01.16 23:28:05.815856 [ 255 ] {9e02042e-fe26-4c7c-8bd1-653ddd85ed58} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6337 | 2025.01.16 23:28:05.815967 [ 255 ] {9e02042e-fe26-4c7c-8bd1-653ddd85ed58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6338 | 2025.01.16 23:28:05.816109 [ 194 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_21_5} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6339 | 2025.01.16 23:28:05.816278 [ 194 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_21_5} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6340 | 2025.01.16 23:28:05.816436 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6341 | 2025.01.16 23:28:05.816672 [ 255 ] {9e02042e-fe26-4c7c-8bd1-653ddd85ed58} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6342 | 2025.01.16 23:28:05.816925 [ 255 ] {9e02042e-fe26-4c7c-8bd1-653ddd85ed58} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6343 | 2025.01.16 23:28:05.817144 [ 255 ] {9e02042e-fe26-4c7c-8bd1-653ddd85ed58} <Debug> executeQuery: Read 1421 rows, 121.98 KiB in 0.00418 sec., 339952.15311004786 rows/sec., 28.50 MiB/sec. | ||
| 6344 | 2025.01.16 23:28:05.817204 [ 255 ] {9e02042e-fe26-4c7c-8bd1-653ddd85ed58} <Debug> TCPHandler: Processed in 0.004410495 sec. | ||
| 6345 | 2025.01.16 23:28:05.817367 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6346 | 2025.01.16 23:28:05.817474 [ 5 ] {18679290-1390-4c76-9e44-e0e244bc3bda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6347 | 2025.01.16 23:28:05.817520 [ 5 ] {18679290-1390-4c76-9e44-e0e244bc3bda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6348 | 2025.01.16 23:28:05.818082 [ 5 ] {18679290-1390-4c76-9e44-e0e244bc3bda} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6349 | 2025.01.16 23:28:05.818126 [ 5 ] {18679290-1390-4c76-9e44-e0e244bc3bda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6350 | 2025.01.16 23:28:05.818490 [ 5 ] {18679290-1390-4c76-9e44-e0e244bc3bda} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6351 | 2025.01.16 23:28:05.818729 [ 5 ] {18679290-1390-4c76-9e44-e0e244bc3bda} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6352 | 2025.01.16 23:28:05.818934 [ 5 ] {18679290-1390-4c76-9e44-e0e244bc3bda} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001482 sec., 31039.136302294195 rows/sec., 2.23 MiB/sec. | ||
| 6353 | 2025.01.16 23:28:05.818986 [ 5 ] {18679290-1390-4c76-9e44-e0e244bc3bda} <Debug> TCPHandler: Processed in 0.001678432 sec. | ||
| 6354 | 2025.01.16 23:28:05.819141 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6355 | 2025.01.16 23:28:05.819253 [ 255 ] {51262b61-be95-4389-9139-50391946ab47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6356 | 2025.01.16 23:28:05.819297 [ 255 ] {51262b61-be95-4389-9139-50391946ab47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6357 | 2025.01.16 23:28:05.819902 [ 255 ] {51262b61-be95-4389-9139-50391946ab47} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6358 | 2025.01.16 23:28:05.819941 [ 255 ] {51262b61-be95-4389-9139-50391946ab47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6359 | 2025.01.16 23:28:05.820306 [ 255 ] {51262b61-be95-4389-9139-50391946ab47} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6360 | 2025.01.16 23:28:05.820541 [ 255 ] {51262b61-be95-4389-9139-50391946ab47} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6361 | 2025.01.16 23:28:05.820739 [ 255 ] {51262b61-be95-4389-9139-50391946ab47} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001508 sec., 160477.45358090184 rows/sec., 10.87 MiB/sec. | ||
| 6362 | 2025.01.16 23:28:05.820791 [ 255 ] {51262b61-be95-4389-9139-50391946ab47} <Debug> TCPHandler: Processed in 0.001708263 sec. | ||
| 6363 | 2025.01.16 23:28:05.820935 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6364 | 2025.01.16 23:28:05.821040 [ 5 ] {827d358f-b245-42de-8b39-87b89893c872} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6365 | 2025.01.16 23:28:05.821085 [ 5 ] {827d358f-b245-42de-8b39-87b89893c872} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6366 | 2025.01.16 23:28:05.821605 [ 5 ] {827d358f-b245-42de-8b39-87b89893c872} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6367 | 2025.01.16 23:28:05.821643 [ 5 ] {827d358f-b245-42de-8b39-87b89893c872} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6368 | 2025.01.16 23:28:05.821973 [ 5 ] {827d358f-b245-42de-8b39-87b89893c872} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6369 | 2025.01.16 23:28:05.822204 [ 5 ] {827d358f-b245-42de-8b39-87b89893c872} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6370 | 2025.01.16 23:28:05.822348 [ 65 ] {} <Debug> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6371 | 2025.01.16 23:28:05.822408 [ 65 ] {} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6372 | 2025.01.16 23:28:05.822442 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6373 | 2025.01.16 23:28:05.822453 [ 5 ] {827d358f-b245-42de-8b39-87b89893c872} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001426 sec., 9116.409537166901 rows/sec., 568.41 KiB/sec. | ||
| 6374 | 2025.01.16 23:28:05.822652 [ 5 ] {827d358f-b245-42de-8b39-87b89893c872} <Debug> TCPHandler: Processed in 0.001775314 sec. | ||
| 6375 | 2025.01.16 23:28:05.822675 [ 186 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::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 | ||
| 6376 | 2025.01.16 23:28:05.822848 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6377 | 2025.01.16 23:28:05.822862 [ 186 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6378 | 2025.01.16 23:28:05.822918 [ 186 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 13 rows starting from the beginning of the part | ||
| 6379 | 2025.01.16 23:28:05.823081 [ 255 ] {3f998e23-aaa0-43d3-a7cb-425f5e762cac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6380 | 2025.01.16 23:28:05.823182 [ 186 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 13 rows starting from the beginning of the part | ||
| 6381 | 2025.01.16 23:28:05.823229 [ 255 ] {3f998e23-aaa0-43d3-a7cb-425f5e762cac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6382 | 2025.01.16 23:28:05.823521 [ 186 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 13 rows starting from the beginning of the part | ||
| 6383 | 2025.01.16 23:28:05.823823 [ 186 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 13 rows starting from the beginning of the part | ||
| 6384 | 2025.01.16 23:28:05.824103 [ 186 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 13 rows starting from the beginning of the part | ||
| 6385 | 2025.01.16 23:28:05.826340 [ 255 ] {3f998e23-aaa0-43d3-a7cb-425f5e762cac} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6386 | 2025.01.16 23:28:05.826440 [ 255 ] {3f998e23-aaa0-43d3-a7cb-425f5e762cac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6387 | 2025.01.16 23:28:05.826537 [ 195 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004016167 sec., 16184.585949737648 rows/sec., 1.05 MiB/sec. | ||
| 6388 | 2025.01.16 23:28:05.826694 [ 195 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6389 | 2025.01.16 23:28:05.827021 [ 255 ] {3f998e23-aaa0-43d3-a7cb-425f5e762cac} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6390 | 2025.01.16 23:28:05.827171 [ 195 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_21_5} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6391 | 2025.01.16 23:28:05.827271 [ 195 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_21_5} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6392 | 2025.01.16 23:28:05.827335 [ 255 ] {3f998e23-aaa0-43d3-a7cb-425f5e762cac} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6393 | 2025.01.16 23:28:05.827369 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6394 | 2025.01.16 23:28:05.827559 [ 255 ] {3f998e23-aaa0-43d3-a7cb-425f5e762cac} <Debug> executeQuery: Read 877 rows, 65.09 KiB in 0.004575 sec., 191693.98907103826 rows/sec., 13.89 MiB/sec. | ||
| 6395 | 2025.01.16 23:28:05.827619 [ 255 ] {3f998e23-aaa0-43d3-a7cb-425f5e762cac} <Debug> TCPHandler: Processed in 0.004864184 sec. | ||
| 6396 | 2025.01.16 23:28:05.827776 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6397 | 2025.01.16 23:28:05.827883 [ 5 ] {21629b03-1ee3-4d6c-9b86-dfd6caafe6da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6398 | 2025.01.16 23:28:05.827928 [ 5 ] {21629b03-1ee3-4d6c-9b86-dfd6caafe6da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6399 | 2025.01.16 23:28:05.828370 [ 5 ] {21629b03-1ee3-4d6c-9b86-dfd6caafe6da} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6400 | 2025.01.16 23:28:05.828409 [ 5 ] {21629b03-1ee3-4d6c-9b86-dfd6caafe6da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6401 | 2025.01.16 23:28:05.828751 [ 5 ] {21629b03-1ee3-4d6c-9b86-dfd6caafe6da} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6402 | 2025.01.16 23:28:05.828981 [ 5 ] {21629b03-1ee3-4d6c-9b86-dfd6caafe6da} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6403 | 2025.01.16 23:28:05.829186 [ 5 ] {21629b03-1ee3-4d6c-9b86-dfd6caafe6da} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001324 sec., 4531.722054380664 rows/sec., 236.76 KiB/sec. | ||
| 6404 | 2025.01.16 23:28:05.829235 [ 5 ] {21629b03-1ee3-4d6c-9b86-dfd6caafe6da} <Debug> TCPHandler: Processed in 0.001518089 sec. | ||
| 6405 | 2025.01.16 23:28:05.829406 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6406 | 2025.01.16 23:28:05.829513 [ 255 ] {69e4f325-7af5-43ce-9de2-95d057d22013} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6407 | 2025.01.16 23:28:05.829560 [ 255 ] {69e4f325-7af5-43ce-9de2-95d057d22013} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6408 | 2025.01.16 23:28:05.830250 [ 255 ] {69e4f325-7af5-43ce-9de2-95d057d22013} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6409 | 2025.01.16 23:28:05.830287 [ 255 ] {69e4f325-7af5-43ce-9de2-95d057d22013} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6410 | 2025.01.16 23:28:05.830711 [ 255 ] {69e4f325-7af5-43ce-9de2-95d057d22013} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6411 | 2025.01.16 23:28:05.830954 [ 255 ] {69e4f325-7af5-43ce-9de2-95d057d22013} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6412 | 2025.01.16 23:28:05.831149 [ 255 ] {69e4f325-7af5-43ce-9de2-95d057d22013} <Debug> executeQuery: Read 955 rows, 64.97 KiB in 0.001651 sec., 578437.3107207753 rows/sec., 38.43 MiB/sec. | ||
| 6413 | 2025.01.16 23:28:05.831244 [ 255 ] {69e4f325-7af5-43ce-9de2-95d057d22013} <Debug> TCPHandler: Processed in 0.001895397 sec. | ||
| 6414 | 2025.01.16 23:28:05.831480 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6415 | 2025.01.16 23:28:05.831659 [ 5 ] {3e1e7002-9244-43b6-a137-3d7092e021c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6416 | 2025.01.16 23:28:05.831708 [ 5 ] {3e1e7002-9244-43b6-a137-3d7092e021c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6417 | 2025.01.16 23:28:05.832156 [ 5 ] {3e1e7002-9244-43b6-a137-3d7092e021c6} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6418 | 2025.01.16 23:28:05.832192 [ 5 ] {3e1e7002-9244-43b6-a137-3d7092e021c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6419 | 2025.01.16 23:28:05.832523 [ 5 ] {3e1e7002-9244-43b6-a137-3d7092e021c6} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6420 | 2025.01.16 23:28:05.832770 [ 5 ] {3e1e7002-9244-43b6-a137-3d7092e021c6} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6421 | 2025.01.16 23:28:05.832939 [ 5 ] {3e1e7002-9244-43b6-a137-3d7092e021c6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001312 sec., 762.1951219512194 rows/sec., 51.36 KiB/sec. | ||
| 6422 | 2025.01.16 23:28:05.832987 [ 5 ] {3e1e7002-9244-43b6-a137-3d7092e021c6} <Debug> TCPHandler: Processed in 0.001647082 sec. | ||
| 6423 | 2025.01.16 23:28:05.833137 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6424 | 2025.01.16 23:28:05.833242 [ 255 ] {a7343e78-949c-48a4-b2e6-b73ff969fb0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6425 | 2025.01.16 23:28:05.833305 [ 255 ] {a7343e78-949c-48a4-b2e6-b73ff969fb0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6426 | 2025.01.16 23:28:05.834394 [ 255 ] {a7343e78-949c-48a4-b2e6-b73ff969fb0c} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6427 | 2025.01.16 23:28:05.834432 [ 255 ] {a7343e78-949c-48a4-b2e6-b73ff969fb0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6428 | 2025.01.16 23:28:05.835063 [ 255 ] {a7343e78-949c-48a4-b2e6-b73ff969fb0c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6429 | 2025.01.16 23:28:05.835312 [ 255 ] {a7343e78-949c-48a4-b2e6-b73ff969fb0c} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6430 | 2025.01.16 23:28:05.835448 [ 158 ] {} <Debug> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6431 | 2025.01.16 23:28:05.835493 [ 158 ] {} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6432 | 2025.01.16 23:28:05.835509 [ 255 ] {a7343e78-949c-48a4-b2e6-b73ff969fb0c} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002288 sec., 17045.454545454544 rows/sec., 30.54 MiB/sec. | ||
| 6433 | 2025.01.16 23:28:05.835518 [ 158 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6434 | 2025.01.16 23:28:05.835899 [ 191 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::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 | ||
| 6435 | 2025.01.16 23:28:05.836143 [ 255 ] {a7343e78-949c-48a4-b2e6-b73ff969fb0c} <Debug> TCPHandler: Processed in 0.003055669 sec. | ||
| 6436 | 2025.01.16 23:28:05.836496 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6437 | 2025.01.16 23:28:05.836711 [ 5 ] {6f869168-6ee5-44fd-aa07-0dff26e73ecb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6438 | 2025.01.16 23:28:05.836766 [ 191 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6439 | 2025.01.16 23:28:05.836776 [ 5 ] {6f869168-6ee5-44fd-aa07-0dff26e73ecb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6440 | 2025.01.16 23:28:05.836878 [ 191 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 438 rows starting from the beginning of the part | ||
| 6441 | 2025.01.16 23:28:05.837551 [ 191 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 39 rows starting from the beginning of the part | ||
| 6442 | 2025.01.16 23:28:05.838099 [ 191 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 39 rows starting from the beginning of the part | ||
| 6443 | 2025.01.16 23:28:05.838445 [ 5 ] {6f869168-6ee5-44fd-aa07-0dff26e73ecb} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6444 | 2025.01.16 23:28:05.838552 [ 5 ] {6f869168-6ee5-44fd-aa07-0dff26e73ecb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6445 | 2025.01.16 23:28:05.838691 [ 191 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 39 rows starting from the beginning of the part | ||
| 6446 | 2025.01.16 23:28:05.839189 [ 191 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 39 rows starting from the beginning of the part | ||
| 6447 | 2025.01.16 23:28:05.839649 [ 5 ] {6f869168-6ee5-44fd-aa07-0dff26e73ecb} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6448 | 2025.01.16 23:28:05.839670 [ 191 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 39 rows starting from the beginning of the part | ||
| 6449 | 2025.01.16 23:28:05.840225 [ 5 ] {6f869168-6ee5-44fd-aa07-0dff26e73ecb} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6450 | 2025.01.16 23:28:05.840520 [ 5 ] {6f869168-6ee5-44fd-aa07-0dff26e73ecb} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.003853 sec., 8824.292758889176 rows/sec., 524.40 KiB/sec. | ||
| 6451 | 2025.01.16 23:28:05.840585 [ 5 ] {6f869168-6ee5-44fd-aa07-0dff26e73ecb} <Debug> TCPHandler: Processed in 0.004280552 sec. | ||
| 6452 | 2025.01.16 23:28:05.846484 [ 195 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 633 rows, containing 19 columns (19 merged, 0 gathered) in 0.010891729 sec., 58117.49447677224 rows/sec., 104.14 MiB/sec. | ||
| 6453 | 2025.01.16 23:28:05.847206 [ 186 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6454 | 2025.01.16 23:28:05.847642 [ 186 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6455 | 2025.01.16 23:28:05.847725 [ 186 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6456 | 2025.01.16 23:28:05.847873 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.51 MiB. | ||
| 6457 | 2025.01.16 23:28:09.295346 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 892 | ||
| 6458 | 2025.01.16 23:28:09.298941 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6459 | 2025.01.16 23:28:09.299001 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6460 | 2025.01.16 23:28:09.300575 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6461 | 2025.01.16 23:28:09.300889 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6462 | 2025.01.16 23:28:09.301523 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 892 | ||
| 6463 | 2025.01.16 23:28:10.384489 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6464 | 2025.01.16 23:28:10.384691 [ 5 ] {cb84082b-8f14-4566-8219-02eb29d28680} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6465 | 2025.01.16 23:28:10.384761 [ 5 ] {cb84082b-8f14-4566-8219-02eb29d28680} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6466 | 2025.01.16 23:28:10.385503 [ 5 ] {cb84082b-8f14-4566-8219-02eb29d28680} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6467 | 2025.01.16 23:28:10.385555 [ 5 ] {cb84082b-8f14-4566-8219-02eb29d28680} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6468 | 2025.01.16 23:28:10.385983 [ 5 ] {cb84082b-8f14-4566-8219-02eb29d28680} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6469 | 2025.01.16 23:28:10.386231 [ 5 ] {cb84082b-8f14-4566-8219-02eb29d28680} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6470 | 2025.01.16 23:28:10.386474 [ 5 ] {cb84082b-8f14-4566-8219-02eb29d28680} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001822 sec., 30735.455543358945 rows/sec., 2.36 MiB/sec. | ||
| 6471 | 2025.01.16 23:28:10.386572 [ 5 ] {cb84082b-8f14-4566-8219-02eb29d28680} <Debug> TCPHandler: Processed in 0.002218492 sec. | ||
| 6472 | 2025.01.16 23:28:10.386819 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6473 | 2025.01.16 23:28:10.386970 [ 255 ] {55ba271b-3f98-47d5-8755-134f2dfb7e7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6474 | 2025.01.16 23:28:10.387018 [ 255 ] {55ba271b-3f98-47d5-8755-134f2dfb7e7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6475 | 2025.01.16 23:28:10.387587 [ 255 ] {55ba271b-3f98-47d5-8755-134f2dfb7e7a} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6476 | 2025.01.16 23:28:10.387628 [ 255 ] {55ba271b-3f98-47d5-8755-134f2dfb7e7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6477 | 2025.01.16 23:28:10.387987 [ 255 ] {55ba271b-3f98-47d5-8755-134f2dfb7e7a} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6478 | 2025.01.16 23:28:10.388230 [ 255 ] {55ba271b-3f98-47d5-8755-134f2dfb7e7a} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6479 | 2025.01.16 23:28:10.388441 [ 255 ] {55ba271b-3f98-47d5-8755-134f2dfb7e7a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001496 sec., 42780.74866310161 rows/sec., 3.34 MiB/sec. | ||
| 6480 | 2025.01.16 23:28:10.388495 [ 255 ] {55ba271b-3f98-47d5-8755-134f2dfb7e7a} <Debug> TCPHandler: Processed in 0.001806075 sec. | ||
| 6481 | 2025.01.16 23:28:10.388637 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6482 | 2025.01.16 23:28:10.388751 [ 5 ] {2be5128f-80b6-4dc3-a1a1-bc8f192eb36c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6483 | 2025.01.16 23:28:10.388801 [ 5 ] {2be5128f-80b6-4dc3-a1a1-bc8f192eb36c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6484 | 2025.01.16 23:28:10.389308 [ 5 ] {2be5128f-80b6-4dc3-a1a1-bc8f192eb36c} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6485 | 2025.01.16 23:28:10.389347 [ 5 ] {2be5128f-80b6-4dc3-a1a1-bc8f192eb36c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6486 | 2025.01.16 23:28:10.389740 [ 5 ] {2be5128f-80b6-4dc3-a1a1-bc8f192eb36c} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6487 | 2025.01.16 23:28:10.389981 [ 5 ] {2be5128f-80b6-4dc3-a1a1-bc8f192eb36c} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6488 | 2025.01.16 23:28:10.390210 [ 5 ] {2be5128f-80b6-4dc3-a1a1-bc8f192eb36c} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001473 sec., 86897.48811948406 rows/sec., 6.05 MiB/sec. | ||
| 6489 | 2025.01.16 23:28:10.390282 [ 5 ] {2be5128f-80b6-4dc3-a1a1-bc8f192eb36c} <Debug> TCPHandler: Processed in 0.001699022 sec. | ||
| 6490 | 2025.01.16 23:28:10.390497 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6491 | 2025.01.16 23:28:10.390684 [ 255 ] {1b4dd450-b6ec-40de-bc22-11d851ba2d15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6492 | 2025.01.16 23:28:10.390742 [ 255 ] {1b4dd450-b6ec-40de-bc22-11d851ba2d15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6493 | 2025.01.16 23:28:10.391311 [ 255 ] {1b4dd450-b6ec-40de-bc22-11d851ba2d15} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6494 | 2025.01.16 23:28:10.391353 [ 255 ] {1b4dd450-b6ec-40de-bc22-11d851ba2d15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6495 | 2025.01.16 23:28:10.391716 [ 255 ] {1b4dd450-b6ec-40de-bc22-11d851ba2d15} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6496 | 2025.01.16 23:28:10.391956 [ 255 ] {1b4dd450-b6ec-40de-bc22-11d851ba2d15} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6497 | 2025.01.16 23:28:10.392166 [ 255 ] {1b4dd450-b6ec-40de-bc22-11d851ba2d15} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001517 sec., 31641.397495056033 rows/sec., 2.13 MiB/sec. | ||
| 6498 | 2025.01.16 23:28:10.392220 [ 255 ] {1b4dd450-b6ec-40de-bc22-11d851ba2d15} <Debug> TCPHandler: Processed in 0.001852166 sec. | ||
| 6499 | 2025.01.16 23:28:11.731107 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213 | ||
| 6500 | 2025.01.16 23:28:11.731765 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6501 | 2025.01.16 23:28:11.731803 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6502 | 2025.01.16 23:28:11.732330 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6503 | 2025.01.16 23:28:11.732585 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6504 | 2025.01.16 23:28:11.732794 [ 90 ] {} <Debug> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6505 | 2025.01.16 23:28:11.732828 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213 | ||
| 6506 | 2025.01.16 23:28:11.732881 [ 90 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6507 | 2025.01.16 23:28:11.732914 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6508 | 2025.01.16 23:28:11.733074 [ 196 ] {f3346639-caaa-4ba7-a289-05e118326a0a::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 | ||
| 6509 | 2025.01.16 23:28:11.733260 [ 196 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6510 | 2025.01.16 23:28:11.733307 [ 196 ] {f3346639-caaa-4ba7-a289-05e118326a0a::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 | ||
| 6511 | 2025.01.16 23:28:11.733390 [ 196 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 427 rows starting from the beginning of the part | ||
| 6512 | 2025.01.16 23:28:11.733608 [ 196 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 488 rows starting from the beginning of the part | ||
| 6513 | 2025.01.16 23:28:11.733805 [ 196 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 427 rows starting from the beginning of the part | ||
| 6514 | 2025.01.16 23:28:11.733929 [ 196 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 488 rows starting from the beginning of the part | ||
| 6515 | 2025.01.16 23:28:11.734009 [ 196 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 427 rows starting from the beginning of the part | ||
| 6516 | 2025.01.16 23:28:11.736453 [ 196 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.003457307 sec., 4111003.1593954484 rows/sec., 58.81 MiB/sec. | ||
| 6517 | 2025.01.16 23:28:11.736937 [ 195 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6518 | 2025.01.16 23:28:11.737326 [ 195 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_31_6} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6519 | 2025.01.16 23:28:11.737421 [ 195 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_31_6} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6520 | 2025.01.16 23:28:11.737538 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. | ||
| 6521 | 2025.01.16 23:28:12.734482 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 6522 | 2025.01.16 23:28:12.755305 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6523 | 2025.01.16 23:28:12.755364 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6524 | 2025.01.16 23:28:12.762853 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6525 | 2025.01.16 23:28:12.763640 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6526 | 2025.01.16 23:28:12.764028 [ 95 ] {} <Debug> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6527 | 2025.01.16 23:28:12.764179 [ 95 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6528 | 2025.01.16 23:28:12.764259 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6529 | 2025.01.16 23:28:12.764669 [ 189 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 6530 | 2025.01.16 23:28:12.780862 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 6531 | 2025.01.16 23:28:12.782114 [ 189 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6532 | 2025.01.16 23:28:12.783766 [ 189 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 6533 | 2025.01.16 23:28:12.789382 [ 189 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 6534 | 2025.01.16 23:28:12.794997 [ 189 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 6535 | 2025.01.16 23:28:12.800485 [ 189 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 6536 | 2025.01.16 23:28:12.806131 [ 189 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 6537 | 2025.01.16 23:28:12.810832 [ 189 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 6538 | 2025.01.16 23:28:12.869758 [ 202 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.105328633 sec., 2221.618123535316 rows/sec., 11.49 MiB/sec. | ||
| 6539 | 2025.01.16 23:28:12.872601 [ 188 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6540 | 2025.01.16 23:28:12.875650 [ 188 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::all_1_31_6} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6541 | 2025.01.16 23:28:12.875779 [ 188 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::all_1_31_6} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6542 | 2025.01.16 23:28:12.878534 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 6543 | 2025.01.16 23:28:13.000217 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 201.85 MiB, peak 212.39 MiB, free memory in arenas 0.00 B, will set to 202.98 MiB (RSS), difference: 1.13 MiB | ||
| 6544 | 2025.01.16 23:28:15.385908 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6545 | 2025.01.16 23:28:15.386130 [ 5 ] {49bb62cf-48ff-4565-9fa7-911694c1f2de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6546 | 2025.01.16 23:28:15.386210 [ 5 ] {49bb62cf-48ff-4565-9fa7-911694c1f2de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6547 | 2025.01.16 23:28:15.386984 [ 5 ] {49bb62cf-48ff-4565-9fa7-911694c1f2de} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6548 | 2025.01.16 23:28:15.387030 [ 5 ] {49bb62cf-48ff-4565-9fa7-911694c1f2de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6549 | 2025.01.16 23:28:15.387484 [ 5 ] {49bb62cf-48ff-4565-9fa7-911694c1f2de} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6550 | 2025.01.16 23:28:15.387743 [ 5 ] {49bb62cf-48ff-4565-9fa7-911694c1f2de} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6551 | 2025.01.16 23:28:15.387895 [ 150 ] {} <Debug> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6552 | 2025.01.16 23:28:15.387938 [ 150 ] {} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6553 | 2025.01.16 23:28:15.387945 [ 5 ] {49bb62cf-48ff-4565-9fa7-911694c1f2de} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001871 sec., 29930.51843933725 rows/sec., 2.30 MiB/sec. | ||
| 6554 | 2025.01.16 23:28:15.387962 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6555 | 2025.01.16 23:28:15.388034 [ 5 ] {49bb62cf-48ff-4565-9fa7-911694c1f2de} <Debug> TCPHandler: Processed in 0.002264603 sec. | ||
| 6556 | 2025.01.16 23:28:15.388091 [ 199 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::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 | ||
| 6557 | 2025.01.16 23:28:15.388194 [ 199 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6558 | 2025.01.16 23:28:15.388214 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6559 | 2025.01.16 23:28:15.388228 [ 199 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1431 rows starting from the beginning of the part | ||
| 6560 | 2025.01.16 23:28:15.388335 [ 199 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 281 rows starting from the beginning of the part | ||
| 6561 | 2025.01.16 23:28:15.388421 [ 255 ] {4a961673-529c-4541-9698-464b24a0bba9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6562 | 2025.01.16 23:28:15.388598 [ 199 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::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 | ||
| 6563 | 2025.01.16 23:28:15.388607 [ 255 ] {4a961673-529c-4541-9698-464b24a0bba9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6564 | 2025.01.16 23:28:15.388967 [ 199 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1421 rows starting from the beginning of the part | ||
| 6565 | 2025.01.16 23:28:15.389139 [ 199 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 56 rows starting from the beginning of the part | ||
| 6566 | 2025.01.16 23:28:15.389328 [ 199 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 56 rows starting from the beginning of the part | ||
| 6567 | 2025.01.16 23:28:15.390469 [ 255 ] {4a961673-529c-4541-9698-464b24a0bba9} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6568 | 2025.01.16 23:28:15.390514 [ 255 ] {4a961673-529c-4541-9698-464b24a0bba9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6569 | 2025.01.16 23:28:15.391130 [ 255 ] {4a961673-529c-4541-9698-464b24a0bba9} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6570 | 2025.01.16 23:28:15.391418 [ 255 ] {4a961673-529c-4541-9698-464b24a0bba9} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6571 | 2025.01.16 23:28:15.391551 [ 150 ] {} <Debug> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6572 | 2025.01.16 23:28:15.391614 [ 150 ] {} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6573 | 2025.01.16 23:28:15.391638 [ 255 ] {4a961673-529c-4541-9698-464b24a0bba9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003282 sec., 19500.304692260816 rows/sec., 1.52 MiB/sec. | ||
| 6574 | 2025.01.16 23:28:15.391641 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6575 | 2025.01.16 23:28:15.392002 [ 255 ] {4a961673-529c-4541-9698-464b24a0bba9} <Debug> TCPHandler: Processed in 0.003837924 sec. | ||
| 6576 | 2025.01.16 23:28:15.392327 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6577 | 2025.01.16 23:28:15.392394 [ 202 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::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 | ||
| 6578 | 2025.01.16 23:28:15.392690 [ 199 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3301 rows, containing 5 columns (5 merged, 0 gathered) in 0.004648969 sec., 710049.9056887666 rows/sec., 62.23 MiB/sec. | ||
| 6579 | 2025.01.16 23:28:15.392792 [ 5 ] {5f9ce59e-f042-4dbe-86bc-accea0342803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6580 | 2025.01.16 23:28:15.392974 [ 5 ] {5f9ce59e-f042-4dbe-86bc-accea0342803} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6581 | 2025.01.16 23:28:15.393095 [ 199 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6582 | 2025.01.16 23:28:15.393185 [ 202 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6583 | 2025.01.16 23:28:15.393438 [ 202 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 913 rows starting from the beginning of the part | ||
| 6584 | 2025.01.16 23:28:15.394047 [ 202 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 421 rows starting from the beginning of the part | ||
| 6585 | 2025.01.16 23:28:15.394175 [ 199 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_51_10} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6586 | 2025.01.16 23:28:15.394586 [ 202 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::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 | ||
| 6587 | 2025.01.16 23:28:15.394618 [ 199 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_51_10} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6588 | 2025.01.16 23:28:15.394960 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 6589 | 2025.01.16 23:28:15.395144 [ 202 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 877 rows starting from the beginning of the part | ||
| 6590 | 2025.01.16 23:28:15.395679 [ 202 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 64 rows starting from the beginning of the part | ||
| 6591 | 2025.01.16 23:28:15.396268 [ 202 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 64 rows starting from the beginning of the part | ||
| 6592 | 2025.01.16 23:28:15.397551 [ 5 ] {5f9ce59e-f042-4dbe-86bc-accea0342803} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6593 | 2025.01.16 23:28:15.397657 [ 5 ] {5f9ce59e-f042-4dbe-86bc-accea0342803} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6594 | 2025.01.16 23:28:15.398546 [ 5 ] {5f9ce59e-f042-4dbe-86bc-accea0342803} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6595 | 2025.01.16 23:28:15.399032 [ 5 ] {5f9ce59e-f042-4dbe-86bc-accea0342803} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6596 | 2025.01.16 23:28:15.399355 [ 150 ] {} <Debug> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6597 | 2025.01.16 23:28:15.399416 [ 150 ] {} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6598 | 2025.01.16 23:28:15.399428 [ 5 ] {5f9ce59e-f042-4dbe-86bc-accea0342803} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006784 sec., 23584.905660377357 rows/sec., 1.64 MiB/sec. | ||
| 6599 | 2025.01.16 23:28:15.399457 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6600 | 2025.01.16 23:28:15.399532 [ 5 ] {5f9ce59e-f042-4dbe-86bc-accea0342803} <Debug> TCPHandler: Processed in 0.007395402 sec. | ||
| 6601 | 2025.01.16 23:28:15.399775 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6602 | 2025.01.16 23:28:15.399892 [ 200 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::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 | ||
| 6603 | 2025.01.16 23:28:15.400119 [ 255 ] {eead47c9-5d59-4288-a89e-7a7727808b27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6604 | 2025.01.16 23:28:15.400341 [ 255 ] {eead47c9-5d59-4288-a89e-7a7727808b27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6605 | 2025.01.16 23:28:15.400557 [ 190 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2403 rows, containing 5 columns (5 merged, 0 gathered) in 0.008760618 sec., 274295.71749390283 rows/sec., 21.03 MiB/sec. | ||
| 6606 | 2025.01.16 23:28:15.400748 [ 200 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6607 | 2025.01.16 23:28:15.400929 [ 200 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14431 rows starting from the beginning of the part | ||
| 6608 | 2025.01.16 23:28:15.400956 [ 190 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6609 | 2025.01.16 23:28:15.401760 [ 200 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 237 rows starting from the beginning of the part | ||
| 6610 | 2025.01.16 23:28:15.402264 [ 190 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_51_10} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6611 | 2025.01.16 23:28:15.402377 [ 200 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part | ||
| 6612 | 2025.01.16 23:28:15.402679 [ 190 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_51_10} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6613 | 2025.01.16 23:28:15.402915 [ 200 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 955 rows starting from the beginning of the part | ||
| 6614 | 2025.01.16 23:28:15.403070 [ 255 ] {eead47c9-5d59-4288-a89e-7a7727808b27} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6615 | 2025.01.16 23:28:15.403130 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 6616 | 2025.01.16 23:28:15.403201 [ 255 ] {eead47c9-5d59-4288-a89e-7a7727808b27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6617 | 2025.01.16 23:28:15.403426 [ 200 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 128 rows starting from the beginning of the part | ||
| 6618 | 2025.01.16 23:28:15.403727 [ 200 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part | ||
| 6619 | 2025.01.16 23:28:15.404661 [ 255 ] {eead47c9-5d59-4288-a89e-7a7727808b27} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6620 | 2025.01.16 23:28:15.405114 [ 255 ] {eead47c9-5d59-4288-a89e-7a7727808b27} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6621 | 2025.01.16 23:28:15.405288 [ 150 ] {} <Debug> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6622 | 2025.01.16 23:28:15.405332 [ 150 ] {} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6623 | 2025.01.16 23:28:15.405361 [ 255 ] {eead47c9-5d59-4288-a89e-7a7727808b27} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005387 sec., 11137.924633376648 rows/sec., 768.63 KiB/sec. | ||
| 6624 | 2025.01.16 23:28:15.405362 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6625 | 2025.01.16 23:28:15.405791 [ 255 ] {eead47c9-5d59-4288-a89e-7a7727808b27} <Debug> TCPHandler: Processed in 0.006127598 sec. | ||
| 6626 | 2025.01.16 23:28:15.405963 [ 192 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::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 | ||
| 6627 | 2025.01.16 23:28:15.406646 [ 192 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6628 | 2025.01.16 23:28:15.406773 [ 192 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2656 rows starting from the beginning of the part | ||
| 6629 | 2025.01.16 23:28:15.407123 [ 192 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 82 rows starting from the beginning of the part | ||
| 6630 | 2025.01.16 23:28:15.407438 [ 192 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part | ||
| 6631 | 2025.01.16 23:28:15.408084 [ 192 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 34 rows starting from the beginning of the part | ||
| 6632 | 2025.01.16 23:28:15.408394 [ 192 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 48 rows starting from the beginning of the part | ||
| 6633 | 2025.01.16 23:28:15.408676 [ 192 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::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 | ||
| 6634 | 2025.01.16 23:28:15.410970 [ 190 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2940 rows, containing 4 columns (4 merged, 0 gathered) in 0.005459235 sec., 538536.9928204226 rows/sec., 35.04 MiB/sec. | ||
| 6635 | 2025.01.16 23:28:15.411402 [ 193 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6636 | 2025.01.16 23:28:15.411840 [ 193 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_51_10} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6637 | 2025.01.16 23:28:15.411970 [ 193 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_51_10} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6638 | 2025.01.16 23:28:15.412242 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 6639 | 2025.01.16 23:28:15.412430 [ 190 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16071 rows, containing 5 columns (5 merged, 0 gathered) in 0.012847697 sec., 1250885.6645669648 rows/sec., 84.34 MiB/sec. | ||
| 6640 | 2025.01.16 23:28:15.412962 [ 193 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6641 | 2025.01.16 23:28:15.413268 [ 193 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6642 | 2025.01.16 23:28:15.413354 [ 193 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6643 | 2025.01.16 23:28:15.413447 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.89 MiB. | ||
| 6644 | 2025.01.16 23:28:16.272931 [ 122 ] {} <Debug> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 | ||
| 6645 | 2025.01.16 23:28:16.272998 [ 122 ] {} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6646 | 2025.01.16 23:28:16.273020 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6647 | 2025.01.16 23:28:16.273208 [ 187 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::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 | ||
| 6648 | 2025.01.16 23:28:16.273444 [ 187 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6649 | 2025.01.16 23:28:16.273481 [ 187 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 64 rows starting from the beginning of the part | ||
| 6650 | 2025.01.16 23:28:16.273563 [ 187 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 46 rows starting from the beginning of the part | ||
| 6651 | 2025.01.16 23:28:16.273810 [ 187 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 4 rows starting from the beginning of the part | ||
| 6652 | 2025.01.16 23:28:16.273998 [ 187 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 46 rows starting from the beginning of the part | ||
| 6653 | 2025.01.16 23:28:16.274168 [ 187 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 46 rows starting from the beginning of the part | ||
| 6654 | 2025.01.16 23:28:16.275315 [ 193 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 206 rows, containing 5 columns (5 merged, 0 gathered) in 0.002223493 sec., 92647.01980172639 rows/sec., 6.98 MiB/sec. | ||
| 6655 | 2025.01.16 23:28:16.275487 [ 187 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 6656 | 2025.01.16 23:28:16.275786 [ 187 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_24_5} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6657 | 2025.01.16 23:28:16.275877 [ 187 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_24_5} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 | ||
| 6658 | 2025.01.16 23:28:16.275966 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 6659 | 2025.01.16 23:28:19.057348 [ 149 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6660 | 2025.01.16 23:28:19.057411 [ 149 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6661 | 2025.01.16 23:28:19.233037 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701 | ||
| 6662 | 2025.01.16 23:28:19.233778 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6663 | 2025.01.16 23:28:19.233819 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6664 | 2025.01.16 23:28:19.234362 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6665 | 2025.01.16 23:28:19.234639 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6666 | 2025.01.16 23:28:19.234881 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 6667 | 2025.01.16 23:28:19.301865 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 908 | ||
| 6668 | 2025.01.16 23:28:19.304736 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6669 | 2025.01.16 23:28:19.304784 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6670 | 2025.01.16 23:28:19.306265 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6671 | 2025.01.16 23:28:19.306587 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6672 | 2025.01.16 23:28:19.307172 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 908 | ||
| 6673 | 2025.01.16 23:28:20.001443 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001033959 sec. | ||
| 6674 | 2025.01.16 23:28:20.281015 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 6675 | 2025.01.16 23:28:20.299812 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6676 | 2025.01.16 23:28:20.299875 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6677 | 2025.01.16 23:28:20.306894 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6678 | 2025.01.16 23:28:20.307649 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6679 | 2025.01.16 23:28:20.310969 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 6680 | 2025.01.16 23:28:20.392491 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6681 | 2025.01.16 23:28:20.392667 [ 5 ] {183246ef-fd99-4741-a3e1-28cb37043452} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6682 | 2025.01.16 23:28:20.392736 [ 5 ] {183246ef-fd99-4741-a3e1-28cb37043452} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6683 | 2025.01.16 23:28:20.393474 [ 5 ] {183246ef-fd99-4741-a3e1-28cb37043452} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6684 | 2025.01.16 23:28:20.393527 [ 5 ] {183246ef-fd99-4741-a3e1-28cb37043452} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6685 | 2025.01.16 23:28:20.393915 [ 5 ] {183246ef-fd99-4741-a3e1-28cb37043452} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6686 | 2025.01.16 23:28:20.394168 [ 5 ] {183246ef-fd99-4741-a3e1-28cb37043452} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6687 | 2025.01.16 23:28:20.394471 [ 5 ] {183246ef-fd99-4741-a3e1-28cb37043452} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001844 sec., 7592.190889370933 rows/sec., 546.54 KiB/sec. | ||
| 6688 | 2025.01.16 23:28:20.394819 [ 5 ] {183246ef-fd99-4741-a3e1-28cb37043452} <Debug> TCPHandler: Processed in 0.002448907 sec. | ||
| 6689 | 2025.01.16 23:28:20.395187 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6690 | 2025.01.16 23:28:20.395406 [ 255 ] {6a95f7dd-7a25-417a-a047-d610763701a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6691 | 2025.01.16 23:28:20.395462 [ 255 ] {6a95f7dd-7a25-417a-a047-d610763701a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6692 | 2025.01.16 23:28:20.396176 [ 255 ] {6a95f7dd-7a25-417a-a047-d610763701a6} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6693 | 2025.01.16 23:28:20.396215 [ 255 ] {6a95f7dd-7a25-417a-a047-d610763701a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6694 | 2025.01.16 23:28:20.396595 [ 255 ] {6a95f7dd-7a25-417a-a047-d610763701a6} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6695 | 2025.01.16 23:28:20.396852 [ 255 ] {6a95f7dd-7a25-417a-a047-d610763701a6} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6696 | 2025.01.16 23:28:20.397091 [ 255 ] {6a95f7dd-7a25-417a-a047-d610763701a6} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.001719 sec., 163467.13205351948 rows/sec., 14.44 MiB/sec. | ||
| 6697 | 2025.01.16 23:28:20.397305 [ 255 ] {6a95f7dd-7a25-417a-a047-d610763701a6} <Debug> TCPHandler: Processed in 0.002313284 sec. | ||
| 6698 | 2025.01.16 23:28:20.397538 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6699 | 2025.01.16 23:28:20.397688 [ 5 ] {367b3a3f-aabf-4d87-8bb5-b71a1d704380} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6700 | 2025.01.16 23:28:20.397746 [ 5 ] {367b3a3f-aabf-4d87-8bb5-b71a1d704380} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6701 | 2025.01.16 23:28:20.398432 [ 5 ] {367b3a3f-aabf-4d87-8bb5-b71a1d704380} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6702 | 2025.01.16 23:28:20.398481 [ 5 ] {367b3a3f-aabf-4d87-8bb5-b71a1d704380} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6703 | 2025.01.16 23:28:20.398858 [ 5 ] {367b3a3f-aabf-4d87-8bb5-b71a1d704380} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6704 | 2025.01.16 23:28:20.399111 [ 5 ] {367b3a3f-aabf-4d87-8bb5-b71a1d704380} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6705 | 2025.01.16 23:28:20.399323 [ 5 ] {367b3a3f-aabf-4d87-8bb5-b71a1d704380} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001664 sec., 27644.23076923077 rows/sec., 1.99 MiB/sec. | ||
| 6706 | 2025.01.16 23:28:20.399375 [ 5 ] {367b3a3f-aabf-4d87-8bb5-b71a1d704380} <Debug> TCPHandler: Processed in 0.001958997 sec. | ||
| 6707 | 2025.01.16 23:28:20.399507 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6708 | 2025.01.16 23:28:20.399624 [ 255 ] {30401a86-a5e1-43a1-9098-5b7ca9914ed2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6709 | 2025.01.16 23:28:20.399677 [ 255 ] {30401a86-a5e1-43a1-9098-5b7ca9914ed2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6710 | 2025.01.16 23:28:20.400299 [ 255 ] {30401a86-a5e1-43a1-9098-5b7ca9914ed2} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6711 | 2025.01.16 23:28:20.400347 [ 255 ] {30401a86-a5e1-43a1-9098-5b7ca9914ed2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6712 | 2025.01.16 23:28:20.400728 [ 255 ] {30401a86-a5e1-43a1-9098-5b7ca9914ed2} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6713 | 2025.01.16 23:28:20.400966 [ 255 ] {30401a86-a5e1-43a1-9098-5b7ca9914ed2} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6714 | 2025.01.16 23:28:20.401223 [ 255 ] {30401a86-a5e1-43a1-9098-5b7ca9914ed2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001626 sec., 8610.086100861008 rows/sec., 602.99 KiB/sec. | ||
| 6715 | 2025.01.16 23:28:20.401362 [ 255 ] {30401a86-a5e1-43a1-9098-5b7ca9914ed2} <Debug> TCPHandler: Processed in 0.001900936 sec. | ||
| 6716 | 2025.01.16 23:28:20.401556 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6717 | 2025.01.16 23:28:20.401687 [ 5 ] {35fe610c-05d7-481c-b55a-214bfa51d598} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6718 | 2025.01.16 23:28:20.401741 [ 5 ] {35fe610c-05d7-481c-b55a-214bfa51d598} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6719 | 2025.01.16 23:28:20.402379 [ 5 ] {35fe610c-05d7-481c-b55a-214bfa51d598} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6720 | 2025.01.16 23:28:20.402427 [ 5 ] {35fe610c-05d7-481c-b55a-214bfa51d598} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6721 | 2025.01.16 23:28:20.402798 [ 5 ] {35fe610c-05d7-481c-b55a-214bfa51d598} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6722 | 2025.01.16 23:28:20.403036 [ 5 ] {35fe610c-05d7-481c-b55a-214bfa51d598} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6723 | 2025.01.16 23:28:20.403325 [ 5 ] {35fe610c-05d7-481c-b55a-214bfa51d598} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00164 sec., 7926.829268292683 rows/sec., 494.24 KiB/sec. | ||
| 6724 | 2025.01.16 23:28:20.403536 [ 5 ] {35fe610c-05d7-481c-b55a-214bfa51d598} <Debug> TCPHandler: Processed in 0.002060749 sec. | ||
| 6725 | 2025.01.16 23:28:20.403697 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6726 | 2025.01.16 23:28:20.403825 [ 255 ] {215f3e9a-0111-4e27-9a1a-439bf42f1b41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6727 | 2025.01.16 23:28:20.403878 [ 255 ] {215f3e9a-0111-4e27-9a1a-439bf42f1b41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6728 | 2025.01.16 23:28:20.404689 [ 255 ] {215f3e9a-0111-4e27-9a1a-439bf42f1b41} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6729 | 2025.01.16 23:28:20.404729 [ 255 ] {215f3e9a-0111-4e27-9a1a-439bf42f1b41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6730 | 2025.01.16 23:28:20.405104 [ 255 ] {215f3e9a-0111-4e27-9a1a-439bf42f1b41} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6731 | 2025.01.16 23:28:20.405340 [ 255 ] {215f3e9a-0111-4e27-9a1a-439bf42f1b41} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6732 | 2025.01.16 23:28:20.405541 [ 255 ] {215f3e9a-0111-4e27-9a1a-439bf42f1b41} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001745 sec., 241260.74498567334 rows/sec., 17.24 MiB/sec. | ||
| 6733 | 2025.01.16 23:28:20.405592 [ 255 ] {215f3e9a-0111-4e27-9a1a-439bf42f1b41} <Debug> TCPHandler: Processed in 0.001959637 sec. | ||
| 6734 | 2025.01.16 23:28:20.405730 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6735 | 2025.01.16 23:28:20.405836 [ 5 ] {203ea0cb-77e5-4643-8e94-474cb28611ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6736 | 2025.01.16 23:28:20.405881 [ 5 ] {203ea0cb-77e5-4643-8e94-474cb28611ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6737 | 2025.01.16 23:28:20.406314 [ 5 ] {203ea0cb-77e5-4643-8e94-474cb28611ab} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6738 | 2025.01.16 23:28:20.406353 [ 5 ] {203ea0cb-77e5-4643-8e94-474cb28611ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6739 | 2025.01.16 23:28:20.406703 [ 5 ] {203ea0cb-77e5-4643-8e94-474cb28611ab} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6740 | 2025.01.16 23:28:20.406944 [ 5 ] {203ea0cb-77e5-4643-8e94-474cb28611ab} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6741 | 2025.01.16 23:28:20.407151 [ 5 ] {203ea0cb-77e5-4643-8e94-474cb28611ab} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001336 sec., 4491.017964071856 rows/sec., 234.64 KiB/sec. | ||
| 6742 | 2025.01.16 23:28:20.407200 [ 5 ] {203ea0cb-77e5-4643-8e94-474cb28611ab} <Debug> TCPHandler: Processed in 0.001522189 sec. | ||
| 6743 | 2025.01.16 23:28:20.407324 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6744 | 2025.01.16 23:28:20.407430 [ 255 ] {bf59a1c2-e233-471e-bd41-5e8e43e5df56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6745 | 2025.01.16 23:28:20.407478 [ 255 ] {bf59a1c2-e233-471e-bd41-5e8e43e5df56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6746 | 2025.01.16 23:28:20.408076 [ 255 ] {bf59a1c2-e233-471e-bd41-5e8e43e5df56} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6747 | 2025.01.16 23:28:20.408121 [ 255 ] {bf59a1c2-e233-471e-bd41-5e8e43e5df56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6748 | 2025.01.16 23:28:20.408576 [ 255 ] {bf59a1c2-e233-471e-bd41-5e8e43e5df56} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6749 | 2025.01.16 23:28:20.408808 [ 255 ] {bf59a1c2-e233-471e-bd41-5e8e43e5df56} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6750 | 2025.01.16 23:28:20.409007 [ 255 ] {bf59a1c2-e233-471e-bd41-5e8e43e5df56} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001597 sec., 148403.25610519724 rows/sec., 9.95 MiB/sec. | ||
| 6751 | 2025.01.16 23:28:20.409056 [ 255 ] {bf59a1c2-e233-471e-bd41-5e8e43e5df56} <Debug> TCPHandler: Processed in 0.001783094 sec. | ||
| 6752 | 2025.01.16 23:28:20.409185 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6753 | 2025.01.16 23:28:20.409297 [ 5 ] {f1ac50eb-69e1-4021-9556-c9252d888e6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6754 | 2025.01.16 23:28:20.409343 [ 5 ] {f1ac50eb-69e1-4021-9556-c9252d888e6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6755 | 2025.01.16 23:28:20.409769 [ 5 ] {f1ac50eb-69e1-4021-9556-c9252d888e6c} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6756 | 2025.01.16 23:28:20.409808 [ 5 ] {f1ac50eb-69e1-4021-9556-c9252d888e6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6757 | 2025.01.16 23:28:20.410156 [ 5 ] {f1ac50eb-69e1-4021-9556-c9252d888e6c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6758 | 2025.01.16 23:28:20.410394 [ 5 ] {f1ac50eb-69e1-4021-9556-c9252d888e6c} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6759 | 2025.01.16 23:28:20.410604 [ 5 ] {f1ac50eb-69e1-4021-9556-c9252d888e6c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001329 sec., 752.4454477050414 rows/sec., 50.70 KiB/sec. | ||
| 6760 | 2025.01.16 23:28:20.410653 [ 5 ] {f1ac50eb-69e1-4021-9556-c9252d888e6c} <Debug> TCPHandler: Processed in 0.001520629 sec. | ||
| 6761 | 2025.01.16 23:28:20.410782 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6762 | 2025.01.16 23:28:20.410890 [ 255 ] {b590596c-1697-4a6b-b8b4-562a139e981c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6763 | 2025.01.16 23:28:20.410954 [ 255 ] {b590596c-1697-4a6b-b8b4-562a139e981c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6764 | 2025.01.16 23:28:20.411990 [ 255 ] {b590596c-1697-4a6b-b8b4-562a139e981c} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6765 | 2025.01.16 23:28:20.412029 [ 255 ] {b590596c-1697-4a6b-b8b4-562a139e981c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6766 | 2025.01.16 23:28:20.412656 [ 255 ] {b590596c-1697-4a6b-b8b4-562a139e981c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6767 | 2025.01.16 23:28:20.412913 [ 255 ] {b590596c-1697-4a6b-b8b4-562a139e981c} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6768 | 2025.01.16 23:28:20.413138 [ 255 ] {b590596c-1697-4a6b-b8b4-562a139e981c} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002268 sec., 17195.767195767196 rows/sec., 30.81 MiB/sec. | ||
| 6769 | 2025.01.16 23:28:20.413229 [ 255 ] {b590596c-1697-4a6b-b8b4-562a139e981c} <Debug> TCPHandler: Processed in 0.002499508 sec. | ||
| 6770 | 2025.01.16 23:28:20.413366 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6771 | 2025.01.16 23:28:20.413474 [ 5 ] {da6b620d-cdfe-44bf-bba6-8be9a352faa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6772 | 2025.01.16 23:28:20.413519 [ 5 ] {da6b620d-cdfe-44bf-bba6-8be9a352faa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6773 | 2025.01.16 23:28:20.414032 [ 5 ] {da6b620d-cdfe-44bf-bba6-8be9a352faa0} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6774 | 2025.01.16 23:28:20.414078 [ 5 ] {da6b620d-cdfe-44bf-bba6-8be9a352faa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6775 | 2025.01.16 23:28:20.414500 [ 5 ] {da6b620d-cdfe-44bf-bba6-8be9a352faa0} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6776 | 2025.01.16 23:28:20.414756 [ 5 ] {da6b620d-cdfe-44bf-bba6-8be9a352faa0} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6777 | 2025.01.16 23:28:20.414969 [ 5 ] {da6b620d-cdfe-44bf-bba6-8be9a352faa0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001516 sec., 54089.709762532984 rows/sec., 3.44 MiB/sec. | ||
| 6778 | 2025.01.16 23:28:20.415018 [ 5 ] {da6b620d-cdfe-44bf-bba6-8be9a352faa0} <Debug> TCPHandler: Processed in 0.001705123 sec. | ||
| 6779 | 2025.01.16 23:28:25.386456 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6780 | 2025.01.16 23:28:25.386678 [ 5 ] {ffd1b946-0358-4a9d-9eeb-b238d21a5423} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6781 | 2025.01.16 23:28:25.386759 [ 5 ] {ffd1b946-0358-4a9d-9eeb-b238d21a5423} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6782 | 2025.01.16 23:28:25.387518 [ 5 ] {ffd1b946-0358-4a9d-9eeb-b238d21a5423} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6783 | 2025.01.16 23:28:25.387565 [ 5 ] {ffd1b946-0358-4a9d-9eeb-b238d21a5423} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6784 | 2025.01.16 23:28:25.387977 [ 5 ] {ffd1b946-0358-4a9d-9eeb-b238d21a5423} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6785 | 2025.01.16 23:28:25.388212 [ 5 ] {ffd1b946-0358-4a9d-9eeb-b238d21a5423} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6786 | 2025.01.16 23:28:25.388529 [ 5 ] {ffd1b946-0358-4a9d-9eeb-b238d21a5423} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001908 sec., 29350.104821802935 rows/sec., 2.25 MiB/sec. | ||
| 6787 | 2025.01.16 23:28:25.388586 [ 5 ] {ffd1b946-0358-4a9d-9eeb-b238d21a5423} <Debug> TCPHandler: Processed in 0.002268384 sec. | ||
| 6788 | 2025.01.16 23:28:25.388785 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6789 | 2025.01.16 23:28:25.388923 [ 255 ] {2b5c083d-4418-4a98-9afd-6370240697df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6790 | 2025.01.16 23:28:25.388979 [ 255 ] {2b5c083d-4418-4a98-9afd-6370240697df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6791 | 2025.01.16 23:28:25.389659 [ 255 ] {2b5c083d-4418-4a98-9afd-6370240697df} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6792 | 2025.01.16 23:28:25.389708 [ 255 ] {2b5c083d-4418-4a98-9afd-6370240697df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6793 | 2025.01.16 23:28:25.390086 [ 255 ] {2b5c083d-4418-4a98-9afd-6370240697df} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6794 | 2025.01.16 23:28:25.390353 [ 255 ] {2b5c083d-4418-4a98-9afd-6370240697df} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6795 | 2025.01.16 23:28:25.390590 [ 255 ] {2b5c083d-4418-4a98-9afd-6370240697df} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001691 sec., 37847.42755765819 rows/sec., 2.95 MiB/sec. | ||
| 6796 | 2025.01.16 23:28:25.390693 [ 255 ] {2b5c083d-4418-4a98-9afd-6370240697df} <Debug> TCPHandler: Processed in 0.001976978 sec. | ||
| 6797 | 2025.01.16 23:28:25.390911 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6798 | 2025.01.16 23:28:25.391074 [ 5 ] {3a585497-9f75-41f3-a49e-95e698092fe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6799 | 2025.01.16 23:28:25.391137 [ 5 ] {3a585497-9f75-41f3-a49e-95e698092fe3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6800 | 2025.01.16 23:28:25.391781 [ 5 ] {3a585497-9f75-41f3-a49e-95e698092fe3} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6801 | 2025.01.16 23:28:25.391821 [ 5 ] {3a585497-9f75-41f3-a49e-95e698092fe3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6802 | 2025.01.16 23:28:25.392208 [ 5 ] {3a585497-9f75-41f3-a49e-95e698092fe3} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6803 | 2025.01.16 23:28:25.392446 [ 5 ] {3a585497-9f75-41f3-a49e-95e698092fe3} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6804 | 2025.01.16 23:28:25.392660 [ 5 ] {3a585497-9f75-41f3-a49e-95e698092fe3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001617 sec., 98948.67037724181 rows/sec., 6.89 MiB/sec. | ||
| 6805 | 2025.01.16 23:28:25.392714 [ 5 ] {3a585497-9f75-41f3-a49e-95e698092fe3} <Debug> TCPHandler: Processed in 0.001936837 sec. | ||
| 6806 | 2025.01.16 23:28:25.392867 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6807 | 2025.01.16 23:28:25.392996 [ 255 ] {23bda7bf-3800-424d-b1f4-e48980c90ad2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6808 | 2025.01.16 23:28:25.393052 [ 255 ] {23bda7bf-3800-424d-b1f4-e48980c90ad2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6809 | 2025.01.16 23:28:25.393596 [ 255 ] {23bda7bf-3800-424d-b1f4-e48980c90ad2} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6810 | 2025.01.16 23:28:25.393643 [ 255 ] {23bda7bf-3800-424d-b1f4-e48980c90ad2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6811 | 2025.01.16 23:28:25.394026 [ 255 ] {23bda7bf-3800-424d-b1f4-e48980c90ad2} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6812 | 2025.01.16 23:28:25.394265 [ 255 ] {23bda7bf-3800-424d-b1f4-e48980c90ad2} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6813 | 2025.01.16 23:28:25.394521 [ 255 ] {23bda7bf-3800-424d-b1f4-e48980c90ad2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001548 sec., 38759.689922480626 rows/sec., 2.61 MiB/sec. | ||
| 6814 | 2025.01.16 23:28:25.394651 [ 255 ] {23bda7bf-3800-424d-b1f4-e48980c90ad2} <Debug> TCPHandler: Processed in 0.001842695 sec. | ||
| 6815 | 2025.01.16 23:28:26.735084 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15128 | ||
| 6816 | 2025.01.16 23:28:26.735850 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6817 | 2025.01.16 23:28:26.735902 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6818 | 2025.01.16 23:28:26.736454 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6819 | 2025.01.16 23:28:26.736714 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6820 | 2025.01.16 23:28:26.737040 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15128 | ||
| 6821 | 2025.01.16 23:28:27.811100 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 6822 | 2025.01.16 23:28:27.832273 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6823 | 2025.01.16 23:28:27.832340 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6824 | 2025.01.16 23:28:27.839658 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6825 | 2025.01.16 23:28:27.840421 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6826 | 2025.01.16 23:28:27.844001 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 6827 | 2025.01.16 23:28:29.307393 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 938 | ||
| 6828 | 2025.01.16 23:28:29.310394 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6829 | 2025.01.16 23:28:29.310449 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 6830 | 2025.01.16 23:28:29.311932 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6831 | 2025.01.16 23:28:29.312249 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6832 | 2025.01.16 23:28:29.313988 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 938 | ||
| 6833 | 2025.01.16 23:28:30.405277 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6834 | 2025.01.16 23:28:30.405507 [ 5 ] {bd922c41-0109-4e8f-9bda-e64e705a8f96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6835 | 2025.01.16 23:28:30.405581 [ 5 ] {bd922c41-0109-4e8f-9bda-e64e705a8f96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6836 | 2025.01.16 23:28:30.406451 [ 5 ] {bd922c41-0109-4e8f-9bda-e64e705a8f96} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6837 | 2025.01.16 23:28:30.406509 [ 5 ] {bd922c41-0109-4e8f-9bda-e64e705a8f96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 6838 | 2025.01.16 23:28:30.406971 [ 5 ] {bd922c41-0109-4e8f-9bda-e64e705a8f96} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6839 | 2025.01.16 23:28:30.407240 [ 5 ] {bd922c41-0109-4e8f-9bda-e64e705a8f96} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6840 | 2025.01.16 23:28:30.407442 [ 5 ] {bd922c41-0109-4e8f-9bda-e64e705a8f96} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001985 sec., 7052.896725440807 rows/sec., 507.71 KiB/sec. | ||
| 6841 | 2025.01.16 23:28:30.407507 [ 5 ] {bd922c41-0109-4e8f-9bda-e64e705a8f96} <Debug> TCPHandler: Processed in 0.002376205 sec. | ||
| 6842 | 2025.01.16 23:28:30.407993 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6843 | 2025.01.16 23:28:30.408131 [ 255 ] {95207c5b-0589-42b3-91c5-f8e13a9e61a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6844 | 2025.01.16 23:28:30.408188 [ 255 ] {95207c5b-0589-42b3-91c5-f8e13a9e61a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6845 | 2025.01.16 23:28:30.411190 [ 255 ] {95207c5b-0589-42b3-91c5-f8e13a9e61a4} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6846 | 2025.01.16 23:28:30.411232 [ 255 ] {95207c5b-0589-42b3-91c5-f8e13a9e61a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 6847 | 2025.01.16 23:28:30.411653 [ 255 ] {95207c5b-0589-42b3-91c5-f8e13a9e61a4} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6848 | 2025.01.16 23:28:30.411918 [ 255 ] {95207c5b-0589-42b3-91c5-f8e13a9e61a4} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6849 | 2025.01.16 23:28:30.412114 [ 255 ] {95207c5b-0589-42b3-91c5-f8e13a9e61a4} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.004018 sec., 69935.2911896466 rows/sec., 6.18 MiB/sec. | ||
| 6850 | 2025.01.16 23:28:30.412167 [ 255 ] {95207c5b-0589-42b3-91c5-f8e13a9e61a4} <Debug> TCPHandler: Processed in 0.004248652 sec. | ||
| 6851 | 2025.01.16 23:28:30.412383 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6852 | 2025.01.16 23:28:30.412499 [ 5 ] {47730fe8-5130-48a0-bab6-005a5046988b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6853 | 2025.01.16 23:28:30.412548 [ 5 ] {47730fe8-5130-48a0-bab6-005a5046988b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6854 | 2025.01.16 23:28:30.413122 [ 5 ] {47730fe8-5130-48a0-bab6-005a5046988b} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6855 | 2025.01.16 23:28:30.413162 [ 5 ] {47730fe8-5130-48a0-bab6-005a5046988b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 6856 | 2025.01.16 23:28:30.413539 [ 5 ] {47730fe8-5130-48a0-bab6-005a5046988b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 6857 | 2025.01.16 23:28:30.413782 [ 5 ] {47730fe8-5130-48a0-bab6-005a5046988b} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6858 | 2025.01.16 23:28:30.413988 [ 5 ] {47730fe8-5130-48a0-bab6-005a5046988b} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001507 sec., 30524.2203052422 rows/sec., 2.20 MiB/sec. | ||
| 6859 | 2025.01.16 23:28:30.414075 [ 5 ] {47730fe8-5130-48a0-bab6-005a5046988b} <Debug> TCPHandler: Processed in 0.001749393 sec. | ||
| 6860 | 2025.01.16 23:28:30.414300 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6861 | 2025.01.16 23:28:30.414434 [ 255 ] {a8c8d988-c836-4bd0-a53f-d16ccb924bb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6862 | 2025.01.16 23:28:30.414485 [ 255 ] {a8c8d988-c836-4bd0-a53f-d16ccb924bb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6863 | 2025.01.16 23:28:30.415062 [ 255 ] {a8c8d988-c836-4bd0-a53f-d16ccb924bb5} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6864 | 2025.01.16 23:28:30.415103 [ 255 ] {a8c8d988-c836-4bd0-a53f-d16ccb924bb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 6865 | 2025.01.16 23:28:30.415469 [ 255 ] {a8c8d988-c836-4bd0-a53f-d16ccb924bb5} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6866 | 2025.01.16 23:28:30.415733 [ 255 ] {a8c8d988-c836-4bd0-a53f-d16ccb924bb5} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6867 | 2025.01.16 23:28:30.415911 [ 255 ] {a8c8d988-c836-4bd0-a53f-d16ccb924bb5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001502 sec., 9320.905459387483 rows/sec., 652.78 KiB/sec. | ||
| 6868 | 2025.01.16 23:28:30.415966 [ 255 ] {a8c8d988-c836-4bd0-a53f-d16ccb924bb5} <Debug> TCPHandler: Processed in 0.001749054 sec. | ||
| 6869 | 2025.01.16 23:28:30.416124 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6870 | 2025.01.16 23:28:30.416235 [ 5 ] {5782bc63-87b4-4fec-8828-a182a3eb4e7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6871 | 2025.01.16 23:28:30.416282 [ 5 ] {5782bc63-87b4-4fec-8828-a182a3eb4e7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6872 | 2025.01.16 23:28:30.416823 [ 5 ] {5782bc63-87b4-4fec-8828-a182a3eb4e7a} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6873 | 2025.01.16 23:28:30.416861 [ 5 ] {5782bc63-87b4-4fec-8828-a182a3eb4e7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 6874 | 2025.01.16 23:28:30.417199 [ 5 ] {5782bc63-87b4-4fec-8828-a182a3eb4e7a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6875 | 2025.01.16 23:28:30.417442 [ 5 ] {5782bc63-87b4-4fec-8828-a182a3eb4e7a} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6876 | 2025.01.16 23:28:30.417615 [ 5 ] {5782bc63-87b4-4fec-8828-a182a3eb4e7a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001402 sec., 9272.46790299572 rows/sec., 578.14 KiB/sec. | ||
| 6877 | 2025.01.16 23:28:30.417665 [ 5 ] {5782bc63-87b4-4fec-8828-a182a3eb4e7a} <Debug> TCPHandler: Processed in 0.001596521 sec. | ||
| 6878 | 2025.01.16 23:28:30.417857 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6879 | 2025.01.16 23:28:30.417973 [ 255 ] {a1f75c09-2ed1-4c8d-b54d-e9d064bd49af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6880 | 2025.01.16 23:28:30.418020 [ 255 ] {a1f75c09-2ed1-4c8d-b54d-e9d064bd49af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6881 | 2025.01.16 23:28:30.418807 [ 255 ] {a1f75c09-2ed1-4c8d-b54d-e9d064bd49af} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6882 | 2025.01.16 23:28:30.418849 [ 255 ] {a1f75c09-2ed1-4c8d-b54d-e9d064bd49af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 6883 | 2025.01.16 23:28:30.419236 [ 255 ] {a1f75c09-2ed1-4c8d-b54d-e9d064bd49af} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6884 | 2025.01.16 23:28:30.419546 [ 255 ] {a1f75c09-2ed1-4c8d-b54d-e9d064bd49af} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6885 | 2025.01.16 23:28:30.419771 [ 255 ] {a1f75c09-2ed1-4c8d-b54d-e9d064bd49af} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001815 sec., 231955.92286501377 rows/sec., 16.57 MiB/sec. | ||
| 6886 | 2025.01.16 23:28:30.419896 [ 255 ] {a1f75c09-2ed1-4c8d-b54d-e9d064bd49af} <Debug> TCPHandler: Processed in 0.00209045 sec. | ||
| 6887 | 2025.01.16 23:28:30.420974 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6888 | 2025.01.16 23:28:30.421112 [ 5 ] {63fcb860-f08e-47bd-b732-620e214a9e49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6889 | 2025.01.16 23:28:30.421171 [ 5 ] {63fcb860-f08e-47bd-b732-620e214a9e49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6890 | 2025.01.16 23:28:30.421801 [ 5 ] {63fcb860-f08e-47bd-b732-620e214a9e49} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6891 | 2025.01.16 23:28:30.421847 [ 5 ] {63fcb860-f08e-47bd-b732-620e214a9e49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 6892 | 2025.01.16 23:28:30.422305 [ 5 ] {63fcb860-f08e-47bd-b732-620e214a9e49} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6893 | 2025.01.16 23:28:30.422638 [ 5 ] {63fcb860-f08e-47bd-b732-620e214a9e49} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6894 | 2025.01.16 23:28:30.422914 [ 5 ] {63fcb860-f08e-47bd-b732-620e214a9e49} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001831 sec., 3276.897870016385 rows/sec., 171.21 KiB/sec. | ||
| 6895 | 2025.01.16 23:28:30.422985 [ 5 ] {63fcb860-f08e-47bd-b732-620e214a9e49} <Debug> TCPHandler: Processed in 0.00207848 sec. | ||
| 6896 | 2025.01.16 23:28:30.423547 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6897 | 2025.01.16 23:28:30.423674 [ 255 ] {ae9d99c8-f40a-4155-8a55-6f0c64718330} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6898 | 2025.01.16 23:28:30.423735 [ 255 ] {ae9d99c8-f40a-4155-8a55-6f0c64718330} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6899 | 2025.01.16 23:28:30.424421 [ 255 ] {ae9d99c8-f40a-4155-8a55-6f0c64718330} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6900 | 2025.01.16 23:28:30.424465 [ 255 ] {ae9d99c8-f40a-4155-8a55-6f0c64718330} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 6901 | 2025.01.16 23:28:30.424957 [ 255 ] {ae9d99c8-f40a-4155-8a55-6f0c64718330} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6902 | 2025.01.16 23:28:30.425279 [ 255 ] {ae9d99c8-f40a-4155-8a55-6f0c64718330} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6903 | 2025.01.16 23:28:30.425519 [ 255 ] {ae9d99c8-f40a-4155-8a55-6f0c64718330} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001871 sec., 126670.22982362373 rows/sec., 8.49 MiB/sec. | ||
| 6904 | 2025.01.16 23:28:30.425585 [ 255 ] {ae9d99c8-f40a-4155-8a55-6f0c64718330} <Debug> TCPHandler: Processed in 0.002098051 sec. | ||
| 6905 | 2025.01.16 23:28:30.425757 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6906 | 2025.01.16 23:28:30.425878 [ 5 ] {c5a8fbca-b0ac-4ce9-a205-36ab28bb31aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6907 | 2025.01.16 23:28:30.425925 [ 5 ] {c5a8fbca-b0ac-4ce9-a205-36ab28bb31aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6908 | 2025.01.16 23:28:30.426371 [ 5 ] {c5a8fbca-b0ac-4ce9-a205-36ab28bb31aa} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6909 | 2025.01.16 23:28:30.426412 [ 5 ] {c5a8fbca-b0ac-4ce9-a205-36ab28bb31aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 6910 | 2025.01.16 23:28:30.426770 [ 5 ] {c5a8fbca-b0ac-4ce9-a205-36ab28bb31aa} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6911 | 2025.01.16 23:28:30.427010 [ 5 ] {c5a8fbca-b0ac-4ce9-a205-36ab28bb31aa} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6912 | 2025.01.16 23:28:30.427134 [ 138 ] {} <Debug> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470) (MergerMutator): Selected 6 parts from all_1_18_4 to all_23_23_0 | ||
| 6913 | 2025.01.16 23:28:30.427178 [ 138 ] {} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6914 | 2025.01.16 23:28:30.427188 [ 5 ] {c5a8fbca-b0ac-4ce9-a205-36ab28bb31aa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001336 sec., 748.502994011976 rows/sec., 50.44 KiB/sec. | ||
| 6915 | 2025.01.16 23:28:30.427201 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 6916 | 2025.01.16 23:28:30.427276 [ 5 ] {c5a8fbca-b0ac-4ce9-a205-36ab28bb31aa} <Debug> TCPHandler: Processed in 0.00157713 sec. | ||
| 6917 | 2025.01.16 23:28:30.427489 [ 191 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::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 | ||
| 6918 | 2025.01.16 23:28:30.427546 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6919 | 2025.01.16 23:28:30.427911 [ 191 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::all_1_23_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6920 | 2025.01.16 23:28:30.427992 [ 255 ] {d6049d1f-df3c-41ea-80e2-026ed3612624} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6921 | 2025.01.16 23:28:30.428043 [ 191 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 19 rows starting from the beginning of the part | ||
| 6922 | 2025.01.16 23:28:30.428479 [ 191 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::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 | ||
| 6923 | 2025.01.16 23:28:30.428505 [ 255 ] {d6049d1f-df3c-41ea-80e2-026ed3612624} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6924 | 2025.01.16 23:28:30.428710 [ 191 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::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 | ||
| 6925 | 2025.01.16 23:28:30.429192 [ 191 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::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 | ||
| 6926 | 2025.01.16 23:28:30.429604 [ 191 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::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 | ||
| 6927 | 2025.01.16 23:28:30.429956 [ 191 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::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 | ||
| 6928 | 2025.01.16 23:28:30.432367 [ 193 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::all_1_23_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 4 columns (4 merged, 0 gathered) in 0.005076248 sec., 4727.901394888508 rows/sec., 317.81 KiB/sec. | ||
| 6929 | 2025.01.16 23:28:30.432740 [ 193 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::all_1_23_5} <Trace> MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) | ||
| 6930 | 2025.01.16 23:28:30.433135 [ 255 ] {d6049d1f-df3c-41ea-80e2-026ed3612624} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6931 | 2025.01.16 23:28:30.433191 [ 255 ] {d6049d1f-df3c-41ea-80e2-026ed3612624} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 6932 | 2025.01.16 23:28:30.433803 [ 193 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::all_1_23_5} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6933 | 2025.01.16 23:28:30.434193 [ 193 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::all_1_23_5} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470) (MergerMutator): Merged 6 parts: [all_1_18_4, all_23_23_0] -> all_1_23_5 | ||
| 6934 | 2025.01.16 23:28:30.434437 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6935 | 2025.01.16 23:28:30.434614 [ 255 ] {d6049d1f-df3c-41ea-80e2-026ed3612624} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6936 | 2025.01.16 23:28:30.434916 [ 255 ] {d6049d1f-df3c-41ea-80e2-026ed3612624} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6937 | 2025.01.16 23:28:30.435145 [ 255 ] {d6049d1f-df3c-41ea-80e2-026ed3612624} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.007305 sec., 5338.809034907597 rows/sec., 9.57 MiB/sec. | ||
| 6938 | 2025.01.16 23:28:30.435280 [ 255 ] {d6049d1f-df3c-41ea-80e2-026ed3612624} <Debug> TCPHandler: Processed in 0.007845791 sec. | ||
| 6939 | 2025.01.16 23:28:30.435474 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6940 | 2025.01.16 23:28:30.435593 [ 5 ] {d7044e8a-0c86-4895-98f9-964d6586fc35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6941 | 2025.01.16 23:28:30.435642 [ 5 ] {d7044e8a-0c86-4895-98f9-964d6586fc35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6942 | 2025.01.16 23:28:30.436118 [ 5 ] {d7044e8a-0c86-4895-98f9-964d6586fc35} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6943 | 2025.01.16 23:28:30.436156 [ 5 ] {d7044e8a-0c86-4895-98f9-964d6586fc35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 6944 | 2025.01.16 23:28:30.436527 [ 5 ] {d7044e8a-0c86-4895-98f9-964d6586fc35} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6945 | 2025.01.16 23:28:30.436779 [ 5 ] {d7044e8a-0c86-4895-98f9-964d6586fc35} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6946 | 2025.01.16 23:28:30.436974 [ 5 ] {d7044e8a-0c86-4895-98f9-964d6586fc35} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001402 sec., 58487.87446504993 rows/sec., 3.71 MiB/sec. | ||
| 6947 | 2025.01.16 23:28:30.437077 [ 5 ] {d7044e8a-0c86-4895-98f9-964d6586fc35} <Debug> TCPHandler: Processed in 0.001670712 sec. | ||
| 6948 | 2025.01.16 23:28:34.057454 [ 134 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6949 | 2025.01.16 23:28:34.057515 [ 134 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6950 | 2025.01.16 23:28:34.237233 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15616 | ||
| 6951 | 2025.01.16 23:28:34.237924 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6952 | 2025.01.16 23:28:34.237973 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 6953 | 2025.01.16 23:28:34.238517 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6954 | 2025.01.16 23:28:34.238782 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6955 | 2025.01.16 23:28:34.239052 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 6956 | 2025.01.16 23:28:35.344116 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 6957 | 2025.01.16 23:28:35.364569 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6958 | 2025.01.16 23:28:35.364622 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 6959 | 2025.01.16 23:28:35.372063 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6960 | 2025.01.16 23:28:35.372832 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6961 | 2025.01.16 23:28:35.375505 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 6962 | 2025.01.16 23:28:35.386523 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6963 | 2025.01.16 23:28:35.386787 [ 5 ] {f7d95000-30e5-4d3e-9978-55c094eae195} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6964 | 2025.01.16 23:28:35.386888 [ 5 ] {f7d95000-30e5-4d3e-9978-55c094eae195} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6965 | 2025.01.16 23:28:35.387650 [ 5 ] {f7d95000-30e5-4d3e-9978-55c094eae195} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6966 | 2025.01.16 23:28:35.387692 [ 5 ] {f7d95000-30e5-4d3e-9978-55c094eae195} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 6967 | 2025.01.16 23:28:35.388052 [ 5 ] {f7d95000-30e5-4d3e-9978-55c094eae195} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6968 | 2025.01.16 23:28:35.388456 [ 5 ] {f7d95000-30e5-4d3e-9978-55c094eae195} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6969 | 2025.01.16 23:28:35.389061 [ 5 ] {f7d95000-30e5-4d3e-9978-55c094eae195} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002338 sec., 23952.095808383234 rows/sec., 1.84 MiB/sec. | ||
| 6970 | 2025.01.16 23:28:35.389140 [ 5 ] {f7d95000-30e5-4d3e-9978-55c094eae195} <Debug> TCPHandler: Processed in 0.002782854 sec. | ||
| 6971 | 2025.01.16 23:28:35.389400 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6972 | 2025.01.16 23:28:35.389570 [ 255 ] {e422ca30-5d55-4460-b028-9d7a1f2b07ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6973 | 2025.01.16 23:28:35.389622 [ 255 ] {e422ca30-5d55-4460-b028-9d7a1f2b07ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6974 | 2025.01.16 23:28:35.390245 [ 255 ] {e422ca30-5d55-4460-b028-9d7a1f2b07ce} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6975 | 2025.01.16 23:28:35.390286 [ 255 ] {e422ca30-5d55-4460-b028-9d7a1f2b07ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 6976 | 2025.01.16 23:28:35.390657 [ 255 ] {e422ca30-5d55-4460-b028-9d7a1f2b07ce} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6977 | 2025.01.16 23:28:35.390907 [ 255 ] {e422ca30-5d55-4460-b028-9d7a1f2b07ce} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6978 | 2025.01.16 23:28:35.391126 [ 255 ] {e422ca30-5d55-4460-b028-9d7a1f2b07ce} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001581 sec., 40480.708412397216 rows/sec., 3.16 MiB/sec. | ||
| 6979 | 2025.01.16 23:28:35.391180 [ 255 ] {e422ca30-5d55-4460-b028-9d7a1f2b07ce} <Debug> TCPHandler: Processed in 0.001907367 sec. | ||
| 6980 | 2025.01.16 23:28:35.391361 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6981 | 2025.01.16 23:28:35.391491 [ 5 ] {6afd2795-0bee-41ec-8260-dc02181cf0d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6982 | 2025.01.16 23:28:35.391550 [ 5 ] {6afd2795-0bee-41ec-8260-dc02181cf0d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6983 | 2025.01.16 23:28:35.392191 [ 5 ] {6afd2795-0bee-41ec-8260-dc02181cf0d3} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6984 | 2025.01.16 23:28:35.392229 [ 5 ] {6afd2795-0bee-41ec-8260-dc02181cf0d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 6985 | 2025.01.16 23:28:35.392605 [ 5 ] {6afd2795-0bee-41ec-8260-dc02181cf0d3} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6986 | 2025.01.16 23:28:35.392842 [ 5 ] {6afd2795-0bee-41ec-8260-dc02181cf0d3} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6987 | 2025.01.16 23:28:35.393066 [ 5 ] {6afd2795-0bee-41ec-8260-dc02181cf0d3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001604 sec., 99750.62344139651 rows/sec., 6.95 MiB/sec. | ||
| 6988 | 2025.01.16 23:28:35.393116 [ 5 ] {6afd2795-0bee-41ec-8260-dc02181cf0d3} <Debug> TCPHandler: Processed in 0.001822225 sec. | ||
| 6989 | 2025.01.16 23:28:35.393262 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6990 | 2025.01.16 23:28:35.393390 [ 255 ] {49d77a6e-7f72-4581-a49c-e8d55972753f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6991 | 2025.01.16 23:28:35.393446 [ 255 ] {49d77a6e-7f72-4581-a49c-e8d55972753f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6992 | 2025.01.16 23:28:35.393989 [ 255 ] {49d77a6e-7f72-4581-a49c-e8d55972753f} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6993 | 2025.01.16 23:28:35.394037 [ 255 ] {49d77a6e-7f72-4581-a49c-e8d55972753f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 6994 | 2025.01.16 23:28:35.394410 [ 255 ] {49d77a6e-7f72-4581-a49c-e8d55972753f} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6995 | 2025.01.16 23:28:35.394656 [ 255 ] {49d77a6e-7f72-4581-a49c-e8d55972753f} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6996 | 2025.01.16 23:28:35.394858 [ 255 ] {49d77a6e-7f72-4581-a49c-e8d55972753f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001495 sec., 40133.77926421405 rows/sec., 2.70 MiB/sec. | ||
| 6997 | 2025.01.16 23:28:35.394954 [ 255 ] {49d77a6e-7f72-4581-a49c-e8d55972753f} <Debug> TCPHandler: Processed in 0.001751123 sec. | ||
| 6998 | 2025.01.16 23:28:35.806127 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6999 | 2025.01.16 23:28:35.806316 [ 5 ] {409fa10c-bfea-4485-9f43-94b573112df1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7000 | 2025.01.16 23:28:35.806385 [ 5 ] {409fa10c-bfea-4485-9f43-94b573112df1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7001 | 2025.01.16 23:28:35.807101 [ 5 ] {409fa10c-bfea-4485-9f43-94b573112df1} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7002 | 2025.01.16 23:28:35.807153 [ 5 ] {409fa10c-bfea-4485-9f43-94b573112df1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7003 | 2025.01.16 23:28:35.807590 [ 5 ] {409fa10c-bfea-4485-9f43-94b573112df1} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7004 | 2025.01.16 23:28:35.807842 [ 5 ] {409fa10c-bfea-4485-9f43-94b573112df1} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7005 | 2025.01.16 23:28:35.808074 [ 5 ] {409fa10c-bfea-4485-9f43-94b573112df1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001808 sec., 7743.362831858407 rows/sec., 557.42 KiB/sec. | ||
| 7006 | 2025.01.16 23:28:35.808131 [ 5 ] {409fa10c-bfea-4485-9f43-94b573112df1} <Debug> TCPHandler: Processed in 0.002141821 sec. | ||
| 7007 | 2025.01.16 23:28:35.808309 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7008 | 2025.01.16 23:28:35.808449 [ 255 ] {25428482-14f1-4c34-bf1a-0d0f2e7c8ec6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7009 | 2025.01.16 23:28:35.808506 [ 255 ] {25428482-14f1-4c34-bf1a-0d0f2e7c8ec6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7010 | 2025.01.16 23:28:35.809168 [ 255 ] {25428482-14f1-4c34-bf1a-0d0f2e7c8ec6} <Trace> oximeter.fields_ipaddr (32f5c164-55f5-48ad-a123-78247430c5f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7011 | 2025.01.16 23:28:35.809212 [ 255 ] {25428482-14f1-4c34-bf1a-0d0f2e7c8ec6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7012 | 2025.01.16 23:28:35.809573 [ 255 ] {25428482-14f1-4c34-bf1a-0d0f2e7c8ec6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 7013 | 2025.01.16 23:28:35.809813 [ 255 ] {25428482-14f1-4c34-bf1a-0d0f2e7c8ec6} <Trace> oximeter.fields_ipaddr (32f5c164-55f5-48ad-a123-78247430c5f2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7014 | 2025.01.16 23:28:35.810073 [ 255 ] {25428482-14f1-4c34-bf1a-0d0f2e7c8ec6} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001638 sec., 8547.008547008547 rows/sec., 696.95 KiB/sec. | ||
| 7015 | 2025.01.16 23:28:35.810317 [ 255 ] {25428482-14f1-4c34-bf1a-0d0f2e7c8ec6} <Debug> TCPHandler: Processed in 0.00206566 sec. | ||
| 7016 | 2025.01.16 23:28:35.810468 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7017 | 2025.01.16 23:28:35.810576 [ 5 ] {96bda627-5b65-4dfd-91f9-614740d35b6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7018 | 2025.01.16 23:28:35.810620 [ 5 ] {96bda627-5b65-4dfd-91f9-614740d35b6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7019 | 2025.01.16 23:28:35.811802 [ 5 ] {96bda627-5b65-4dfd-91f9-614740d35b6d} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7020 | 2025.01.16 23:28:35.811840 [ 5 ] {96bda627-5b65-4dfd-91f9-614740d35b6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7021 | 2025.01.16 23:28:35.812286 [ 5 ] {96bda627-5b65-4dfd-91f9-614740d35b6d} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7022 | 2025.01.16 23:28:35.812525 [ 5 ] {96bda627-5b65-4dfd-91f9-614740d35b6d} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7023 | 2025.01.16 23:28:35.812711 [ 133 ] {} <Debug> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7024 | 2025.01.16 23:28:35.812771 [ 5 ] {96bda627-5b65-4dfd-91f9-614740d35b6d} <Debug> executeQuery: Read 1428 rows, 122.50 KiB in 0.002216 sec., 644404.3321299639 rows/sec., 53.98 MiB/sec. | ||
| 7025 | 2025.01.16 23:28:35.812799 [ 133 ] {} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7026 | 2025.01.16 23:28:35.812864 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7027 | 2025.01.16 23:28:35.812905 [ 5 ] {96bda627-5b65-4dfd-91f9-614740d35b6d} <Debug> TCPHandler: Processed in 0.002488908 sec. | ||
| 7028 | 2025.01.16 23:28:35.813051 [ 191 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::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 | ||
| 7029 | 2025.01.16 23:28:35.813073 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7030 | 2025.01.16 23:28:35.813205 [ 191 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7031 | 2025.01.16 23:28:35.813225 [ 255 ] {fc916a64-1696-4891-ac2d-4b0469e0d889} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7032 | 2025.01.16 23:28:35.813249 [ 191 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1431 rows starting from the beginning of the part | ||
| 7033 | 2025.01.16 23:28:35.813293 [ 255 ] {fc916a64-1696-4891-ac2d-4b0469e0d889} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7034 | 2025.01.16 23:28:35.813466 [ 191 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 281 rows starting from the beginning of the part | ||
| 7035 | 2025.01.16 23:28:35.813914 [ 191 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 56 rows starting from the beginning of the part | ||
| 7036 | 2025.01.16 23:28:35.814117 [ 191 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 281 rows starting from the beginning of the part | ||
| 7037 | 2025.01.16 23:28:35.814357 [ 191 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::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 | ||
| 7038 | 2025.01.16 23:28:35.814617 [ 191 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1428 rows starting from the beginning of the part | ||
| 7039 | 2025.01.16 23:28:35.815348 [ 255 ] {fc916a64-1696-4891-ac2d-4b0469e0d889} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7040 | 2025.01.16 23:28:35.815386 [ 255 ] {fc916a64-1696-4891-ac2d-4b0469e0d889} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7041 | 2025.01.16 23:28:35.815930 [ 255 ] {fc916a64-1696-4891-ac2d-4b0469e0d889} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7042 | 2025.01.16 23:28:35.816186 [ 255 ] {fc916a64-1696-4891-ac2d-4b0469e0d889} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7043 | 2025.01.16 23:28:35.816520 [ 255 ] {fc916a64-1696-4891-ac2d-4b0469e0d889} <Debug> executeQuery: Read 60 rows, 4.37 KiB in 0.003335 sec., 17991.004497751124 rows/sec., 1.28 MiB/sec. | ||
| 7044 | 2025.01.16 23:28:35.816616 [ 255 ] {fc916a64-1696-4891-ac2d-4b0469e0d889} <Debug> TCPHandler: Processed in 0.003600969 sec. | ||
| 7045 | 2025.01.16 23:28:35.816786 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7046 | 2025.01.16 23:28:35.816844 [ 193 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3533 rows, containing 5 columns (5 merged, 0 gathered) in 0.003880484 sec., 910453.438282441 rows/sec., 80.20 MiB/sec. | ||
| 7047 | 2025.01.16 23:28:35.816937 [ 5 ] {98bca75c-304c-4d21-a4ee-2411d5578fea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7048 | 2025.01.16 23:28:35.816991 [ 5 ] {98bca75c-304c-4d21-a4ee-2411d5578fea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7049 | 2025.01.16 23:28:35.817196 [ 193 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7050 | 2025.01.16 23:28:35.817858 [ 193 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_56_11} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7051 | 2025.01.16 23:28:35.818074 [ 193 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_56_11} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7052 | 2025.01.16 23:28:35.818292 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 7053 | 2025.01.16 23:28:35.818376 [ 5 ] {98bca75c-304c-4d21-a4ee-2411d5578fea} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7054 | 2025.01.16 23:28:35.818421 [ 5 ] {98bca75c-304c-4d21-a4ee-2411d5578fea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7055 | 2025.01.16 23:28:35.818788 [ 5 ] {98bca75c-304c-4d21-a4ee-2411d5578fea} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7056 | 2025.01.16 23:28:35.819026 [ 5 ] {98bca75c-304c-4d21-a4ee-2411d5578fea} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7057 | 2025.01.16 23:28:35.819276 [ 5 ] {98bca75c-304c-4d21-a4ee-2411d5578fea} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002372 sec., 102023.60876897133 rows/sec., 6.91 MiB/sec. | ||
| 7058 | 2025.01.16 23:28:35.819502 [ 5 ] {98bca75c-304c-4d21-a4ee-2411d5578fea} <Debug> TCPHandler: Processed in 0.002786843 sec. | ||
| 7059 | 2025.01.16 23:28:35.819709 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7060 | 2025.01.16 23:28:35.819839 [ 255 ] {7f893d76-8f40-4083-a1c2-190d44ef38f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7061 | 2025.01.16 23:28:35.819894 [ 255 ] {7f893d76-8f40-4083-a1c2-190d44ef38f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7062 | 2025.01.16 23:28:35.820499 [ 255 ] {7f893d76-8f40-4083-a1c2-190d44ef38f3} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7063 | 2025.01.16 23:28:35.820537 [ 255 ] {7f893d76-8f40-4083-a1c2-190d44ef38f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7064 | 2025.01.16 23:28:35.820874 [ 255 ] {7f893d76-8f40-4083-a1c2-190d44ef38f3} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7065 | 2025.01.16 23:28:35.821109 [ 255 ] {7f893d76-8f40-4083-a1c2-190d44ef38f3} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7066 | 2025.01.16 23:28:35.821327 [ 255 ] {7f893d76-8f40-4083-a1c2-190d44ef38f3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001516 sec., 8575.197889182058 rows/sec., 534.66 KiB/sec. | ||
| 7067 | 2025.01.16 23:28:35.821378 [ 255 ] {7f893d76-8f40-4083-a1c2-190d44ef38f3} <Debug> TCPHandler: Processed in 0.001774524 sec. | ||
| 7068 | 2025.01.16 23:28:35.821526 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7069 | 2025.01.16 23:28:35.821653 [ 5 ] {fc1176c5-8e90-4b71-a76e-38de70e56d10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7070 | 2025.01.16 23:28:35.821705 [ 5 ] {fc1176c5-8e90-4b71-a76e-38de70e56d10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7071 | 2025.01.16 23:28:35.822637 [ 5 ] {fc1176c5-8e90-4b71-a76e-38de70e56d10} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7072 | 2025.01.16 23:28:35.822676 [ 5 ] {fc1176c5-8e90-4b71-a76e-38de70e56d10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7073 | 2025.01.16 23:28:35.823060 [ 5 ] {fc1176c5-8e90-4b71-a76e-38de70e56d10} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7074 | 2025.01.16 23:28:35.823297 [ 5 ] {fc1176c5-8e90-4b71-a76e-38de70e56d10} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7075 | 2025.01.16 23:28:35.823473 [ 131 ] {} <Debug> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7076 | 2025.01.16 23:28:35.823518 [ 5 ] {fc1176c5-8e90-4b71-a76e-38de70e56d10} <Debug> executeQuery: Read 891 rows, 66.24 KiB in 0.001892 sec., 470930.23255813954 rows/sec., 34.19 MiB/sec. | ||
| 7077 | 2025.01.16 23:28:35.823567 [ 131 ] {} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7078 | 2025.01.16 23:28:35.823632 [ 5 ] {fc1176c5-8e90-4b71-a76e-38de70e56d10} <Debug> TCPHandler: Processed in 0.002167152 sec. | ||
| 7079 | 2025.01.16 23:28:35.823639 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7080 | 2025.01.16 23:28:35.823829 [ 191 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::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 | ||
| 7081 | 2025.01.16 23:28:35.823837 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7082 | 2025.01.16 23:28:35.823978 [ 191 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7083 | 2025.01.16 23:28:35.824018 [ 255 ] {dd280acb-effc-42a0-a046-33c71e3441cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7084 | 2025.01.16 23:28:35.824024 [ 191 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 913 rows starting from the beginning of the part | ||
| 7085 | 2025.01.16 23:28:35.824090 [ 255 ] {dd280acb-effc-42a0-a046-33c71e3441cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7086 | 2025.01.16 23:28:35.824207 [ 191 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 421 rows starting from the beginning of the part | ||
| 7087 | 2025.01.16 23:28:35.824497 [ 191 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 64 rows starting from the beginning of the part | ||
| 7088 | 2025.01.16 23:28:35.824807 [ 191 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 421 rows starting from the beginning of the part | ||
| 7089 | 2025.01.16 23:28:35.825073 [ 191 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::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 | ||
| 7090 | 2025.01.16 23:28:35.825245 [ 191 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 891 rows starting from the beginning of the part | ||
| 7091 | 2025.01.16 23:28:35.826209 [ 255 ] {dd280acb-effc-42a0-a046-33c71e3441cf} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7092 | 2025.01.16 23:28:35.826255 [ 255 ] {dd280acb-effc-42a0-a046-33c71e3441cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7093 | 2025.01.16 23:28:35.826768 [ 255 ] {dd280acb-effc-42a0-a046-33c71e3441cf} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7094 | 2025.01.16 23:28:35.827065 [ 255 ] {dd280acb-effc-42a0-a046-33c71e3441cf} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7095 | 2025.01.16 23:28:35.827310 [ 255 ] {dd280acb-effc-42a0-a046-33c71e3441cf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003329 sec., 1802.3430459597478 rows/sec., 94.17 KiB/sec. | ||
| 7096 | 2025.01.16 23:28:35.827494 [ 255 ] {dd280acb-effc-42a0-a046-33c71e3441cf} <Debug> TCPHandler: Processed in 0.003761662 sec. | ||
| 7097 | 2025.01.16 23:28:35.827609 [ 195 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2774 rows, containing 5 columns (5 merged, 0 gathered) in 0.003831864 sec., 723929.659298973 rows/sec., 55.28 MiB/sec. | ||
| 7098 | 2025.01.16 23:28:35.827662 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7099 | 2025.01.16 23:28:35.827798 [ 5 ] {86044ab7-a50a-4532-be6f-78734e561c4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7100 | 2025.01.16 23:28:35.827822 [ 195 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7101 | 2025.01.16 23:28:35.827863 [ 5 ] {86044ab7-a50a-4532-be6f-78734e561c4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7102 | 2025.01.16 23:28:35.828213 [ 195 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_56_11} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7103 | 2025.01.16 23:28:35.828292 [ 195 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_56_11} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7104 | 2025.01.16 23:28:35.828363 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 7105 | 2025.01.16 23:28:35.828818 [ 5 ] {86044ab7-a50a-4532-be6f-78734e561c4f} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7106 | 2025.01.16 23:28:35.828854 [ 5 ] {86044ab7-a50a-4532-be6f-78734e561c4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7107 | 2025.01.16 23:28:35.829290 [ 5 ] {86044ab7-a50a-4532-be6f-78734e561c4f} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7108 | 2025.01.16 23:28:35.829535 [ 5 ] {86044ab7-a50a-4532-be6f-78734e561c4f} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7109 | 2025.01.16 23:28:35.829692 [ 131 ] {} <Debug> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7110 | 2025.01.16 23:28:35.829750 [ 131 ] {} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7111 | 2025.01.16 23:28:35.829785 [ 5 ] {86044ab7-a50a-4532-be6f-78734e561c4f} <Debug> executeQuery: Read 962 rows, 65.46 KiB in 0.002011 sec., 478368.97066136246 rows/sec., 31.79 MiB/sec. | ||
| 7112 | 2025.01.16 23:28:35.829794 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7113 | 2025.01.16 23:28:35.829958 [ 5 ] {86044ab7-a50a-4532-be6f-78734e561c4f} <Debug> TCPHandler: Processed in 0.002363375 sec. | ||
| 7114 | 2025.01.16 23:28:35.829998 [ 195 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::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 | ||
| 7115 | 2025.01.16 23:28:35.830109 [ 195 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7116 | 2025.01.16 23:28:35.830132 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7117 | 2025.01.16 23:28:35.830142 [ 195 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 16071 rows starting from the beginning of the part | ||
| 7118 | 2025.01.16 23:28:35.830290 [ 195 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::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 | ||
| 7119 | 2025.01.16 23:28:35.830518 [ 255 ] {55268be4-2866-4169-b1bf-4d60122ab254} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7120 | 2025.01.16 23:28:35.830659 [ 195 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::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 | ||
| 7121 | 2025.01.16 23:28:35.830786 [ 255 ] {55268be4-2866-4169-b1bf-4d60122ab254} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7122 | 2025.01.16 23:28:35.831010 [ 195 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 237 rows starting from the beginning of the part | ||
| 7123 | 2025.01.16 23:28:35.831460 [ 195 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part | ||
| 7124 | 2025.01.16 23:28:35.831826 [ 195 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 962 rows starting from the beginning of the part | ||
| 7125 | 2025.01.16 23:28:35.832654 [ 255 ] {55268be4-2866-4169-b1bf-4d60122ab254} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7126 | 2025.01.16 23:28:35.832690 [ 255 ] {55268be4-2866-4169-b1bf-4d60122ab254} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7127 | 2025.01.16 23:28:35.833115 [ 255 ] {55268be4-2866-4169-b1bf-4d60122ab254} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7128 | 2025.01.16 23:28:35.833476 [ 255 ] {55268be4-2866-4169-b1bf-4d60122ab254} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7129 | 2025.01.16 23:28:35.833980 [ 255 ] {55268be4-2866-4169-b1bf-4d60122ab254} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003606 sec., 277.31558513588465 rows/sec., 18.69 KiB/sec. | ||
| 7130 | 2025.01.16 23:28:35.834438 [ 255 ] {55268be4-2866-4169-b1bf-4d60122ab254} <Debug> TCPHandler: Processed in 0.004364244 sec. | ||
| 7131 | 2025.01.16 23:28:35.834776 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7132 | 2025.01.16 23:28:35.834957 [ 5 ] {7c541a77-1718-401f-841f-1681afdac820} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7133 | 2025.01.16 23:28:35.835069 [ 5 ] {7c541a77-1718-401f-841f-1681afdac820} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7134 | 2025.01.16 23:28:35.836588 [ 5 ] {7c541a77-1718-401f-841f-1681afdac820} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7135 | 2025.01.16 23:28:35.836628 [ 5 ] {7c541a77-1718-401f-841f-1681afdac820} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7136 | 2025.01.16 23:28:35.837487 [ 5 ] {7c541a77-1718-401f-841f-1681afdac820} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7137 | 2025.01.16 23:28:35.837813 [ 5 ] {7c541a77-1718-401f-841f-1681afdac820} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7138 | 2025.01.16 23:28:35.838109 [ 5 ] {7c541a77-1718-401f-841f-1681afdac820} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003193 sec., 12214.218603194488 rows/sec., 21.89 MiB/sec. | ||
| 7139 | 2025.01.16 23:28:35.838214 [ 5 ] {7c541a77-1718-401f-841f-1681afdac820} <Debug> TCPHandler: Processed in 0.00364481 sec. | ||
| 7140 | 2025.01.16 23:28:35.838412 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7141 | 2025.01.16 23:28:35.838503 [ 188 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17827 rows, containing 5 columns (5 merged, 0 gathered) in 0.008576035 sec., 2078699.5388894754 rows/sec., 140.11 MiB/sec. | ||
| 7142 | 2025.01.16 23:28:35.838590 [ 255 ] {e6cc45e2-b442-4b9b-8eae-92622b22c61c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7143 | 2025.01.16 23:28:35.838662 [ 255 ] {e6cc45e2-b442-4b9b-8eae-92622b22c61c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7144 | 2025.01.16 23:28:35.839042 [ 188 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7145 | 2025.01.16 23:28:35.840160 [ 188 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7146 | 2025.01.16 23:28:35.840315 [ 255 ] {e6cc45e2-b442-4b9b-8eae-92622b22c61c} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7147 | 2025.01.16 23:28:35.840422 [ 255 ] {e6cc45e2-b442-4b9b-8eae-92622b22c61c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7148 | 2025.01.16 23:28:35.840521 [ 188 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7149 | 2025.01.16 23:28:35.840768 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.48 MiB. | ||
| 7150 | 2025.01.16 23:28:35.841130 [ 255 ] {e6cc45e2-b442-4b9b-8eae-92622b22c61c} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7151 | 2025.01.16 23:28:35.841377 [ 255 ] {e6cc45e2-b442-4b9b-8eae-92622b22c61c} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7152 | 2025.01.16 23:28:35.841546 [ 131 ] {} <Debug> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7153 | 2025.01.16 23:28:35.841605 [ 131 ] {} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7154 | 2025.01.16 23:28:35.841637 [ 255 ] {e6cc45e2-b442-4b9b-8eae-92622b22c61c} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.003083 sec., 11028.219266947779 rows/sec., 655.37 KiB/sec. | ||
| 7155 | 2025.01.16 23:28:35.841643 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7156 | 2025.01.16 23:28:35.841794 [ 255 ] {e6cc45e2-b442-4b9b-8eae-92622b22c61c} <Debug> TCPHandler: Processed in 0.003485358 sec. | ||
| 7157 | 2025.01.16 23:28:35.841837 [ 195 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::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 | ||
| 7158 | 2025.01.16 23:28:35.841938 [ 195 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7159 | 2025.01.16 23:28:35.841965 [ 195 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2940 rows starting from the beginning of the part | ||
| 7160 | 2025.01.16 23:28:35.842039 [ 195 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::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 | ||
| 7161 | 2025.01.16 23:28:35.842243 [ 195 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::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 | ||
| 7162 | 2025.01.16 23:28:35.842390 [ 195 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 82 rows starting from the beginning of the part | ||
| 7163 | 2025.01.16 23:28:35.842588 [ 195 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part | ||
| 7164 | 2025.01.16 23:28:35.842733 [ 195 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 34 rows starting from the beginning of the part | ||
| 7165 | 2025.01.16 23:28:35.844078 [ 189 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3258 rows, containing 4 columns (4 merged, 0 gathered) in 0.002307634 sec., 1411835.6723813224 rows/sec., 91.76 MiB/sec. | ||
| 7166 | 2025.01.16 23:28:35.844453 [ 198 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7167 | 2025.01.16 23:28:35.844861 [ 198 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_56_11} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7168 | 2025.01.16 23:28:35.844972 [ 198 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_56_11} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7169 | 2025.01.16 23:28:35.845089 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
| 7170 | 2025.01.16 23:28:39.314255 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 992 | ||
| 7171 | 2025.01.16 23:28:39.318441 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7172 | 2025.01.16 23:28:39.318513 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7173 | 2025.01.16 23:28:39.320420 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7174 | 2025.01.16 23:28:39.320760 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7175 | 2025.01.16 23:28:39.321348 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 992 | ||
| 7176 | 2025.01.16 23:28:40.384622 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7177 | 2025.01.16 23:28:40.384828 [ 5 ] {b33c1793-1a53-4ee6-9be8-f691521c087c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7178 | 2025.01.16 23:28:40.384910 [ 5 ] {b33c1793-1a53-4ee6-9be8-f691521c087c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7179 | 2025.01.16 23:28:40.385704 [ 5 ] {b33c1793-1a53-4ee6-9be8-f691521c087c} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7180 | 2025.01.16 23:28:40.385758 [ 5 ] {b33c1793-1a53-4ee6-9be8-f691521c087c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7181 | 2025.01.16 23:28:40.386191 [ 5 ] {b33c1793-1a53-4ee6-9be8-f691521c087c} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7182 | 2025.01.16 23:28:40.386454 [ 5 ] {b33c1793-1a53-4ee6-9be8-f691521c087c} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7183 | 2025.01.16 23:28:40.386652 [ 5 ] {b33c1793-1a53-4ee6-9be8-f691521c087c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001881 sec., 29771.398192450823 rows/sec., 2.29 MiB/sec. | ||
| 7184 | 2025.01.16 23:28:40.386708 [ 5 ] {b33c1793-1a53-4ee6-9be8-f691521c087c} <Debug> TCPHandler: Processed in 0.002228123 sec. | ||
| 7185 | 2025.01.16 23:28:40.386880 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7186 | 2025.01.16 23:28:40.387031 [ 255 ] {e2894423-4b77-4aee-86ad-37fd04de5dd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7187 | 2025.01.16 23:28:40.387099 [ 255 ] {e2894423-4b77-4aee-86ad-37fd04de5dd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7188 | 2025.01.16 23:28:40.387663 [ 255 ] {e2894423-4b77-4aee-86ad-37fd04de5dd0} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7189 | 2025.01.16 23:28:40.387700 [ 255 ] {e2894423-4b77-4aee-86ad-37fd04de5dd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7190 | 2025.01.16 23:28:40.388071 [ 255 ] {e2894423-4b77-4aee-86ad-37fd04de5dd0} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7191 | 2025.01.16 23:28:40.388310 [ 255 ] {e2894423-4b77-4aee-86ad-37fd04de5dd0} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7192 | 2025.01.16 23:28:40.388499 [ 255 ] {e2894423-4b77-4aee-86ad-37fd04de5dd0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001501 sec., 42638.241172551636 rows/sec., 3.33 MiB/sec. | ||
| 7193 | 2025.01.16 23:28:40.388574 [ 255 ] {e2894423-4b77-4aee-86ad-37fd04de5dd0} <Debug> TCPHandler: Processed in 0.001767824 sec. | ||
| 7194 | 2025.01.16 23:28:40.388781 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7195 | 2025.01.16 23:28:40.388975 [ 5 ] {9bc8ccbb-64ec-4141-abf1-e9bdfeccd697} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7196 | 2025.01.16 23:28:40.389027 [ 5 ] {9bc8ccbb-64ec-4141-abf1-e9bdfeccd697} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7197 | 2025.01.16 23:28:40.389578 [ 5 ] {9bc8ccbb-64ec-4141-abf1-e9bdfeccd697} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7198 | 2025.01.16 23:28:40.389616 [ 5 ] {9bc8ccbb-64ec-4141-abf1-e9bdfeccd697} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7199 | 2025.01.16 23:28:40.389997 [ 5 ] {9bc8ccbb-64ec-4141-abf1-e9bdfeccd697} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7200 | 2025.01.16 23:28:40.390243 [ 5 ] {9bc8ccbb-64ec-4141-abf1-e9bdfeccd697} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7201 | 2025.01.16 23:28:40.390415 [ 5 ] {9bc8ccbb-64ec-4141-abf1-e9bdfeccd697} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001474 sec., 86838.53459972862 rows/sec., 6.05 MiB/sec. | ||
| 7202 | 2025.01.16 23:28:40.390469 [ 5 ] {9bc8ccbb-64ec-4141-abf1-e9bdfeccd697} <Debug> TCPHandler: Processed in 0.001812695 sec. | ||
| 7203 | 2025.01.16 23:28:40.390629 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7204 | 2025.01.16 23:28:40.390737 [ 255 ] {5341d6e1-1293-4c6f-96ba-c17f3d637ca2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7205 | 2025.01.16 23:28:40.390785 [ 255 ] {5341d6e1-1293-4c6f-96ba-c17f3d637ca2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7206 | 2025.01.16 23:28:40.391224 [ 255 ] {5341d6e1-1293-4c6f-96ba-c17f3d637ca2} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7207 | 2025.01.16 23:28:40.391262 [ 255 ] {5341d6e1-1293-4c6f-96ba-c17f3d637ca2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7208 | 2025.01.16 23:28:40.391615 [ 255 ] {5341d6e1-1293-4c6f-96ba-c17f3d637ca2} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7209 | 2025.01.16 23:28:40.391852 [ 255 ] {5341d6e1-1293-4c6f-96ba-c17f3d637ca2} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7210 | 2025.01.16 23:28:40.392051 [ 255 ] {5341d6e1-1293-4c6f-96ba-c17f3d637ca2} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001333 sec., 36009.00225056264 rows/sec., 2.43 MiB/sec. | ||
| 7211 | 2025.01.16 23:28:40.392126 [ 255 ] {5341d6e1-1293-4c6f-96ba-c17f3d637ca2} <Debug> TCPHandler: Processed in 0.00155058 sec. | ||
| 7212 | 2025.01.16 23:28:41.739269 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16043 | ||
| 7213 | 2025.01.16 23:28:41.740403 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7214 | 2025.01.16 23:28:41.740493 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7215 | 2025.01.16 23:28:41.741168 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7216 | 2025.01.16 23:28:41.741423 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7217 | 2025.01.16 23:28:41.741684 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16043 | ||
| 7218 | 2025.01.16 23:28:42.875643 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 7219 | 2025.01.16 23:28:42.896670 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7220 | 2025.01.16 23:28:42.896717 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7221 | 2025.01.16 23:28:42.904101 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7222 | 2025.01.16 23:28:42.904880 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7223 | 2025.01.16 23:28:42.908391 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 7224 | 2025.01.16 23:28:45.386659 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7225 | 2025.01.16 23:28:45.386884 [ 5 ] {8842bb6d-8bae-4070-a5e7-b7289b9cba39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7226 | 2025.01.16 23:28:45.386964 [ 5 ] {8842bb6d-8bae-4070-a5e7-b7289b9cba39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7227 | 2025.01.16 23:28:45.387759 [ 5 ] {8842bb6d-8bae-4070-a5e7-b7289b9cba39} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7228 | 2025.01.16 23:28:45.387811 [ 5 ] {8842bb6d-8bae-4070-a5e7-b7289b9cba39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7229 | 2025.01.16 23:28:45.388243 [ 5 ] {8842bb6d-8bae-4070-a5e7-b7289b9cba39} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7230 | 2025.01.16 23:28:45.388494 [ 5 ] {8842bb6d-8bae-4070-a5e7-b7289b9cba39} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7231 | 2025.01.16 23:28:45.388721 [ 5 ] {8842bb6d-8bae-4070-a5e7-b7289b9cba39} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001894 sec., 29567.053854276663 rows/sec., 2.27 MiB/sec. | ||
| 7232 | 2025.01.16 23:28:45.388822 [ 5 ] {8842bb6d-8bae-4070-a5e7-b7289b9cba39} <Debug> TCPHandler: Processed in 0.002297814 sec. | ||
| 7233 | 2025.01.16 23:28:45.389042 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7234 | 2025.01.16 23:28:45.389197 [ 255 ] {7350e760-421b-4e5c-a41c-1d9007f9f820} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7235 | 2025.01.16 23:28:45.389254 [ 255 ] {7350e760-421b-4e5c-a41c-1d9007f9f820} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7236 | 2025.01.16 23:28:45.389878 [ 255 ] {7350e760-421b-4e5c-a41c-1d9007f9f820} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7237 | 2025.01.16 23:28:45.389918 [ 255 ] {7350e760-421b-4e5c-a41c-1d9007f9f820} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7238 | 2025.01.16 23:28:45.390297 [ 255 ] {7350e760-421b-4e5c-a41c-1d9007f9f820} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7239 | 2025.01.16 23:28:45.390540 [ 255 ] {7350e760-421b-4e5c-a41c-1d9007f9f820} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7240 | 2025.01.16 23:28:45.390762 [ 255 ] {7350e760-421b-4e5c-a41c-1d9007f9f820} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001595 sec., 40125.39184952978 rows/sec., 3.13 MiB/sec. | ||
| 7241 | 2025.01.16 23:28:45.390817 [ 255 ] {7350e760-421b-4e5c-a41c-1d9007f9f820} <Debug> TCPHandler: Processed in 0.001885096 sec. | ||
| 7242 | 2025.01.16 23:28:45.390966 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7243 | 2025.01.16 23:28:45.391097 [ 5 ] {6caef403-c99d-4c75-9cbb-af3a1ffa4280} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7244 | 2025.01.16 23:28:45.391157 [ 5 ] {6caef403-c99d-4c75-9cbb-af3a1ffa4280} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7245 | 2025.01.16 23:28:45.391742 [ 5 ] {6caef403-c99d-4c75-9cbb-af3a1ffa4280} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7246 | 2025.01.16 23:28:45.391781 [ 5 ] {6caef403-c99d-4c75-9cbb-af3a1ffa4280} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7247 | 2025.01.16 23:28:45.392158 [ 5 ] {6caef403-c99d-4c75-9cbb-af3a1ffa4280} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7248 | 2025.01.16 23:28:45.392409 [ 5 ] {6caef403-c99d-4c75-9cbb-af3a1ffa4280} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7249 | 2025.01.16 23:28:45.392667 [ 5 ] {6caef403-c99d-4c75-9cbb-af3a1ffa4280} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001588 sec., 100755.66750629724 rows/sec., 7.02 MiB/sec. | ||
| 7250 | 2025.01.16 23:28:45.392722 [ 5 ] {6caef403-c99d-4c75-9cbb-af3a1ffa4280} <Debug> TCPHandler: Processed in 0.001819905 sec. | ||
| 7251 | 2025.01.16 23:28:45.392967 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7252 | 2025.01.16 23:28:45.393140 [ 255 ] {5b785dde-a3d5-4170-bf61-7ee95c492d2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7253 | 2025.01.16 23:28:45.393197 [ 255 ] {5b785dde-a3d5-4170-bf61-7ee95c492d2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7254 | 2025.01.16 23:28:45.393708 [ 255 ] {5b785dde-a3d5-4170-bf61-7ee95c492d2d} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7255 | 2025.01.16 23:28:45.393747 [ 255 ] {5b785dde-a3d5-4170-bf61-7ee95c492d2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7256 | 2025.01.16 23:28:45.394105 [ 255 ] {5b785dde-a3d5-4170-bf61-7ee95c492d2d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7257 | 2025.01.16 23:28:45.394336 [ 255 ] {5b785dde-a3d5-4170-bf61-7ee95c492d2d} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7258 | 2025.01.16 23:28:45.394543 [ 255 ] {5b785dde-a3d5-4170-bf61-7ee95c492d2d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001435 sec., 41811.846689895465 rows/sec., 2.82 MiB/sec. | ||
| 7259 | 2025.01.16 23:28:45.394591 [ 255 ] {5b785dde-a3d5-4170-bf61-7ee95c492d2d} <Debug> TCPHandler: Processed in 0.001777484 sec. | ||
| 7260 | 2025.01.16 23:28:46.270927 [ 116 ] {} <Debug> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 | ||
| 7261 | 2025.01.16 23:28:46.270991 [ 116 ] {} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7262 | 2025.01.16 23:28:46.271012 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7263 | 2025.01.16 23:28:46.271142 [ 193 ] {fb32bae1-da20-4def-832b-7229abb48644::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 | ||
| 7264 | 2025.01.16 23:28:46.271300 [ 193 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7265 | 2025.01.16 23:28:46.271337 [ 193 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 243 rows starting from the beginning of the part | ||
| 7266 | 2025.01.16 23:28:46.271431 [ 193 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 242 rows starting from the beginning of the part | ||
| 7267 | 2025.01.16 23:28:46.271542 [ 193 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part | ||
| 7268 | 2025.01.16 23:28:46.271622 [ 193 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part | ||
| 7269 | 2025.01.16 23:28:46.271854 [ 193 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 242 rows starting from the beginning of the part | ||
| 7270 | 2025.01.16 23:28:46.273001 [ 198 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.001923267 sec., 392561.199251066 rows/sec., 28.10 MiB/sec. | ||
| 7271 | 2025.01.16 23:28:46.273228 [ 198 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7272 | 2025.01.16 23:28:46.273602 [ 198 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_24_5} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7273 | 2025.01.16 23:28:46.273700 [ 198 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_24_5} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 | ||
| 7274 | 2025.01.16 23:28:46.273805 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 7275 | 2025.01.16 23:28:47.053361 [ 115 ] {} <Debug> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 | ||
| 7276 | 2025.01.16 23:28:47.053440 [ 115 ] {} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7277 | 2025.01.16 23:28:47.053468 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7278 | 2025.01.16 23:28:47.053733 [ 193 ] {c8167fb3-3109-478e-9e50-cedfae572766::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 | ||
| 7279 | 2025.01.16 23:28:47.054031 [ 193 ] {c8167fb3-3109-478e-9e50-cedfae572766::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7280 | 2025.01.16 23:28:47.054099 [ 193 ] {c8167fb3-3109-478e-9e50-cedfae572766::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 | ||
| 7281 | 2025.01.16 23:28:47.054229 [ 193 ] {c8167fb3-3109-478e-9e50-cedfae572766::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 | ||
| 7282 | 2025.01.16 23:28:47.054470 [ 193 ] {c8167fb3-3109-478e-9e50-cedfae572766::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 | ||
| 7283 | 2025.01.16 23:28:47.054709 [ 193 ] {c8167fb3-3109-478e-9e50-cedfae572766::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 | ||
| 7284 | 2025.01.16 23:28:47.054771 [ 193 ] {c8167fb3-3109-478e-9e50-cedfae572766::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 | ||
| 7285 | 2025.01.16 23:28:47.055974 [ 198 ] {c8167fb3-3109-478e-9e50-cedfae572766::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 144 rows, containing 4 columns (4 merged, 0 gathered) in 0.002413566 sec., 59662.7562701828 rows/sec., 3.04 MiB/sec. | ||
| 7286 | 2025.01.16 23:28:47.056169 [ 197 ] {c8167fb3-3109-478e-9e50-cedfae572766::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7287 | 2025.01.16 23:28:47.056534 [ 197 ] {c8167fb3-3109-478e-9e50-cedfae572766::all_1_24_5} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7288 | 2025.01.16 23:28:47.056635 [ 197 ] {c8167fb3-3109-478e-9e50-cedfae572766::all_1_24_5} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 | ||
| 7289 | 2025.01.16 23:28:47.056720 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 7290 | 2025.01.16 23:28:49.057561 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7291 | 2025.01.16 23:28:49.057641 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7292 | 2025.01.16 23:28:49.241865 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16531 | ||
| 7293 | 2025.01.16 23:28:49.242654 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7294 | 2025.01.16 23:28:49.242702 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7295 | 2025.01.16 23:28:49.243251 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7296 | 2025.01.16 23:28:49.243512 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7297 | 2025.01.16 23:28:49.243670 [ 112 ] {} <Debug> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7298 | 2025.01.16 23:28:49.243720 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
| 7299 | 2025.01.16 23:28:49.243725 [ 112 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7300 | 2025.01.16 23:28:49.243756 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7301 | 2025.01.16 23:28:49.243903 [ 198 ] {f3346639-caaa-4ba7-a289-05e118326a0a::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 | ||
| 7302 | 2025.01.16 23:28:49.244073 [ 198 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7303 | 2025.01.16 23:28:49.244117 [ 198 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14213 rows starting from the beginning of the part | ||
| 7304 | 2025.01.16 23:28:49.244200 [ 198 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 488 rows starting from the beginning of the part | ||
| 7305 | 2025.01.16 23:28:49.244407 [ 198 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 427 rows starting from the beginning of the part | ||
| 7306 | 2025.01.16 23:28:49.244640 [ 198 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 488 rows starting from the beginning of the part | ||
| 7307 | 2025.01.16 23:28:49.244818 [ 198 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 427 rows starting from the beginning of the part | ||
| 7308 | 2025.01.16 23:28:49.244977 [ 198 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 488 rows starting from the beginning of the part | ||
| 7309 | 2025.01.16 23:28:49.247562 [ 197 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003733642 sec., 4427580.362552168 rows/sec., 63.34 MiB/sec. | ||
| 7310 | 2025.01.16 23:28:49.247729 [ 200 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7311 | 2025.01.16 23:28:49.248158 [ 200 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_36_7} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7312 | 2025.01.16 23:28:49.248270 [ 200 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_36_7} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7313 | 2025.01.16 23:28:49.248415 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. | ||
| 7314 | 2025.01.16 23:28:49.321696 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1008 | ||
| 7315 | 2025.01.16 23:28:49.324365 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7316 | 2025.01.16 23:28:49.324418 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7317 | 2025.01.16 23:28:49.325889 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7318 | 2025.01.16 23:28:49.326196 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7319 | 2025.01.16 23:28:49.326418 [ 112 ] {} <Debug> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7320 | 2025.01.16 23:28:49.326508 [ 112 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7321 | 2025.01.16 23:28:49.326577 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7322 | 2025.01.16 23:28:49.326902 [ 198 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::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 | ||
| 7323 | 2025.01.16 23:28:49.327265 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1008 | ||
| 7324 | 2025.01.16 23:28:49.327752 [ 198 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7325 | 2025.01.16 23:28:49.327873 [ 198 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 840 rows starting from the beginning of the part | ||
| 7326 | 2025.01.16 23:28:49.328442 [ 198 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 52 rows starting from the beginning of the part | ||
| 7327 | 2025.01.16 23:28:49.328989 [ 198 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 16 rows starting from the beginning of the part | ||
| 7328 | 2025.01.16 23:28:49.329501 [ 198 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 30 rows starting from the beginning of the part | ||
| 7329 | 2025.01.16 23:28:49.329997 [ 198 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 54 rows starting from the beginning of the part | ||
| 7330 | 2025.01.16 23:28:49.330564 [ 198 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 16 rows starting from the beginning of the part | ||
| 7331 | 2025.01.16 23:28:49.339535 [ 199 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1008 rows, containing 72 columns (72 merged, 0 gathered) in 0.012827196 sec., 78583.03560653473 rows/sec., 63.62 MiB/sec. | ||
| 7332 | 2025.01.16 23:28:49.341436 [ 199 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7333 | 2025.01.16 23:28:49.342255 [ 199 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_26_5} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7334 | 2025.01.16 23:28:49.342361 [ 199 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_26_5} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7335 | 2025.01.16 23:28:49.342688 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.30 MiB. | ||
| 7336 | 2025.01.16 23:28:50.393071 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7337 | 2025.01.16 23:28:50.393283 [ 5 ] {aed3b844-a6df-48b0-bd97-8286fd90fc0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7338 | 2025.01.16 23:28:50.393363 [ 5 ] {aed3b844-a6df-48b0-bd97-8286fd90fc0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7339 | 2025.01.16 23:28:50.394136 [ 5 ] {aed3b844-a6df-48b0-bd97-8286fd90fc0a} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7340 | 2025.01.16 23:28:50.394187 [ 5 ] {aed3b844-a6df-48b0-bd97-8286fd90fc0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7341 | 2025.01.16 23:28:50.394617 [ 5 ] {aed3b844-a6df-48b0-bd97-8286fd90fc0a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7342 | 2025.01.16 23:28:50.394891 [ 5 ] {aed3b844-a6df-48b0-bd97-8286fd90fc0a} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7343 | 2025.01.16 23:28:50.395085 [ 111 ] {} <Debug> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7344 | 2025.01.16 23:28:50.395145 [ 5 ] {aed3b844-a6df-48b0-bd97-8286fd90fc0a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001913 sec., 7318.348144276007 rows/sec., 526.82 KiB/sec. | ||
| 7345 | 2025.01.16 23:28:50.395179 [ 111 ] {} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7346 | 2025.01.16 23:28:50.395257 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7347 | 2025.01.16 23:28:50.395274 [ 5 ] {aed3b844-a6df-48b0-bd97-8286fd90fc0a} <Debug> TCPHandler: Processed in 0.002348065 sec. | ||
| 7348 | 2025.01.16 23:28:50.395499 [ 192 ] {36238c60-81c7-4682-8ed9-f95b6c464189::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 | ||
| 7349 | 2025.01.16 23:28:50.395513 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7350 | 2025.01.16 23:28:50.395793 [ 192 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7351 | 2025.01.16 23:28:50.395803 [ 255 ] {4b3c9f1f-0953-4196-95dd-6b3cf30e1c84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7352 | 2025.01.16 23:28:50.395857 [ 192 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 14 rows starting from the beginning of the part | ||
| 7353 | 2025.01.16 23:28:50.395896 [ 255 ] {4b3c9f1f-0953-4196-95dd-6b3cf30e1c84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7354 | 2025.01.16 23:28:50.396157 [ 192 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part | ||
| 7355 | 2025.01.16 23:28:50.396556 [ 192 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part | ||
| 7356 | 2025.01.16 23:28:50.396958 [ 192 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part | ||
| 7357 | 2025.01.16 23:28:50.397345 [ 192 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part | ||
| 7358 | 2025.01.16 23:28:50.399219 [ 255 ] {4b3c9f1f-0953-4196-95dd-6b3cf30e1c84} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7359 | 2025.01.16 23:28:50.399280 [ 255 ] {4b3c9f1f-0953-4196-95dd-6b3cf30e1c84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7360 | 2025.01.16 23:28:50.399950 [ 255 ] {4b3c9f1f-0953-4196-95dd-6b3cf30e1c84} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7361 | 2025.01.16 23:28:50.400564 [ 255 ] {4b3c9f1f-0953-4196-95dd-6b3cf30e1c84} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7362 | 2025.01.16 23:28:50.401285 [ 255 ] {4b3c9f1f-0953-4196-95dd-6b3cf30e1c84} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.005534 sec., 50777.01481749187 rows/sec., 4.49 MiB/sec. | ||
| 7363 | 2025.01.16 23:28:50.401491 [ 190 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.006111238 sec., 11454.307621467206 rows/sec., 869.30 KiB/sec. | ||
| 7364 | 2025.01.16 23:28:50.401650 [ 255 ] {4b3c9f1f-0953-4196-95dd-6b3cf30e1c84} <Debug> TCPHandler: Processed in 0.00624965 sec. | ||
| 7365 | 2025.01.16 23:28:50.401855 [ 190 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7366 | 2025.01.16 23:28:50.401956 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7367 | 2025.01.16 23:28:50.402155 [ 5 ] {f48dc9ae-d069-45b2-bf40-9af714a2d8f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7368 | 2025.01.16 23:28:50.402238 [ 5 ] {f48dc9ae-d069-45b2-bf40-9af714a2d8f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7369 | 2025.01.16 23:28:50.402494 [ 190 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_25_6} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7370 | 2025.01.16 23:28:50.402753 [ 190 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_25_6} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7371 | 2025.01.16 23:28:50.402934 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7372 | 2025.01.16 23:28:50.403260 [ 5 ] {f48dc9ae-d069-45b2-bf40-9af714a2d8f9} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7373 | 2025.01.16 23:28:50.403304 [ 5 ] {f48dc9ae-d069-45b2-bf40-9af714a2d8f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7374 | 2025.01.16 23:28:50.403672 [ 5 ] {f48dc9ae-d069-45b2-bf40-9af714a2d8f9} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7375 | 2025.01.16 23:28:50.403914 [ 5 ] {f48dc9ae-d069-45b2-bf40-9af714a2d8f9} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7376 | 2025.01.16 23:28:50.404148 [ 5 ] {f48dc9ae-d069-45b2-bf40-9af714a2d8f9} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.002028 sec., 22682.44575936884 rows/sec., 1.63 MiB/sec. | ||
| 7377 | 2025.01.16 23:28:50.404256 [ 5 ] {f48dc9ae-d069-45b2-bf40-9af714a2d8f9} <Debug> TCPHandler: Processed in 0.002465957 sec. | ||
| 7378 | 2025.01.16 23:28:50.404498 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7379 | 2025.01.16 23:28:50.404623 [ 255 ] {a62a4999-5a78-41fd-983d-5d0a2b1e7f90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7380 | 2025.01.16 23:28:50.404669 [ 255 ] {a62a4999-5a78-41fd-983d-5d0a2b1e7f90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7381 | 2025.01.16 23:28:50.405256 [ 255 ] {a62a4999-5a78-41fd-983d-5d0a2b1e7f90} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7382 | 2025.01.16 23:28:50.405296 [ 255 ] {a62a4999-5a78-41fd-983d-5d0a2b1e7f90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7383 | 2025.01.16 23:28:50.405657 [ 255 ] {a62a4999-5a78-41fd-983d-5d0a2b1e7f90} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7384 | 2025.01.16 23:28:50.405901 [ 255 ] {a62a4999-5a78-41fd-983d-5d0a2b1e7f90} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7385 | 2025.01.16 23:28:50.406148 [ 255 ] {a62a4999-5a78-41fd-983d-5d0a2b1e7f90} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001539 sec., 9096.816114359974 rows/sec., 637.08 KiB/sec. | ||
| 7386 | 2025.01.16 23:28:50.406349 [ 255 ] {a62a4999-5a78-41fd-983d-5d0a2b1e7f90} <Debug> TCPHandler: Processed in 0.001965867 sec. | ||
| 7387 | 2025.01.16 23:28:50.406516 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7388 | 2025.01.16 23:28:50.406628 [ 5 ] {79245fd2-f288-44f4-8cf9-cce1e19d8558} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7389 | 2025.01.16 23:28:50.406674 [ 5 ] {79245fd2-f288-44f4-8cf9-cce1e19d8558} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7390 | 2025.01.16 23:28:50.407321 [ 5 ] {79245fd2-f288-44f4-8cf9-cce1e19d8558} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7391 | 2025.01.16 23:28:50.407368 [ 5 ] {79245fd2-f288-44f4-8cf9-cce1e19d8558} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7392 | 2025.01.16 23:28:50.407776 [ 5 ] {79245fd2-f288-44f4-8cf9-cce1e19d8558} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7393 | 2025.01.16 23:28:50.408010 [ 5 ] {79245fd2-f288-44f4-8cf9-cce1e19d8558} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7394 | 2025.01.16 23:28:50.408166 [ 111 ] {} <Debug> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7395 | 2025.01.16 23:28:50.408225 [ 111 ] {} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7396 | 2025.01.16 23:28:50.408240 [ 5 ] {79245fd2-f288-44f4-8cf9-cce1e19d8558} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001622 sec., 8014.796547472257 rows/sec., 499.72 KiB/sec. | ||
| 7397 | 2025.01.16 23:28:50.408263 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7398 | 2025.01.16 23:28:50.408399 [ 5 ] {79245fd2-f288-44f4-8cf9-cce1e19d8558} <Debug> TCPHandler: Processed in 0.001934067 sec. | ||
| 7399 | 2025.01.16 23:28:50.408484 [ 202 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::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 | ||
| 7400 | 2025.01.16 23:28:50.408517 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 7401 | 2025.01.16 23:28:50.408563 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7402 | 2025.01.16 23:28:50.408971 [ 202 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7403 | 2025.01.16 23:28:50.408986 [ 255 ] {d4fad903-97ae-4217-9787-2e0bf9d74c85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7404 | 2025.01.16 23:28:50.409105 [ 202 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 13 rows starting from the beginning of the part | ||
| 7405 | 2025.01.16 23:28:50.409177 [ 255 ] {d4fad903-97ae-4217-9787-2e0bf9d74c85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7406 | 2025.01.16 23:28:50.409579 [ 202 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 13 rows starting from the beginning of the part | ||
| 7407 | 2025.01.16 23:28:50.410068 [ 202 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 13 rows starting from the beginning of the part | ||
| 7408 | 2025.01.16 23:28:50.410530 [ 202 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 13 rows starting from the beginning of the part | ||
| 7409 | 2025.01.16 23:28:50.410981 [ 202 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 13 rows starting from the beginning of the part | ||
| 7410 | 2025.01.16 23:28:50.414795 [ 255 ] {d4fad903-97ae-4217-9787-2e0bf9d74c85} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7411 | 2025.01.16 23:28:50.414893 [ 255 ] {d4fad903-97ae-4217-9787-2e0bf9d74c85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7412 | 2025.01.16 23:28:50.416653 [ 255 ] {d4fad903-97ae-4217-9787-2e0bf9d74c85} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7413 | 2025.01.16 23:28:50.416801 [ 202 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.008400291 sec., 7737.827177653726 rows/sec., 512.68 KiB/sec. | ||
| 7414 | 2025.01.16 23:28:50.417039 [ 202 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7415 | 2025.01.16 23:28:50.417401 [ 255 ] {d4fad903-97ae-4217-9787-2e0bf9d74c85} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7416 | 2025.01.16 23:28:50.418234 [ 202 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_25_6} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7417 | 2025.01.16 23:28:50.418283 [ 255 ] {d4fad903-97ae-4217-9787-2e0bf9d74c85} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.00938 sec., 44882.729211087426 rows/sec., 3.21 MiB/sec. | ||
| 7418 | 2025.01.16 23:28:50.418603 [ 202 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_25_6} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7419 | 2025.01.16 23:28:50.418857 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7420 | 2025.01.16 23:28:50.418958 [ 255 ] {d4fad903-97ae-4217-9787-2e0bf9d74c85} <Debug> TCPHandler: Processed in 0.010455131 sec. | ||
| 7421 | 2025.01.16 23:28:50.419216 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7422 | 2025.01.16 23:28:50.419512 [ 5 ] {d8cd087a-d5b2-4115-86a5-f596a9accd6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7423 | 2025.01.16 23:28:50.419617 [ 5 ] {d8cd087a-d5b2-4115-86a5-f596a9accd6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7424 | 2025.01.16 23:28:50.420931 [ 5 ] {d8cd087a-d5b2-4115-86a5-f596a9accd6b} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7425 | 2025.01.16 23:28:50.420998 [ 5 ] {d8cd087a-d5b2-4115-86a5-f596a9accd6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7426 | 2025.01.16 23:28:50.421746 [ 5 ] {d8cd087a-d5b2-4115-86a5-f596a9accd6b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7427 | 2025.01.16 23:28:50.422163 [ 5 ] {d8cd087a-d5b2-4115-86a5-f596a9accd6b} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7428 | 2025.01.16 23:28:50.422749 [ 5 ] {d8cd087a-d5b2-4115-86a5-f596a9accd6b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003307 sec., 1814.3332325370427 rows/sec., 94.79 KiB/sec. | ||
| 7429 | 2025.01.16 23:28:50.423158 [ 5 ] {d8cd087a-d5b2-4115-86a5-f596a9accd6b} <Debug> TCPHandler: Processed in 0.004053718 sec. | ||
| 7430 | 2025.01.16 23:28:50.423593 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7431 | 2025.01.16 23:28:50.423928 [ 255 ] {068f3215-f684-4503-8a04-87d368306033} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7432 | 2025.01.16 23:28:50.424026 [ 255 ] {068f3215-f684-4503-8a04-87d368306033} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7433 | 2025.01.16 23:28:50.425646 [ 255 ] {068f3215-f684-4503-8a04-87d368306033} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7434 | 2025.01.16 23:28:50.425703 [ 255 ] {068f3215-f684-4503-8a04-87d368306033} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7435 | 2025.01.16 23:28:50.426462 [ 255 ] {068f3215-f684-4503-8a04-87d368306033} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7436 | 2025.01.16 23:28:50.426887 [ 255 ] {068f3215-f684-4503-8a04-87d368306033} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7437 | 2025.01.16 23:28:50.427499 [ 255 ] {068f3215-f684-4503-8a04-87d368306033} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003612 sec., 65614.61794019933 rows/sec., 4.40 MiB/sec. | ||
| 7438 | 2025.01.16 23:28:50.427951 [ 255 ] {068f3215-f684-4503-8a04-87d368306033} <Debug> TCPHandler: Processed in 0.004645939 sec. | ||
| 7439 | 2025.01.16 23:28:50.428280 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7440 | 2025.01.16 23:28:50.428632 [ 5 ] {74a27565-7c87-430c-b1d5-b221f5baa76e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7441 | 2025.01.16 23:28:50.428807 [ 5 ] {74a27565-7c87-430c-b1d5-b221f5baa76e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7442 | 2025.01.16 23:28:50.430025 [ 5 ] {74a27565-7c87-430c-b1d5-b221f5baa76e} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7443 | 2025.01.16 23:28:50.430086 [ 5 ] {74a27565-7c87-430c-b1d5-b221f5baa76e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7444 | 2025.01.16 23:28:50.430885 [ 5 ] {74a27565-7c87-430c-b1d5-b221f5baa76e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7445 | 2025.01.16 23:28:50.431281 [ 5 ] {74a27565-7c87-430c-b1d5-b221f5baa76e} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7446 | 2025.01.16 23:28:50.431726 [ 5 ] {74a27565-7c87-430c-b1d5-b221f5baa76e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003196 sec., 312.89111389236547 rows/sec., 21.08 KiB/sec. | ||
| 7447 | 2025.01.16 23:28:50.432215 [ 5 ] {74a27565-7c87-430c-b1d5-b221f5baa76e} <Debug> TCPHandler: Processed in 0.004119139 sec. | ||
| 7448 | 2025.01.16 23:28:50.432485 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7449 | 2025.01.16 23:28:50.432710 [ 255 ] {943b9dc7-9b43-4bbf-af76-60089d881efc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7450 | 2025.01.16 23:28:50.432857 [ 255 ] {943b9dc7-9b43-4bbf-af76-60089d881efc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7451 | 2025.01.16 23:28:50.436443 [ 255 ] {943b9dc7-9b43-4bbf-af76-60089d881efc} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7452 | 2025.01.16 23:28:50.436495 [ 255 ] {943b9dc7-9b43-4bbf-af76-60089d881efc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7453 | 2025.01.16 23:28:50.438134 [ 255 ] {943b9dc7-9b43-4bbf-af76-60089d881efc} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7454 | 2025.01.16 23:28:50.438661 [ 255 ] {943b9dc7-9b43-4bbf-af76-60089d881efc} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7455 | 2025.01.16 23:28:50.439211 [ 255 ] {943b9dc7-9b43-4bbf-af76-60089d881efc} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00656 sec., 5945.121951219512 rows/sec., 10.65 MiB/sec. | ||
| 7456 | 2025.01.16 23:28:50.439572 [ 255 ] {943b9dc7-9b43-4bbf-af76-60089d881efc} <Debug> TCPHandler: Processed in 0.007239949 sec. | ||
| 7457 | 2025.01.16 23:28:50.439813 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7458 | 2025.01.16 23:28:50.440003 [ 5 ] {89ca12ce-cfdf-4e3a-8268-cb674b254fb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7459 | 2025.01.16 23:28:50.440086 [ 5 ] {89ca12ce-cfdf-4e3a-8268-cb674b254fb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7460 | 2025.01.16 23:28:50.441127 [ 5 ] {89ca12ce-cfdf-4e3a-8268-cb674b254fb1} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7461 | 2025.01.16 23:28:50.441178 [ 5 ] {89ca12ce-cfdf-4e3a-8268-cb674b254fb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7462 | 2025.01.16 23:28:50.441858 [ 5 ] {89ca12ce-cfdf-4e3a-8268-cb674b254fb1} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7463 | 2025.01.16 23:28:50.442286 [ 5 ] {89ca12ce-cfdf-4e3a-8268-cb674b254fb1} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7464 | 2025.01.16 23:28:50.442690 [ 5 ] {89ca12ce-cfdf-4e3a-8268-cb674b254fb1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002732 sec., 30014.64128843338 rows/sec., 1.91 MiB/sec. | ||
| 7465 | 2025.01.16 23:28:50.442811 [ 5 ] {89ca12ce-cfdf-4e3a-8268-cb674b254fb1} <Debug> TCPHandler: Processed in 0.00310079 sec. | ||
| 7466 | 2025.01.16 23:28:50.455278 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7467 | 2025.01.16 23:28:50.455319 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7468 | 2025.01.16 23:28:50.462834 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7469 | 2025.01.16 23:28:50.463614 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7470 | 2025.01.16 23:28:50.463966 [ 111 ] {} <Debug> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7471 | 2025.01.16 23:28:50.464107 [ 111 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7472 | 2025.01.16 23:28:50.464192 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7473 | 2025.01.16 23:28:50.464619 [ 187 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 7474 | 2025.01.16 23:28:50.474976 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 7475 | 2025.01.16 23:28:50.476129 [ 187 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7476 | 2025.01.16 23:28:50.477077 [ 187 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 7477 | 2025.01.16 23:28:50.481710 [ 187 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 7478 | 2025.01.16 23:28:50.486225 [ 187 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 7479 | 2025.01.16 23:28:50.490960 [ 187 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 7480 | 2025.01.16 23:28:50.496057 [ 187 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 7481 | 2025.01.16 23:28:50.500383 [ 187 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 7482 | 2025.01.16 23:28:50.558965 [ 186 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.094642427 sec., 2873.975326097671 rows/sec., 14.86 MiB/sec. | ||
| 7483 | 2025.01.16 23:28:50.561934 [ 196 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7484 | 2025.01.16 23:28:50.564905 [ 196 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::all_1_36_7} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7485 | 2025.01.16 23:28:50.565030 [ 196 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::all_1_36_7} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7486 | 2025.01.16 23:28:50.567592 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.42 MiB. | ||
| 7487 | 2025.01.16 23:28:55.385479 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7488 | 2025.01.16 23:28:55.385699 [ 5 ] {0d01faab-6555-4d8b-906d-ddf52aa1e7ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7489 | 2025.01.16 23:28:55.385781 [ 5 ] {0d01faab-6555-4d8b-906d-ddf52aa1e7ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7490 | 2025.01.16 23:28:55.386510 [ 5 ] {0d01faab-6555-4d8b-906d-ddf52aa1e7ff} <Trace> oximeter.fields_ipaddr (32f5c164-55f5-48ad-a123-78247430c5f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7491 | 2025.01.16 23:28:55.386552 [ 5 ] {0d01faab-6555-4d8b-906d-ddf52aa1e7ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7492 | 2025.01.16 23:28:55.386984 [ 5 ] {0d01faab-6555-4d8b-906d-ddf52aa1e7ff} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 7493 | 2025.01.16 23:28:55.387241 [ 5 ] {0d01faab-6555-4d8b-906d-ddf52aa1e7ff} <Trace> oximeter.fields_ipaddr (32f5c164-55f5-48ad-a123-78247430c5f2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7494 | 2025.01.16 23:28:55.387464 [ 5 ] {0d01faab-6555-4d8b-906d-ddf52aa1e7ff} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001814 sec., 2205.071664829107 rows/sec., 179.81 KiB/sec. | ||
| 7495 | 2025.01.16 23:28:55.387646 [ 5 ] {0d01faab-6555-4d8b-906d-ddf52aa1e7ff} <Debug> TCPHandler: Processed in 0.002300674 sec. | ||
| 7496 | 2025.01.16 23:28:55.387827 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7497 | 2025.01.16 23:28:55.387956 [ 255 ] {bbc26706-fe6f-4747-9e76-a215206c8f4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7498 | 2025.01.16 23:28:55.388002 [ 255 ] {bbc26706-fe6f-4747-9e76-a215206c8f4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7499 | 2025.01.16 23:28:55.388586 [ 255 ] {bbc26706-fe6f-4747-9e76-a215206c8f4c} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7500 | 2025.01.16 23:28:55.388624 [ 255 ] {bbc26706-fe6f-4747-9e76-a215206c8f4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7501 | 2025.01.16 23:28:55.388988 [ 255 ] {bbc26706-fe6f-4747-9e76-a215206c8f4c} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7502 | 2025.01.16 23:28:55.389233 [ 255 ] {bbc26706-fe6f-4747-9e76-a215206c8f4c} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7503 | 2025.01.16 23:28:55.389440 [ 255 ] {bbc26706-fe6f-4747-9e76-a215206c8f4c} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.001504 sec., 38563.82978723405 rows/sec., 2.96 MiB/sec. | ||
| 7504 | 2025.01.16 23:28:55.389505 [ 255 ] {bbc26706-fe6f-4747-9e76-a215206c8f4c} <Debug> TCPHandler: Processed in 0.001745553 sec. | ||
| 7505 | 2025.01.16 23:28:55.389641 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7506 | 2025.01.16 23:28:55.389750 [ 5 ] {c9a3d74b-c008-4470-a00d-c7a37f72779f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7507 | 2025.01.16 23:28:55.389798 [ 5 ] {c9a3d74b-c008-4470-a00d-c7a37f72779f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7508 | 2025.01.16 23:28:55.390324 [ 5 ] {c9a3d74b-c008-4470-a00d-c7a37f72779f} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7509 | 2025.01.16 23:28:55.390364 [ 5 ] {c9a3d74b-c008-4470-a00d-c7a37f72779f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7510 | 2025.01.16 23:28:55.390718 [ 5 ] {c9a3d74b-c008-4470-a00d-c7a37f72779f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 7511 | 2025.01.16 23:28:55.390973 [ 5 ] {c9a3d74b-c008-4470-a00d-c7a37f72779f} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7512 | 2025.01.16 23:28:55.391145 [ 104 ] {} <Debug> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 7513 | 2025.01.16 23:28:55.391218 [ 5 ] {c9a3d74b-c008-4470-a00d-c7a37f72779f} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001483 sec., 2697.2353337828727 rows/sec., 188.33 KiB/sec. | ||
| 7514 | 2025.01.16 23:28:55.391231 [ 104 ] {} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7515 | 2025.01.16 23:28:55.391298 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7516 | 2025.01.16 23:28:55.391351 [ 5 ] {c9a3d74b-c008-4470-a00d-c7a37f72779f} <Debug> TCPHandler: Processed in 0.001761854 sec. | ||
| 7517 | 2025.01.16 23:28:55.391568 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7518 | 2025.01.16 23:28:55.391592 [ 188 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::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 | ||
| 7519 | 2025.01.16 23:28:55.391756 [ 255 ] {965e0b96-6d3e-4993-95a6-511c48be58fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7520 | 2025.01.16 23:28:55.391875 [ 255 ] {965e0b96-6d3e-4993-95a6-511c48be58fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7521 | 2025.01.16 23:28:55.391914 [ 188 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7522 | 2025.01.16 23:28:55.392026 [ 188 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 64 rows starting from the beginning of the part | ||
| 7523 | 2025.01.16 23:28:55.392321 [ 188 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 46 rows starting from the beginning of the part | ||
| 7524 | 2025.01.16 23:28:55.392626 [ 188 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 46 rows starting from the beginning of the part | ||
| 7525 | 2025.01.16 23:28:55.393083 [ 188 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part | ||
| 7526 | 2025.01.16 23:28:55.393386 [ 188 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 46 rows starting from the beginning of the part | ||
| 7527 | 2025.01.16 23:28:55.393814 [ 188 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 4 rows starting from the beginning of the part | ||
| 7528 | 2025.01.16 23:28:55.394835 [ 255 ] {965e0b96-6d3e-4993-95a6-511c48be58fc} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7529 | 2025.01.16 23:28:55.394891 [ 255 ] {965e0b96-6d3e-4993-95a6-511c48be58fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7530 | 2025.01.16 23:28:55.396000 [ 255 ] {965e0b96-6d3e-4993-95a6-511c48be58fc} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7531 | 2025.01.16 23:28:55.396498 [ 195 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 266 rows, containing 5 columns (5 merged, 0 gathered) in 0.005081307 sec., 52348.736260178724 rows/sec., 3.94 MiB/sec. | ||
| 7532 | 2025.01.16 23:28:55.396505 [ 255 ] {965e0b96-6d3e-4993-95a6-511c48be58fc} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7533 | 2025.01.16 23:28:55.396721 [ 195 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 7534 | 2025.01.16 23:28:55.396831 [ 255 ] {965e0b96-6d3e-4993-95a6-511c48be58fc} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.00513 sec., 13255.360623781677 rows/sec., 1.04 MiB/sec. | ||
| 7535 | 2025.01.16 23:28:55.396911 [ 255 ] {965e0b96-6d3e-4993-95a6-511c48be58fc} <Debug> TCPHandler: Processed in 0.005449864 sec. | ||
| 7536 | 2025.01.16 23:28:55.397065 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7537 | 2025.01.16 23:28:55.397112 [ 195 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_29_6} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7538 | 2025.01.16 23:28:55.397213 [ 195 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_29_6} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 7539 | 2025.01.16 23:28:55.397231 [ 5 ] {8ac4cea9-9078-4290-9710-297d92f689d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7540 | 2025.01.16 23:28:55.397315 [ 5 ] {8ac4cea9-9078-4290-9710-297d92f689d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7541 | 2025.01.16 23:28:55.397317 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 7542 | 2025.01.16 23:28:55.397955 [ 5 ] {8ac4cea9-9078-4290-9710-297d92f689d7} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7543 | 2025.01.16 23:28:55.397993 [ 5 ] {8ac4cea9-9078-4290-9710-297d92f689d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7544 | 2025.01.16 23:28:55.398390 [ 5 ] {8ac4cea9-9078-4290-9710-297d92f689d7} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7545 | 2025.01.16 23:28:55.398632 [ 5 ] {8ac4cea9-9078-4290-9710-297d92f689d7} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7546 | 2025.01.16 23:28:55.398844 [ 5 ] {8ac4cea9-9078-4290-9710-297d92f689d7} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001652 sec., 98062.95399515738 rows/sec., 6.83 MiB/sec. | ||
| 7547 | 2025.01.16 23:28:55.398897 [ 5 ] {8ac4cea9-9078-4290-9710-297d92f689d7} <Debug> TCPHandler: Processed in 0.001896537 sec. | ||
| 7548 | 2025.01.16 23:28:55.399037 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7549 | 2025.01.16 23:28:55.399165 [ 255 ] {fa01c32e-4d9f-40b0-aba7-1777766a8282} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7550 | 2025.01.16 23:28:55.399220 [ 255 ] {fa01c32e-4d9f-40b0-aba7-1777766a8282} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7551 | 2025.01.16 23:28:55.399744 [ 255 ] {fa01c32e-4d9f-40b0-aba7-1777766a8282} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7552 | 2025.01.16 23:28:55.399789 [ 255 ] {fa01c32e-4d9f-40b0-aba7-1777766a8282} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7553 | 2025.01.16 23:28:55.400168 [ 255 ] {fa01c32e-4d9f-40b0-aba7-1777766a8282} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7554 | 2025.01.16 23:28:55.400395 [ 255 ] {fa01c32e-4d9f-40b0-aba7-1777766a8282} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7555 | 2025.01.16 23:28:55.400604 [ 255 ] {fa01c32e-4d9f-40b0-aba7-1777766a8282} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001468 sec., 40871.934604904636 rows/sec., 2.75 MiB/sec. | ||
| 7556 | 2025.01.16 23:28:55.400653 [ 255 ] {fa01c32e-4d9f-40b0-aba7-1777766a8282} <Debug> TCPHandler: Processed in 0.001677992 sec. | ||
| 7557 | 2025.01.16 23:28:56.743945 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16958 | ||
| 7558 | 2025.01.16 23:28:56.744651 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7559 | 2025.01.16 23:28:56.744702 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7560 | 2025.01.16 23:28:56.745246 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7561 | 2025.01.16 23:28:56.745500 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7562 | 2025.01.16 23:28:56.745737 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16958 | ||
| 7563 | 2025.01.16 23:28:57.975108 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 7564 | 2025.01.16 23:28:57.993796 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7565 | 2025.01.16 23:28:57.993857 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 7566 | 2025.01.16 23:28:58.000178 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 214.45 MiB, peak 220.95 MiB, free memory in arenas 0.00 B, will set to 210.55 MiB (RSS), difference: -3.90 MiB | ||
| 7567 | 2025.01.16 23:28:58.001549 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7568 | 2025.01.16 23:28:58.002315 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7569 | 2025.01.16 23:28:58.005866 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 7570 | 2025.01.16 23:28:59.000168 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 206.55 MiB, peak 220.95 MiB, free memory in arenas 0.00 B, will set to 210.57 MiB (RSS), difference: 4.02 MiB | ||
| 7571 | 2025.01.16 23:28:59.327483 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1042 | ||
| 7572 | 2025.01.16 23:28:59.330632 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7573 | 2025.01.16 23:28:59.330685 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7574 | 2025.01.16 23:28:59.332162 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7575 | 2025.01.16 23:28:59.332478 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7576 | 2025.01.16 23:28:59.333620 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1042 | ||
| 7577 | 2025.01.16 23:29:00.393891 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7578 | 2025.01.16 23:29:00.394131 [ 5 ] {addb5fb0-64d2-48b8-a8eb-c647b590a87b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7579 | 2025.01.16 23:29:00.394226 [ 5 ] {addb5fb0-64d2-48b8-a8eb-c647b590a87b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7580 | 2025.01.16 23:29:00.395359 [ 5 ] {addb5fb0-64d2-48b8-a8eb-c647b590a87b} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7581 | 2025.01.16 23:29:00.395439 [ 5 ] {addb5fb0-64d2-48b8-a8eb-c647b590a87b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7582 | 2025.01.16 23:29:00.396088 [ 5 ] {addb5fb0-64d2-48b8-a8eb-c647b590a87b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7583 | 2025.01.16 23:29:00.396440 [ 5 ] {addb5fb0-64d2-48b8-a8eb-c647b590a87b} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7584 | 2025.01.16 23:29:00.396715 [ 5 ] {addb5fb0-64d2-48b8-a8eb-c647b590a87b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00265 sec., 5283.018867924528 rows/sec., 380.31 KiB/sec. | ||
| 7585 | 2025.01.16 23:29:00.396808 [ 5 ] {addb5fb0-64d2-48b8-a8eb-c647b590a87b} <Debug> TCPHandler: Processed in 0.003077889 sec. | ||
| 7586 | 2025.01.16 23:29:00.397022 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7587 | 2025.01.16 23:29:00.397159 [ 255 ] {59def8f6-2fd2-4783-9a95-86b5aa01366d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7588 | 2025.01.16 23:29:00.397223 [ 255 ] {59def8f6-2fd2-4783-9a95-86b5aa01366d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7589 | 2025.01.16 23:29:00.398013 [ 255 ] {59def8f6-2fd2-4783-9a95-86b5aa01366d} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7590 | 2025.01.16 23:29:00.398053 [ 255 ] {59def8f6-2fd2-4783-9a95-86b5aa01366d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7591 | 2025.01.16 23:29:00.398472 [ 255 ] {59def8f6-2fd2-4783-9a95-86b5aa01366d} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7592 | 2025.01.16 23:29:00.398733 [ 255 ] {59def8f6-2fd2-4783-9a95-86b5aa01366d} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7593 | 2025.01.16 23:29:00.398878 [ 98 ] {} <Debug> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7594 | 2025.01.16 23:29:00.398921 [ 255 ] {59def8f6-2fd2-4783-9a95-86b5aa01366d} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.001798 sec., 156284.76084538377 rows/sec., 13.81 MiB/sec. | ||
| 7595 | 2025.01.16 23:29:00.398926 [ 98 ] {} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7596 | 2025.01.16 23:29:00.398965 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7597 | 2025.01.16 23:29:00.398995 [ 255 ] {59def8f6-2fd2-4783-9a95-86b5aa01366d} <Debug> TCPHandler: Processed in 0.002041579 sec. | ||
| 7598 | 2025.01.16 23:29:00.399215 [ 191 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::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 | ||
| 7599 | 2025.01.16 23:29:00.399221 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7600 | 2025.01.16 23:29:00.399657 [ 5 ] {adb28615-4ba4-4617-9c25-2c3e2a37d8dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7601 | 2025.01.16 23:29:00.399680 [ 191 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7602 | 2025.01.16 23:29:00.399816 [ 191 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1431 rows starting from the beginning of the part | ||
| 7603 | 2025.01.16 23:29:00.399879 [ 5 ] {adb28615-4ba4-4617-9c25-2c3e2a37d8dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7604 | 2025.01.16 23:29:00.400392 [ 191 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 56 rows starting from the beginning of the part | ||
| 7605 | 2025.01.16 23:29:00.401054 [ 191 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 56 rows starting from the beginning of the part | ||
| 7606 | 2025.01.16 23:29:00.401314 [ 191 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 281 rows starting from the beginning of the part | ||
| 7607 | 2025.01.16 23:29:00.401579 [ 191 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 58 rows starting from the beginning of the part | ||
| 7608 | 2025.01.16 23:29:00.401970 [ 191 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 281 rows starting from the beginning of the part | ||
| 7609 | 2025.01.16 23:29:00.402852 [ 5 ] {adb28615-4ba4-4617-9c25-2c3e2a37d8dc} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7610 | 2025.01.16 23:29:00.402899 [ 5 ] {adb28615-4ba4-4617-9c25-2c3e2a37d8dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7611 | 2025.01.16 23:29:00.403483 [ 5 ] {adb28615-4ba4-4617-9c25-2c3e2a37d8dc} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 7612 | 2025.01.16 23:29:00.403763 [ 5 ] {adb28615-4ba4-4617-9c25-2c3e2a37d8dc} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7613 | 2025.01.16 23:29:00.403959 [ 5 ] {adb28615-4ba4-4617-9c25-2c3e2a37d8dc} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.004476 sec., 10277.03306523682 rows/sec., 757.08 KiB/sec. | ||
| 7614 | 2025.01.16 23:29:00.404069 [ 5 ] {adb28615-4ba4-4617-9c25-2c3e2a37d8dc} <Debug> TCPHandler: Processed in 0.004969456 sec. | ||
| 7615 | 2025.01.16 23:29:00.404267 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7616 | 2025.01.16 23:29:00.404288 [ 188 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2163 rows, containing 5 columns (5 merged, 0 gathered) in 0.005243651 sec., 412498.84860758274 rows/sec., 36.39 MiB/sec. | ||
| 7617 | 2025.01.16 23:29:00.404446 [ 255 ] {9532f3b2-3cd4-4dc8-bbee-b1d572cd76da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7618 | 2025.01.16 23:29:00.404512 [ 255 ] {9532f3b2-3cd4-4dc8-bbee-b1d572cd76da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7619 | 2025.01.16 23:29:00.404787 [ 188 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7620 | 2025.01.16 23:29:00.405655 [ 255 ] {9532f3b2-3cd4-4dc8-bbee-b1d572cd76da} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7621 | 2025.01.16 23:29:00.405723 [ 255 ] {9532f3b2-3cd4-4dc8-bbee-b1d572cd76da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7622 | 2025.01.16 23:29:00.405722 [ 188 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_61_12} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7623 | 2025.01.16 23:29:00.405961 [ 188 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_61_12} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7624 | 2025.01.16 23:29:00.406137 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 7625 | 2025.01.16 23:29:00.406352 [ 255 ] {9532f3b2-3cd4-4dc8-bbee-b1d572cd76da} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7626 | 2025.01.16 23:29:00.406608 [ 255 ] {9532f3b2-3cd4-4dc8-bbee-b1d572cd76da} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7627 | 2025.01.16 23:29:00.406795 [ 255 ] {9532f3b2-3cd4-4dc8-bbee-b1d572cd76da} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002387 sec., 5865.1026392961885 rows/sec., 410.75 KiB/sec. | ||
| 7628 | 2025.01.16 23:29:00.406855 [ 255 ] {9532f3b2-3cd4-4dc8-bbee-b1d572cd76da} <Debug> TCPHandler: Processed in 0.002700362 sec. | ||
| 7629 | 2025.01.16 23:29:00.407015 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7630 | 2025.01.16 23:29:00.407128 [ 5 ] {d1ddcf9d-dc2f-408b-a083-5f9b5278e1ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7631 | 2025.01.16 23:29:00.407178 [ 5 ] {d1ddcf9d-dc2f-408b-a083-5f9b5278e1ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7632 | 2025.01.16 23:29:00.407854 [ 5 ] {d1ddcf9d-dc2f-408b-a083-5f9b5278e1ec} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7633 | 2025.01.16 23:29:00.407899 [ 5 ] {d1ddcf9d-dc2f-408b-a083-5f9b5278e1ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7634 | 2025.01.16 23:29:00.408341 [ 5 ] {d1ddcf9d-dc2f-408b-a083-5f9b5278e1ec} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7635 | 2025.01.16 23:29:00.408637 [ 5 ] {d1ddcf9d-dc2f-408b-a083-5f9b5278e1ec} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7636 | 2025.01.16 23:29:00.408861 [ 5 ] {d1ddcf9d-dc2f-408b-a083-5f9b5278e1ec} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001755 sec., 7407.407407407407 rows/sec., 461.85 KiB/sec. | ||
| 7637 | 2025.01.16 23:29:00.408925 [ 5 ] {d1ddcf9d-dc2f-408b-a083-5f9b5278e1ec} <Debug> TCPHandler: Processed in 0.001965288 sec. | ||
| 7638 | 2025.01.16 23:29:00.409119 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7639 | 2025.01.16 23:29:00.409238 [ 255 ] {23f7d532-6c50-47b7-9217-a861cd911a29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7640 | 2025.01.16 23:29:00.409291 [ 255 ] {23f7d532-6c50-47b7-9217-a861cd911a29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7641 | 2025.01.16 23:29:00.410561 [ 255 ] {23f7d532-6c50-47b7-9217-a861cd911a29} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7642 | 2025.01.16 23:29:00.410712 [ 255 ] {23f7d532-6c50-47b7-9217-a861cd911a29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7643 | 2025.01.16 23:29:00.411579 [ 255 ] {23f7d532-6c50-47b7-9217-a861cd911a29} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7644 | 2025.01.16 23:29:00.411944 [ 255 ] {23f7d532-6c50-47b7-9217-a861cd911a29} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7645 | 2025.01.16 23:29:00.412305 [ 96 ] {} <Debug> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7646 | 2025.01.16 23:29:00.412311 [ 255 ] {23f7d532-6c50-47b7-9217-a861cd911a29} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.003076 sec., 136866.05981794538 rows/sec., 9.78 MiB/sec. | ||
| 7647 | 2025.01.16 23:29:00.412423 [ 96 ] {} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7648 | 2025.01.16 23:29:00.412619 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7649 | 2025.01.16 23:29:00.412700 [ 255 ] {23f7d532-6c50-47b7-9217-a861cd911a29} <Debug> TCPHandler: Processed in 0.00363572 sec. | ||
| 7650 | 2025.01.16 23:29:00.413113 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7651 | 2025.01.16 23:29:00.413302 [ 189 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::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 | ||
| 7652 | 2025.01.16 23:29:00.413543 [ 5 ] {ca7fa52b-cfe3-47c4-8758-29c788b38283} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7653 | 2025.01.16 23:29:00.413733 [ 5 ] {ca7fa52b-cfe3-47c4-8758-29c788b38283} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7654 | 2025.01.16 23:29:00.413744 [ 189 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7655 | 2025.01.16 23:29:00.413847 [ 189 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 913 rows starting from the beginning of the part | ||
| 7656 | 2025.01.16 23:29:00.414155 [ 189 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 64 rows starting from the beginning of the part | ||
| 7657 | 2025.01.16 23:29:00.414531 [ 189 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 64 rows starting from the beginning of the part | ||
| 7658 | 2025.01.16 23:29:00.414853 [ 189 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 421 rows starting from the beginning of the part | ||
| 7659 | 2025.01.16 23:29:00.415185 [ 189 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 68 rows starting from the beginning of the part | ||
| 7660 | 2025.01.16 23:29:00.415508 [ 189 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 421 rows starting from the beginning of the part | ||
| 7661 | 2025.01.16 23:29:00.416361 [ 5 ] {ca7fa52b-cfe3-47c4-8758-29c788b38283} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7662 | 2025.01.16 23:29:00.416429 [ 5 ] {ca7fa52b-cfe3-47c4-8758-29c788b38283} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7663 | 2025.01.16 23:29:00.417452 [ 5 ] {ca7fa52b-cfe3-47c4-8758-29c788b38283} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7664 | 2025.01.16 23:29:00.417951 [ 5 ] {ca7fa52b-cfe3-47c4-8758-29c788b38283} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7665 | 2025.01.16 23:29:00.418417 [ 5 ] {ca7fa52b-cfe3-47c4-8758-29c788b38283} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004969 sec., 1207.4864157778225 rows/sec., 63.09 KiB/sec. | ||
| 7666 | 2025.01.16 23:29:00.418751 [ 5 ] {ca7fa52b-cfe3-47c4-8758-29c788b38283} <Debug> TCPHandler: Processed in 0.005881292 sec. | ||
| 7667 | 2025.01.16 23:29:00.418791 [ 195 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1951 rows, containing 5 columns (5 merged, 0 gathered) in 0.005963545 sec., 327154.4022892424 rows/sec., 25.04 MiB/sec. | ||
| 7668 | 2025.01.16 23:29:00.418953 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7669 | 2025.01.16 23:29:00.418989 [ 195 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7670 | 2025.01.16 23:29:00.419107 [ 255 ] {f4244a0f-39a0-401e-b694-e46ff102fcce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7671 | 2025.01.16 23:29:00.419186 [ 255 ] {f4244a0f-39a0-401e-b694-e46ff102fcce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7672 | 2025.01.16 23:29:00.419402 [ 195 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_61_12} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7673 | 2025.01.16 23:29:00.419532 [ 195 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_61_12} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7674 | 2025.01.16 23:29:00.419649 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 7675 | 2025.01.16 23:29:00.420038 [ 255 ] {f4244a0f-39a0-401e-b694-e46ff102fcce} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7676 | 2025.01.16 23:29:00.420089 [ 255 ] {f4244a0f-39a0-401e-b694-e46ff102fcce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7677 | 2025.01.16 23:29:00.420578 [ 255 ] {f4244a0f-39a0-401e-b694-e46ff102fcce} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7678 | 2025.01.16 23:29:00.420905 [ 255 ] {f4244a0f-39a0-401e-b694-e46ff102fcce} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7679 | 2025.01.16 23:29:00.421102 [ 96 ] {} <Debug> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7680 | 2025.01.16 23:29:00.421167 [ 255 ] {f4244a0f-39a0-401e-b694-e46ff102fcce} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002088 sec., 113505.74712643678 rows/sec., 7.61 MiB/sec. | ||
| 7681 | 2025.01.16 23:29:00.421176 [ 96 ] {} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7682 | 2025.01.16 23:29:00.421255 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7683 | 2025.01.16 23:29:00.421316 [ 255 ] {f4244a0f-39a0-401e-b694-e46ff102fcce} <Debug> TCPHandler: Processed in 0.002435807 sec. | ||
| 7684 | 2025.01.16 23:29:00.421554 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7685 | 2025.01.16 23:29:00.421561 [ 194 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::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 | ||
| 7686 | 2025.01.16 23:29:00.421853 [ 194 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7687 | 2025.01.16 23:29:00.421867 [ 5 ] {b0c9eb06-f4fe-4328-b714-f683fae47d78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7688 | 2025.01.16 23:29:00.421899 [ 194 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 17827 rows starting from the beginning of the part | ||
| 7689 | 2025.01.16 23:29:00.422056 [ 5 ] {b0c9eb06-f4fe-4328-b714-f683fae47d78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7690 | 2025.01.16 23:29:00.422270 [ 194 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 128 rows starting from the beginning of the part | ||
| 7691 | 2025.01.16 23:29:00.422512 [ 194 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::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 | ||
| 7692 | 2025.01.16 23:29:00.422870 [ 194 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::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 | ||
| 7693 | 2025.01.16 23:29:00.423273 [ 194 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 162 rows starting from the beginning of the part | ||
| 7694 | 2025.01.16 23:29:00.423617 [ 194 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 237 rows starting from the beginning of the part | ||
| 7695 | 2025.01.16 23:29:00.424709 [ 5 ] {b0c9eb06-f4fe-4328-b714-f683fae47d78} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7696 | 2025.01.16 23:29:00.424805 [ 5 ] {b0c9eb06-f4fe-4328-b714-f683fae47d78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7697 | 2025.01.16 23:29:00.425370 [ 5 ] {b0c9eb06-f4fe-4328-b714-f683fae47d78} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7698 | 2025.01.16 23:29:00.425860 [ 5 ] {b0c9eb06-f4fe-4328-b714-f683fae47d78} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7699 | 2025.01.16 23:29:00.426389 [ 5 ] {b0c9eb06-f4fe-4328-b714-f683fae47d78} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004584 sec., 218.1500872600349 rows/sec., 14.70 KiB/sec. | ||
| 7700 | 2025.01.16 23:29:00.426723 [ 5 ] {b0c9eb06-f4fe-4328-b714-f683fae47d78} <Debug> TCPHandler: Processed in 0.005282132 sec. | ||
| 7701 | 2025.01.16 23:29:00.427044 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7702 | 2025.01.16 23:29:00.427351 [ 255 ] {bd3048e6-2e57-4058-b5d6-175229de96bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7703 | 2025.01.16 23:29:00.427588 [ 255 ] {bd3048e6-2e57-4058-b5d6-175229de96bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7704 | 2025.01.16 23:29:00.430565 [ 255 ] {bd3048e6-2e57-4058-b5d6-175229de96bb} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7705 | 2025.01.16 23:29:00.430654 [ 255 ] {bd3048e6-2e57-4058-b5d6-175229de96bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7706 | 2025.01.16 23:29:00.433210 [ 255 ] {bd3048e6-2e57-4058-b5d6-175229de96bb} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7707 | 2025.01.16 23:29:00.433549 [ 255 ] {bd3048e6-2e57-4058-b5d6-175229de96bb} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7708 | 2025.01.16 23:29:00.433805 [ 98 ] {} <Debug> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7709 | 2025.01.16 23:29:00.433879 [ 98 ] {} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7710 | 2025.01.16 23:29:00.433934 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7711 | 2025.01.16 23:29:00.434112 [ 255 ] {bd3048e6-2e57-4058-b5d6-175229de96bb} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.006813 sec., 5724.350506384852 rows/sec., 10.26 MiB/sec. | ||
| 7712 | 2025.01.16 23:29:00.434628 [ 197 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::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 | ||
| 7713 | 2025.01.16 23:29:00.434727 [ 195 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18751 rows, containing 5 columns (5 merged, 0 gathered) in 0.013348816 sec., 1404693.8694787612 rows/sec., 94.74 MiB/sec. | ||
| 7714 | 2025.01.16 23:29:00.435001 [ 255 ] {bd3048e6-2e57-4058-b5d6-175229de96bb} <Debug> TCPHandler: Processed in 0.008140647 sec. | ||
| 7715 | 2025.01.16 23:29:00.435232 [ 193 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7716 | 2025.01.16 23:29:00.435329 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7717 | 2025.01.16 23:29:00.435795 [ 5 ] {4f79da08-40cc-40df-bc0e-b0f13e7e02fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7718 | 2025.01.16 23:29:00.436034 [ 197 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7719 | 2025.01.16 23:29:00.436035 [ 5 ] {4f79da08-40cc-40df-bc0e-b0f13e7e02fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7720 | 2025.01.16 23:29:00.436260 [ 195 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7721 | 2025.01.16 23:29:00.436398 [ 197 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 633 rows starting from the beginning of the part | ||
| 7722 | 2025.01.16 23:29:00.436650 [ 195 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7723 | 2025.01.16 23:29:00.437000 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.20 MiB. | ||
| 7724 | 2025.01.16 23:29:00.437655 [ 197 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 39 rows starting from the beginning of the part | ||
| 7725 | 2025.01.16 23:29:00.438283 [ 197 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 39 rows starting from the beginning of the part | ||
| 7726 | 2025.01.16 23:29:00.439066 [ 197 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 39 rows starting from the beginning of the part | ||
| 7727 | 2025.01.16 23:29:00.439197 [ 5 ] {4f79da08-40cc-40df-bc0e-b0f13e7e02fa} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7728 | 2025.01.16 23:29:00.439308 [ 5 ] {4f79da08-40cc-40df-bc0e-b0f13e7e02fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7729 | 2025.01.16 23:29:00.439656 [ 197 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 39 rows starting from the beginning of the part | ||
| 7730 | 2025.01.16 23:29:00.440244 [ 197 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 39 rows starting from the beginning of the part | ||
| 7731 | 2025.01.16 23:29:00.441116 [ 5 ] {4f79da08-40cc-40df-bc0e-b0f13e7e02fa} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7732 | 2025.01.16 23:29:00.441645 [ 5 ] {4f79da08-40cc-40df-bc0e-b0f13e7e02fa} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7733 | 2025.01.16 23:29:00.442096 [ 98 ] {} <Debug> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7734 | 2025.01.16 23:29:00.442217 [ 98 ] {} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7735 | 2025.01.16 23:29:00.442296 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7736 | 2025.01.16 23:29:00.442684 [ 5 ] {4f79da08-40cc-40df-bc0e-b0f13e7e02fa} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.007032 sec., 11660.978384527873 rows/sec., 758.39 KiB/sec. | ||
| 7737 | 2025.01.16 23:29:00.442716 [ 193 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::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 | ||
| 7738 | 2025.01.16 23:29:00.442868 [ 5 ] {4f79da08-40cc-40df-bc0e-b0f13e7e02fa} <Debug> TCPHandler: Processed in 0.007743169 sec. | ||
| 7739 | 2025.01.16 23:29:00.443085 [ 193 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7740 | 2025.01.16 23:29:00.443143 [ 193 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3258 rows starting from the beginning of the part | ||
| 7741 | 2025.01.16 23:29:00.443287 [ 193 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 48 rows starting from the beginning of the part | ||
| 7742 | 2025.01.16 23:29:00.443512 [ 193 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::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 | ||
| 7743 | 2025.01.16 23:29:00.443745 [ 193 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::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 | ||
| 7744 | 2025.01.16 23:29:00.443918 [ 193 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::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 | ||
| 7745 | 2025.01.16 23:29:00.444115 [ 193 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 82 rows starting from the beginning of the part | ||
| 7746 | 2025.01.16 23:29:00.446993 [ 200 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3590 rows, containing 4 columns (4 merged, 0 gathered) in 0.004540127 sec., 790726.7792288631 rows/sec., 51.43 MiB/sec. | ||
| 7747 | 2025.01.16 23:29:00.447998 [ 199 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7748 | 2025.01.16 23:29:00.448460 [ 199 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_61_12} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7749 | 2025.01.16 23:29:00.448570 [ 199 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_61_12} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7750 | 2025.01.16 23:29:00.448687 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 7751 | 2025.01.16 23:29:00.452348 [ 190 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 828 rows, containing 19 columns (19 merged, 0 gathered) in 0.01823014 sec., 45419.289155212195 rows/sec., 81.39 MiB/sec. | ||
| 7752 | 2025.01.16 23:29:00.453841 [ 190 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7753 | 2025.01.16 23:29:00.454519 [ 190 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7754 | 2025.01.16 23:29:00.454628 [ 190 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7755 | 2025.01.16 23:29:00.454830 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.76 MiB. | ||
| 7756 | 2025.01.16 23:29:01.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 211.52 MiB, peak 220.95 MiB, free memory in arenas 0.00 B, will set to 214.16 MiB (RSS), difference: 2.64 MiB | ||
| 7757 | 2025.01.16 23:29:04.057695 [ 92 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7758 | 2025.01.16 23:29:04.057750 [ 92 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7759 | 2025.01.16 23:29:04.245916 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17446 | ||
| 7760 | 2025.01.16 23:29:04.246641 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7761 | 2025.01.16 23:29:04.246681 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7762 | 2025.01.16 23:29:04.247236 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7763 | 2025.01.16 23:29:04.247500 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7764 | 2025.01.16 23:29:04.247713 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
| 7765 | 2025.01.16 23:29:05.386859 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7766 | 2025.01.16 23:29:05.387048 [ 5 ] {a39b44c5-28a9-4c54-a310-fb372dc0f4bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7767 | 2025.01.16 23:29:05.387115 [ 5 ] {a39b44c5-28a9-4c54-a310-fb372dc0f4bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7768 | 2025.01.16 23:29:05.387882 [ 5 ] {a39b44c5-28a9-4c54-a310-fb372dc0f4bd} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7769 | 2025.01.16 23:29:05.387931 [ 5 ] {a39b44c5-28a9-4c54-a310-fb372dc0f4bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7770 | 2025.01.16 23:29:05.388371 [ 5 ] {a39b44c5-28a9-4c54-a310-fb372dc0f4bd} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7771 | 2025.01.16 23:29:05.388623 [ 5 ] {a39b44c5-28a9-4c54-a310-fb372dc0f4bd} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7772 | 2025.01.16 23:29:05.388850 [ 5 ] {a39b44c5-28a9-4c54-a310-fb372dc0f4bd} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001829 sec., 30617.823947512305 rows/sec., 2.35 MiB/sec. | ||
| 7773 | 2025.01.16 23:29:05.388907 [ 5 ] {a39b44c5-28a9-4c54-a310-fb372dc0f4bd} <Debug> TCPHandler: Processed in 0.002165442 sec. | ||
| 7774 | 2025.01.16 23:29:05.389060 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7775 | 2025.01.16 23:29:05.389174 [ 255 ] {2d784894-bd11-479e-8016-0e94ba018cca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7776 | 2025.01.16 23:29:05.389220 [ 255 ] {2d784894-bd11-479e-8016-0e94ba018cca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7777 | 2025.01.16 23:29:05.389776 [ 255 ] {2d784894-bd11-479e-8016-0e94ba018cca} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7778 | 2025.01.16 23:29:05.389814 [ 255 ] {2d784894-bd11-479e-8016-0e94ba018cca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7779 | 2025.01.16 23:29:05.390176 [ 255 ] {2d784894-bd11-479e-8016-0e94ba018cca} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7780 | 2025.01.16 23:29:05.390421 [ 255 ] {2d784894-bd11-479e-8016-0e94ba018cca} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7781 | 2025.01.16 23:29:05.390628 [ 255 ] {2d784894-bd11-479e-8016-0e94ba018cca} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001477 sec., 43331.07650643196 rows/sec., 3.38 MiB/sec. | ||
| 7782 | 2025.01.16 23:29:05.390681 [ 255 ] {2d784894-bd11-479e-8016-0e94ba018cca} <Debug> TCPHandler: Processed in 0.001678082 sec. | ||
| 7783 | 2025.01.16 23:29:05.390821 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7784 | 2025.01.16 23:29:05.390928 [ 5 ] {e36e5559-d58f-48d4-afac-7dc1636feebe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7785 | 2025.01.16 23:29:05.390978 [ 5 ] {e36e5559-d58f-48d4-afac-7dc1636feebe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7786 | 2025.01.16 23:29:05.391505 [ 5 ] {e36e5559-d58f-48d4-afac-7dc1636feebe} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7787 | 2025.01.16 23:29:05.391544 [ 5 ] {e36e5559-d58f-48d4-afac-7dc1636feebe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7788 | 2025.01.16 23:29:05.391933 [ 5 ] {e36e5559-d58f-48d4-afac-7dc1636feebe} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7789 | 2025.01.16 23:29:05.392172 [ 5 ] {e36e5559-d58f-48d4-afac-7dc1636feebe} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7790 | 2025.01.16 23:29:05.392405 [ 5 ] {e36e5559-d58f-48d4-afac-7dc1636feebe} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001496 sec., 106951.87165775402 rows/sec., 7.45 MiB/sec. | ||
| 7791 | 2025.01.16 23:29:05.392467 [ 5 ] {e36e5559-d58f-48d4-afac-7dc1636feebe} <Debug> TCPHandler: Processed in 0.001699852 sec. | ||
| 7792 | 2025.01.16 23:29:05.392699 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7793 | 2025.01.16 23:29:05.392881 [ 255 ] {37fe177e-29d4-49c2-a926-33debe5d228a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7794 | 2025.01.16 23:29:05.392940 [ 255 ] {37fe177e-29d4-49c2-a926-33debe5d228a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7795 | 2025.01.16 23:29:05.393445 [ 255 ] {37fe177e-29d4-49c2-a926-33debe5d228a} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7796 | 2025.01.16 23:29:05.393484 [ 255 ] {37fe177e-29d4-49c2-a926-33debe5d228a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7797 | 2025.01.16 23:29:05.393843 [ 255 ] {37fe177e-29d4-49c2-a926-33debe5d228a} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7798 | 2025.01.16 23:29:05.394081 [ 255 ] {37fe177e-29d4-49c2-a926-33debe5d228a} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7799 | 2025.01.16 23:29:05.394273 [ 255 ] {37fe177e-29d4-49c2-a926-33debe5d228a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00143 sec., 41958.041958041955 rows/sec., 2.83 MiB/sec. | ||
| 7800 | 2025.01.16 23:29:05.394323 [ 255 ] {37fe177e-29d4-49c2-a926-33debe5d228a} <Debug> TCPHandler: Processed in 0.001772604 sec. | ||
| 7801 | 2025.01.16 23:29:05.505996 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 7802 | 2025.01.16 23:29:05.525631 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7803 | 2025.01.16 23:29:05.525669 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7804 | 2025.01.16 23:29:05.532915 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7805 | 2025.01.16 23:29:05.533643 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7806 | 2025.01.16 23:29:05.536086 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 7807 | 2025.01.16 23:29:05.808453 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7808 | 2025.01.16 23:29:05.808634 [ 5 ] {b05e8b51-1305-4b46-9ba1-6574dcfa76bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7809 | 2025.01.16 23:29:05.808702 [ 5 ] {b05e8b51-1305-4b46-9ba1-6574dcfa76bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7810 | 2025.01.16 23:29:05.809425 [ 5 ] {b05e8b51-1305-4b46-9ba1-6574dcfa76bd} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7811 | 2025.01.16 23:29:05.809467 [ 5 ] {b05e8b51-1305-4b46-9ba1-6574dcfa76bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7812 | 2025.01.16 23:29:05.809892 [ 5 ] {b05e8b51-1305-4b46-9ba1-6574dcfa76bd} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7813 | 2025.01.16 23:29:05.810138 [ 5 ] {b05e8b51-1305-4b46-9ba1-6574dcfa76bd} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7814 | 2025.01.16 23:29:05.810337 [ 5 ] {b05e8b51-1305-4b46-9ba1-6574dcfa76bd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001752 sec., 7990.867579908675 rows/sec., 575.24 KiB/sec. | ||
| 7815 | 2025.01.16 23:29:05.810392 [ 5 ] {b05e8b51-1305-4b46-9ba1-6574dcfa76bd} <Debug> TCPHandler: Processed in 0.00206401 sec. | ||
| 7816 | 2025.01.16 23:29:05.810557 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7817 | 2025.01.16 23:29:05.810692 [ 255 ] {25a62bc4-ef91-4147-9672-2dbe72f975a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7818 | 2025.01.16 23:29:05.810747 [ 255 ] {25a62bc4-ef91-4147-9672-2dbe72f975a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7819 | 2025.01.16 23:29:05.811883 [ 255 ] {25a62bc4-ef91-4147-9672-2dbe72f975a1} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7820 | 2025.01.16 23:29:05.811920 [ 255 ] {25a62bc4-ef91-4147-9672-2dbe72f975a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7821 | 2025.01.16 23:29:05.812359 [ 255 ] {25a62bc4-ef91-4147-9672-2dbe72f975a1} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7822 | 2025.01.16 23:29:05.812596 [ 255 ] {25a62bc4-ef91-4147-9672-2dbe72f975a1} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7823 | 2025.01.16 23:29:05.812772 [ 255 ] {25a62bc4-ef91-4147-9672-2dbe72f975a1} <Debug> executeQuery: Read 1421 rows, 121.98 KiB in 0.002109 sec., 673779.0422000948 rows/sec., 56.48 MiB/sec. | ||
| 7824 | 2025.01.16 23:29:05.812824 [ 255 ] {25a62bc4-ef91-4147-9672-2dbe72f975a1} <Debug> TCPHandler: Processed in 0.002334755 sec. | ||
| 7825 | 2025.01.16 23:29:05.812973 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7826 | 2025.01.16 23:29:05.813101 [ 5 ] {0792d416-55d1-4a5c-8986-536dd8efb89e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7827 | 2025.01.16 23:29:05.813155 [ 5 ] {0792d416-55d1-4a5c-8986-536dd8efb89e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7828 | 2025.01.16 23:29:05.813743 [ 5 ] {0792d416-55d1-4a5c-8986-536dd8efb89e} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7829 | 2025.01.16 23:29:05.813780 [ 5 ] {0792d416-55d1-4a5c-8986-536dd8efb89e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7830 | 2025.01.16 23:29:05.814133 [ 5 ] {0792d416-55d1-4a5c-8986-536dd8efb89e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 7831 | 2025.01.16 23:29:05.814363 [ 5 ] {0792d416-55d1-4a5c-8986-536dd8efb89e} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7832 | 2025.01.16 23:29:05.814564 [ 5 ] {0792d416-55d1-4a5c-8986-536dd8efb89e} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001484 sec., 30997.30458221024 rows/sec., 2.23 MiB/sec. | ||
| 7833 | 2025.01.16 23:29:05.814641 [ 5 ] {0792d416-55d1-4a5c-8986-536dd8efb89e} <Debug> TCPHandler: Processed in 0.001732103 sec. | ||
| 7834 | 2025.01.16 23:29:05.814889 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7835 | 2025.01.16 23:29:05.815029 [ 255 ] {ef50ba3b-5a9b-4b92-b9a3-d4797a2c8dda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7836 | 2025.01.16 23:29:05.815083 [ 255 ] {ef50ba3b-5a9b-4b92-b9a3-d4797a2c8dda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7837 | 2025.01.16 23:29:05.815727 [ 255 ] {ef50ba3b-5a9b-4b92-b9a3-d4797a2c8dda} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7838 | 2025.01.16 23:29:05.815765 [ 255 ] {ef50ba3b-5a9b-4b92-b9a3-d4797a2c8dda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7839 | 2025.01.16 23:29:05.816115 [ 255 ] {ef50ba3b-5a9b-4b92-b9a3-d4797a2c8dda} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7840 | 2025.01.16 23:29:05.816358 [ 255 ] {ef50ba3b-5a9b-4b92-b9a3-d4797a2c8dda} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7841 | 2025.01.16 23:29:05.816533 [ 255 ] {ef50ba3b-5a9b-4b92-b9a3-d4797a2c8dda} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001535 sec., 157654.72312703583 rows/sec., 10.68 MiB/sec. | ||
| 7842 | 2025.01.16 23:29:05.816583 [ 255 ] {ef50ba3b-5a9b-4b92-b9a3-d4797a2c8dda} <Debug> TCPHandler: Processed in 0.001818905 sec. | ||
| 7843 | 2025.01.16 23:29:05.816733 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7844 | 2025.01.16 23:29:05.816862 [ 5 ] {3eeab9f9-8228-4110-a8e8-9a517633f30c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7845 | 2025.01.16 23:29:05.816915 [ 5 ] {3eeab9f9-8228-4110-a8e8-9a517633f30c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7846 | 2025.01.16 23:29:05.817504 [ 5 ] {3eeab9f9-8228-4110-a8e8-9a517633f30c} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7847 | 2025.01.16 23:29:05.817541 [ 5 ] {3eeab9f9-8228-4110-a8e8-9a517633f30c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7848 | 2025.01.16 23:29:05.817881 [ 5 ] {3eeab9f9-8228-4110-a8e8-9a517633f30c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7849 | 2025.01.16 23:29:05.818114 [ 5 ] {3eeab9f9-8228-4110-a8e8-9a517633f30c} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7850 | 2025.01.16 23:29:05.818286 [ 5 ] {3eeab9f9-8228-4110-a8e8-9a517633f30c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001453 sec., 8947.00619408121 rows/sec., 557.84 KiB/sec. | ||
| 7851 | 2025.01.16 23:29:05.818336 [ 5 ] {3eeab9f9-8228-4110-a8e8-9a517633f30c} <Debug> TCPHandler: Processed in 0.001666623 sec. | ||
| 7852 | 2025.01.16 23:29:05.818486 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7853 | 2025.01.16 23:29:05.818615 [ 255 ] {1f76573a-eea5-45e0-a415-f99a3f01aee7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7854 | 2025.01.16 23:29:05.818668 [ 255 ] {1f76573a-eea5-45e0-a415-f99a3f01aee7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7855 | 2025.01.16 23:29:05.819558 [ 255 ] {1f76573a-eea5-45e0-a415-f99a3f01aee7} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7856 | 2025.01.16 23:29:05.819595 [ 255 ] {1f76573a-eea5-45e0-a415-f99a3f01aee7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7857 | 2025.01.16 23:29:05.819971 [ 255 ] {1f76573a-eea5-45e0-a415-f99a3f01aee7} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7858 | 2025.01.16 23:29:05.820202 [ 255 ] {1f76573a-eea5-45e0-a415-f99a3f01aee7} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7859 | 2025.01.16 23:29:05.820387 [ 255 ] {1f76573a-eea5-45e0-a415-f99a3f01aee7} <Debug> executeQuery: Read 877 rows, 65.09 KiB in 0.0018 sec., 487222.22222222225 rows/sec., 35.32 MiB/sec. | ||
| 7860 | 2025.01.16 23:29:05.820449 [ 255 ] {1f76573a-eea5-45e0-a415-f99a3f01aee7} <Debug> TCPHandler: Processed in 0.002023249 sec. | ||
| 7861 | 2025.01.16 23:29:05.820616 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7862 | 2025.01.16 23:29:05.820758 [ 5 ] {b307b523-0ac1-4660-b553-09364ef81fcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7863 | 2025.01.16 23:29:05.820814 [ 5 ] {b307b523-0ac1-4660-b553-09364ef81fcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7864 | 2025.01.16 23:29:05.821334 [ 5 ] {b307b523-0ac1-4660-b553-09364ef81fcb} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7865 | 2025.01.16 23:29:05.821372 [ 5 ] {b307b523-0ac1-4660-b553-09364ef81fcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7866 | 2025.01.16 23:29:05.821722 [ 5 ] {b307b523-0ac1-4660-b553-09364ef81fcb} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7867 | 2025.01.16 23:29:05.821952 [ 5 ] {b307b523-0ac1-4660-b553-09364ef81fcb} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7868 | 2025.01.16 23:29:05.822126 [ 5 ] {b307b523-0ac1-4660-b553-09364ef81fcb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001397 sec., 4294.917680744452 rows/sec., 224.39 KiB/sec. | ||
| 7869 | 2025.01.16 23:29:05.822174 [ 5 ] {b307b523-0ac1-4660-b553-09364ef81fcb} <Debug> TCPHandler: Processed in 0.001638841 sec. | ||
| 7870 | 2025.01.16 23:29:05.822314 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7871 | 2025.01.16 23:29:05.822440 [ 255 ] {0781ea62-2d6f-491e-8fc8-84af1a5ce724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7872 | 2025.01.16 23:29:05.822497 [ 255 ] {0781ea62-2d6f-491e-8fc8-84af1a5ce724} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7873 | 2025.01.16 23:29:05.823287 [ 255 ] {0781ea62-2d6f-491e-8fc8-84af1a5ce724} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7874 | 2025.01.16 23:29:05.823330 [ 255 ] {0781ea62-2d6f-491e-8fc8-84af1a5ce724} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7875 | 2025.01.16 23:29:05.823751 [ 255 ] {0781ea62-2d6f-491e-8fc8-84af1a5ce724} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7876 | 2025.01.16 23:29:05.823992 [ 255 ] {0781ea62-2d6f-491e-8fc8-84af1a5ce724} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7877 | 2025.01.16 23:29:05.824164 [ 255 ] {0781ea62-2d6f-491e-8fc8-84af1a5ce724} <Debug> executeQuery: Read 955 rows, 64.97 KiB in 0.001753 sec., 544780.3764974329 rows/sec., 36.19 MiB/sec. | ||
| 7878 | 2025.01.16 23:29:05.824214 [ 255 ] {0781ea62-2d6f-491e-8fc8-84af1a5ce724} <Debug> TCPHandler: Processed in 0.001953887 sec. | ||
| 7879 | 2025.01.16 23:29:05.824354 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7880 | 2025.01.16 23:29:05.824482 [ 5 ] {526b99c1-86f4-49c2-9cba-ab81e4f3e0fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7881 | 2025.01.16 23:29:05.824537 [ 5 ] {526b99c1-86f4-49c2-9cba-ab81e4f3e0fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7882 | 2025.01.16 23:29:05.825034 [ 5 ] {526b99c1-86f4-49c2-9cba-ab81e4f3e0fd} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7883 | 2025.01.16 23:29:05.825078 [ 5 ] {526b99c1-86f4-49c2-9cba-ab81e4f3e0fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7884 | 2025.01.16 23:29:05.825465 [ 5 ] {526b99c1-86f4-49c2-9cba-ab81e4f3e0fd} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7885 | 2025.01.16 23:29:05.825695 [ 5 ] {526b99c1-86f4-49c2-9cba-ab81e4f3e0fd} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7886 | 2025.01.16 23:29:05.825888 [ 5 ] {526b99c1-86f4-49c2-9cba-ab81e4f3e0fd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001432 sec., 698.3240223463688 rows/sec., 47.06 KiB/sec. | ||
| 7887 | 2025.01.16 23:29:05.825985 [ 5 ] {526b99c1-86f4-49c2-9cba-ab81e4f3e0fd} <Debug> TCPHandler: Processed in 0.001689783 sec. | ||
| 7888 | 2025.01.16 23:29:05.826215 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7889 | 2025.01.16 23:29:05.826338 [ 255 ] {531064f4-1ff9-499c-9978-8aca2118c52c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7890 | 2025.01.16 23:29:05.826423 [ 255 ] {531064f4-1ff9-499c-9978-8aca2118c52c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7891 | 2025.01.16 23:29:05.827660 [ 255 ] {531064f4-1ff9-499c-9978-8aca2118c52c} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7892 | 2025.01.16 23:29:05.827698 [ 255 ] {531064f4-1ff9-499c-9978-8aca2118c52c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7893 | 2025.01.16 23:29:05.828332 [ 255 ] {531064f4-1ff9-499c-9978-8aca2118c52c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7894 | 2025.01.16 23:29:05.828591 [ 255 ] {531064f4-1ff9-499c-9978-8aca2118c52c} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7895 | 2025.01.16 23:29:05.828825 [ 255 ] {531064f4-1ff9-499c-9978-8aca2118c52c} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002515 sec., 15506.958250497019 rows/sec., 27.79 MiB/sec. | ||
| 7896 | 2025.01.16 23:29:05.828916 [ 255 ] {531064f4-1ff9-499c-9978-8aca2118c52c} <Debug> TCPHandler: Processed in 0.002808114 sec. | ||
| 7897 | 2025.01.16 23:29:05.829065 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7898 | 2025.01.16 23:29:05.829192 [ 5 ] {a08d88af-f45a-4a11-a2d5-7248629e26da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7899 | 2025.01.16 23:29:05.829246 [ 5 ] {a08d88af-f45a-4a11-a2d5-7248629e26da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7900 | 2025.01.16 23:29:05.829682 [ 5 ] {a08d88af-f45a-4a11-a2d5-7248629e26da} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7901 | 2025.01.16 23:29:05.829721 [ 5 ] {a08d88af-f45a-4a11-a2d5-7248629e26da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7902 | 2025.01.16 23:29:05.830063 [ 5 ] {a08d88af-f45a-4a11-a2d5-7248629e26da} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7903 | 2025.01.16 23:29:05.830297 [ 5 ] {a08d88af-f45a-4a11-a2d5-7248629e26da} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7904 | 2025.01.16 23:29:05.830508 [ 5 ] {a08d88af-f45a-4a11-a2d5-7248629e26da} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001343 sec., 25316.45569620253 rows/sec., 1.47 MiB/sec. | ||
| 7905 | 2025.01.16 23:29:05.830559 [ 5 ] {a08d88af-f45a-4a11-a2d5-7248629e26da} <Debug> TCPHandler: Processed in 0.00155841 sec. | ||
| 7906 | 2025.01.16 23:29:06.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 215.75 MiB, peak 220.95 MiB, free memory in arenas 0.00 B, will set to 214.19 MiB (RSS), difference: -1.56 MiB | ||
| 7907 | 2025.01.16 23:29:09.333900 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 1094 | ||
| 7908 | 2025.01.16 23:29:09.337289 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7909 | 2025.01.16 23:29:09.337340 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7910 | 2025.01.16 23:29:09.338781 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7911 | 2025.01.16 23:29:09.339090 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7912 | 2025.01.16 23:29:09.340245 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1094 | ||
| 7913 | 2025.01.16 23:29:10.385174 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7914 | 2025.01.16 23:29:10.385364 [ 5 ] {90df0051-12a6-439b-9266-21b418659058} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7915 | 2025.01.16 23:29:10.385436 [ 5 ] {90df0051-12a6-439b-9266-21b418659058} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7916 | 2025.01.16 23:29:10.386231 [ 5 ] {90df0051-12a6-439b-9266-21b418659058} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7917 | 2025.01.16 23:29:10.386289 [ 5 ] {90df0051-12a6-439b-9266-21b418659058} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7918 | 2025.01.16 23:29:10.386728 [ 5 ] {90df0051-12a6-439b-9266-21b418659058} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7919 | 2025.01.16 23:29:10.387000 [ 5 ] {90df0051-12a6-439b-9266-21b418659058} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7920 | 2025.01.16 23:29:10.387250 [ 5 ] {90df0051-12a6-439b-9266-21b418659058} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001937 sec., 28910.686628807434 rows/sec., 2.22 MiB/sec. | ||
| 7921 | 2025.01.16 23:29:10.387321 [ 5 ] {90df0051-12a6-439b-9266-21b418659058} <Debug> TCPHandler: Processed in 0.002280673 sec. | ||
| 7922 | 2025.01.16 23:29:10.387481 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7923 | 2025.01.16 23:29:10.387605 [ 255 ] {c6ff05d6-fed1-44d0-abec-dfc9a41e7524} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7924 | 2025.01.16 23:29:10.387656 [ 255 ] {c6ff05d6-fed1-44d0-abec-dfc9a41e7524} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7925 | 2025.01.16 23:29:10.388237 [ 255 ] {c6ff05d6-fed1-44d0-abec-dfc9a41e7524} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7926 | 2025.01.16 23:29:10.388279 [ 255 ] {c6ff05d6-fed1-44d0-abec-dfc9a41e7524} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7927 | 2025.01.16 23:29:10.388658 [ 255 ] {c6ff05d6-fed1-44d0-abec-dfc9a41e7524} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7928 | 2025.01.16 23:29:10.388918 [ 255 ] {c6ff05d6-fed1-44d0-abec-dfc9a41e7524} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7929 | 2025.01.16 23:29:10.389149 [ 255 ] {c6ff05d6-fed1-44d0-abec-dfc9a41e7524} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001573 sec., 40686.5861411316 rows/sec., 3.18 MiB/sec. | ||
| 7930 | 2025.01.16 23:29:10.389204 [ 255 ] {c6ff05d6-fed1-44d0-abec-dfc9a41e7524} <Debug> TCPHandler: Processed in 0.001783765 sec. | ||
| 7931 | 2025.01.16 23:29:10.389342 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7932 | 2025.01.16 23:29:10.389453 [ 5 ] {790d68e1-4b38-4edf-b28a-4a6fb000dcba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7933 | 2025.01.16 23:29:10.389506 [ 5 ] {790d68e1-4b38-4edf-b28a-4a6fb000dcba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7934 | 2025.01.16 23:29:10.390046 [ 5 ] {790d68e1-4b38-4edf-b28a-4a6fb000dcba} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7935 | 2025.01.16 23:29:10.390088 [ 5 ] {790d68e1-4b38-4edf-b28a-4a6fb000dcba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7936 | 2025.01.16 23:29:10.390493 [ 5 ] {790d68e1-4b38-4edf-b28a-4a6fb000dcba} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7937 | 2025.01.16 23:29:10.390740 [ 5 ] {790d68e1-4b38-4edf-b28a-4a6fb000dcba} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7938 | 2025.01.16 23:29:10.390960 [ 5 ] {790d68e1-4b38-4edf-b28a-4a6fb000dcba} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.00153 sec., 83660.13071895426 rows/sec., 5.83 MiB/sec. | ||
| 7939 | 2025.01.16 23:29:10.391013 [ 5 ] {790d68e1-4b38-4edf-b28a-4a6fb000dcba} <Debug> TCPHandler: Processed in 0.001727253 sec. | ||
| 7940 | 2025.01.16 23:29:10.391161 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7941 | 2025.01.16 23:29:10.391271 [ 255 ] {d1a4b622-0553-4102-86f3-13de7819b2a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7942 | 2025.01.16 23:29:10.391319 [ 255 ] {d1a4b622-0553-4102-86f3-13de7819b2a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7943 | 2025.01.16 23:29:10.391784 [ 255 ] {d1a4b622-0553-4102-86f3-13de7819b2a8} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7944 | 2025.01.16 23:29:10.391823 [ 255 ] {d1a4b622-0553-4102-86f3-13de7819b2a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7945 | 2025.01.16 23:29:10.392185 [ 255 ] {d1a4b622-0553-4102-86f3-13de7819b2a8} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7946 | 2025.01.16 23:29:10.392431 [ 255 ] {d1a4b622-0553-4102-86f3-13de7819b2a8} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7947 | 2025.01.16 23:29:10.392670 [ 255 ] {d1a4b622-0553-4102-86f3-13de7819b2a8} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001408 sec., 34090.90909090909 rows/sec., 2.30 MiB/sec. | ||
| 7948 | 2025.01.16 23:29:10.392764 [ 255 ] {d1a4b622-0553-4102-86f3-13de7819b2a8} <Debug> TCPHandler: Processed in 0.001657062 sec. | ||
| 7949 | 2025.01.16 23:29:11.747949 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17873 | ||
| 7950 | 2025.01.16 23:29:11.748679 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7951 | 2025.01.16 23:29:11.748716 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7952 | 2025.01.16 23:29:11.749240 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7953 | 2025.01.16 23:29:11.749497 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7954 | 2025.01.16 23:29:11.749676 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17873 | ||
| 7955 | 2025.01.16 23:29:13.036225 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 7956 | 2025.01.16 23:29:13.056704 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7957 | 2025.01.16 23:29:13.056759 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7958 | 2025.01.16 23:29:13.064209 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7959 | 2025.01.16 23:29:13.064977 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7960 | 2025.01.16 23:29:13.068361 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
| 7961 | 2025.01.16 23:29:15.386136 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7962 | 2025.01.16 23:29:15.386458 [ 5 ] {e920c60f-94be-4d5d-a3fa-ddf9f9fe9f7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7963 | 2025.01.16 23:29:15.386576 [ 5 ] {e920c60f-94be-4d5d-a3fa-ddf9f9fe9f7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7964 | 2025.01.16 23:29:15.387410 [ 5 ] {e920c60f-94be-4d5d-a3fa-ddf9f9fe9f7b} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7965 | 2025.01.16 23:29:15.387457 [ 5 ] {e920c60f-94be-4d5d-a3fa-ddf9f9fe9f7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7966 | 2025.01.16 23:29:15.387898 [ 5 ] {e920c60f-94be-4d5d-a3fa-ddf9f9fe9f7b} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7967 | 2025.01.16 23:29:15.388147 [ 5 ] {e920c60f-94be-4d5d-a3fa-ddf9f9fe9f7b} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7968 | 2025.01.16 23:29:15.388383 [ 5 ] {e920c60f-94be-4d5d-a3fa-ddf9f9fe9f7b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002 sec., 28000 rows/sec., 2.15 MiB/sec. | ||
| 7969 | 2025.01.16 23:29:15.388495 [ 5 ] {e920c60f-94be-4d5d-a3fa-ddf9f9fe9f7b} <Debug> TCPHandler: Processed in 0.002543359 sec. | ||
| 7970 | 2025.01.16 23:29:15.388739 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7971 | 2025.01.16 23:29:15.388915 [ 255 ] {e802bc14-50fb-442a-bd80-896dede4b341} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7972 | 2025.01.16 23:29:15.388973 [ 255 ] {e802bc14-50fb-442a-bd80-896dede4b341} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7973 | 2025.01.16 23:29:15.389684 [ 255 ] {e802bc14-50fb-442a-bd80-896dede4b341} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7974 | 2025.01.16 23:29:15.389728 [ 255 ] {e802bc14-50fb-442a-bd80-896dede4b341} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7975 | 2025.01.16 23:29:15.390094 [ 255 ] {e802bc14-50fb-442a-bd80-896dede4b341} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7976 | 2025.01.16 23:29:15.390332 [ 255 ] {e802bc14-50fb-442a-bd80-896dede4b341} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7977 | 2025.01.16 23:29:15.390551 [ 255 ] {e802bc14-50fb-442a-bd80-896dede4b341} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001668 sec., 38369.30455635492 rows/sec., 2.99 MiB/sec. | ||
| 7978 | 2025.01.16 23:29:15.390605 [ 255 ] {e802bc14-50fb-442a-bd80-896dede4b341} <Debug> TCPHandler: Processed in 0.001986118 sec. | ||
| 7979 | 2025.01.16 23:29:15.390751 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7980 | 2025.01.16 23:29:15.390867 [ 5 ] {a0977ccb-b4ec-408c-a848-d5a987f13a6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7981 | 2025.01.16 23:29:15.390918 [ 5 ] {a0977ccb-b4ec-408c-a848-d5a987f13a6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7982 | 2025.01.16 23:29:15.391479 [ 5 ] {a0977ccb-b4ec-408c-a848-d5a987f13a6e} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7983 | 2025.01.16 23:29:15.391517 [ 5 ] {a0977ccb-b4ec-408c-a848-d5a987f13a6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7984 | 2025.01.16 23:29:15.391900 [ 5 ] {a0977ccb-b4ec-408c-a848-d5a987f13a6e} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7985 | 2025.01.16 23:29:15.392143 [ 5 ] {a0977ccb-b4ec-408c-a848-d5a987f13a6e} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7986 | 2025.01.16 23:29:15.392362 [ 5 ] {a0977ccb-b4ec-408c-a848-d5a987f13a6e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001518 sec., 105401.84453227931 rows/sec., 7.34 MiB/sec. | ||
| 7987 | 2025.01.16 23:29:15.392415 [ 5 ] {a0977ccb-b4ec-408c-a848-d5a987f13a6e} <Debug> TCPHandler: Processed in 0.001717293 sec. | ||
| 7988 | 2025.01.16 23:29:15.392562 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7989 | 2025.01.16 23:29:15.392671 [ 255 ] {cec2a4b1-0c24-41c6-b0ad-e8f0cf54a1bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7990 | 2025.01.16 23:29:15.392719 [ 255 ] {cec2a4b1-0c24-41c6-b0ad-e8f0cf54a1bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7991 | 2025.01.16 23:29:15.393233 [ 255 ] {cec2a4b1-0c24-41c6-b0ad-e8f0cf54a1bb} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7992 | 2025.01.16 23:29:15.393282 [ 255 ] {cec2a4b1-0c24-41c6-b0ad-e8f0cf54a1bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 7993 | 2025.01.16 23:29:15.393667 [ 255 ] {cec2a4b1-0c24-41c6-b0ad-e8f0cf54a1bb} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7994 | 2025.01.16 23:29:15.393908 [ 255 ] {cec2a4b1-0c24-41c6-b0ad-e8f0cf54a1bb} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7995 | 2025.01.16 23:29:15.394147 [ 255 ] {cec2a4b1-0c24-41c6-b0ad-e8f0cf54a1bb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001491 sec., 40241.44869215292 rows/sec., 2.71 MiB/sec. | ||
| 7996 | 2025.01.16 23:29:15.394254 [ 255 ] {cec2a4b1-0c24-41c6-b0ad-e8f0cf54a1bb} <Debug> TCPHandler: Processed in 0.001741483 sec. | ||
| 7997 | 2025.01.16 23:29:17.476842 [ 66 ] {} <Debug> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470) (MergerMutator): Selected 5 parts from all_1_23_5 to all_27_27_0 | ||
| 7998 | 2025.01.16 23:29:17.476906 [ 66 ] {} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7999 | 2025.01.16 23:29:17.476929 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 8000 | 2025.01.16 23:29:17.477141 [ 200 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::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 | ||
| 8001 | 2025.01.16 23:29:17.477351 [ 200 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::all_1_27_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8002 | 2025.01.16 23:29:17.477396 [ 200 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 24 rows starting from the beginning of the part | ||
| 8003 | 2025.01.16 23:29:17.477485 [ 200 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::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 | ||
| 8004 | 2025.01.16 23:29:17.477691 [ 200 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::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 | ||
| 8005 | 2025.01.16 23:29:17.477949 [ 200 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::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 | ||
| 8006 | 2025.01.16 23:29:17.478027 [ 200 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::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 | ||
| 8007 | 2025.01.16 23:29:17.479269 [ 199 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::all_1_27_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.002252833 sec., 12428.795210297434 rows/sec., 835.75 KiB/sec. | ||
| 8008 | 2025.01.16 23:29:17.479511 [ 198 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::all_1_27_6} <Trace> MergedBlockOutputStream: filled checksums all_1_27_6 (state Temporary) | ||
| 8009 | 2025.01.16 23:29:17.479929 [ 198 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::all_1_27_6} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Renaming temporary part tmp_merge_all_1_27_6 to all_1_27_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8010 | 2025.01.16 23:29:17.480027 [ 198 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::all_1_27_6} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470) (MergerMutator): Merged 5 parts: [all_1_23_5, all_27_27_0] -> all_1_27_6 | ||
| 8011 | 2025.01.16 23:29:17.480136 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8012 | 2025.01.16 23:29:19.057796 [ 64 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8013 | 2025.01.16 23:29:19.057871 [ 64 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8014 | 2025.01.16 23:29:19.250043 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18361 | ||
| 8015 | 2025.01.16 23:29:19.250701 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8016 | 2025.01.16 23:29:19.250738 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 8017 | 2025.01.16 23:29:19.251266 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8018 | 2025.01.16 23:29:19.251523 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8019 | 2025.01.16 23:29:19.251704 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
| 8020 | 2025.01.16 23:29:19.340581 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1110 | ||
| 8021 | 2025.01.16 23:29:19.343257 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8022 | 2025.01.16 23:29:19.343309 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 8023 | 2025.01.16 23:29:19.344734 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8024 | 2025.01.16 23:29:19.345041 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8025 | 2025.01.16 23:29:19.346230 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1110 | ||
| 8026 | 2025.01.16 23:29:20.392539 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8027 | 2025.01.16 23:29:20.392756 [ 5 ] {16fee957-8b9a-4d06-8209-37f659713b52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8028 | 2025.01.16 23:29:20.392839 [ 5 ] {16fee957-8b9a-4d06-8209-37f659713b52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8029 | 2025.01.16 23:29:20.393608 [ 5 ] {16fee957-8b9a-4d06-8209-37f659713b52} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8030 | 2025.01.16 23:29:20.393666 [ 5 ] {16fee957-8b9a-4d06-8209-37f659713b52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 8031 | 2025.01.16 23:29:20.394124 [ 5 ] {16fee957-8b9a-4d06-8209-37f659713b52} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8032 | 2025.01.16 23:29:20.394393 [ 5 ] {16fee957-8b9a-4d06-8209-37f659713b52} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8033 | 2025.01.16 23:29:20.394684 [ 5 ] {16fee957-8b9a-4d06-8209-37f659713b52} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001984 sec., 7056.451612903225 rows/sec., 507.97 KiB/sec. | ||
| 8034 | 2025.01.16 23:29:20.394921 [ 5 ] {16fee957-8b9a-4d06-8209-37f659713b52} <Debug> TCPHandler: Processed in 0.002519119 sec. | ||
| 8035 | 2025.01.16 23:29:20.395098 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8036 | 2025.01.16 23:29:20.395226 [ 255 ] {340d5114-242d-4bb3-87ce-5dd8622b979b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8037 | 2025.01.16 23:29:20.395276 [ 255 ] {340d5114-242d-4bb3-87ce-5dd8622b979b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8038 | 2025.01.16 23:29:20.395982 [ 255 ] {340d5114-242d-4bb3-87ce-5dd8622b979b} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8039 | 2025.01.16 23:29:20.396023 [ 255 ] {340d5114-242d-4bb3-87ce-5dd8622b979b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 8040 | 2025.01.16 23:29:20.396423 [ 255 ] {340d5114-242d-4bb3-87ce-5dd8622b979b} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8041 | 2025.01.16 23:29:20.396673 [ 255 ] {340d5114-242d-4bb3-87ce-5dd8622b979b} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8042 | 2025.01.16 23:29:20.396852 [ 63 ] {} <Debug> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8043 | 2025.01.16 23:29:20.396907 [ 255 ] {340d5114-242d-4bb3-87ce-5dd8622b979b} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.001704 sec., 164906.10328638498 rows/sec., 14.57 MiB/sec. | ||
| 8044 | 2025.01.16 23:29:20.396948 [ 63 ] {} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8045 | 2025.01.16 23:29:20.397023 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 8046 | 2025.01.16 23:29:20.397031 [ 255 ] {340d5114-242d-4bb3-87ce-5dd8622b979b} <Debug> TCPHandler: Processed in 0.001992328 sec. | ||
| 8047 | 2025.01.16 23:29:20.397267 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8048 | 2025.01.16 23:29:20.397270 [ 192 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::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 | ||
| 8049 | 2025.01.16 23:29:20.397517 [ 5 ] {389c31ca-ea38-481c-b956-4fed0eb89903} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8050 | 2025.01.16 23:29:20.397541 [ 192 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8051 | 2025.01.16 23:29:20.397610 [ 192 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1431 rows starting from the beginning of the part | ||
| 8052 | 2025.01.16 23:29:20.397620 [ 5 ] {389c31ca-ea38-481c-b956-4fed0eb89903} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8053 | 2025.01.16 23:29:20.397917 [ 192 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::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 | ||
| 8054 | 2025.01.16 23:29:20.398320 [ 192 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1421 rows starting from the beginning of the part | ||
| 8055 | 2025.01.16 23:29:20.398658 [ 192 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 56 rows starting from the beginning of the part | ||
| 8056 | 2025.01.16 23:29:20.399038 [ 192 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 56 rows starting from the beginning of the part | ||
| 8057 | 2025.01.16 23:29:20.399422 [ 192 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 281 rows starting from the beginning of the part | ||
| 8058 | 2025.01.16 23:29:20.400644 [ 5 ] {389c31ca-ea38-481c-b956-4fed0eb89903} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8059 | 2025.01.16 23:29:20.400721 [ 5 ] {389c31ca-ea38-481c-b956-4fed0eb89903} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 8060 | 2025.01.16 23:29:20.401624 [ 5 ] {389c31ca-ea38-481c-b956-4fed0eb89903} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8061 | 2025.01.16 23:29:20.402098 [ 5 ] {389c31ca-ea38-481c-b956-4fed0eb89903} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8062 | 2025.01.16 23:29:20.402360 [ 5 ] {389c31ca-ea38-481c-b956-4fed0eb89903} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.004935 sec., 9321.175278622088 rows/sec., 686.66 KiB/sec. | ||
| 8063 | 2025.01.16 23:29:20.402458 [ 5 ] {389c31ca-ea38-481c-b956-4fed0eb89903} <Debug> TCPHandler: Processed in 0.005306592 sec. | ||
| 8064 | 2025.01.16 23:29:20.402684 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8065 | 2025.01.16 23:29:20.402946 [ 255 ] {83f3f296-251c-4b47-8301-c806ed4d75e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8066 | 2025.01.16 23:29:20.402984 [ 199 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3301 rows, containing 5 columns (5 merged, 0 gathered) in 0.005871192 sec., 562236.765549483 rows/sec., 49.28 MiB/sec. | ||
| 8067 | 2025.01.16 23:29:20.402999 [ 255 ] {83f3f296-251c-4b47-8301-c806ed4d75e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8068 | 2025.01.16 23:29:20.403317 [ 202 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8069 | 2025.01.16 23:29:20.403978 [ 202 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_66_13} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8070 | 2025.01.16 23:29:20.404073 [ 255 ] {83f3f296-251c-4b47-8301-c806ed4d75e0} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8071 | 2025.01.16 23:29:20.404143 [ 255 ] {83f3f296-251c-4b47-8301-c806ed4d75e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 8072 | 2025.01.16 23:29:20.404176 [ 202 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_66_13} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8073 | 2025.01.16 23:29:20.404353 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 8074 | 2025.01.16 23:29:20.404642 [ 255 ] {83f3f296-251c-4b47-8301-c806ed4d75e0} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8075 | 2025.01.16 23:29:20.404890 [ 255 ] {83f3f296-251c-4b47-8301-c806ed4d75e0} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8076 | 2025.01.16 23:29:20.405160 [ 255 ] {83f3f296-251c-4b47-8301-c806ed4d75e0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002269 sec., 6170.118995152049 rows/sec., 432.11 KiB/sec. | ||
| 8077 | 2025.01.16 23:29:20.405385 [ 255 ] {83f3f296-251c-4b47-8301-c806ed4d75e0} <Debug> TCPHandler: Processed in 0.002785714 sec. | ||
| 8078 | 2025.01.16 23:29:20.405570 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8079 | 2025.01.16 23:29:20.405683 [ 5 ] {19d5d72c-68af-4f04-b256-2447f20cf89b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8080 | 2025.01.16 23:29:20.405726 [ 5 ] {19d5d72c-68af-4f04-b256-2447f20cf89b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8081 | 2025.01.16 23:29:20.406298 [ 5 ] {19d5d72c-68af-4f04-b256-2447f20cf89b} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8082 | 2025.01.16 23:29:20.406337 [ 5 ] {19d5d72c-68af-4f04-b256-2447f20cf89b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 8083 | 2025.01.16 23:29:20.406690 [ 5 ] {19d5d72c-68af-4f04-b256-2447f20cf89b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8084 | 2025.01.16 23:29:20.406931 [ 5 ] {19d5d72c-68af-4f04-b256-2447f20cf89b} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8085 | 2025.01.16 23:29:20.407139 [ 5 ] {19d5d72c-68af-4f04-b256-2447f20cf89b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00148 sec., 8783.783783783783 rows/sec., 547.67 KiB/sec. | ||
| 8086 | 2025.01.16 23:29:20.407192 [ 5 ] {19d5d72c-68af-4f04-b256-2447f20cf89b} <Debug> TCPHandler: Processed in 0.001696212 sec. | ||
| 8087 | 2025.01.16 23:29:20.407344 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8088 | 2025.01.16 23:29:20.407475 [ 255 ] {48ff76c6-9d1a-4895-be1a-f2ac9c468950} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8089 | 2025.01.16 23:29:20.407534 [ 255 ] {48ff76c6-9d1a-4895-be1a-f2ac9c468950} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8090 | 2025.01.16 23:29:20.408278 [ 255 ] {48ff76c6-9d1a-4895-be1a-f2ac9c468950} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8091 | 2025.01.16 23:29:20.408317 [ 255 ] {48ff76c6-9d1a-4895-be1a-f2ac9c468950} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 8092 | 2025.01.16 23:29:20.408700 [ 255 ] {48ff76c6-9d1a-4895-be1a-f2ac9c468950} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8093 | 2025.01.16 23:29:20.408940 [ 255 ] {48ff76c6-9d1a-4895-be1a-f2ac9c468950} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8094 | 2025.01.16 23:29:20.409123 [ 59 ] {} <Debug> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8095 | 2025.01.16 23:29:20.409155 [ 255 ] {48ff76c6-9d1a-4895-be1a-f2ac9c468950} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001705 sec., 246920.82111436952 rows/sec., 17.64 MiB/sec. | ||
| 8096 | 2025.01.16 23:29:20.409188 [ 59 ] {} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8097 | 2025.01.16 23:29:20.409258 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 8098 | 2025.01.16 23:29:20.409271 [ 255 ] {48ff76c6-9d1a-4895-be1a-f2ac9c468950} <Debug> TCPHandler: Processed in 0.001989538 sec. | ||
| 8099 | 2025.01.16 23:29:20.409495 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8100 | 2025.01.16 23:29:20.409548 [ 198 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::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 | ||
| 8101 | 2025.01.16 23:29:20.409691 [ 5 ] {9eb21204-9dca-42fb-bf29-1cbb75c2e930} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8102 | 2025.01.16 23:29:20.409790 [ 5 ] {9eb21204-9dca-42fb-bf29-1cbb75c2e930} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8103 | 2025.01.16 23:29:20.409820 [ 198 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8104 | 2025.01.16 23:29:20.409925 [ 198 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 913 rows starting from the beginning of the part | ||
| 8105 | 2025.01.16 23:29:20.410240 [ 198 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::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 | ||
| 8106 | 2025.01.16 23:29:20.410643 [ 198 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 877 rows starting from the beginning of the part | ||
| 8107 | 2025.01.16 23:29:20.411020 [ 198 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 64 rows starting from the beginning of the part | ||
| 8108 | 2025.01.16 23:29:20.411258 [ 198 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 64 rows starting from the beginning of the part | ||
| 8109 | 2025.01.16 23:29:20.411581 [ 198 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 421 rows starting from the beginning of the part | ||
| 8110 | 2025.01.16 23:29:20.412304 [ 5 ] {9eb21204-9dca-42fb-bf29-1cbb75c2e930} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8111 | 2025.01.16 23:29:20.412367 [ 5 ] {9eb21204-9dca-42fb-bf29-1cbb75c2e930} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 8112 | 2025.01.16 23:29:20.413184 [ 5 ] {9eb21204-9dca-42fb-bf29-1cbb75c2e930} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8113 | 2025.01.16 23:29:20.413696 [ 5 ] {9eb21204-9dca-42fb-bf29-1cbb75c2e930} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8114 | 2025.01.16 23:29:20.414107 [ 5 ] {9eb21204-9dca-42fb-bf29-1cbb75c2e930} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004469 sec., 1342.5822331617812 rows/sec., 70.14 KiB/sec. | ||
| 8115 | 2025.01.16 23:29:20.414187 [ 5 ] {9eb21204-9dca-42fb-bf29-1cbb75c2e930} <Debug> TCPHandler: Processed in 0.004820153 sec. | ||
| 8116 | 2025.01.16 23:29:20.414452 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8117 | 2025.01.16 23:29:20.414533 [ 198 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2403 rows, containing 5 columns (5 merged, 0 gathered) in 0.005172679 sec., 464556.18065609713 rows/sec., 35.61 MiB/sec. | ||
| 8118 | 2025.01.16 23:29:20.414655 [ 255 ] {2e083c3c-6952-4752-8a37-e3800e6f3b28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8119 | 2025.01.16 23:29:20.414751 [ 255 ] {2e083c3c-6952-4752-8a37-e3800e6f3b28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8120 | 2025.01.16 23:29:20.414766 [ 198 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8121 | 2025.01.16 23:29:20.415378 [ 198 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_66_13} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8122 | 2025.01.16 23:29:20.415557 [ 198 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_66_13} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8123 | 2025.01.16 23:29:20.415715 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 8124 | 2025.01.16 23:29:20.415895 [ 255 ] {2e083c3c-6952-4752-8a37-e3800e6f3b28} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8125 | 2025.01.16 23:29:20.415937 [ 255 ] {2e083c3c-6952-4752-8a37-e3800e6f3b28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 8126 | 2025.01.16 23:29:20.416321 [ 255 ] {2e083c3c-6952-4752-8a37-e3800e6f3b28} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8127 | 2025.01.16 23:29:20.416557 [ 255 ] {2e083c3c-6952-4752-8a37-e3800e6f3b28} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8128 | 2025.01.16 23:29:20.416731 [ 59 ] {} <Debug> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8129 | 2025.01.16 23:29:20.416789 [ 59 ] {} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8130 | 2025.01.16 23:29:20.416816 [ 255 ] {2e083c3c-6952-4752-8a37-e3800e6f3b28} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002191 sec., 108169.78548607943 rows/sec., 7.25 MiB/sec. | ||
| 8131 | 2025.01.16 23:29:20.416834 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 8132 | 2025.01.16 23:29:20.416975 [ 255 ] {2e083c3c-6952-4752-8a37-e3800e6f3b28} <Debug> TCPHandler: Processed in 0.002666361 sec. | ||
| 8133 | 2025.01.16 23:29:20.417108 [ 196 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::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 | ||
| 8134 | 2025.01.16 23:29:20.417188 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8135 | 2025.01.16 23:29:20.417353 [ 196 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8136 | 2025.01.16 23:29:20.417429 [ 196 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 18751 rows starting from the beginning of the part | ||
| 8137 | 2025.01.16 23:29:20.417425 [ 5 ] {ccfdb36c-e304-4ee1-9fba-53312656666d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8138 | 2025.01.16 23:29:20.417602 [ 5 ] {ccfdb36c-e304-4ee1-9fba-53312656666d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8139 | 2025.01.16 23:29:20.417720 [ 196 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 160 rows starting from the beginning of the part | ||
| 8140 | 2025.01.16 23:29:20.418145 [ 196 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 955 rows starting from the beginning of the part | ||
| 8141 | 2025.01.16 23:29:20.418478 [ 196 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 128 rows starting from the beginning of the part | ||
| 8142 | 2025.01.16 23:29:20.418807 [ 196 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 160 rows starting from the beginning of the part | ||
| 8143 | 2025.01.16 23:29:20.419196 [ 196 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::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 | ||
| 8144 | 2025.01.16 23:29:20.420153 [ 5 ] {ccfdb36c-e304-4ee1-9fba-53312656666d} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8145 | 2025.01.16 23:29:20.420231 [ 5 ] {ccfdb36c-e304-4ee1-9fba-53312656666d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 8146 | 2025.01.16 23:29:20.420730 [ 5 ] {ccfdb36c-e304-4ee1-9fba-53312656666d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8147 | 2025.01.16 23:29:20.421046 [ 5 ] {ccfdb36c-e304-4ee1-9fba-53312656666d} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8148 | 2025.01.16 23:29:20.421299 [ 5 ] {ccfdb36c-e304-4ee1-9fba-53312656666d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003916 sec., 255.36261491317669 rows/sec., 17.21 KiB/sec. | ||
| 8149 | 2025.01.16 23:29:20.421450 [ 5 ] {ccfdb36c-e304-4ee1-9fba-53312656666d} <Debug> TCPHandler: Processed in 0.004370724 sec. | ||
| 8150 | 2025.01.16 23:29:20.421675 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8151 | 2025.01.16 23:29:20.421988 [ 255 ] {35e6ff8a-77c1-4dc6-bfb3-7c202c8d18b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8152 | 2025.01.16 23:29:20.422218 [ 255 ] {35e6ff8a-77c1-4dc6-bfb3-7c202c8d18b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8153 | 2025.01.16 23:29:20.423995 [ 255 ] {35e6ff8a-77c1-4dc6-bfb3-7c202c8d18b0} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8154 | 2025.01.16 23:29:20.424036 [ 255 ] {35e6ff8a-77c1-4dc6-bfb3-7c202c8d18b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 8155 | 2025.01.16 23:29:20.424812 [ 255 ] {35e6ff8a-77c1-4dc6-bfb3-7c202c8d18b0} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8156 | 2025.01.16 23:29:20.425129 [ 255 ] {35e6ff8a-77c1-4dc6-bfb3-7c202c8d18b0} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8157 | 2025.01.16 23:29:20.425387 [ 255 ] {35e6ff8a-77c1-4dc6-bfb3-7c202c8d18b0} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003476 sec., 11219.792865362486 rows/sec., 20.11 MiB/sec. | ||
| 8158 | 2025.01.16 23:29:20.425532 [ 255 ] {35e6ff8a-77c1-4dc6-bfb3-7c202c8d18b0} <Debug> TCPHandler: Processed in 0.003964426 sec. | ||
| 8159 | 2025.01.16 23:29:20.425696 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8160 | 2025.01.16 23:29:20.425875 [ 5 ] {5cdcce5a-55fd-401e-ba02-27248d55b1bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8161 | 2025.01.16 23:29:20.425933 [ 5 ] {5cdcce5a-55fd-401e-ba02-27248d55b1bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8162 | 2025.01.16 23:29:20.426861 [ 196 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20391 rows, containing 5 columns (5 merged, 0 gathered) in 0.00989372 sec., 2061004.3542772587 rows/sec., 139.00 MiB/sec. | ||
| 8163 | 2025.01.16 23:29:20.426989 [ 5 ] {5cdcce5a-55fd-401e-ba02-27248d55b1bf} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8164 | 2025.01.16 23:29:20.427033 [ 5 ] {5cdcce5a-55fd-401e-ba02-27248d55b1bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 8165 | 2025.01.16 23:29:20.427263 [ 187 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8166 | 2025.01.16 23:29:20.427467 [ 5 ] {5cdcce5a-55fd-401e-ba02-27248d55b1bf} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8167 | 2025.01.16 23:29:20.427647 [ 187 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8168 | 2025.01.16 23:29:20.427743 [ 187 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8169 | 2025.01.16 23:29:20.427770 [ 5 ] {5cdcce5a-55fd-401e-ba02-27248d55b1bf} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8170 | 2025.01.16 23:29:20.427860 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 8171 | 2025.01.16 23:29:20.427980 [ 59 ] {} <Debug> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8172 | 2025.01.16 23:29:20.428041 [ 59 ] {} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8173 | 2025.01.16 23:29:20.428075 [ 5 ] {5cdcce5a-55fd-401e-ba02-27248d55b1bf} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002223 sec., 36887.089518668465 rows/sec., 2.34 MiB/sec. | ||
| 8174 | 2025.01.16 23:29:20.428080 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 8175 | 2025.01.16 23:29:20.428285 [ 5 ] {5cdcce5a-55fd-401e-ba02-27248d55b1bf} <Debug> TCPHandler: Processed in 0.002665091 sec. | ||
| 8176 | 2025.01.16 23:29:20.428367 [ 186 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::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 | ||
| 8177 | 2025.01.16 23:29:20.428501 [ 186 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8178 | 2025.01.16 23:29:20.428531 [ 186 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3590 rows starting from the beginning of the part | ||
| 8179 | 2025.01.16 23:29:20.428597 [ 186 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part | ||
| 8180 | 2025.01.16 23:29:20.428818 [ 186 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 34 rows starting from the beginning of the part | ||
| 8181 | 2025.01.16 23:29:20.429049 [ 186 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 48 rows starting from the beginning of the part | ||
| 8182 | 2025.01.16 23:29:20.429166 [ 186 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::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 | ||
| 8183 | 2025.01.16 23:29:20.429357 [ 186 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::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 | ||
| 8184 | 2025.01.16 23:29:20.431038 [ 191 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3874 rows, containing 4 columns (4 merged, 0 gathered) in 0.002814944 sec., 1376226.3121397796 rows/sec., 89.52 MiB/sec. | ||
| 8185 | 2025.01.16 23:29:20.431447 [ 189 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8186 | 2025.01.16 23:29:20.431859 [ 189 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_66_13} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8187 | 2025.01.16 23:29:20.431960 [ 189 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_66_13} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8188 | 2025.01.16 23:29:20.432066 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 8189 | 2025.01.16 23:29:20.568501 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
| 8190 | 2025.01.16 23:29:20.590327 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8191 | 2025.01.16 23:29:20.590374 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 8192 | 2025.01.16 23:29:20.598043 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8193 | 2025.01.16 23:29:20.598834 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8194 | 2025.01.16 23:29:20.602521 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
| 8195 | 2025.01.16 23:29:25.386582 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8196 | 2025.01.16 23:29:25.386907 [ 5 ] {99d32f0d-db0b-4729-ace2-f9fee2739c77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8197 | 2025.01.16 23:29:25.387021 [ 5 ] {99d32f0d-db0b-4729-ace2-f9fee2739c77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8198 | 2025.01.16 23:29:25.387817 [ 5 ] {99d32f0d-db0b-4729-ace2-f9fee2739c77} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8199 | 2025.01.16 23:29:25.387866 [ 5 ] {99d32f0d-db0b-4729-ace2-f9fee2739c77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 8200 | 2025.01.16 23:29:25.388302 [ 5 ] {99d32f0d-db0b-4729-ace2-f9fee2739c77} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8201 | 2025.01.16 23:29:25.388560 [ 5 ] {99d32f0d-db0b-4729-ace2-f9fee2739c77} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8202 | 2025.01.16 23:29:25.388805 [ 5 ] {99d32f0d-db0b-4729-ace2-f9fee2739c77} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00198 sec., 28282.828282828283 rows/sec., 2.17 MiB/sec. | ||
| 8203 | 2025.01.16 23:29:25.388870 [ 5 ] {99d32f0d-db0b-4729-ace2-f9fee2739c77} <Debug> TCPHandler: Processed in 0.002474737 sec. | ||
| 8204 | 2025.01.16 23:29:25.389043 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8205 | 2025.01.16 23:29:25.389189 [ 255 ] {bde675ee-1375-4d39-95d1-a9b388c74b8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8206 | 2025.01.16 23:29:25.389248 [ 255 ] {bde675ee-1375-4d39-95d1-a9b388c74b8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8207 | 2025.01.16 23:29:25.389941 [ 255 ] {bde675ee-1375-4d39-95d1-a9b388c74b8c} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8208 | 2025.01.16 23:29:25.389989 [ 255 ] {bde675ee-1375-4d39-95d1-a9b388c74b8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 8209 | 2025.01.16 23:29:25.390380 [ 255 ] {bde675ee-1375-4d39-95d1-a9b388c74b8c} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8210 | 2025.01.16 23:29:25.390634 [ 255 ] {bde675ee-1375-4d39-95d1-a9b388c74b8c} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8211 | 2025.01.16 23:29:25.390847 [ 255 ] {bde675ee-1375-4d39-95d1-a9b388c74b8c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001691 sec., 37847.42755765819 rows/sec., 2.95 MiB/sec. | ||
| 8212 | 2025.01.16 23:29:25.390903 [ 255 ] {bde675ee-1375-4d39-95d1-a9b388c74b8c} <Debug> TCPHandler: Processed in 0.001931408 sec. | ||
| 8213 | 2025.01.16 23:29:25.391035 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8214 | 2025.01.16 23:29:25.391158 [ 5 ] {df2b6510-271c-42c2-b66f-f6ad42af9594} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8215 | 2025.01.16 23:29:25.391218 [ 5 ] {df2b6510-271c-42c2-b66f-f6ad42af9594} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8216 | 2025.01.16 23:29:25.391857 [ 5 ] {df2b6510-271c-42c2-b66f-f6ad42af9594} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8217 | 2025.01.16 23:29:25.391906 [ 5 ] {df2b6510-271c-42c2-b66f-f6ad42af9594} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 8218 | 2025.01.16 23:29:25.392323 [ 5 ] {df2b6510-271c-42c2-b66f-f6ad42af9594} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8219 | 2025.01.16 23:29:25.392574 [ 5 ] {df2b6510-271c-42c2-b66f-f6ad42af9594} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8220 | 2025.01.16 23:29:25.392777 [ 5 ] {df2b6510-271c-42c2-b66f-f6ad42af9594} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001646 sec., 97205.34629404618 rows/sec., 6.77 MiB/sec. | ||
| 8221 | 2025.01.16 23:29:25.392829 [ 5 ] {df2b6510-271c-42c2-b66f-f6ad42af9594} <Debug> TCPHandler: Processed in 0.001844206 sec. | ||
| 8222 | 2025.01.16 23:29:25.392978 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8223 | 2025.01.16 23:29:25.393092 [ 255 ] {7ba7d85c-6413-41f1-9bb8-af4f882b0175} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8224 | 2025.01.16 23:29:25.393149 [ 255 ] {7ba7d85c-6413-41f1-9bb8-af4f882b0175} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8225 | 2025.01.16 23:29:25.393679 [ 255 ] {7ba7d85c-6413-41f1-9bb8-af4f882b0175} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8226 | 2025.01.16 23:29:25.393727 [ 255 ] {7ba7d85c-6413-41f1-9bb8-af4f882b0175} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 8227 | 2025.01.16 23:29:25.394151 [ 255 ] {7ba7d85c-6413-41f1-9bb8-af4f882b0175} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8228 | 2025.01.16 23:29:25.394394 [ 255 ] {7ba7d85c-6413-41f1-9bb8-af4f882b0175} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8229 | 2025.01.16 23:29:25.394615 [ 255 ] {7ba7d85c-6413-41f1-9bb8-af4f882b0175} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00155 sec., 38709.67741935484 rows/sec., 2.61 MiB/sec. | ||
| 8230 | 2025.01.16 23:29:25.394666 [ 255 ] {7ba7d85c-6413-41f1-9bb8-af4f882b0175} <Debug> TCPHandler: Processed in 0.001740164 sec. | ||
| 8231 | 2025.01.16 23:29:26.751934 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18788 | ||
| 8232 | 2025.01.16 23:29:26.752903 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8233 | 2025.01.16 23:29:26.752953 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 8234 | 2025.01.16 23:29:26.753492 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8235 | 2025.01.16 23:29:26.753760 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8236 | 2025.01.16 23:29:26.753996 [ 54 ] {} <Debug> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8237 | 2025.01.16 23:29:26.754018 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18788 | ||
| 8238 | 2025.01.16 23:29:26.754091 [ 54 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8239 | 2025.01.16 23:29:26.754124 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 8240 | 2025.01.16 23:29:26.754714 [ 189 ] {f3346639-caaa-4ba7-a289-05e118326a0a::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 | ||
| 8241 | 2025.01.16 23:29:26.755477 [ 189 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8242 | 2025.01.16 23:29:26.755676 [ 189 ] {f3346639-caaa-4ba7-a289-05e118326a0a::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 | ||
| 8243 | 2025.01.16 23:29:26.755838 [ 189 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 427 rows starting from the beginning of the part | ||
| 8244 | 2025.01.16 23:29:26.756035 [ 189 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 488 rows starting from the beginning of the part | ||
| 8245 | 2025.01.16 23:29:26.756301 [ 189 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 427 rows starting from the beginning of the part | ||
| 8246 | 2025.01.16 23:29:26.756432 [ 189 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 488 rows starting from the beginning of the part | ||
| 8247 | 2025.01.16 23:29:26.756621 [ 189 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 427 rows starting from the beginning of the part | ||
| 8248 | 2025.01.16 23:29:26.758827 [ 191 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18788 rows, containing 4 columns (4 merged, 0 gathered) in 0.004605129 sec., 4079798.850368795 rows/sec., 58.36 MiB/sec. | ||
| 8249 | 2025.01.16 23:29:26.759213 [ 190 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8250 | 2025.01.16 23:29:26.759578 [ 190 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_41_8} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8251 | 2025.01.16 23:29:26.759677 [ 190 ] {f3346639-caaa-4ba7-a289-05e118326a0a::all_1_41_8} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8252 | 2025.01.16 23:29:26.759798 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.57 MiB. | ||
| 8253 | 2025.01.16 23:29:28.102639 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
| 8254 | 2025.01.16 23:29:28.124078 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8255 | 2025.01.16 23:29:28.124138 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 8256 | 2025.01.16 23:29:28.131420 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8257 | 2025.01.16 23:29:28.132207 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8258 | 2025.01.16 23:29:28.132574 [ 52 ] {} <Debug> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8259 | 2025.01.16 23:29:28.132708 [ 52 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8260 | 2025.01.16 23:29:28.132782 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 8261 | 2025.01.16 23:29:28.133558 [ 189 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 8262 | 2025.01.16 23:29:28.150487 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
| 8263 | 2025.01.16 23:29:28.151769 [ 189 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8264 | 2025.01.16 23:29:28.153108 [ 189 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 8265 | 2025.01.16 23:29:28.158758 [ 189 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 8266 | 2025.01.16 23:29:28.165246 [ 189 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 8267 | 2025.01.16 23:29:28.170874 [ 189 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 8268 | 2025.01.16 23:29:28.176746 [ 189 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 8269 | 2025.01.16 23:29:28.181660 [ 189 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::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 | ||
| 8270 | 2025.01.16 23:29:28.243220 [ 191 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.110303418 sec., 2801.3637800417027 rows/sec., 14.49 MiB/sec. | ||
| 8271 | 2025.01.16 23:29:28.245130 [ 193 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8272 | 2025.01.16 23:29:28.247609 [ 193 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::all_1_41_8} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8273 | 2025.01.16 23:29:28.247719 [ 193 ] {1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3::all_1_41_8} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8274 | 2025.01.16 23:29:28.249287 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 8275 | 2025.01.16 23:29:29.000160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 215.99 MiB, peak 229.39 MiB, free memory in arenas 0.00 B, will set to 218.11 MiB (RSS), difference: 2.12 MiB | ||
| 8276 | 2025.01.16 23:29:29.346439 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1140 | ||
| 8277 | 2025.01.16 23:29:29.349537 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8278 | 2025.01.16 23:29:29.349581 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8279 | 2025.01.16 23:29:29.351136 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8280 | 2025.01.16 23:29:29.351450 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8281 | 2025.01.16 23:29:29.353114 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1140 | ||
| 8282 | 2025.01.16 23:29:30.399523 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8283 | 2025.01.16 23:29:30.399769 [ 5 ] {eaf9822c-8080-4d89-bb25-8b2099a4f18a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8284 | 2025.01.16 23:29:30.399862 [ 5 ] {eaf9822c-8080-4d89-bb25-8b2099a4f18a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8285 | 2025.01.16 23:29:30.403755 [ 5 ] {eaf9822c-8080-4d89-bb25-8b2099a4f18a} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8286 | 2025.01.16 23:29:30.403829 [ 5 ] {eaf9822c-8080-4d89-bb25-8b2099a4f18a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8287 | 2025.01.16 23:29:30.404325 [ 5 ] {eaf9822c-8080-4d89-bb25-8b2099a4f18a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8288 | 2025.01.16 23:29:30.404619 [ 5 ] {eaf9822c-8080-4d89-bb25-8b2099a4f18a} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8289 | 2025.01.16 23:29:30.404840 [ 49 ] {} <Debug> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8290 | 2025.01.16 23:29:30.404861 [ 5 ] {eaf9822c-8080-4d89-bb25-8b2099a4f18a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.005156 sec., 2715.2831652443756 rows/sec., 195.46 KiB/sec. | ||
| 8291 | 2025.01.16 23:29:30.404997 [ 49 ] {} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8292 | 2025.01.16 23:29:30.405024 [ 5 ] {eaf9822c-8080-4d89-bb25-8b2099a4f18a} <Debug> TCPHandler: Processed in 0.0057044 sec. | ||
| 8293 | 2025.01.16 23:29:30.405065 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8294 | 2025.01.16 23:29:30.405287 [ 194 ] {36238c60-81c7-4682-8ed9-f95b6c464189::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 | ||
| 8295 | 2025.01.16 23:29:30.405301 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8296 | 2025.01.16 23:29:30.405562 [ 255 ] {31d05ad3-865f-4876-9c49-cb232710204f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8297 | 2025.01.16 23:29:30.405585 [ 194 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8298 | 2025.01.16 23:29:30.405665 [ 255 ] {31d05ad3-865f-4876-9c49-cb232710204f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8299 | 2025.01.16 23:29:30.405675 [ 194 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 14 rows starting from the beginning of the part | ||
| 8300 | 2025.01.16 23:29:30.406151 [ 194 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part | ||
| 8301 | 2025.01.16 23:29:30.406484 [ 194 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part | ||
| 8302 | 2025.01.16 23:29:30.406880 [ 194 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part | ||
| 8303 | 2025.01.16 23:29:30.407212 [ 194 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part | ||
| 8304 | 2025.01.16 23:29:30.408705 [ 255 ] {31d05ad3-865f-4876-9c49-cb232710204f} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8305 | 2025.01.16 23:29:30.408767 [ 255 ] {31d05ad3-865f-4876-9c49-cb232710204f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8306 | 2025.01.16 23:29:30.409761 [ 255 ] {31d05ad3-865f-4876-9c49-cb232710204f} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8307 | 2025.01.16 23:29:30.410287 [ 255 ] {31d05ad3-865f-4876-9c49-cb232710204f} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8308 | 2025.01.16 23:29:30.410422 [ 188 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00520328 sec., 13453.052689841792 rows/sec., 1020.99 KiB/sec. | ||
| 8309 | 2025.01.16 23:29:30.410689 [ 255 ] {31d05ad3-865f-4876-9c49-cb232710204f} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.005174 sec., 54310.01159644376 rows/sec., 4.80 MiB/sec. | ||
| 8310 | 2025.01.16 23:29:30.410860 [ 255 ] {31d05ad3-865f-4876-9c49-cb232710204f} <Debug> TCPHandler: Processed in 0.005636908 sec. | ||
| 8311 | 2025.01.16 23:29:30.410902 [ 188 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8312 | 2025.01.16 23:29:30.411203 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8313 | 2025.01.16 23:29:30.411530 [ 5 ] {8be0a304-3a98-4896-b137-c9680b810eba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8314 | 2025.01.16 23:29:30.411661 [ 5 ] {8be0a304-3a98-4896-b137-c9680b810eba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8315 | 2025.01.16 23:29:30.412096 [ 188 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_29_7} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8316 | 2025.01.16 23:29:30.412418 [ 188 ] {36238c60-81c7-4682-8ed9-f95b6c464189::all_1_29_7} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8317 | 2025.01.16 23:29:30.412629 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8318 | 2025.01.16 23:29:30.413031 [ 5 ] {8be0a304-3a98-4896-b137-c9680b810eba} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8319 | 2025.01.16 23:29:30.413088 [ 5 ] {8be0a304-3a98-4896-b137-c9680b810eba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8320 | 2025.01.16 23:29:30.413610 [ 5 ] {8be0a304-3a98-4896-b137-c9680b810eba} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8321 | 2025.01.16 23:29:30.413961 [ 5 ] {8be0a304-3a98-4896-b137-c9680b810eba} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8322 | 2025.01.16 23:29:30.414244 [ 5 ] {8be0a304-3a98-4896-b137-c9680b810eba} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.002823 sec., 16294.721927027984 rows/sec., 1.17 MiB/sec. | ||
| 8323 | 2025.01.16 23:29:30.414326 [ 5 ] {8be0a304-3a98-4896-b137-c9680b810eba} <Debug> TCPHandler: Processed in 0.003301693 sec. | ||
| 8324 | 2025.01.16 23:29:30.414540 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8325 | 2025.01.16 23:29:30.414652 [ 255 ] {315a805c-8f3a-449e-9841-210d46773396} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8326 | 2025.01.16 23:29:30.414700 [ 255 ] {315a805c-8f3a-449e-9841-210d46773396} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8327 | 2025.01.16 23:29:30.415391 [ 255 ] {315a805c-8f3a-449e-9841-210d46773396} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8328 | 2025.01.16 23:29:30.415440 [ 255 ] {315a805c-8f3a-449e-9841-210d46773396} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8329 | 2025.01.16 23:29:30.415888 [ 255 ] {315a805c-8f3a-449e-9841-210d46773396} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8330 | 2025.01.16 23:29:30.416198 [ 255 ] {315a805c-8f3a-449e-9841-210d46773396} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8331 | 2025.01.16 23:29:30.416419 [ 49 ] {} <Debug> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 8332 | 2025.01.16 23:29:30.416489 [ 255 ] {315a805c-8f3a-449e-9841-210d46773396} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001856 sec., 7543.103448275862 rows/sec., 528.27 KiB/sec. | ||
| 8333 | 2025.01.16 23:29:30.416521 [ 49 ] {} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8334 | 2025.01.16 23:29:30.416600 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8335 | 2025.01.16 23:29:30.416624 [ 255 ] {315a805c-8f3a-449e-9841-210d46773396} <Debug> TCPHandler: Processed in 0.002133181 sec. | ||
| 8336 | 2025.01.16 23:29:30.416913 [ 197 ] {fb32bae1-da20-4def-832b-7229abb48644::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 | ||
| 8337 | 2025.01.16 23:29:30.417158 [ 197 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8338 | 2025.01.16 23:29:30.417225 [ 197 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 243 rows starting from the beginning of the part | ||
| 8339 | 2025.01.16 23:29:30.417384 [ 197 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part | ||
| 8340 | 2025.01.16 23:29:30.417639 [ 197 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part | ||
| 8341 | 2025.01.16 23:29:30.417797 [ 197 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 242 rows starting from the beginning of the part | ||
| 8342 | 2025.01.16 23:29:30.417880 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8343 | 2025.01.16 23:29:30.418042 [ 197 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part | ||
| 8344 | 2025.01.16 23:29:30.418371 [ 197 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part | ||
| 8345 | 2025.01.16 23:29:30.418413 [ 5 ] {43936d4f-5cab-4dbf-94aa-0c16cbc519a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8346 | 2025.01.16 23:29:30.418676 [ 5 ] {43936d4f-5cab-4dbf-94aa-0c16cbc519a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8347 | 2025.01.16 23:29:30.420745 [ 5 ] {43936d4f-5cab-4dbf-94aa-0c16cbc519a1} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8348 | 2025.01.16 23:29:30.420822 [ 5 ] {43936d4f-5cab-4dbf-94aa-0c16cbc519a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8349 | 2025.01.16 23:29:30.421463 [ 197 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.00468507 sec., 115473.19463743336 rows/sec., 8.27 MiB/sec. | ||
| 8350 | 2025.01.16 23:29:30.421660 [ 5 ] {43936d4f-5cab-4dbf-94aa-0c16cbc519a1} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8351 | 2025.01.16 23:29:30.421666 [ 191 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 8352 | 2025.01.16 23:29:30.422021 [ 5 ] {43936d4f-5cab-4dbf-94aa-0c16cbc519a1} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8353 | 2025.01.16 23:29:30.422058 [ 191 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_29_6} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8354 | 2025.01.16 23:29:30.422165 [ 191 ] {fb32bae1-da20-4def-832b-7229abb48644::all_1_29_6} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 8355 | 2025.01.16 23:29:30.422268 [ 49 ] {} <Debug> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8356 | 2025.01.16 23:29:30.422382 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 8357 | 2025.01.16 23:29:30.422406 [ 5 ] {43936d4f-5cab-4dbf-94aa-0c16cbc519a1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004207 sec., 3090.087948657 rows/sec., 192.67 KiB/sec. | ||
| 8358 | 2025.01.16 23:29:30.422390 [ 49 ] {} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8359 | 2025.01.16 23:29:30.422543 [ 5 ] {43936d4f-5cab-4dbf-94aa-0c16cbc519a1} <Debug> TCPHandler: Processed in 0.004799072 sec. | ||
| 8360 | 2025.01.16 23:29:30.422552 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8361 | 2025.01.16 23:29:30.422917 [ 200 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::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 | ||
| 8362 | 2025.01.16 23:29:30.422976 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8363 | 2025.01.16 23:29:30.423277 [ 200 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8364 | 2025.01.16 23:29:30.423330 [ 200 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 13 rows starting from the beginning of the part | ||
| 8365 | 2025.01.16 23:29:30.423499 [ 200 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 13 rows starting from the beginning of the part | ||
| 8366 | 2025.01.16 23:29:30.423653 [ 200 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 13 rows starting from the beginning of the part | ||
| 8367 | 2025.01.16 23:29:30.423963 [ 200 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 13 rows starting from the beginning of the part | ||
| 8368 | 2025.01.16 23:29:30.424244 [ 200 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 13 rows starting from the beginning of the part | ||
| 8369 | 2025.01.16 23:29:30.425613 [ 197 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.002901676 sec., 22400.846958792088 rows/sec., 1.45 MiB/sec. | ||
| 8370 | 2025.01.16 23:29:30.425792 [ 200 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8371 | 2025.01.16 23:29:30.426137 [ 255 ] {f8f8f733-7a89-442e-9e90-d2d2a5398976} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8372 | 2025.01.16 23:29:30.426242 [ 255 ] {f8f8f733-7a89-442e-9e90-d2d2a5398976} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8373 | 2025.01.16 23:29:30.426264 [ 200 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_29_7} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8374 | 2025.01.16 23:29:30.426565 [ 200 ] {97f935f4-44ae-4d3a-88dd-80b88fba0aa0::all_1_29_7} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8375 | 2025.01.16 23:29:30.426766 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8376 | 2025.01.16 23:29:30.427656 [ 255 ] {f8f8f733-7a89-442e-9e90-d2d2a5398976} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8377 | 2025.01.16 23:29:30.427709 [ 255 ] {f8f8f733-7a89-442e-9e90-d2d2a5398976} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8378 | 2025.01.16 23:29:30.428183 [ 255 ] {f8f8f733-7a89-442e-9e90-d2d2a5398976} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8379 | 2025.01.16 23:29:30.428485 [ 255 ] {f8f8f733-7a89-442e-9e90-d2d2a5398976} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8380 | 2025.01.16 23:29:30.428757 [ 255 ] {f8f8f733-7a89-442e-9e90-d2d2a5398976} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.00269 sec., 156505.57620817842 rows/sec., 11.18 MiB/sec. | ||
| 8381 | 2025.01.16 23:29:30.428827 [ 255 ] {f8f8f733-7a89-442e-9e90-d2d2a5398976} <Debug> TCPHandler: Processed in 0.005971544 sec. | ||
| 8382 | 2025.01.16 23:29:30.429036 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8383 | 2025.01.16 23:29:30.429191 [ 5 ] {3afcfcb1-8679-4298-a112-cd194c095fad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8384 | 2025.01.16 23:29:30.429246 [ 5 ] {3afcfcb1-8679-4298-a112-cd194c095fad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8385 | 2025.01.16 23:29:30.429792 [ 5 ] {3afcfcb1-8679-4298-a112-cd194c095fad} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8386 | 2025.01.16 23:29:30.429836 [ 5 ] {3afcfcb1-8679-4298-a112-cd194c095fad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8387 | 2025.01.16 23:29:30.430289 [ 5 ] {3afcfcb1-8679-4298-a112-cd194c095fad} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8388 | 2025.01.16 23:29:30.430597 [ 5 ] {3afcfcb1-8679-4298-a112-cd194c095fad} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8389 | 2025.01.16 23:29:30.430798 [ 49 ] {} <Debug> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 8390 | 2025.01.16 23:29:30.430868 [ 5 ] {3afcfcb1-8679-4298-a112-cd194c095fad} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001696 sec., 3537.735849056604 rows/sec., 184.83 KiB/sec. | ||
| 8391 | 2025.01.16 23:29:30.430881 [ 49 ] {} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8392 | 2025.01.16 23:29:30.430999 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8393 | 2025.01.16 23:29:30.431015 [ 5 ] {3afcfcb1-8679-4298-a112-cd194c095fad} <Debug> TCPHandler: Processed in 0.002037859 sec. | ||
| 8394 | 2025.01.16 23:29:30.431301 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8395 | 2025.01.16 23:29:30.431377 [ 199 ] {c8167fb3-3109-478e-9e50-cedfae572766::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 | ||
| 8396 | 2025.01.16 23:29:30.431729 [ 255 ] {ae49a4c4-a746-4984-b970-701522b22589} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8397 | 2025.01.16 23:29:30.431824 [ 199 ] {c8167fb3-3109-478e-9e50-cedfae572766::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8398 | 2025.01.16 23:29:30.431832 [ 255 ] {ae49a4c4-a746-4984-b970-701522b22589} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8399 | 2025.01.16 23:29:30.431883 [ 199 ] {c8167fb3-3109-478e-9e50-cedfae572766::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 | ||
| 8400 | 2025.01.16 23:29:30.432109 [ 199 ] {c8167fb3-3109-478e-9e50-cedfae572766::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 | ||
| 8401 | 2025.01.16 23:29:30.432463 [ 199 ] {c8167fb3-3109-478e-9e50-cedfae572766::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 | ||
| 8402 | 2025.01.16 23:29:30.432768 [ 199 ] {c8167fb3-3109-478e-9e50-cedfae572766::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 | ||
| 8403 | 2025.01.16 23:29:30.432982 [ 199 ] {c8167fb3-3109-478e-9e50-cedfae572766::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 | ||
| 8404 | 2025.01.16 23:29:30.433195 [ 199 ] {c8167fb3-3109-478e-9e50-cedfae572766::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 | ||
| 8405 | 2025.01.16 23:29:30.434085 [ 255 ] {ae49a4c4-a746-4984-b970-701522b22589} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8406 | 2025.01.16 23:29:30.434137 [ 255 ] {ae49a4c4-a746-4984-b970-701522b22589} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8407 | 2025.01.16 23:29:30.434845 [ 255 ] {ae49a4c4-a746-4984-b970-701522b22589} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8408 | 2025.01.16 23:29:30.434981 [ 197 ] {c8167fb3-3109-478e-9e50-cedfae572766::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 4 columns (4 merged, 0 gathered) in 0.003872364 sec., 44933.79238108814 rows/sec., 2.29 MiB/sec. | ||
| 8409 | 2025.01.16 23:29:30.435302 [ 202 ] {c8167fb3-3109-478e-9e50-cedfae572766::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 8410 | 2025.01.16 23:29:30.435518 [ 255 ] {ae49a4c4-a746-4984-b970-701522b22589} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8411 | 2025.01.16 23:29:30.435996 [ 255 ] {ae49a4c4-a746-4984-b970-701522b22589} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004402 sec., 53839.164016356204 rows/sec., 3.61 MiB/sec. | ||
| 8412 | 2025.01.16 23:29:30.436182 [ 255 ] {ae49a4c4-a746-4984-b970-701522b22589} <Debug> TCPHandler: Processed in 0.005015926 sec. | ||
| 8413 | 2025.01.16 23:29:30.436236 [ 202 ] {c8167fb3-3109-478e-9e50-cedfae572766::all_1_29_6} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8414 | 2025.01.16 23:29:30.436438 [ 202 ] {c8167fb3-3109-478e-9e50-cedfae572766::all_1_29_6} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 8415 | 2025.01.16 23:29:30.436486 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8416 | 2025.01.16 23:29:30.436670 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 8417 | 2025.01.16 23:29:30.436758 [ 5 ] {d54d79e3-11d2-4d9b-8e1b-42f4bf20e829} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8418 | 2025.01.16 23:29:30.436833 [ 5 ] {d54d79e3-11d2-4d9b-8e1b-42f4bf20e829} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8419 | 2025.01.16 23:29:30.437508 [ 5 ] {d54d79e3-11d2-4d9b-8e1b-42f4bf20e829} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8420 | 2025.01.16 23:29:30.437561 [ 5 ] {d54d79e3-11d2-4d9b-8e1b-42f4bf20e829} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8421 | 2025.01.16 23:29:30.438110 [ 5 ] {d54d79e3-11d2-4d9b-8e1b-42f4bf20e829} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8422 | 2025.01.16 23:29:30.438504 [ 5 ] {d54d79e3-11d2-4d9b-8e1b-42f4bf20e829} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8423 | 2025.01.16 23:29:30.438782 [ 5 ] {d54d79e3-11d2-4d9b-8e1b-42f4bf20e829} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002088 sec., 478.9272030651341 rows/sec., 32.27 KiB/sec. | ||
| 8424 | 2025.01.16 23:29:30.438853 [ 5 ] {d54d79e3-11d2-4d9b-8e1b-42f4bf20e829} <Debug> TCPHandler: Processed in 0.002494268 sec. | ||
| 8425 | 2025.01.16 23:29:30.439056 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8426 | 2025.01.16 23:29:30.439169 [ 255 ] {96940baa-f1fb-4601-9108-27be0be1b64a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8427 | 2025.01.16 23:29:30.439257 [ 255 ] {96940baa-f1fb-4601-9108-27be0be1b64a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8428 | 2025.01.16 23:29:30.440789 [ 255 ] {96940baa-f1fb-4601-9108-27be0be1b64a} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8429 | 2025.01.16 23:29:30.440840 [ 255 ] {96940baa-f1fb-4601-9108-27be0be1b64a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8430 | 2025.01.16 23:29:30.441698 [ 255 ] {96940baa-f1fb-4601-9108-27be0be1b64a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8431 | 2025.01.16 23:29:30.442069 [ 255 ] {96940baa-f1fb-4601-9108-27be0be1b64a} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8432 | 2025.01.16 23:29:30.442369 [ 255 ] {96940baa-f1fb-4601-9108-27be0be1b64a} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00321 sec., 12149.532710280373 rows/sec., 21.77 MiB/sec. | ||
| 8433 | 2025.01.16 23:29:30.442901 [ 255 ] {96940baa-f1fb-4601-9108-27be0be1b64a} <Debug> TCPHandler: Processed in 0.003896265 sec. | ||
| 8434 | 2025.01.16 23:29:30.443112 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8435 | 2025.01.16 23:29:30.443251 [ 5 ] {ea6a5ca8-d7f6-4e05-ba0d-4c34e71cf427} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8436 | 2025.01.16 23:29:30.443314 [ 5 ] {ea6a5ca8-d7f6-4e05-ba0d-4c34e71cf427} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8437 | 2025.01.16 23:29:30.443970 [ 5 ] {ea6a5ca8-d7f6-4e05-ba0d-4c34e71cf427} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8438 | 2025.01.16 23:29:30.444022 [ 5 ] {ea6a5ca8-d7f6-4e05-ba0d-4c34e71cf427} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8439 | 2025.01.16 23:29:30.444530 [ 5 ] {ea6a5ca8-d7f6-4e05-ba0d-4c34e71cf427} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8440 | 2025.01.16 23:29:30.444885 [ 5 ] {ea6a5ca8-d7f6-4e05-ba0d-4c34e71cf427} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8441 | 2025.01.16 23:29:30.445181 [ 5 ] {ea6a5ca8-d7f6-4e05-ba0d-4c34e71cf427} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00195 sec., 42051.282051282054 rows/sec., 2.67 MiB/sec. | ||
| 8442 | 2025.01.16 23:29:30.445279 [ 5 ] {ea6a5ca8-d7f6-4e05-ba0d-4c34e71cf427} <Debug> TCPHandler: Processed in 0.002235853 sec. | ||
| 8443 | 2025.01.16 23:29:34.057925 [ 41 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8444 | 2025.01.16 23:29:34.057981 [ 41 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8445 | 2025.01.16 23:29:34.254237 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19276 | ||
| 8446 | 2025.01.16 23:29:34.254930 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8447 | 2025.01.16 23:29:34.254972 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8448 | 2025.01.16 23:29:34.255511 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8449 | 2025.01.16 23:29:34.255769 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8450 | 2025.01.16 23:29:34.256001 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
| 8451 | 2025.01.16 23:29:35.386216 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8452 | 2025.01.16 23:29:35.386439 [ 5 ] {cd99d549-538b-430d-927f-e30d4bed25b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8453 | 2025.01.16 23:29:35.386516 [ 5 ] {cd99d549-538b-430d-927f-e30d4bed25b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8454 | 2025.01.16 23:29:35.387309 [ 5 ] {cd99d549-538b-430d-927f-e30d4bed25b7} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8455 | 2025.01.16 23:29:35.387355 [ 5 ] {cd99d549-538b-430d-927f-e30d4bed25b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8456 | 2025.01.16 23:29:35.387781 [ 5 ] {cd99d549-538b-430d-927f-e30d4bed25b7} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8457 | 2025.01.16 23:29:35.388033 [ 5 ] {cd99d549-538b-430d-927f-e30d4bed25b7} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8458 | 2025.01.16 23:29:35.388253 [ 5 ] {cd99d549-538b-430d-927f-e30d4bed25b7} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001869 sec., 29962.5468164794 rows/sec., 2.30 MiB/sec. | ||
| 8459 | 2025.01.16 23:29:35.388318 [ 5 ] {cd99d549-538b-430d-927f-e30d4bed25b7} <Debug> TCPHandler: Processed in 0.002238913 sec. | ||
| 8460 | 2025.01.16 23:29:35.388509 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8461 | 2025.01.16 23:29:35.388649 [ 255 ] {4637d126-6b8b-4f60-b3e6-5ef6a612328a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8462 | 2025.01.16 23:29:35.388708 [ 255 ] {4637d126-6b8b-4f60-b3e6-5ef6a612328a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8463 | 2025.01.16 23:29:35.389415 [ 255 ] {4637d126-6b8b-4f60-b3e6-5ef6a612328a} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8464 | 2025.01.16 23:29:35.389465 [ 255 ] {4637d126-6b8b-4f60-b3e6-5ef6a612328a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8465 | 2025.01.16 23:29:35.389840 [ 255 ] {4637d126-6b8b-4f60-b3e6-5ef6a612328a} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8466 | 2025.01.16 23:29:35.390082 [ 255 ] {4637d126-6b8b-4f60-b3e6-5ef6a612328a} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8467 | 2025.01.16 23:29:35.390298 [ 255 ] {4637d126-6b8b-4f60-b3e6-5ef6a612328a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001684 sec., 38004.75059382423 rows/sec., 2.97 MiB/sec. | ||
| 8468 | 2025.01.16 23:29:35.390352 [ 255 ] {4637d126-6b8b-4f60-b3e6-5ef6a612328a} <Debug> TCPHandler: Processed in 0.001915456 sec. | ||
| 8469 | 2025.01.16 23:29:35.390517 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8470 | 2025.01.16 23:29:35.390624 [ 5 ] {37f70976-ad21-4204-b60a-7f511e2c8dc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8471 | 2025.01.16 23:29:35.390673 [ 5 ] {37f70976-ad21-4204-b60a-7f511e2c8dc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8472 | 2025.01.16 23:29:35.391206 [ 5 ] {37f70976-ad21-4204-b60a-7f511e2c8dc7} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8473 | 2025.01.16 23:29:35.391247 [ 5 ] {37f70976-ad21-4204-b60a-7f511e2c8dc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8474 | 2025.01.16 23:29:35.391630 [ 5 ] {37f70976-ad21-4204-b60a-7f511e2c8dc7} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8475 | 2025.01.16 23:29:35.391881 [ 5 ] {37f70976-ad21-4204-b60a-7f511e2c8dc7} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8476 | 2025.01.16 23:29:35.392114 [ 5 ] {37f70976-ad21-4204-b60a-7f511e2c8dc7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001508 sec., 106100.79575596817 rows/sec., 7.39 MiB/sec. | ||
| 8477 | 2025.01.16 23:29:35.392235 [ 5 ] {37f70976-ad21-4204-b60a-7f511e2c8dc7} <Debug> TCPHandler: Processed in 0.001780885 sec. | ||
| 8478 | 2025.01.16 23:29:35.392453 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8479 | 2025.01.16 23:29:35.392714 [ 255 ] {e4f14ab5-a236-49f9-8955-4dd31140d811} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8480 | 2025.01.16 23:29:35.392768 [ 255 ] {e4f14ab5-a236-49f9-8955-4dd31140d811} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8481 | 2025.01.16 23:29:35.393219 [ 255 ] {e4f14ab5-a236-49f9-8955-4dd31140d811} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8482 | 2025.01.16 23:29:35.393257 [ 255 ] {e4f14ab5-a236-49f9-8955-4dd31140d811} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8483 | 2025.01.16 23:29:35.393609 [ 255 ] {e4f14ab5-a236-49f9-8955-4dd31140d811} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8484 | 2025.01.16 23:29:35.393838 [ 255 ] {e4f14ab5-a236-49f9-8955-4dd31140d811} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8485 | 2025.01.16 23:29:35.394040 [ 255 ] {e4f14ab5-a236-49f9-8955-4dd31140d811} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001402 sec., 42796.00570613409 rows/sec., 2.88 MiB/sec. | ||
| 8486 | 2025.01.16 23:29:35.394089 [ 255 ] {e4f14ab5-a236-49f9-8955-4dd31140d811} <Debug> TCPHandler: Processed in 0.001747183 sec. | ||
| 8487 | 2025.01.16 23:29:35.650646 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
| 8488 | 2025.01.16 23:29:35.669477 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8489 | 2025.01.16 23:29:35.669518 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8490 | 2025.01.16 23:29:35.676498 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8491 | 2025.01.16 23:29:35.677374 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8492 | 2025.01.16 23:29:35.680624 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
| 8493 | 2025.01.16 23:29:35.807060 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8494 | 2025.01.16 23:29:35.807269 [ 5 ] {ccc009f5-b294-4375-be7c-6ec9da672b92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8495 | 2025.01.16 23:29:35.807348 [ 5 ] {ccc009f5-b294-4375-be7c-6ec9da672b92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8496 | 2025.01.16 23:29:35.808087 [ 5 ] {ccc009f5-b294-4375-be7c-6ec9da672b92} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8497 | 2025.01.16 23:29:35.808139 [ 5 ] {ccc009f5-b294-4375-be7c-6ec9da672b92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8498 | 2025.01.16 23:29:35.808565 [ 5 ] {ccc009f5-b294-4375-be7c-6ec9da672b92} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8499 | 2025.01.16 23:29:35.808818 [ 5 ] {ccc009f5-b294-4375-be7c-6ec9da672b92} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8500 | 2025.01.16 23:29:35.809063 [ 5 ] {ccc009f5-b294-4375-be7c-6ec9da672b92} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001847 sec., 7579.859231185707 rows/sec., 545.65 KiB/sec. | ||
| 8501 | 2025.01.16 23:29:35.809119 [ 5 ] {ccc009f5-b294-4375-be7c-6ec9da672b92} <Debug> TCPHandler: Processed in 0.002199752 sec. | ||
| 8502 | 2025.01.16 23:29:35.809303 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8503 | 2025.01.16 23:29:35.809443 [ 255 ] {e9220089-d4f3-4f42-a04f-8dc380847605} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8504 | 2025.01.16 23:29:35.809498 [ 255 ] {e9220089-d4f3-4f42-a04f-8dc380847605} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8505 | 2025.01.16 23:29:35.810054 [ 255 ] {e9220089-d4f3-4f42-a04f-8dc380847605} <Trace> oximeter.fields_ipaddr (32f5c164-55f5-48ad-a123-78247430c5f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8506 | 2025.01.16 23:29:35.810094 [ 255 ] {e9220089-d4f3-4f42-a04f-8dc380847605} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8507 | 2025.01.16 23:29:35.810443 [ 255 ] {e9220089-d4f3-4f42-a04f-8dc380847605} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 8508 | 2025.01.16 23:29:35.810677 [ 255 ] {e9220089-d4f3-4f42-a04f-8dc380847605} <Trace> oximeter.fields_ipaddr (32f5c164-55f5-48ad-a123-78247430c5f2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8509 | 2025.01.16 23:29:35.810984 [ 255 ] {e9220089-d4f3-4f42-a04f-8dc380847605} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001561 sec., 8968.609865470851 rows/sec., 731.33 KiB/sec. | ||
| 8510 | 2025.01.16 23:29:35.811273 [ 255 ] {e9220089-d4f3-4f42-a04f-8dc380847605} <Debug> TCPHandler: Processed in 0.00203109 sec. | ||
| 8511 | 2025.01.16 23:29:35.811484 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8512 | 2025.01.16 23:29:35.811626 [ 5 ] {6703f8b7-5963-45a5-8429-8eaa50ceb2d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8513 | 2025.01.16 23:29:35.811680 [ 5 ] {6703f8b7-5963-45a5-8429-8eaa50ceb2d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8514 | 2025.01.16 23:29:35.813033 [ 5 ] {6703f8b7-5963-45a5-8429-8eaa50ceb2d7} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8515 | 2025.01.16 23:29:35.813073 [ 5 ] {6703f8b7-5963-45a5-8429-8eaa50ceb2d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8516 | 2025.01.16 23:29:35.813520 [ 5 ] {6703f8b7-5963-45a5-8429-8eaa50ceb2d7} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8517 | 2025.01.16 23:29:35.813756 [ 5 ] {6703f8b7-5963-45a5-8429-8eaa50ceb2d7} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8518 | 2025.01.16 23:29:35.813977 [ 5 ] {6703f8b7-5963-45a5-8429-8eaa50ceb2d7} <Debug> executeQuery: Read 1428 rows, 122.50 KiB in 0.00238 sec., 600000 rows/sec., 50.26 MiB/sec. | ||
| 8519 | 2025.01.16 23:29:35.814029 [ 5 ] {6703f8b7-5963-45a5-8429-8eaa50ceb2d7} <Debug> TCPHandler: Processed in 0.00263713 sec. | ||
| 8520 | 2025.01.16 23:29:35.814188 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8521 | 2025.01.16 23:29:35.814319 [ 255 ] {09548d4a-f8ac-45e8-8bd2-22554aaba0d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8522 | 2025.01.16 23:29:35.814372 [ 255 ] {09548d4a-f8ac-45e8-8bd2-22554aaba0d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8523 | 2025.01.16 23:29:35.814934 [ 255 ] {09548d4a-f8ac-45e8-8bd2-22554aaba0d5} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8524 | 2025.01.16 23:29:35.814973 [ 255 ] {09548d4a-f8ac-45e8-8bd2-22554aaba0d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8525 | 2025.01.16 23:29:35.815318 [ 255 ] {09548d4a-f8ac-45e8-8bd2-22554aaba0d5} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 8526 | 2025.01.16 23:29:35.815565 [ 255 ] {09548d4a-f8ac-45e8-8bd2-22554aaba0d5} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8527 | 2025.01.16 23:29:35.815772 [ 39 ] {} <Debug> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee) (MergerMutator): Selected 6 parts from all_1_29_6 to all_34_34_0 | ||
| 8528 | 2025.01.16 23:29:35.815800 [ 255 ] {09548d4a-f8ac-45e8-8bd2-22554aaba0d5} <Debug> executeQuery: Read 60 rows, 4.37 KiB in 0.001509 sec., 39761.431411530815 rows/sec., 2.83 MiB/sec. | ||
| 8529 | 2025.01.16 23:29:35.815902 [ 39 ] {} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8530 | 2025.01.16 23:29:35.815959 [ 255 ] {09548d4a-f8ac-45e8-8bd2-22554aaba0d5} <Debug> TCPHandler: Processed in 0.001833045 sec. | ||
| 8531 | 2025.01.16 23:29:35.815984 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8532 | 2025.01.16 23:29:35.816138 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8533 | 2025.01.16 23:29:35.816191 [ 187 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_34_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_29_6 to all_34_34_0 into Compact with storage Full | ||
| 8534 | 2025.01.16 23:29:35.816303 [ 5 ] {886a266f-ddba-4c45-a075-c0aed334ac9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8535 | 2025.01.16 23:29:35.816357 [ 187 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_34_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8536 | 2025.01.16 23:29:35.816370 [ 5 ] {886a266f-ddba-4c45-a075-c0aed334ac9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8537 | 2025.01.16 23:29:35.816407 [ 187 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 64 rows starting from the beginning of the part | ||
| 8538 | 2025.01.16 23:29:35.816541 [ 187 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 46 rows starting from the beginning of the part | ||
| 8539 | 2025.01.16 23:29:35.816994 [ 187 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 46 rows starting from the beginning of the part | ||
| 8540 | 2025.01.16 23:29:35.817446 [ 187 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 46 rows starting from the beginning of the part | ||
| 8541 | 2025.01.16 23:29:35.817775 [ 187 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 46 rows starting from the beginning of the part | ||
| 8542 | 2025.01.16 23:29:35.818191 [ 187 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part | ||
| 8543 | 2025.01.16 23:29:35.818942 [ 5 ] {886a266f-ddba-4c45-a075-c0aed334ac9c} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8544 | 2025.01.16 23:29:35.818988 [ 5 ] {886a266f-ddba-4c45-a075-c0aed334ac9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8545 | 2025.01.16 23:29:35.819643 [ 5 ] {886a266f-ddba-4c45-a075-c0aed334ac9c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8546 | 2025.01.16 23:29:35.819916 [ 186 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_34_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 308 rows, containing 5 columns (5 merged, 0 gathered) in 0.003790323 sec., 81259.56547766509 rows/sec., 6.12 MiB/sec. | ||
| 8547 | 2025.01.16 23:29:35.819981 [ 5 ] {886a266f-ddba-4c45-a075-c0aed334ac9c} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8548 | 2025.01.16 23:29:35.820273 [ 196 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_34_7} <Trace> MergedBlockOutputStream: filled checksums all_1_34_7 (state Temporary) | ||
| 8549 | 2025.01.16 23:29:35.820332 [ 5 ] {886a266f-ddba-4c45-a075-c0aed334ac9c} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.004054 sec., 59694.12925505673 rows/sec., 4.04 MiB/sec. | ||
| 8550 | 2025.01.16 23:29:35.820467 [ 5 ] {886a266f-ddba-4c45-a075-c0aed334ac9c} <Debug> TCPHandler: Processed in 0.004402234 sec. | ||
| 8551 | 2025.01.16 23:29:35.820640 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8552 | 2025.01.16 23:29:35.820807 [ 196 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_34_7} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Renaming temporary part tmp_merge_all_1_34_7 to all_1_34_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8553 | 2025.01.16 23:29:35.820835 [ 255 ] {0a992635-6595-4c0d-a42f-19201df63aa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8554 | 2025.01.16 23:29:35.820943 [ 255 ] {0a992635-6595-4c0d-a42f-19201df63aa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8555 | 2025.01.16 23:29:35.820983 [ 196 ] {5a90d88a-eec6-43a2-94bb-73351fb588ee::all_1_34_7} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee) (MergerMutator): Merged 6 parts: [all_1_29_6, all_34_34_0] -> all_1_34_7 | ||
| 8556 | 2025.01.16 23:29:35.821175 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 8557 | 2025.01.16 23:29:35.821720 [ 255 ] {0a992635-6595-4c0d-a42f-19201df63aa8} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8558 | 2025.01.16 23:29:35.821763 [ 255 ] {0a992635-6595-4c0d-a42f-19201df63aa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8559 | 2025.01.16 23:29:35.822115 [ 255 ] {0a992635-6595-4c0d-a42f-19201df63aa8} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8560 | 2025.01.16 23:29:35.822349 [ 255 ] {0a992635-6595-4c0d-a42f-19201df63aa8} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8561 | 2025.01.16 23:29:35.822530 [ 255 ] {0a992635-6595-4c0d-a42f-19201df63aa8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001754 sec., 7411.630558722919 rows/sec., 462.11 KiB/sec. | ||
| 8562 | 2025.01.16 23:29:35.822581 [ 255 ] {0a992635-6595-4c0d-a42f-19201df63aa8} <Debug> TCPHandler: Processed in 0.002020919 sec. | ||
| 8563 | 2025.01.16 23:29:35.822736 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8564 | 2025.01.16 23:29:35.822866 [ 5 ] {c2f556fb-ca02-4a52-878a-1050e39fb2f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8565 | 2025.01.16 23:29:35.822920 [ 5 ] {c2f556fb-ca02-4a52-878a-1050e39fb2f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8566 | 2025.01.16 23:29:35.823966 [ 5 ] {c2f556fb-ca02-4a52-878a-1050e39fb2f7} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8567 | 2025.01.16 23:29:35.824005 [ 5 ] {c2f556fb-ca02-4a52-878a-1050e39fb2f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8568 | 2025.01.16 23:29:35.824387 [ 5 ] {c2f556fb-ca02-4a52-878a-1050e39fb2f7} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8569 | 2025.01.16 23:29:35.824633 [ 5 ] {c2f556fb-ca02-4a52-878a-1050e39fb2f7} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8570 | 2025.01.16 23:29:35.824808 [ 5 ] {c2f556fb-ca02-4a52-878a-1050e39fb2f7} <Debug> executeQuery: Read 891 rows, 66.24 KiB in 0.00197 sec., 452284.26395939087 rows/sec., 32.83 MiB/sec. | ||
| 8571 | 2025.01.16 23:29:35.824859 [ 5 ] {c2f556fb-ca02-4a52-878a-1050e39fb2f7} <Debug> TCPHandler: Processed in 0.002185582 sec. | ||
| 8572 | 2025.01.16 23:29:35.825001 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8573 | 2025.01.16 23:29:35.825106 [ 255 ] {15983c39-da0f-4cb4-a339-70c373f40b6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8574 | 2025.01.16 23:29:35.825152 [ 255 ] {15983c39-da0f-4cb4-a339-70c373f40b6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8575 | 2025.01.16 23:29:35.825582 [ 255 ] {15983c39-da0f-4cb4-a339-70c373f40b6c} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8576 | 2025.01.16 23:29:35.825618 [ 255 ] {15983c39-da0f-4cb4-a339-70c373f40b6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8577 | 2025.01.16 23:29:35.825957 [ 255 ] {15983c39-da0f-4cb4-a339-70c373f40b6c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8578 | 2025.01.16 23:29:35.826192 [ 255 ] {15983c39-da0f-4cb4-a339-70c373f40b6c} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8579 | 2025.01.16 23:29:35.826363 [ 255 ] {15983c39-da0f-4cb4-a339-70c373f40b6c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001277 sec., 4698.512137823023 rows/sec., 245.48 KiB/sec. | ||
| 8580 | 2025.01.16 23:29:35.826410 [ 255 ] {15983c39-da0f-4cb4-a339-70c373f40b6c} <Debug> TCPHandler: Processed in 0.001463678 sec. | ||
| 8581 | 2025.01.16 23:29:35.826557 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8582 | 2025.01.16 23:29:35.826686 [ 5 ] {bd781b51-bd8c-4cfa-a421-1794fa98cb50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8583 | 2025.01.16 23:29:35.826743 [ 5 ] {bd781b51-bd8c-4cfa-a421-1794fa98cb50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8584 | 2025.01.16 23:29:35.827625 [ 5 ] {bd781b51-bd8c-4cfa-a421-1794fa98cb50} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8585 | 2025.01.16 23:29:35.827661 [ 5 ] {bd781b51-bd8c-4cfa-a421-1794fa98cb50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8586 | 2025.01.16 23:29:35.828085 [ 5 ] {bd781b51-bd8c-4cfa-a421-1794fa98cb50} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8587 | 2025.01.16 23:29:35.828330 [ 5 ] {bd781b51-bd8c-4cfa-a421-1794fa98cb50} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8588 | 2025.01.16 23:29:35.828504 [ 5 ] {bd781b51-bd8c-4cfa-a421-1794fa98cb50} <Debug> executeQuery: Read 962 rows, 65.46 KiB in 0.001847 sec., 520844.6128857607 rows/sec., 34.61 MiB/sec. | ||
| 8589 | 2025.01.16 23:29:35.828555 [ 5 ] {bd781b51-bd8c-4cfa-a421-1794fa98cb50} <Debug> TCPHandler: Processed in 0.00206171 sec. | ||
| 8590 | 2025.01.16 23:29:35.828700 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8591 | 2025.01.16 23:29:35.828829 [ 255 ] {ae90daa2-4e71-4807-b594-95f7d465e445} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8592 | 2025.01.16 23:29:35.828884 [ 255 ] {ae90daa2-4e71-4807-b594-95f7d465e445} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8593 | 2025.01.16 23:29:35.829376 [ 255 ] {ae90daa2-4e71-4807-b594-95f7d465e445} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8594 | 2025.01.16 23:29:35.829421 [ 255 ] {ae90daa2-4e71-4807-b594-95f7d465e445} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8595 | 2025.01.16 23:29:35.829779 [ 255 ] {ae90daa2-4e71-4807-b594-95f7d465e445} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8596 | 2025.01.16 23:29:35.830010 [ 255 ] {ae90daa2-4e71-4807-b594-95f7d465e445} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8597 | 2025.01.16 23:29:35.830194 [ 255 ] {ae90daa2-4e71-4807-b594-95f7d465e445} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001393 sec., 717.8750897343863 rows/sec., 48.37 KiB/sec. | ||
| 8598 | 2025.01.16 23:29:35.830315 [ 255 ] {ae90daa2-4e71-4807-b594-95f7d465e445} <Debug> TCPHandler: Processed in 0.001677462 sec. | ||
| 8599 | 2025.01.16 23:29:35.830455 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8600 | 2025.01.16 23:29:35.830562 [ 5 ] {91139dc7-0258-47cb-87fd-99c981a37f71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8601 | 2025.01.16 23:29:35.830627 [ 5 ] {91139dc7-0258-47cb-87fd-99c981a37f71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8602 | 2025.01.16 23:29:35.831742 [ 5 ] {91139dc7-0258-47cb-87fd-99c981a37f71} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8603 | 2025.01.16 23:29:35.831780 [ 5 ] {91139dc7-0258-47cb-87fd-99c981a37f71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8604 | 2025.01.16 23:29:35.832411 [ 5 ] {91139dc7-0258-47cb-87fd-99c981a37f71} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8605 | 2025.01.16 23:29:35.832668 [ 5 ] {91139dc7-0258-47cb-87fd-99c981a37f71} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8606 | 2025.01.16 23:29:35.832905 [ 5 ] {91139dc7-0258-47cb-87fd-99c981a37f71} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002363 sec., 16504.443504020313 rows/sec., 29.58 MiB/sec. | ||
| 8607 | 2025.01.16 23:29:35.833435 [ 5 ] {91139dc7-0258-47cb-87fd-99c981a37f71} <Debug> TCPHandler: Processed in 0.003028858 sec. | ||
| 8608 | 2025.01.16 23:29:35.833588 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8609 | 2025.01.16 23:29:35.833696 [ 255 ] {08974aed-8e56-4ed9-9229-e1dde7195741} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8610 | 2025.01.16 23:29:35.833741 [ 255 ] {08974aed-8e56-4ed9-9229-e1dde7195741} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8611 | 2025.01.16 23:29:35.834180 [ 255 ] {08974aed-8e56-4ed9-9229-e1dde7195741} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8612 | 2025.01.16 23:29:35.834217 [ 255 ] {08974aed-8e56-4ed9-9229-e1dde7195741} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8613 | 2025.01.16 23:29:35.834579 [ 255 ] {08974aed-8e56-4ed9-9229-e1dde7195741} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8614 | 2025.01.16 23:29:35.834813 [ 255 ] {08974aed-8e56-4ed9-9229-e1dde7195741} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8615 | 2025.01.16 23:29:35.834980 [ 255 ] {08974aed-8e56-4ed9-9229-e1dde7195741} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001307 sec., 26013.771996939555 rows/sec., 1.51 MiB/sec. | ||
| 8616 | 2025.01.16 23:29:35.835027 [ 255 ] {08974aed-8e56-4ed9-9229-e1dde7195741} <Debug> TCPHandler: Processed in 0.001493069 sec. | ||
| 8617 | 2025.01.16 23:29:36.000169 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 219.89 MiB, peak 229.39 MiB, free memory in arenas 0.00 B, will set to 218.59 MiB (RSS), difference: -1.30 MiB | ||
| 8618 | 2025.01.16 23:29:39.353364 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1194 | ||
| 8619 | 2025.01.16 23:29:39.356779 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8620 | 2025.01.16 23:29:39.356824 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8621 | 2025.01.16 23:29:39.358407 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8622 | 2025.01.16 23:29:39.358721 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8623 | 2025.01.16 23:29:39.358979 [ 31 ] {} <Debug> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8624 | 2025.01.16 23:29:39.359115 [ 31 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8625 | 2025.01.16 23:29:39.359217 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8626 | 2025.01.16 23:29:39.359661 [ 187 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::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 | ||
| 8627 | 2025.01.16 23:29:39.360900 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1194 | ||
| 8628 | 2025.01.16 23:29:39.361425 [ 187 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8629 | 2025.01.16 23:29:39.361636 [ 187 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1008 rows starting from the beginning of the part | ||
| 8630 | 2025.01.16 23:29:39.363362 [ 187 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::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 | ||
| 8631 | 2025.01.16 23:29:39.364038 [ 187 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 52 rows starting from the beginning of the part | ||
| 8632 | 2025.01.16 23:29:39.364649 [ 187 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 16 rows starting from the beginning of the part | ||
| 8633 | 2025.01.16 23:29:39.365234 [ 187 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 30 rows starting from the beginning of the part | ||
| 8634 | 2025.01.16 23:29:39.365861 [ 187 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 54 rows starting from the beginning of the part | ||
| 8635 | 2025.01.16 23:29:39.373833 [ 186 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1194 rows, containing 72 columns (72 merged, 0 gathered) in 0.014455607 sec., 82597.70758848106 rows/sec., 65.55 MiB/sec. | ||
| 8636 | 2025.01.16 23:29:39.375351 [ 186 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8637 | 2025.01.16 23:29:39.376096 [ 186 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_31_6} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8638 | 2025.01.16 23:29:39.376183 [ 186 ] {e96d31df-6c25-44ca-97a3-fc0d42a49abf::all_1_31_6} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8639 | 2025.01.16 23:29:39.376488 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.81 MiB. | ||
| 8640 | 2025.01.16 23:29:40.384793 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8641 | 2025.01.16 23:29:40.384982 [ 5 ] {d8e21330-b575-43eb-8dab-b1efb3ec994a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8642 | 2025.01.16 23:29:40.385052 [ 5 ] {d8e21330-b575-43eb-8dab-b1efb3ec994a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8643 | 2025.01.16 23:29:40.385813 [ 5 ] {d8e21330-b575-43eb-8dab-b1efb3ec994a} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8644 | 2025.01.16 23:29:40.385861 [ 5 ] {d8e21330-b575-43eb-8dab-b1efb3ec994a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8645 | 2025.01.16 23:29:40.386297 [ 5 ] {d8e21330-b575-43eb-8dab-b1efb3ec994a} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8646 | 2025.01.16 23:29:40.386558 [ 5 ] {d8e21330-b575-43eb-8dab-b1efb3ec994a} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8647 | 2025.01.16 23:29:40.386719 [ 28 ] {} <Debug> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8648 | 2025.01.16 23:29:40.386759 [ 5 ] {d8e21330-b575-43eb-8dab-b1efb3ec994a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001826 sec., 30668.127053669225 rows/sec., 2.36 MiB/sec. | ||
| 8649 | 2025.01.16 23:29:40.386765 [ 28 ] {} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8650 | 2025.01.16 23:29:40.386804 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8651 | 2025.01.16 23:29:40.386831 [ 5 ] {d8e21330-b575-43eb-8dab-b1efb3ec994a} <Debug> TCPHandler: Processed in 0.002167712 sec. | ||
| 8652 | 2025.01.16 23:29:40.387103 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8653 | 2025.01.16 23:29:40.387172 [ 198 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::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 | ||
| 8654 | 2025.01.16 23:29:40.387388 [ 255 ] {8fc87685-273c-4486-b250-b4d3ffc4ce9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8655 | 2025.01.16 23:29:40.387565 [ 255 ] {8fc87685-273c-4486-b250-b4d3ffc4ce9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8656 | 2025.01.16 23:29:40.387688 [ 198 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8657 | 2025.01.16 23:29:40.387804 [ 198 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1431 rows starting from the beginning of the part | ||
| 8658 | 2025.01.16 23:29:40.388195 [ 198 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 56 rows starting from the beginning of the part | ||
| 8659 | 2025.01.16 23:29:40.388620 [ 198 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 281 rows starting from the beginning of the part | ||
| 8660 | 2025.01.16 23:29:40.388972 [ 198 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::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 | ||
| 8661 | 2025.01.16 23:29:40.389419 [ 198 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1428 rows starting from the beginning of the part | ||
| 8662 | 2025.01.16 23:29:40.389843 [ 198 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 56 rows starting from the beginning of the part | ||
| 8663 | 2025.01.16 23:29:40.391567 [ 255 ] {8fc87685-273c-4486-b250-b4d3ffc4ce9d} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8664 | 2025.01.16 23:29:40.391654 [ 255 ] {8fc87685-273c-4486-b250-b4d3ffc4ce9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8665 | 2025.01.16 23:29:40.392559 [ 255 ] {8fc87685-273c-4486-b250-b4d3ffc4ce9d} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8666 | 2025.01.16 23:29:40.393016 [ 255 ] {8fc87685-273c-4486-b250-b4d3ffc4ce9d} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8667 | 2025.01.16 23:29:40.393187 [ 28 ] {} <Debug> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8668 | 2025.01.16 23:29:40.393253 [ 28 ] {} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8669 | 2025.01.16 23:29:40.393277 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8670 | 2025.01.16 23:29:40.393283 [ 255 ] {8fc87685-273c-4486-b250-b4d3ffc4ce9d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006028 sec., 10617.1201061712 rows/sec., 848.58 KiB/sec. | ||
| 8671 | 2025.01.16 23:29:40.393674 [ 187 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::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 | ||
| 8672 | 2025.01.16 23:29:40.393679 [ 255 ] {8fc87685-273c-4486-b250-b4d3ffc4ce9d} <Debug> TCPHandler: Processed in 0.006718229 sec. | ||
| 8673 | 2025.01.16 23:29:40.394043 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8674 | 2025.01.16 23:29:40.394322 [ 187 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8675 | 2025.01.16 23:29:40.394399 [ 5 ] {eb47710f-007e-4535-886e-7d3d5d406e51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8676 | 2025.01.16 23:29:40.394411 [ 187 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 913 rows starting from the beginning of the part | ||
| 8677 | 2025.01.16 23:29:40.394438 [ 198 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3308 rows, containing 5 columns (5 merged, 0 gathered) in 0.007511334 sec., 440401.1324752701 rows/sec., 38.59 MiB/sec. | ||
| 8678 | 2025.01.16 23:29:40.394523 [ 5 ] {eb47710f-007e-4535-886e-7d3d5d406e51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8679 | 2025.01.16 23:29:40.394776 [ 187 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 64 rows starting from the beginning of the part | ||
| 8680 | 2025.01.16 23:29:40.394969 [ 198 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8681 | 2025.01.16 23:29:40.395367 [ 187 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 421 rows starting from the beginning of the part | ||
| 8682 | 2025.01.16 23:29:40.395858 [ 187 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::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 | ||
| 8683 | 2025.01.16 23:29:40.396252 [ 198 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_71_14} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8684 | 2025.01.16 23:29:40.396339 [ 187 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 891 rows starting from the beginning of the part | ||
| 8685 | 2025.01.16 23:29:40.396603 [ 198 ] {03dcf91c-dada-4ac4-b1ce-c56fd16ec727::all_1_71_14} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8686 | 2025.01.16 23:29:40.396691 [ 187 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 64 rows starting from the beginning of the part | ||
| 8687 | 2025.01.16 23:29:40.396922 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 8688 | 2025.01.16 23:29:40.397433 [ 5 ] {eb47710f-007e-4535-886e-7d3d5d406e51} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8689 | 2025.01.16 23:29:40.397478 [ 5 ] {eb47710f-007e-4535-886e-7d3d5d406e51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8690 | 2025.01.16 23:29:40.398084 [ 5 ] {eb47710f-007e-4535-886e-7d3d5d406e51} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8691 | 2025.01.16 23:29:40.398388 [ 5 ] {eb47710f-007e-4535-886e-7d3d5d406e51} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8692 | 2025.01.16 23:29:40.398543 [ 28 ] {} <Debug> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8693 | 2025.01.16 23:29:40.398587 [ 28 ] {} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8694 | 2025.01.16 23:29:40.398628 [ 5 ] {eb47710f-007e-4535-886e-7d3d5d406e51} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.004318 sec., 29643.353404353868 rows/sec., 2.06 MiB/sec. | ||
| 8695 | 2025.01.16 23:29:40.398639 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8696 | 2025.01.16 23:29:40.398871 [ 5 ] {eb47710f-007e-4535-886e-7d3d5d406e51} <Debug> TCPHandler: Processed in 0.004998256 sec. | ||
| 8697 | 2025.01.16 23:29:40.399069 [ 195 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::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 | ||
| 8698 | 2025.01.16 23:29:40.399094 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8699 | 2025.01.16 23:29:40.399097 [ 187 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2417 rows, containing 5 columns (5 merged, 0 gathered) in 0.00571565 sec., 422874.03882323095 rows/sec., 32.43 MiB/sec. | ||
| 8700 | 2025.01.16 23:29:40.399281 [ 195 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8701 | 2025.01.16 23:29:40.399315 [ 255 ] {9c0dfd13-992e-45b1-8a6c-dac7c9a23d33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8702 | 2025.01.16 23:29:40.399320 [ 187 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8703 | 2025.01.16 23:29:40.399337 [ 195 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 20391 rows starting from the beginning of the part | ||
| 8704 | 2025.01.16 23:29:40.399428 [ 255 ] {9c0dfd13-992e-45b1-8a6c-dac7c9a23d33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8705 | 2025.01.16 23:29:40.399872 [ 195 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::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 | ||
| 8706 | 2025.01.16 23:29:40.400412 [ 195 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 237 rows starting from the beginning of the part | ||
| 8707 | 2025.01.16 23:29:40.400547 [ 187 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_71_14} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8708 | 2025.01.16 23:29:40.400944 [ 195 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part | ||
| 8709 | 2025.01.16 23:29:40.401063 [ 187 ] {b9ede66c-9f55-4623-bb73-2349f349ac6b::all_1_71_14} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8710 | 2025.01.16 23:29:40.401428 [ 195 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 962 rows starting from the beginning of the part | ||
| 8711 | 2025.01.16 23:29:40.401449 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 8712 | 2025.01.16 23:29:40.401818 [ 195 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 128 rows starting from the beginning of the part | ||
| 8713 | 2025.01.16 23:29:40.402330 [ 255 ] {9c0dfd13-992e-45b1-8a6c-dac7c9a23d33} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8714 | 2025.01.16 23:29:40.402372 [ 255 ] {9c0dfd13-992e-45b1-8a6c-dac7c9a23d33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8715 | 2025.01.16 23:29:40.402821 [ 255 ] {9c0dfd13-992e-45b1-8a6c-dac7c9a23d33} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8716 | 2025.01.16 23:29:40.403071 [ 255 ] {9c0dfd13-992e-45b1-8a6c-dac7c9a23d33} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8717 | 2025.01.16 23:29:40.403225 [ 28 ] {} <Debug> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8718 | 2025.01.16 23:29:40.403263 [ 28 ] {} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8719 | 2025.01.16 23:29:40.403308 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8720 | 2025.01.16 23:29:40.403314 [ 255 ] {9c0dfd13-992e-45b1-8a6c-dac7c9a23d33} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004052 sec., 11846.001974333662 rows/sec., 817.50 KiB/sec. | ||
| 8721 | 2025.01.16 23:29:40.403694 [ 255 ] {9c0dfd13-992e-45b1-8a6c-dac7c9a23d33} <Debug> TCPHandler: Processed in 0.00469267 sec. | ||
| 8722 | 2025.01.16 23:29:40.403899 [ 193 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::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 | ||
| 8723 | 2025.01.16 23:29:40.404286 [ 193 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8724 | 2025.01.16 23:29:40.404360 [ 193 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3874 rows starting from the beginning of the part | ||
| 8725 | 2025.01.16 23:29:40.404646 [ 193 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::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 | ||
| 8726 | 2025.01.16 23:29:40.404956 [ 193 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 82 rows starting from the beginning of the part | ||
| 8727 | 2025.01.16 23:29:40.405294 [ 193 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part | ||
| 8728 | 2025.01.16 23:29:40.405435 [ 193 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 34 rows starting from the beginning of the part | ||
| 8729 | 2025.01.16 23:29:40.405549 [ 193 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 48 rows starting from the beginning of the part | ||
| 8730 | 2025.01.16 23:29:40.408387 [ 200 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4158 rows, containing 4 columns (4 merged, 0 gathered) in 0.004929214 sec., 843542.1955711397 rows/sec., 54.88 MiB/sec. | ||
| 8731 | 2025.01.16 23:29:40.408983 [ 200 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8732 | 2025.01.16 23:29:40.409428 [ 200 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_71_14} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8733 | 2025.01.16 23:29:40.409569 [ 200 ] {799bbe42-a0c0-48b7-99ce-af660f308dfa::all_1_71_14} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8734 | 2025.01.16 23:29:40.409867 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 8735 | 2025.01.16 23:29:40.410051 [ 202 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22038 rows, containing 5 columns (5 merged, 0 gathered) in 0.011299148 sec., 1950412.5443794522 rows/sec., 131.54 MiB/sec. | ||
| 8736 | 2025.01.16 23:29:40.410487 [ 199 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8737 | 2025.01.16 23:29:40.410799 [ 199 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8738 | 2025.01.16 23:29:40.410875 [ 199 ] {2d061d4b-c45f-4bdd-957a-a87901515b61::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8739 | 2025.01.16 23:29:40.410946 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. | ||
| 8740 | 2025.01.16 23:29:41.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 218.99 MiB, peak 229.52 MiB, free memory in arenas 0.00 B, will set to 220.20 MiB (RSS), difference: 1.21 MiB | ||
| 8741 | 2025.01.16 23:29:41.756195 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19703 | ||
| 8742 | 2025.01.16 23:29:41.756865 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8743 | 2025.01.16 23:29:41.756916 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8744 | 2025.01.16 23:29:41.757458 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8745 | 2025.01.16 23:29:41.757716 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8746 | 2025.01.16 23:29:41.757986 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19703 | ||
| 8747 | 2025.01.16 23:29:43.180749 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 325 | ||
| 8748 | 2025.01.16 23:29:43.200832 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8749 | 2025.01.16 23:29:43.200892 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8750 | 2025.01.16 23:29:43.208233 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8751 | 2025.01.16 23:29:43.208995 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8752 | 2025.01.16 23:29:43.211636 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 325 | ||
| 8753 | 2025.01.16 23:29:45.385946 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8754 | 2025.01.16 23:29:45.386153 [ 5 ] {81b003bd-7b97-4a7f-aa20-55ae4529fcf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8755 | 2025.01.16 23:29:45.386226 [ 5 ] {81b003bd-7b97-4a7f-aa20-55ae4529fcf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8756 | 2025.01.16 23:29:45.386999 [ 5 ] {81b003bd-7b97-4a7f-aa20-55ae4529fcf4} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8757 | 2025.01.16 23:29:45.387048 [ 5 ] {81b003bd-7b97-4a7f-aa20-55ae4529fcf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8758 | 2025.01.16 23:29:45.387492 [ 5 ] {81b003bd-7b97-4a7f-aa20-55ae4529fcf4} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8759 | 2025.01.16 23:29:45.387761 [ 5 ] {81b003bd-7b97-4a7f-aa20-55ae4529fcf4} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8760 | 2025.01.16 23:29:45.388002 [ 5 ] {81b003bd-7b97-4a7f-aa20-55ae4529fcf4} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001901 sec., 29458.179905312994 rows/sec., 2.26 MiB/sec. | ||
| 8761 | 2025.01.16 23:29:45.388068 [ 5 ] {81b003bd-7b97-4a7f-aa20-55ae4529fcf4} <Debug> TCPHandler: Processed in 0.002255554 sec. | ||
| 8762 | 2025.01.16 23:29:45.388249 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8763 | 2025.01.16 23:29:45.388393 [ 255 ] {22722684-d782-4f01-a59f-e304dfe63156} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8764 | 2025.01.16 23:29:45.388453 [ 255 ] {22722684-d782-4f01-a59f-e304dfe63156} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8765 | 2025.01.16 23:29:45.389096 [ 255 ] {22722684-d782-4f01-a59f-e304dfe63156} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8766 | 2025.01.16 23:29:45.389139 [ 255 ] {22722684-d782-4f01-a59f-e304dfe63156} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8767 | 2025.01.16 23:29:45.389515 [ 255 ] {22722684-d782-4f01-a59f-e304dfe63156} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8768 | 2025.01.16 23:29:45.389758 [ 255 ] {22722684-d782-4f01-a59f-e304dfe63156} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8769 | 2025.01.16 23:29:45.389979 [ 255 ] {22722684-d782-4f01-a59f-e304dfe63156} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001621 sec., 39481.80135718692 rows/sec., 3.08 MiB/sec. | ||
| 8770 | 2025.01.16 23:29:45.390034 [ 255 ] {22722684-d782-4f01-a59f-e304dfe63156} <Debug> TCPHandler: Processed in 0.001856065 sec. | ||
| 8771 | 2025.01.16 23:29:45.390174 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8772 | 2025.01.16 23:29:45.390304 [ 5 ] {d94836e2-f732-41fc-ac9f-18141cb754eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8773 | 2025.01.16 23:29:45.390363 [ 5 ] {d94836e2-f732-41fc-ac9f-18141cb754eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8774 | 2025.01.16 23:29:45.390980 [ 5 ] {d94836e2-f732-41fc-ac9f-18141cb754eb} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8775 | 2025.01.16 23:29:45.391020 [ 5 ] {d94836e2-f732-41fc-ac9f-18141cb754eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8776 | 2025.01.16 23:29:45.391410 [ 5 ] {d94836e2-f732-41fc-ac9f-18141cb754eb} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8777 | 2025.01.16 23:29:45.391649 [ 5 ] {d94836e2-f732-41fc-ac9f-18141cb754eb} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8778 | 2025.01.16 23:29:45.391861 [ 5 ] {d94836e2-f732-41fc-ac9f-18141cb754eb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001585 sec., 100946.37223974764 rows/sec., 7.03 MiB/sec. | ||
| 8779 | 2025.01.16 23:29:45.391913 [ 5 ] {d94836e2-f732-41fc-ac9f-18141cb754eb} <Debug> TCPHandler: Processed in 0.001801735 sec. | ||
| 8780 | 2025.01.16 23:29:45.392054 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8781 | 2025.01.16 23:29:45.392167 [ 255 ] {3b74181c-ab3c-4644-a815-49af399ed98a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8782 | 2025.01.16 23:29:45.392214 [ 255 ] {3b74181c-ab3c-4644-a815-49af399ed98a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8783 | 2025.01.16 23:29:45.392668 [ 255 ] {3b74181c-ab3c-4644-a815-49af399ed98a} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8784 | 2025.01.16 23:29:45.392708 [ 255 ] {3b74181c-ab3c-4644-a815-49af399ed98a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8785 | 2025.01.16 23:29:45.393071 [ 255 ] {3b74181c-ab3c-4644-a815-49af399ed98a} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8786 | 2025.01.16 23:29:45.393311 [ 255 ] {3b74181c-ab3c-4644-a815-49af399ed98a} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8787 | 2025.01.16 23:29:45.393546 [ 255 ] {3b74181c-ab3c-4644-a815-49af399ed98a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001398 sec., 42918.45493562232 rows/sec., 2.89 MiB/sec. | ||
| 8788 | 2025.01.16 23:29:45.393644 [ 255 ] {3b74181c-ab3c-4644-a815-49af399ed98a} <Debug> TCPHandler: Processed in 0.001642922 sec. | ||
| 8789 | 2025.01.16 23:29:46.480357 [ 141 ] {} <Debug> oximeter.fields_ipaddr (32f5c164-55f5-48ad-a123-78247430c5f2) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 8790 | 2025.01.16 23:29:46.480429 [ 141 ] {} <Trace> oximeter.fields_ipaddr (32f5c164-55f5-48ad-a123-78247430c5f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8791 | 2025.01.16 23:29:46.480455 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8792 | 2025.01.16 23:29:46.480804 [ 189 ] {32f5c164-55f5-48ad-a123-78247430c5f2::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 | ||
| 8793 | 2025.01.16 23:29:46.481211 [ 189 ] {32f5c164-55f5-48ad-a123-78247430c5f2::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8794 | 2025.01.16 23:29:46.481253 [ 189 ] {32f5c164-55f5-48ad-a123-78247430c5f2::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 | ||
| 8795 | 2025.01.16 23:29:46.481348 [ 189 ] {32f5c164-55f5-48ad-a123-78247430c5f2::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
| 8796 | 2025.01.16 23:29:46.481433 [ 189 ] {32f5c164-55f5-48ad-a123-78247430c5f2::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part | ||
| 8797 | 2025.01.16 23:29:46.481597 [ 189 ] {32f5c164-55f5-48ad-a123-78247430c5f2::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
| 8798 | 2025.01.16 23:29:46.481687 [ 189 ] {32f5c164-55f5-48ad-a123-78247430c5f2::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part | ||
| 8799 | 2025.01.16 23:29:46.482654 [ 199 ] {32f5c164-55f5-48ad-a123-78247430c5f2::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.002117451 sec., 25502.36109359792 rows/sec., 2.13 MiB/sec. | ||
| 8800 | 2025.01.16 23:29:46.482875 [ 202 ] {32f5c164-55f5-48ad-a123-78247430c5f2::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 8801 | 2025.01.16 23:29:46.483224 [ 202 ] {32f5c164-55f5-48ad-a123-78247430c5f2::all_1_9_2} <Trace> oximeter.fields_ipaddr (32f5c164-55f5-48ad-a123-78247430c5f2): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8802 | 2025.01.16 23:29:46.483317 [ 202 ] {32f5c164-55f5-48ad-a123-78247430c5f2::all_1_9_2} <Trace> oximeter.fields_ipaddr (32f5c164-55f5-48ad-a123-78247430c5f2) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 8803 | 2025.01.16 23:29:46.483423 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8804 | 2025.01.16 23:29:49.058038 [ 23 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8805 | 2025.01.16 23:29:49.058104 [ 23 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8806 | 2025.01.16 23:29:49.258205 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20191 | ||
| 8807 | 2025.01.16 23:29:49.259235 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8808 | 2025.01.16 23:29:49.259273 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8809 | 2025.01.16 23:29:49.259832 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8810 | 2025.01.16 23:29:49.260097 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8811 | 2025.01.16 23:29:49.260280 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
| 8812 | 2025.01.16 23:29:49.361269 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1210 | ||
| 8813 | 2025.01.16 23:29:49.364045 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8814 | 2025.01.16 23:29:49.364103 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8815 | 2025.01.16 23:29:49.365563 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8816 | 2025.01.16 23:29:49.365876 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8817 | 2025.01.16 23:29:49.367386 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1210 | ||
| 8818 | 2025.01.16 23:29:50.392687 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8819 | 2025.01.16 23:29:50.392880 [ 5 ] {3fe256c0-cb0f-420e-9ed2-f521c0975c3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8820 | 2025.01.16 23:29:50.392958 [ 5 ] {3fe256c0-cb0f-420e-9ed2-f521c0975c3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8821 | 2025.01.16 23:29:50.393730 [ 5 ] {3fe256c0-cb0f-420e-9ed2-f521c0975c3e} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8822 | 2025.01.16 23:29:50.393788 [ 5 ] {3fe256c0-cb0f-420e-9ed2-f521c0975c3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8823 | 2025.01.16 23:29:50.394244 [ 5 ] {3fe256c0-cb0f-420e-9ed2-f521c0975c3e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8824 | 2025.01.16 23:29:50.394511 [ 5 ] {3fe256c0-cb0f-420e-9ed2-f521c0975c3e} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8825 | 2025.01.16 23:29:50.394756 [ 5 ] {3fe256c0-cb0f-420e-9ed2-f521c0975c3e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00193 sec., 7253.886010362694 rows/sec., 522.18 KiB/sec. | ||
| 8826 | 2025.01.16 23:29:50.394827 [ 5 ] {3fe256c0-cb0f-420e-9ed2-f521c0975c3e} <Debug> TCPHandler: Processed in 0.002270863 sec. | ||
| 8827 | 2025.01.16 23:29:50.395016 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8828 | 2025.01.16 23:29:50.395164 [ 255 ] {6a048a82-812a-40e1-be5e-9289ccd8aa68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8829 | 2025.01.16 23:29:50.395224 [ 255 ] {6a048a82-812a-40e1-be5e-9289ccd8aa68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8830 | 2025.01.16 23:29:50.396065 [ 255 ] {6a048a82-812a-40e1-be5e-9289ccd8aa68} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8831 | 2025.01.16 23:29:50.396109 [ 255 ] {6a048a82-812a-40e1-be5e-9289ccd8aa68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8832 | 2025.01.16 23:29:50.396510 [ 255 ] {6a048a82-812a-40e1-be5e-9289ccd8aa68} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8833 | 2025.01.16 23:29:50.396744 [ 255 ] {6a048a82-812a-40e1-be5e-9289ccd8aa68} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8834 | 2025.01.16 23:29:50.396980 [ 255 ] {6a048a82-812a-40e1-be5e-9289ccd8aa68} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.001848 sec., 152056.27705627706 rows/sec., 13.43 MiB/sec. | ||
| 8835 | 2025.01.16 23:29:50.397074 [ 255 ] {6a048a82-812a-40e1-be5e-9289ccd8aa68} <Debug> TCPHandler: Processed in 0.002129271 sec. | ||
| 8836 | 2025.01.16 23:29:50.397293 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8837 | 2025.01.16 23:29:50.397485 [ 5 ] {ca19b1f9-e2bb-4303-ac11-6fb884d551b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8838 | 2025.01.16 23:29:50.397546 [ 5 ] {ca19b1f9-e2bb-4303-ac11-6fb884d551b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8839 | 2025.01.16 23:29:50.398181 [ 5 ] {ca19b1f9-e2bb-4303-ac11-6fb884d551b4} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8840 | 2025.01.16 23:29:50.398222 [ 5 ] {ca19b1f9-e2bb-4303-ac11-6fb884d551b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8841 | 2025.01.16 23:29:50.398591 [ 5 ] {ca19b1f9-e2bb-4303-ac11-6fb884d551b4} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 8842 | 2025.01.16 23:29:50.398832 [ 5 ] {ca19b1f9-e2bb-4303-ac11-6fb884d551b4} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8843 | 2025.01.16 23:29:50.399034 [ 5 ] {ca19b1f9-e2bb-4303-ac11-6fb884d551b4} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001579 sec., 29132.362254591513 rows/sec., 2.10 MiB/sec. | ||
| 8844 | 2025.01.16 23:29:50.399087 [ 5 ] {ca19b1f9-e2bb-4303-ac11-6fb884d551b4} <Debug> TCPHandler: Processed in 0.001924887 sec. | ||
| 8845 | 2025.01.16 23:29:50.399214 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8846 | 2025.01.16 23:29:50.399329 [ 255 ] {117d62df-7dba-49b8-b940-e69362ff75c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8847 | 2025.01.16 23:29:50.399374 [ 255 ] {117d62df-7dba-49b8-b940-e69362ff75c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8848 | 2025.01.16 23:29:50.399928 [ 255 ] {117d62df-7dba-49b8-b940-e69362ff75c1} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8849 | 2025.01.16 23:29:50.399968 [ 255 ] {117d62df-7dba-49b8-b940-e69362ff75c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8850 | 2025.01.16 23:29:50.400325 [ 255 ] {117d62df-7dba-49b8-b940-e69362ff75c1} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8851 | 2025.01.16 23:29:50.400574 [ 255 ] {117d62df-7dba-49b8-b940-e69362ff75c1} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8852 | 2025.01.16 23:29:50.400781 [ 255 ] {117d62df-7dba-49b8-b940-e69362ff75c1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001474 sec., 9497.96472184532 rows/sec., 665.18 KiB/sec. | ||
| 8853 | 2025.01.16 23:29:50.400831 [ 255 ] {117d62df-7dba-49b8-b940-e69362ff75c1} <Debug> TCPHandler: Processed in 0.001672732 sec. | ||
| 8854 | 2025.01.16 23:29:50.400976 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8855 | 2025.01.16 23:29:50.401091 [ 5 ] {7633d635-04d3-4fe3-9abc-8d11c875d6ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8856 | 2025.01.16 23:29:50.401149 [ 5 ] {7633d635-04d3-4fe3-9abc-8d11c875d6ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8857 | 2025.01.16 23:29:50.401780 [ 5 ] {7633d635-04d3-4fe3-9abc-8d11c875d6ce} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8858 | 2025.01.16 23:29:50.401827 [ 5 ] {7633d635-04d3-4fe3-9abc-8d11c875d6ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8859 | 2025.01.16 23:29:50.402205 [ 5 ] {7633d635-04d3-4fe3-9abc-8d11c875d6ce} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8860 | 2025.01.16 23:29:50.402440 [ 5 ] {7633d635-04d3-4fe3-9abc-8d11c875d6ce} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8861 | 2025.01.16 23:29:50.402644 [ 5 ] {7633d635-04d3-4fe3-9abc-8d11c875d6ce} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001582 sec., 8217.446270543614 rows/sec., 512.36 KiB/sec. | ||
| 8862 | 2025.01.16 23:29:50.402695 [ 5 ] {7633d635-04d3-4fe3-9abc-8d11c875d6ce} <Debug> TCPHandler: Processed in 0.001772323 sec. | ||
| 8863 | 2025.01.16 23:29:50.402837 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8864 | 2025.01.16 23:29:50.402943 [ 255 ] {f4dd694e-ad6e-4eaa-a8ff-762fe78c16e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8865 | 2025.01.16 23:29:50.402987 [ 255 ] {f4dd694e-ad6e-4eaa-a8ff-762fe78c16e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8866 | 2025.01.16 23:29:50.403780 [ 255 ] {f4dd694e-ad6e-4eaa-a8ff-762fe78c16e5} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8867 | 2025.01.16 23:29:50.403827 [ 255 ] {f4dd694e-ad6e-4eaa-a8ff-762fe78c16e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8868 | 2025.01.16 23:29:50.404233 [ 255 ] {f4dd694e-ad6e-4eaa-a8ff-762fe78c16e5} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8869 | 2025.01.16 23:29:50.404470 [ 255 ] {f4dd694e-ad6e-4eaa-a8ff-762fe78c16e5} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8870 | 2025.01.16 23:29:50.404700 [ 255 ] {f4dd694e-ad6e-4eaa-a8ff-762fe78c16e5} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001774 sec., 237316.79819616687 rows/sec., 16.96 MiB/sec. | ||
| 8871 | 2025.01.16 23:29:50.404794 [ 255 ] {f4dd694e-ad6e-4eaa-a8ff-762fe78c16e5} <Debug> TCPHandler: Processed in 0.002007799 sec. | ||
| 8872 | 2025.01.16 23:29:50.405015 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8873 | 2025.01.16 23:29:50.405144 [ 5 ] {27c5d6eb-591e-4cc0-8a07-55a3e61c42ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8874 | 2025.01.16 23:29:50.405193 [ 5 ] {27c5d6eb-591e-4cc0-8a07-55a3e61c42ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8875 | 2025.01.16 23:29:50.405660 [ 5 ] {27c5d6eb-591e-4cc0-8a07-55a3e61c42ff} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8876 | 2025.01.16 23:29:50.405712 [ 5 ] {27c5d6eb-591e-4cc0-8a07-55a3e61c42ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8877 | 2025.01.16 23:29:50.406113 [ 5 ] {27c5d6eb-591e-4cc0-8a07-55a3e61c42ff} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8878 | 2025.01.16 23:29:50.406365 [ 5 ] {27c5d6eb-591e-4cc0-8a07-55a3e61c42ff} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8879 | 2025.01.16 23:29:50.406641 [ 5 ] {27c5d6eb-591e-4cc0-8a07-55a3e61c42ff} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001513 sec., 3965.6311962987443 rows/sec., 207.19 KiB/sec. | ||
| 8880 | 2025.01.16 23:29:50.406876 [ 5 ] {27c5d6eb-591e-4cc0-8a07-55a3e61c42ff} <Debug> TCPHandler: Processed in 0.001948558 sec. | ||
| 8881 | 2025.01.16 23:29:50.407032 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8882 | 2025.01.16 23:29:50.407143 [ 255 ] {4a2f4eeb-6552-4611-be22-4c86f3c825ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8883 | 2025.01.16 23:29:50.407190 [ 255 ] {4a2f4eeb-6552-4611-be22-4c86f3c825ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8884 | 2025.01.16 23:29:50.407754 [ 255 ] {4a2f4eeb-6552-4611-be22-4c86f3c825ff} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8885 | 2025.01.16 23:29:50.407794 [ 255 ] {4a2f4eeb-6552-4611-be22-4c86f3c825ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8886 | 2025.01.16 23:29:50.408209 [ 255 ] {4a2f4eeb-6552-4611-be22-4c86f3c825ff} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8887 | 2025.01.16 23:29:50.408456 [ 255 ] {4a2f4eeb-6552-4611-be22-4c86f3c825ff} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8888 | 2025.01.16 23:29:50.408691 [ 255 ] {4a2f4eeb-6552-4611-be22-4c86f3c825ff} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001567 sec., 151244.41608168476 rows/sec., 10.14 MiB/sec. | ||
| 8889 | 2025.01.16 23:29:50.408792 [ 255 ] {4a2f4eeb-6552-4611-be22-4c86f3c825ff} <Debug> TCPHandler: Processed in 0.001806454 sec. | ||
| 8890 | 2025.01.16 23:29:50.408988 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8891 | 2025.01.16 23:29:50.409149 [ 5 ] {82aedfe8-c08d-4634-a56c-f6e6e9845891} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8892 | 2025.01.16 23:29:50.409199 [ 5 ] {82aedfe8-c08d-4634-a56c-f6e6e9845891} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8893 | 2025.01.16 23:29:50.409639 [ 5 ] {82aedfe8-c08d-4634-a56c-f6e6e9845891} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8894 | 2025.01.16 23:29:50.409677 [ 5 ] {82aedfe8-c08d-4634-a56c-f6e6e9845891} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8895 | 2025.01.16 23:29:50.410029 [ 5 ] {82aedfe8-c08d-4634-a56c-f6e6e9845891} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8896 | 2025.01.16 23:29:50.410270 [ 5 ] {82aedfe8-c08d-4634-a56c-f6e6e9845891} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8897 | 2025.01.16 23:29:50.410485 [ 5 ] {82aedfe8-c08d-4634-a56c-f6e6e9845891} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001358 sec., 736.3770250368188 rows/sec., 49.62 KiB/sec. | ||
| 8898 | 2025.01.16 23:29:50.410536 [ 5 ] {82aedfe8-c08d-4634-a56c-f6e6e9845891} <Debug> TCPHandler: Processed in 0.001657612 sec. | ||
| 8899 | 2025.01.16 23:29:50.410682 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8900 | 2025.01.16 23:29:50.410786 [ 255 ] {40c7e1b8-ce95-47e3-80c3-2fc956a66ecd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8901 | 2025.01.16 23:29:50.410853 [ 255 ] {40c7e1b8-ce95-47e3-80c3-2fc956a66ecd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8902 | 2025.01.16 23:29:50.411986 [ 255 ] {40c7e1b8-ce95-47e3-80c3-2fc956a66ecd} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8903 | 2025.01.16 23:29:50.412024 [ 255 ] {40c7e1b8-ce95-47e3-80c3-2fc956a66ecd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8904 | 2025.01.16 23:29:50.413012 [ 255 ] {40c7e1b8-ce95-47e3-80c3-2fc956a66ecd} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8905 | 2025.01.16 23:29:50.413413 [ 255 ] {40c7e1b8-ce95-47e3-80c3-2fc956a66ecd} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8906 | 2025.01.16 23:29:50.413627 [ 44 ] {} <Debug> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8907 | 2025.01.16 23:29:50.413721 [ 44 ] {} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8908 | 2025.01.16 23:29:50.413759 [ 255 ] {40c7e1b8-ce95-47e3-80c3-2fc956a66ecd} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002977 sec., 13100.436681222707 rows/sec., 23.48 MiB/sec. | ||
| 8909 | 2025.01.16 23:29:50.413767 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8910 | 2025.01.16 23:29:50.414071 [ 191 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::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 | ||
| 8911 | 2025.01.16 23:29:50.414095 [ 255 ] {40c7e1b8-ce95-47e3-80c3-2fc956a66ecd} <Debug> TCPHandler: Processed in 0.003463506 sec. | ||
| 8912 | 2025.01.16 23:29:50.414297 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8913 | 2025.01.16 23:29:50.414442 [ 191 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8914 | 2025.01.16 23:29:50.414475 [ 5 ] {7a5d7aae-61ef-4beb-8208-ef67460cfcac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8915 | 2025.01.16 23:29:50.414524 [ 191 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 828 rows starting from the beginning of the part | ||
| 8916 | 2025.01.16 23:29:50.414542 [ 5 ] {7a5d7aae-61ef-4beb-8208-ef67460cfcac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8917 | 2025.01.16 23:29:50.415262 [ 191 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 39 rows starting from the beginning of the part | ||
| 8918 | 2025.01.16 23:29:50.415777 [ 191 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 39 rows starting from the beginning of the part | ||
| 8919 | 2025.01.16 23:29:50.416270 [ 5 ] {7a5d7aae-61ef-4beb-8208-ef67460cfcac} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8920 | 2025.01.16 23:29:50.416292 [ 191 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 39 rows starting from the beginning of the part | ||
| 8921 | 2025.01.16 23:29:50.416320 [ 5 ] {7a5d7aae-61ef-4beb-8208-ef67460cfcac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 8922 | 2025.01.16 23:29:50.416857 [ 191 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 39 rows starting from the beginning of the part | ||
| 8923 | 2025.01.16 23:29:50.417363 [ 191 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 39 rows starting from the beginning of the part | ||
| 8924 | 2025.01.16 23:29:50.417410 [ 5 ] {7a5d7aae-61ef-4beb-8208-ef67460cfcac} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8925 | 2025.01.16 23:29:50.418000 [ 5 ] {7a5d7aae-61ef-4beb-8208-ef67460cfcac} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8926 | 2025.01.16 23:29:50.418385 [ 5 ] {7a5d7aae-61ef-4beb-8208-ef67460cfcac} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003933 sec., 20849.224510551743 rows/sec., 1.32 MiB/sec. | ||
| 8927 | 2025.01.16 23:29:50.418561 [ 5 ] {7a5d7aae-61ef-4beb-8208-ef67460cfcac} <Debug> TCPHandler: Processed in 0.004346373 sec. | ||
| 8928 | 2025.01.16 23:29:50.425512 [ 202 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1023 rows, containing 19 columns (19 merged, 0 gathered) in 0.011587043 sec., 88288.27164963486 rows/sec., 158.21 MiB/sec. | ||
| 8929 | 2025.01.16 23:29:50.426366 [ 199 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8930 | 2025.01.16 23:29:50.426737 [ 199 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8931 | 2025.01.16 23:29:50.426817 [ 199 ] {45d15096-c78f-40d0-94a7-cc5e324686d8::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8932 | 2025.01.16 23:29:50.426919 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.38 MiB. | ||
| 8933 | 2025.01.16 23:29:50.711761 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 332 | ||
| 8934 | 2025.01.16 23:29:50.732448 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8935 | 2025.01.16 23:29:50.732494 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 8936 | 2025.01.16 23:29:50.739759 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8937 | 2025.01.16 23:29:50.740573 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8938 | 2025.01.16 23:29:50.743265 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
| 8939 | 2025.01.16 23:29:51.000181 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 221.54 MiB, peak 229.52 MiB, free memory in arenas 0.00 B, will set to 223.56 MiB (RSS), difference: 2.01 MiB | ||
| 8940 | 2025.01.16 23:29:55.387352 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8941 | 2025.01.16 23:29:55.387674 [ 5 ] {8d6a6896-21de-47c8-9988-41bc5ce346ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8942 | 2025.01.16 23:29:55.387789 [ 5 ] {8d6a6896-21de-47c8-9988-41bc5ce346ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8943 | 2025.01.16 23:29:55.388707 [ 5 ] {8d6a6896-21de-47c8-9988-41bc5ce346ce} <Trace> oximeter.fields_ipaddr (32f5c164-55f5-48ad-a123-78247430c5f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8944 | 2025.01.16 23:29:55.388760 [ 5 ] {8d6a6896-21de-47c8-9988-41bc5ce346ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 8945 | 2025.01.16 23:29:55.389170 [ 5 ] {8d6a6896-21de-47c8-9988-41bc5ce346ce} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 8946 | 2025.01.16 23:29:55.389426 [ 5 ] {8d6a6896-21de-47c8-9988-41bc5ce346ce} <Trace> oximeter.fields_ipaddr (32f5c164-55f5-48ad-a123-78247430c5f2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8947 | 2025.01.16 23:29:55.389680 [ 5 ] {8d6a6896-21de-47c8-9988-41bc5ce346ce} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002075 sec., 1927.7108433734938 rows/sec., 157.19 KiB/sec. | ||
| 8948 | 2025.01.16 23:29:55.389888 [ 5 ] {8d6a6896-21de-47c8-9988-41bc5ce346ce} <Debug> TCPHandler: Processed in 0.002724293 sec. | ||
| 8949 | 2025.01.16 23:29:55.390089 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8950 | 2025.01.16 23:29:55.390228 [ 255 ] {397c2e36-61bb-469f-aa73-5265746d61dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8951 | 2025.01.16 23:29:55.390282 [ 255 ] {397c2e36-61bb-469f-aa73-5265746d61dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8952 | 2025.01.16 23:29:55.390977 [ 255 ] {397c2e36-61bb-469f-aa73-5265746d61dc} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8953 | 2025.01.16 23:29:55.391025 [ 255 ] {397c2e36-61bb-469f-aa73-5265746d61dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 8954 | 2025.01.16 23:29:55.391431 [ 255 ] {397c2e36-61bb-469f-aa73-5265746d61dc} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8955 | 2025.01.16 23:29:55.391668 [ 255 ] {397c2e36-61bb-469f-aa73-5265746d61dc} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8956 | 2025.01.16 23:29:55.391885 [ 255 ] {397c2e36-61bb-469f-aa73-5265746d61dc} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.001686 sec., 34400.94899169632 rows/sec., 2.64 MiB/sec. | ||
| 8957 | 2025.01.16 23:29:55.391938 [ 255 ] {397c2e36-61bb-469f-aa73-5265746d61dc} <Debug> TCPHandler: Processed in 0.001917467 sec. | ||
| 8958 | 2025.01.16 23:29:55.392088 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8959 | 2025.01.16 23:29:55.392206 [ 5 ] {b7fb1dc9-0b9c-4657-a31a-9244cfbdd027} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8960 | 2025.01.16 23:29:55.392257 [ 5 ] {b7fb1dc9-0b9c-4657-a31a-9244cfbdd027} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8961 | 2025.01.16 23:29:55.392786 [ 5 ] {b7fb1dc9-0b9c-4657-a31a-9244cfbdd027} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8962 | 2025.01.16 23:29:55.392824 [ 5 ] {b7fb1dc9-0b9c-4657-a31a-9244cfbdd027} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 8963 | 2025.01.16 23:29:55.393165 [ 5 ] {b7fb1dc9-0b9c-4657-a31a-9244cfbdd027} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 8964 | 2025.01.16 23:29:55.393402 [ 5 ] {b7fb1dc9-0b9c-4657-a31a-9244cfbdd027} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8965 | 2025.01.16 23:29:55.393657 [ 5 ] {b7fb1dc9-0b9c-4657-a31a-9244cfbdd027} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.00147 sec., 2721.08843537415 rows/sec., 190.00 KiB/sec. | ||
| 8966 | 2025.01.16 23:29:55.393870 [ 5 ] {b7fb1dc9-0b9c-4657-a31a-9244cfbdd027} <Debug> TCPHandler: Processed in 0.001830875 sec. | ||
| 8967 | 2025.01.16 23:29:55.394087 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8968 | 2025.01.16 23:29:55.394206 [ 255 ] {17219791-1dbc-4f7d-b53d-f13a1c1fd7df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8969 | 2025.01.16 23:29:55.394262 [ 255 ] {17219791-1dbc-4f7d-b53d-f13a1c1fd7df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8970 | 2025.01.16 23:29:55.394987 [ 255 ] {17219791-1dbc-4f7d-b53d-f13a1c1fd7df} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8971 | 2025.01.16 23:29:55.395035 [ 255 ] {17219791-1dbc-4f7d-b53d-f13a1c1fd7df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 8972 | 2025.01.16 23:29:55.395433 [ 255 ] {17219791-1dbc-4f7d-b53d-f13a1c1fd7df} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8973 | 2025.01.16 23:29:55.395682 [ 255 ] {17219791-1dbc-4f7d-b53d-f13a1c1fd7df} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8974 | 2025.01.16 23:29:55.396008 [ 255 ] {17219791-1dbc-4f7d-b53d-f13a1c1fd7df} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001802 sec., 37735.84905660377 rows/sec., 2.95 MiB/sec. | ||
| 8975 | 2025.01.16 23:29:55.396220 [ 255 ] {17219791-1dbc-4f7d-b53d-f13a1c1fd7df} <Debug> TCPHandler: Processed in 0.002222032 sec. | ||
| 8976 | 2025.01.16 23:29:55.396402 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8977 | 2025.01.16 23:29:55.396533 [ 5 ] {3d82093c-7dfe-44e4-a0c8-c108436a7739} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8978 | 2025.01.16 23:29:55.396592 [ 5 ] {3d82093c-7dfe-44e4-a0c8-c108436a7739} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8979 | 2025.01.16 23:29:55.397236 [ 5 ] {3d82093c-7dfe-44e4-a0c8-c108436a7739} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8980 | 2025.01.16 23:29:55.397272 [ 5 ] {3d82093c-7dfe-44e4-a0c8-c108436a7739} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 8981 | 2025.01.16 23:29:55.397635 [ 5 ] {3d82093c-7dfe-44e4-a0c8-c108436a7739} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8982 | 2025.01.16 23:29:55.397857 [ 5 ] {3d82093c-7dfe-44e4-a0c8-c108436a7739} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8983 | 2025.01.16 23:29:55.398043 [ 5 ] {3d82093c-7dfe-44e4-a0c8-c108436a7739} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001599 sec., 101313.32082551596 rows/sec., 7.06 MiB/sec. | ||
| 8984 | 2025.01.16 23:29:55.398158 [ 5 ] {3d82093c-7dfe-44e4-a0c8-c108436a7739} <Debug> TCPHandler: Processed in 0.001817435 sec. | ||
| 8985 | 2025.01.16 23:29:55.398312 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8986 | 2025.01.16 23:29:55.398442 [ 255 ] {cd183d01-0de2-4905-99eb-25e740fb9cd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8987 | 2025.01.16 23:29:55.398500 [ 255 ] {cd183d01-0de2-4905-99eb-25e740fb9cd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8988 | 2025.01.16 23:29:55.399031 [ 255 ] {cd183d01-0de2-4905-99eb-25e740fb9cd9} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8989 | 2025.01.16 23:29:55.399078 [ 255 ] {cd183d01-0de2-4905-99eb-25e740fb9cd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 8990 | 2025.01.16 23:29:55.399463 [ 255 ] {cd183d01-0de2-4905-99eb-25e740fb9cd9} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8991 | 2025.01.16 23:29:55.399693 [ 255 ] {cd183d01-0de2-4905-99eb-25e740fb9cd9} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8992 | 2025.01.16 23:29:55.399889 [ 255 ] {cd183d01-0de2-4905-99eb-25e740fb9cd9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001475 sec., 40677.96610169492 rows/sec., 2.74 MiB/sec. | ||
| 8993 | 2025.01.16 23:29:55.399938 [ 255 ] {cd183d01-0de2-4905-99eb-25e740fb9cd9} <Debug> TCPHandler: Processed in 0.001690563 sec. | ||
| 8994 | 2025.01.16 23:29:56.760474 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20618 | ||
| 8995 | 2025.01.16 23:29:56.761224 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8996 | 2025.01.16 23:29:56.761277 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 8997 | 2025.01.16 23:29:56.761794 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8998 | 2025.01.16 23:29:56.762052 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3346639-caaa-4ba7-a289-05e118326a0a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8999 | 2025.01.16 23:29:56.762318 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20618 | ||
| 9000 | 2025.01.16 23:29:58.243398 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340 | ||
| 9001 | 2025.01.16 23:29:58.264772 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9002 | 2025.01.16 23:29:58.264836 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 9003 | 2025.01.16 23:29:58.272380 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9004 | 2025.01.16 23:29:58.273159 [ 243 ] {} <Trace> system.metric_log (1a23e3c3-632f-47f2-83ad-dba5ce8ed2b3): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9005 | 2025.01.16 23:29:58.276910 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340 | ||
| 9006 | 2025.01.16 23:29:59.367593 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1244 | ||
| 9007 | 2025.01.16 23:29:59.370620 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9008 | 2025.01.16 23:29:59.370669 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 9009 | 2025.01.16 23:29:59.372116 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9010 | 2025.01.16 23:29:59.372425 [ 242 ] {} <Trace> system.query_log (e96d31df-6c25-44ca-97a3-fc0d42a49abf): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9011 | 2025.01.16 23:29:59.372944 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1244 | ||
| 9012 | 2025.01.16 23:30:00.403675 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9013 | 2025.01.16 23:30:00.403875 [ 5 ] {940b43e5-61cb-44b9-9002-2f7ba0f17ccc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9014 | 2025.01.16 23:30:00.403954 [ 5 ] {940b43e5-61cb-44b9-9002-2f7ba0f17ccc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9015 | 2025.01.16 23:30:00.404758 [ 5 ] {940b43e5-61cb-44b9-9002-2f7ba0f17ccc} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9016 | 2025.01.16 23:30:00.404810 [ 5 ] {940b43e5-61cb-44b9-9002-2f7ba0f17ccc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 9017 | 2025.01.16 23:30:00.405420 [ 5 ] {940b43e5-61cb-44b9-9002-2f7ba0f17ccc} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9018 | 2025.01.16 23:30:00.405799 [ 5 ] {940b43e5-61cb-44b9-9002-2f7ba0f17ccc} <Trace> oximeter.fields_i16 (36238c60-81c7-4682-8ed9-f95b6c464189): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9019 | 2025.01.16 23:30:00.406094 [ 5 ] {940b43e5-61cb-44b9-9002-2f7ba0f17ccc} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002271 sec., 6164.685160722149 rows/sec., 443.77 KiB/sec. | ||
| 9020 | 2025.01.16 23:30:00.406180 [ 5 ] {940b43e5-61cb-44b9-9002-2f7ba0f17ccc} <Debug> TCPHandler: Processed in 0.002646461 sec. | ||
| 9021 | 2025.01.16 23:30:00.406400 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9022 | 2025.01.16 23:30:00.406534 [ 255 ] {7b5f3fe3-a2de-4769-a42b-8645661ff045} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9023 | 2025.01.16 23:30:00.406591 [ 255 ] {7b5f3fe3-a2de-4769-a42b-8645661ff045} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9024 | 2025.01.16 23:30:00.407537 [ 255 ] {7b5f3fe3-a2de-4769-a42b-8645661ff045} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9025 | 2025.01.16 23:30:00.407591 [ 255 ] {7b5f3fe3-a2de-4769-a42b-8645661ff045} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 9026 | 2025.01.16 23:30:00.408152 [ 255 ] {7b5f3fe3-a2de-4769-a42b-8645661ff045} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9027 | 2025.01.16 23:30:00.408519 [ 255 ] {7b5f3fe3-a2de-4769-a42b-8645661ff045} <Trace> oximeter.fields_string (03dcf91c-dada-4ac4-b1ce-c56fd16ec727): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9028 | 2025.01.16 23:30:00.408833 [ 255 ] {7b5f3fe3-a2de-4769-a42b-8645661ff045} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002327 sec., 120756.3386334336 rows/sec., 10.67 MiB/sec. | ||
| 9029 | 2025.01.16 23:30:00.408911 [ 255 ] {7b5f3fe3-a2de-4769-a42b-8645661ff045} <Debug> TCPHandler: Processed in 0.002577839 sec. | ||
| 9030 | 2025.01.16 23:30:00.409246 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9031 | 2025.01.16 23:30:00.409389 [ 5 ] {675f1792-c72b-48c2-9572-e7395847b194} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9032 | 2025.01.16 23:30:00.409457 [ 5 ] {675f1792-c72b-48c2-9572-e7395847b194} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9033 | 2025.01.16 23:30:00.411106 [ 5 ] {675f1792-c72b-48c2-9572-e7395847b194} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9034 | 2025.01.16 23:30:00.411163 [ 5 ] {675f1792-c72b-48c2-9572-e7395847b194} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 9035 | 2025.01.16 23:30:00.411678 [ 5 ] {675f1792-c72b-48c2-9572-e7395847b194} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 9036 | 2025.01.16 23:30:00.412073 [ 5 ] {675f1792-c72b-48c2-9572-e7395847b194} <Trace> oximeter.fields_u16 (5a90d88a-eec6-43a2-94bb-73351fb588ee): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9037 | 2025.01.16 23:30:00.412356 [ 5 ] {675f1792-c72b-48c2-9572-e7395847b194} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.003 sec., 15333.333333333332 rows/sec., 1.10 MiB/sec. | ||
| 9038 | 2025.01.16 23:30:00.412429 [ 5 ] {675f1792-c72b-48c2-9572-e7395847b194} <Debug> TCPHandler: Processed in 0.003249713 sec. | ||
| 9039 | 2025.01.16 23:30:00.412606 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9040 | 2025.01.16 23:30:00.412723 [ 255 ] {73b8c92b-9990-40c3-ab3b-d816e2b90299} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9041 | 2025.01.16 23:30:00.412771 [ 255 ] {73b8c92b-9990-40c3-ab3b-d816e2b90299} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9042 | 2025.01.16 23:30:00.413349 [ 255 ] {73b8c92b-9990-40c3-ab3b-d816e2b90299} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9043 | 2025.01.16 23:30:00.413393 [ 255 ] {73b8c92b-9990-40c3-ab3b-d816e2b90299} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 9044 | 2025.01.16 23:30:00.413772 [ 255 ] {73b8c92b-9990-40c3-ab3b-d816e2b90299} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9045 | 2025.01.16 23:30:00.414038 [ 255 ] {73b8c92b-9990-40c3-ab3b-d816e2b90299} <Trace> oximeter.fields_u32 (fb32bae1-da20-4def-832b-7229abb48644): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9046 | 2025.01.16 23:30:00.414306 [ 255 ] {73b8c92b-9990-40c3-ab3b-d816e2b90299} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001597 sec., 8766.437069505324 rows/sec., 613.94 KiB/sec. | ||
| 9047 | 2025.01.16 23:30:00.414393 [ 255 ] {73b8c92b-9990-40c3-ab3b-d816e2b90299} <Debug> TCPHandler: Processed in 0.001840885 sec. | ||
| 9048 | 2025.01.16 23:30:00.414669 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9049 | 2025.01.16 23:30:00.414819 [ 5 ] {61498718-8657-4906-b39f-d2fd0a094ace} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9050 | 2025.01.16 23:30:00.414884 [ 5 ] {61498718-8657-4906-b39f-d2fd0a094ace} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9051 | 2025.01.16 23:30:00.415651 [ 5 ] {61498718-8657-4906-b39f-d2fd0a094ace} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9052 | 2025.01.16 23:30:00.415704 [ 5 ] {61498718-8657-4906-b39f-d2fd0a094ace} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 9053 | 2025.01.16 23:30:00.416221 [ 5 ] {61498718-8657-4906-b39f-d2fd0a094ace} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9054 | 2025.01.16 23:30:00.416532 [ 5 ] {61498718-8657-4906-b39f-d2fd0a094ace} <Trace> oximeter.fields_u8 (97f935f4-44ae-4d3a-88dd-80b88fba0aa0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9055 | 2025.01.16 23:30:00.416756 [ 5 ] {61498718-8657-4906-b39f-d2fd0a094ace} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001969 sec., 6602.336211274759 rows/sec., 411.65 KiB/sec. | ||
| 9056 | 2025.01.16 23:30:00.416811 [ 5 ] {61498718-8657-4906-b39f-d2fd0a094ace} <Debug> TCPHandler: Processed in 0.002260644 sec. | ||
| 9057 | 2025.01.16 23:30:00.417009 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9058 | 2025.01.16 23:30:00.417125 [ 255 ] {22cbf76c-372f-44af-9ac0-e00b780795b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9059 | 2025.01.16 23:30:00.417186 [ 255 ] {22cbf76c-372f-44af-9ac0-e00b780795b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9060 | 2025.01.16 23:30:00.418036 [ 255 ] {22cbf76c-372f-44af-9ac0-e00b780795b1} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9061 | 2025.01.16 23:30:00.418079 [ 255 ] {22cbf76c-372f-44af-9ac0-e00b780795b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 9062 | 2025.01.16 23:30:00.418484 [ 255 ] {22cbf76c-372f-44af-9ac0-e00b780795b1} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9063 | 2025.01.16 23:30:00.418762 [ 255 ] {22cbf76c-372f-44af-9ac0-e00b780795b1} <Trace> oximeter.fields_uuid (b9ede66c-9f55-4623-bb73-2349f349ac6b): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9064 | 2025.01.16 23:30:00.419051 [ 255 ] {22cbf76c-372f-44af-9ac0-e00b780795b1} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001949 sec., 216008.2093381221 rows/sec., 15.43 MiB/sec. | ||
| 9065 | 2025.01.16 23:30:00.419109 [ 255 ] {22cbf76c-372f-44af-9ac0-e00b780795b1} <Debug> TCPHandler: Processed in 0.002153831 sec. | ||
| 9066 | 2025.01.16 23:30:00.419298 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9067 | 2025.01.16 23:30:00.419408 [ 5 ] {29e5eea3-6444-4a89-960f-6c2e8e0c6589} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9068 | 2025.01.16 23:30:00.419457 [ 5 ] {29e5eea3-6444-4a89-960f-6c2e8e0c6589} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9069 | 2025.01.16 23:30:00.419913 [ 5 ] {29e5eea3-6444-4a89-960f-6c2e8e0c6589} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9070 | 2025.01.16 23:30:00.419955 [ 5 ] {29e5eea3-6444-4a89-960f-6c2e8e0c6589} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 9071 | 2025.01.16 23:30:00.420369 [ 5 ] {29e5eea3-6444-4a89-960f-6c2e8e0c6589} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9072 | 2025.01.16 23:30:00.420637 [ 5 ] {29e5eea3-6444-4a89-960f-6c2e8e0c6589} <Trace> oximeter.measurements_bool (c8167fb3-3109-478e-9e50-cedfae572766): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9073 | 2025.01.16 23:30:00.420857 [ 5 ] {29e5eea3-6444-4a89-960f-6c2e8e0c6589} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001469 sec., 4084.411164057182 rows/sec., 213.39 KiB/sec. | ||
| 9074 | 2025.01.16 23:30:00.420908 [ 5 ] {29e5eea3-6444-4a89-960f-6c2e8e0c6589} <Debug> TCPHandler: Processed in 0.001670483 sec. | ||
| 9075 | 2025.01.16 23:30:00.421082 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9076 | 2025.01.16 23:30:00.421191 [ 255 ] {ca3bde93-13b1-4096-8b64-a7164ec44147} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9077 | 2025.01.16 23:30:00.421246 [ 255 ] {ca3bde93-13b1-4096-8b64-a7164ec44147} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9078 | 2025.01.16 23:30:00.421797 [ 255 ] {ca3bde93-13b1-4096-8b64-a7164ec44147} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9079 | 2025.01.16 23:30:00.421864 [ 255 ] {ca3bde93-13b1-4096-8b64-a7164ec44147} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 9080 | 2025.01.16 23:30:00.422269 [ 255 ] {ca3bde93-13b1-4096-8b64-a7164ec44147} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9081 | 2025.01.16 23:30:00.422506 [ 255 ] {ca3bde93-13b1-4096-8b64-a7164ec44147} <Trace> oximeter.measurements_cumulativeu64 (2d061d4b-c45f-4bdd-957a-a87901515b61): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9082 | 2025.01.16 23:30:00.422778 [ 255 ] {ca3bde93-13b1-4096-8b64-a7164ec44147} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001617 sec., 146567.71799628943 rows/sec., 9.82 MiB/sec. | ||
| 9083 | 2025.01.16 23:30:00.423022 [ 255 ] {ca3bde93-13b1-4096-8b64-a7164ec44147} <Debug> TCPHandler: Processed in 0.002046589 sec. | ||
| 9084 | 2025.01.16 23:30:00.423364 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9085 | 2025.01.16 23:30:00.423503 [ 5 ] {21aa2359-7348-49e8-b330-62b2495b564a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9086 | 2025.01.16 23:30:00.423554 [ 5 ] {21aa2359-7348-49e8-b330-62b2495b564a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9087 | 2025.01.16 23:30:00.424037 [ 5 ] {21aa2359-7348-49e8-b330-62b2495b564a} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9088 | 2025.01.16 23:30:00.424086 [ 5 ] {21aa2359-7348-49e8-b330-62b2495b564a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 9089 | 2025.01.16 23:30:00.424552 [ 5 ] {21aa2359-7348-49e8-b330-62b2495b564a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9090 | 2025.01.16 23:30:00.424896 [ 5 ] {21aa2359-7348-49e8-b330-62b2495b564a} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9091 | 2025.01.16 23:30:00.425131 [ 35 ] {} <Debug> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470) (MergerMutator): Selected 6 parts from all_1_27_6 to all_32_32_0 | ||
| 9092 | 2025.01.16 23:30:00.425185 [ 5 ] {21aa2359-7348-49e8-b330-62b2495b564a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001704 sec., 586.8544600938967 rows/sec., 39.54 KiB/sec. | ||
| 9093 | 2025.01.16 23:30:00.425251 [ 35 ] {} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9094 | 2025.01.16 23:30:00.425329 [ 5 ] {21aa2359-7348-49e8-b330-62b2495b564a} <Debug> TCPHandler: Processed in 0.0020727 sec. | ||
| 9095 | 2025.01.16 23:30:00.425338 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 9096 | 2025.01.16 23:30:00.425581 [ 255 ] {} <Trace> TCP-Session: 5de432c2-17d9-4f16-b5c4-c1490681b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9097 | 2025.01.16 23:30:00.425626 [ 194 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::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 | ||
| 9098 | 2025.01.16 23:30:00.425790 [ 255 ] {794447e4-066a-4df2-872f-4e203319d7d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39847) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9099 | 2025.01.16 23:30:00.426034 [ 255 ] {794447e4-066a-4df2-872f-4e203319d7d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9100 | 2025.01.16 23:30:00.426040 [ 194 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::all_1_32_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9101 | 2025.01.16 23:30:00.426159 [ 194 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_27_6, total 28 rows starting from the beginning of the part | ||
| 9102 | 2025.01.16 23:30:00.426587 [ 194 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::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 | ||
| 9103 | 2025.01.16 23:30:00.427217 [ 194 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::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 | ||
| 9104 | 2025.01.16 23:30:00.427624 [ 194 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::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 | ||
| 9105 | 2025.01.16 23:30:00.428033 [ 194 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::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 | ||
| 9106 | 2025.01.16 23:30:00.428418 [ 194 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::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 | ||
| 9107 | 2025.01.16 23:30:00.432099 [ 194 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::all_1_32_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33 rows, containing 4 columns (4 merged, 0 gathered) in 0.006586596 sec., 5010.175210381812 rows/sec., 337.01 KiB/sec. | ||
| 9108 | 2025.01.16 23:30:00.432463 [ 194 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::all_1_32_7} <Trace> MergedBlockOutputStream: filled checksums all_1_32_7 (state Temporary) | ||
| 9109 | 2025.01.16 23:30:00.432753 [ 255 ] {794447e4-066a-4df2-872f-4e203319d7d3} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9110 | 2025.01.16 23:30:00.432840 [ 255 ] {794447e4-066a-4df2-872f-4e203319d7d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 9111 | 2025.01.16 23:30:00.433123 [ 194 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::all_1_32_7} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470): Renaming temporary part tmp_merge_all_1_32_7 to all_1_32_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9112 | 2025.01.16 23:30:00.433328 [ 194 ] {419f1b08-fb0b-4e1b-bc43-49047e24c470::all_1_32_7} <Trace> oximeter.measurements_f64 (419f1b08-fb0b-4e1b-bc43-49047e24c470) (MergerMutator): Merged 6 parts: [all_1_27_6, all_32_32_0] -> all_1_32_7 | ||
| 9113 | 2025.01.16 23:30:00.433486 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9114 | 2025.01.16 23:30:00.433998 [ 255 ] {794447e4-066a-4df2-872f-4e203319d7d3} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9115 | 2025.01.16 23:30:00.434320 [ 255 ] {794447e4-066a-4df2-872f-4e203319d7d3} <Trace> oximeter.measurements_histogramu64 (45d15096-c78f-40d0-94a7-cc5e324686d8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9116 | 2025.01.16 23:30:00.434621 [ 255 ] {794447e4-066a-4df2-872f-4e203319d7d3} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.008888 sec., 4387.938793879388 rows/sec., 7.86 MiB/sec. | ||
| 9117 | 2025.01.16 23:30:00.434782 [ 255 ] {794447e4-066a-4df2-872f-4e203319d7d3} <Debug> TCPHandler: Processed in 0.009308729 sec. | ||
| 9118 | 2025.01.16 23:30:00.434989 [ 5 ] {} <Trace> TCP-Session: a52dd576-9e4e-4e02-9170-39d550b26e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9119 | 2025.01.16 23:30:00.435118 [ 5 ] {e5f8dbaf-4de0-486b-bf9f-28fbbf5e1cca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9120 | 2025.01.16 23:30:00.435172 [ 5 ] {e5f8dbaf-4de0-486b-bf9f-28fbbf5e1cca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9121 | 2025.01.16 23:30:00.435711 [ 5 ] {e5f8dbaf-4de0-486b-bf9f-28fbbf5e1cca} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9122 | 2025.01.16 23:30:00.435752 [ 5 ] {e5f8dbaf-4de0-486b-bf9f-28fbbf5e1cca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 9123 | 2025.01.16 23:30:00.436144 [ 5 ] {e5f8dbaf-4de0-486b-bf9f-28fbbf5e1cca} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9124 | 2025.01.16 23:30:00.436405 [ 5 ] {e5f8dbaf-4de0-486b-bf9f-28fbbf5e1cca} <Trace> oximeter.measurements_u64 (799bbe42-a0c0-48b7-99ce-af660f308dfa): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9125 | 2025.01.16 23:30:00.436619 [ 5 ] {e5f8dbaf-4de0-486b-bf9f-28fbbf5e1cca} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001534 sec., 53455.01955671447 rows/sec., 3.40 MiB/sec. | ||
| 9126 | 2025.01.16 23:30:00.436715 [ 5 ] {e5f8dbaf-4de0-486b-bf9f-28fbbf5e1cca} <Debug> TCPHandler: Processed in 0.001815085 sec. | ||